Skip to content

java.lang.IllegalStateException: Unknown history log record type: -2147483648 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Chakib-Temal opened this issue Nov 13, 2019 · 2 comments

Comments

@Chakib-Temal
Copy link

Now, i used the library in my Ubuntu
here is my code

`File directory = new File("/home/user/Desktop/ibm/");

    File [] files = directory.listFiles();

    InputStream inputStream = null;

    inputStream = new FileInputStream(files[0]);

    System.out.println("//// " + files[0].getName());

    IBF ibf = new IBF(inputStream);

`

here is the console output :

:MainTest.main()
//// 130263325-2019-11-13-01-09-24.ibf
Exception in thread "main" java.lang.IllegalStateException: Unknown history log record type: -2147483648

IBF ibf = new IBF(inputStream); this instruction cause the problem

what is exactly the id ? what does mean ?

@thiblades
Copy link

Hello, i have exactly the same issue, did you manage to solve it?

@Chakib-Temal
Copy link
Author

Hello, i have exactly the same issue, did you manage to solve it?

this code doesn't run ,

you can use this project to read some informations
https://github.com/balshor/ibf-file-reader

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants