Hi,
I used to be able to run jenkins.war on solaris 10 using: $JAVA_HOME/bin/java -jar $JENKINS_HOME/jenkins.war --httpPort=8081
This worked fine up till Jenkins version 1.535, so I assume the introduction of Jetty had something to do with this issue.
Jenkins
still starts fine and the logs are the same as pre 1.535, however when I try
to connect using my browser, using address http://<server>:8081,
it hangs forever, so it appears the client can see the port open but
cannot connect.
I have tried connecting locally from the Jenkins
server and from a remote machine and have the same issue. When I revert back
to Jenkins pre 1.535 version it works fine.
netstat says the connection is made on both the client and server, so it appears something outside the TCP layer is not responding.
I am using jdk1.6.0_26.
Thanks for any help.