-
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 not open project in IDE #256
Comments
Are you starting it in a (remote) VM? |
Yes,I start che in a VM. Is this the reason I can't open the IDE? |
Hi - if you are starting in a VM, can you provide for us the command line for which you started Che and all of the output? If you are starting Che in a VM and the browser that is connecting to Che is not on the same computer as Che itself, then you must add --remote: to the startup command line. |
The browser I used and the Che are on the same computer. The command line and its output is: bash-4.2$ ./che.sh run ############## HOW TO CONNECT YOUR CHE CLIENT ###############
Using CATALINA_BASE: /home2/che/che/che/assembly-main/target/eclipse-che-4.0.0-RC1-SNAPSHOT/eclipse-che-4.0.0-RC1-SNAPSHOT/tomcat |
Yep, things look good - especially if you are able to create workspace and This will direct load the IDE, by passing the dashboard. This will tell if Tyler Jewell | CEO | tyler@codenvy.com | 978.884.5355 On Tue, Feb 2, 2016 at 5:50 PM, eugenedj notifications@github.com wrote:
|
When running a startup script pass -r parameter with the VM IP address.
|
It works! Thanks. |
CentOS 7.2.1511,docker 1.8.2-10, SELinux disabled
I have created projects in workspace,but I can't open it in IDE. Doing this, I got an error message like:
"window.IDE.eventHandlers.initializationFailed@http://10.74.154.144:8080/ide/wksp-test?uid=325635:39......"
and I also find that there was no workspace info in project's setting.
My che is the nightly build on 2016/01/31.
Thanks a lot!
The text was updated successfully, but these errors were encountered: