-
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
"Could not find Che's application server." when trying to start it #335
Comments
Please, give it a try with che.bat. Running sh script from bath this way isn't how Che is supposed to be launched. Che.bat does some job on Windows paths |
I looked at I have Che running with Edit. and thank you for the explanation. |
The Che.sh does know that it is running on Windows. However there is no utility in bash that lets the conversion to short directory names. We can only do that in batch unfortunately. |
git-for-windows includes cygpath. So if cygpath is available che.sh could do |
or you can do:
|
That is tops!! We will open an issue and test both of those configurations. I guess sometimes we just need a different pair of eyes. We want to convert JAVA_HOME to this format as well, as we are suspicious that it is causing problems on older versions of windows, too. |
Had to modify the command just a bit. This is what we landed with. This will grab the right directory regardless of which current directory you launch the script from.
|
@SamHasler Here is the pull request for this improvement. |
Description of problem: che run "Could not find Che's application server"
Che version: Nightly downloaded at 15 February 2016 11:15 UTC
Che install directory: C:\Apps\dev\eclipse-che-4.0.0-RC4-SNAPSHOT
Docker version: Docker version 1.9.1, build a34a1d5
Java version:
java version "1.8.0_71"
Java(TM) SE Runtime Environment (build 1.8.0_71-b15)
Java HotSpot(TM) 64-Bit Server VM (build 25.71-b15, mixed mode)
Environment details (AWS, VirtualBox, physical, etc.): local machine
How reproducible: every time
Steps to Reproduce:
Actual Results:
Expected Results:
It would start the CHE application server instead of trying to find it
The text was updated successfully, but these errors were encountered: