-
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
Can't create project #631
Comments
Can you please try nightly build https://install.codenvycorp.com/che/eclipse-che-nightly.zip? Also, we've had users with the same stacktrace and the reason was that websockets were blocked. Workspace agent is trying to connect to Che server and in your case something goes wrong. |
On nightly build I have error by timeout and logs
|
Did you pass the |
@freewind @pankorez can you verify that websockets aren't blocked in your network? Also, what you may want to do is to start Che, but do not start a workspace. Then, in the terminal run:
When in a container, execute:
This way, we will check connection from a workspace to Che server can be established. I suspect port blockage or websockets malfunction. Another thing I need to know is if or not you run Che locally or in a local/remote VM? |
In addition, make sure firewall is disabled. Docker 1.10 has issues with accessing docker0 network IP from withing a container:
|
@eivantsov I make |
I'll add a few words about Docker and firewall to docs - how to disable or keep it enabled but allow Docker connections. |
The text was updated successfully, but these errors were encountered: