-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Che does not respond #484
Comments
Hello, What if you go to localhost:8080 in your browser? |
Same thing, page keeps loading forever. |
What is your environment? Where are you running Che? According to the logs, ide.war hasn't been deployed. |
I'm running Che on a fresh Ubuntu 14.04 instance on Digital Ocean. Here is what I've done:
|
Here's what you can do: sudo sed -i 's/random/urandom/g' $JAVA_HOME/lib/security/java.security If the path is not correct, look for the right location of java.security in $JAVA_HOME Alternatively, you may run che with |
Thanks, that works! |
FYI, this is a known issue with DO droplets, so we'll add this argument in Tomcat's |
Eclipse Che is running, and curl can connect to port 8080, but I get no response.
Logs: https://gist.github.com/fnkr/beebe07b0332934611f2
The text was updated successfully, but these errors were encountered: