Probably a side-effect of the switch from winstone to jetty for the embedded container. Maybe there is something in your system that prevents jetty from initializing properly?
Vincent 2013/10/24 Federico Fissore <[email protected]> > I have an year old jenkins installation that I manually start and update > downloading the war file > > Today I've upgraded the war to 1.536 and the log was > > jenkins@jenkins:~$ JENKINS_HOME=/home/jenkins/jenkins > /opt/jvm/jdk1.7/bin/java -jar jenkins.war > Running from: /home/jenkins/jenkins.war > webroot: EnvVars.masterEnvVars.get("JENKINS_HOME") > ott 24, 2013 9:58:58 AM org.eclipse.jetty.util.log.JavaUtilLog info > Informazioni: jetty-8.y.z-SNAPSHOT > ott 24, 2013 9:58:58 AM org.eclipse.jetty.util.log.JavaUtilLog info > Informazioni: NO JSP Support for , did not find > org.apache.jasper.servlet.JspServlet > ott 24, 2013 9:58:58 AM org.eclipse.jetty.util.log.JavaUtilLog info > Informazioni: Started [email protected]:8080 > ott 24, 2013 9:58:58 AM winstone.Logger logInternal > Informazioni: Winstone Servlet Engine v2.0 running: controlPort=disabled > > And nothing more. Jenkins doesn't start and accessing it via browser shows > the contents of /home/jenkins/jenkins folder (it should be the default file > browser servlet of jetty). Same exact output with 1.535 > > When I run it with 1.534 everything goes fine > > jenkins@jenkins:~$ JENKINS_HOME=/home/jenkins/jenkins > /opt/jvm/jdk1.7/bin/java -jar jenkins.war > Running from: /home/jenkins/jenkins.war > webroot: EnvVars.masterEnvVars.get("JENKINS_HOME") > ott 24, 2013 10:45:10 AM winstone.Logger logInternal > Informazioni: Beginning extraction from war file > Jenkins home directory: /home/jenkins/jenkins found at: > EnvVars.masterEnvVars.get("JENKINS_HOME") > ott 24, 2013 10:45:16 AM winstone.Logger logInternal > Informazioni: HTTP Listener started: port=8080 > ott 24, 2013 10:45:16 AM winstone.Logger logInternal > Informazioni: Winstone Servlet Engine v0.9.10 running: controlPort=disabled > ott 24, 2013 10:45:18 AM jenkins.InitReactorRunner$1 onAttained > Informazioni: Started initialization > > and keeps going on until jenkins starts > > Any hints? > > Federico > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
