Tried installing 1.558 on Solaris 10
tried starting the jenkins using this command -> java -DJENKINS_HOME=<user home>/.jenkins -jar jenkins.war --httpPort=8082
result
INFO: JNLP slave agent listener started on TCP port 45740
Aug 20, 2014 4:27:12 PM hudson.WebAppMain$3 run
INFO: Jenkins is fully up and running
But when I open it in browser it tries to load it indefinetly. This issue is happening with all 1.535+ versions
I saw few defects had mentioned this is due to jetty and the folder where it extracts the war file, but in 1.558 that was fixed and it war file is extracted at correct place. Still the issue exist
The TCP port 8082 is listening and my connection is shown in two status ESTABLISHED and CLOSE_WAIT status
I am using java version "1.6.0_65"
- is duplicated by
-
JENKINS-24725 Jenkins fails to start
- Resolved
-
JENKINS-26219 Downloaded and started jenkins.war today but main page not loading
- Resolved
- is related to
-
JENKINS-22442 Jetty exploding war to /tmp is a bad idea
- Resolved
-
JENKINS-23863 HTTP requests hang indefinitely after some time running
- Resolved