Skip to content
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

IllegalStateException: unread block data #5

Closed
omondigeno opened this issue Mar 13, 2016 · 2 comments
Closed

IllegalStateException: unread block data #5

omondigeno opened this issue Mar 13, 2016 · 2 comments

Comments

@omondigeno
Copy link

On running the NLPDemo I get the following exception

java.lang.IllegalStateException: unread block data
at java.io.ObjectInputStream$BlockDataInputStream.setBlockDataMode(ObjectInputStream.java:2431)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1383)
at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:2000)
at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1924)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1801)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1351)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:371)
at edu.emory.mathcs.nlp.decode.NLPDecoder.getComponent(NLPDecoder.java:271)
at edu.emory.mathcs.nlp.decode.NLPDecoder.init(NLPDecoder.java:87)
at edu.emory.mathcs.nlp.decode.NLPDecoder.(NLPDecoder.java:72)

@jdchoi77
Copy link
Member

Please make sure you give at least 8gb of RAM to run the entire pipeline. Please let me know if that doesn't resolve this issue. Thanks.

best,

Jinho

@omondigeno
Copy link
Author

Thanks for the quick response. Increasing RAM to at least 8gb resolves the issue. Thanks a lot.

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