Get 'End Of File (EOF). Exception style platform.' when running

Issue #14 new
BobWhitelock created an issue

Hi, I am having an issue when running corenlp/corenlp.py as a server as first described in the readme.

The server starts fine the first time it is run and a request can be sent from my code and I receive the dictionary as expected. However the next time I send a request I get the following message in the terminal the server was started from: 'End Of File (EOF). Exception style platform.', and the models are all reloaded before an empty dictionary is returned. The next time a request is made it responds as expected again, but then the same error occurs the next time and it alternates like this.

I think this is to do with the pexpect module as the error is raised here, but I don't know why this is happening or how I would fix it. Thanks

Comments (2)

  1. Kenneth Loafman

    I had to back out to the stanford-corenlp-full-2014-08-27 version to get it to work. Seems it's not ready for stanford-corenlp-full-2015-12-09.

  2. Log in to comment