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

Can't start CoreNLP in sandbox (In windows and mac). #679

Open
netza2 opened this issue Sep 27, 2018 · 3 comments
Open

Can't start CoreNLP in sandbox (In windows and mac). #679

netza2 opened this issue Sep 27, 2018 · 3 comments

Comments

@netza2
Copy link

netza2 commented Sep 27, 2018

Hello, I'm having troubles getting the corenlp tool to start.
In the past, I spent months trying to make deepdive work in an ubuntu machine without success. Then I tried the docker sandbox and everything worked at once.

Now I have a minimal ubuntu in a virtual machine in Windows, where I have docker installed.
For some reason, the "deepdive corenlp start" command just doesn't start, giving me an error message:

CoreNLP server at CORENLP_PORT=24393 still not ready

Maybe something related to the corenlp server connection. I tried exporting the environment variables that are recommended in the tutorial and the command help, which helped me the last time:

export CORENLP_PORT=$(deepdive corenlp unique-port)
export CORENLP_TIMEOUT=86400000
export CORENLP_JAVAOPTS=-Xmx4g

But it didn't solve it this time.
The same problem happens in a mac host, but it doesn't happen in a desktop machine with ubuntu 17.04.
I hope someone can give me some feedback about this problem.

@moseslv
Copy link

moseslv commented Dec 10, 2018

Hey netza2 ,
I just saw your post becauz I have encountered the same problem.
So did you fix this issue? If so, how did you manage to do it?

@netza2
Copy link
Author

netza2 commented Dec 10, 2018

Hello moses,
I guess my fix is using a desktop ubuntu installation, whether it's a virtual machine or in a partition, and then the docker sandbox.
It would be nice to run it in a minimal VM, though.

@sharonwoo
Copy link

sharonwoo commented Oct 11, 2019

Encountered this issue on Mojave 10.14.6, but was able to run everything smoothly on the latest version of Ubuntu on a VM.

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

3 participants