Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [che-dev] Install problems

Can you please try it with che.bat run - this way we will see the entire log. My suspicion is that Tomcat is attempting to create a log file but folder permissions prevent it from doing so. What if you move Che installation just to Users\Mike\ECLIPSE_CHE?

On Sun, Mar 13, 2016 at 7:21 PM, Mike Milinkovich <mike.milinkovich@xxxxxxxxxxx> wrote:
On 3/12/2016 1:23 PM, Eugene Ivantsov wrote:
Can you share server logs please? If you do not have anything on localhost:8080, there should be some stacktrace. 

And yes, you need to enable virtualization in BIOS settings.

Eugene, Tyler,

Sorry I didn't get to this until today.

I have turned on the virtualization settings in my BIOS, but I'm stil getting the same ERR_CONNECTION_REFUSED on localhost:8080.

Here is what I see in the console, and I've attached the one log file under tomcat/logs
C:\Users\Mike\AppData\Local\Programs\Eclipse Che\eclipse-che-4.0.0-RC13>bin\che start

#############################################################
On Windows, Che projects can only reside in %userprofile% due
to limitations of Docker. On this computer, %userprofile% is
C:\Users\Mike
#############################################################

Docker machine named default already exists...
Docker machine named default is not running.
Starting docker machine named default...
(default) Starting VM...
Machine "default" was started.
Started machines may have new IP addresses. You may need to re-run the `docker-machine env` command.
Setting environment variables for machine default...
Docker is configured to use vbox docker-machine named default with IP 192.168.99.100...

############## HOW TO CONNECT YOUR CHE CLIENT ###############
After Che server has booted, you can connect your clients by:
1. Open browser to http://localhost:8080, or:
2. Open native chromium app.
#############################################################

Using CATALINA_BASE: /C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat
Using CATALINA_HOME: /C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat
Using CATALINA_TMPDIR: /C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/temp
Using JRE_HOME:        /C/Users/Mike/AppData/Local/Programs/Eclipse Che/eclipse-che-4.0.0-RC13/tools/jre/
Using CLASSPATH: /C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/conf/:/C/Users/Mike/AppData/Local/Programs/Eclipse Che/eclipse-che-4.0.0-RC13/tools/jre//lib/tools.jar:/C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/bin/bootstrap.jar:/C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/bin/tomcat-juli.jar
touch: cannot touch ‘/C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/logs/catalina.out’: No such file or directory
/C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/bin/catalina.sh: line 401: /C/Users/Mike/AppData/Local/Programs/ECLIPS~1/ECLIPS~1.0-R/tomcat/logs/catalina.out: No such file or directory




--
Mike Milinkovich
mike.milinkovich@xxxxxxxxxxx
+1.613.220.3223 (mobile)
@mmilinkov


This email has been sent from a virus-free computer protected by Avast.
www.avast.com



--

Eugene Ivantsov | Docs&Support |eivantsov@xxxxxxxxxxx



Back to the top