-
Bug
-
Resolution: Fixed
-
Blocker
-
OS: Solaris 10 Sparc
Java: Tried both jdk1.8.0_162 and jdk1.8.0_172
Browser: FireFox 59, Chrome 66, and curl
Versions 2.117 to 2.119 of Jenkins hangs when the root context is requested on Solaris 10. The UI hangs indefinitely and never returns. Nothing is reported in the logs that there is an issue. If upgrading a previous installation jobs will continue to run in the back ground normally, however this issue happens on a clean install.
To reproduce download the generic WAR file of versions 2.117, 2.118, or 2.119, which is the latest as of this time. Run the jenkins.war file on Solaris 10. Once it is reported that Jenkins is fully up and running try and get to the home page. The page should hang with no response.
This prevents Jenkins from being usable on the Solaris. Please let me know if I can provide anything else.
- relates to
-
JENKINS-53239 Use default Jetty QueuedThreadPool
-
- Closed
-
Changed start-script to:
#!/bin/bash
export LC_ALL="de_DE.ISO8859-15"
export LANG="de_DE.ISO8859-15"
export DTRACE_DOF_INIT_DISABLE=1
#export JAVA_HOME=/data/apps/java/jdk1.8
export JAVA_HOME=/data/apps/java/jdk1.8.0_181
# Parameter fuer Content Security Policy - siehe SEU-343
export JENKINS_ADD_OPTION_1="-Dhudson.model.DirectoryBrowserSupport.CSP=\"default-src 'none'; img-src 'self'; style-src 'self' 'unsafe-inline'; child-src 'self'; frame-src 'self';\""
export JENKINS_JAVA_OPTIONS="-d64 -Djava.awt.headless=true -Xms4096m -Xmx4096m"
export JENKINS_HOME=/data/apps/jenkins-home
ulimit -n 4096
nohup $JAVA_HOME/bin/java $JENKINS_JAVA_OPTIONS "$JENKINS_ADD_OPTION_1" -Djava.util.logging.config.file=/data/apps/scmadmin/jul.properties -jar /data/apps/jenkins/app/jenkins-2.128.war --prefix=/ci > $JENKINS_HOME/jenkins.log 2>&1
New Logfile with 2.128 and JDK 1.8.0_181:
jenkins-2.128_2018-08-17.log![](/images/icons/link_attachment_7.gif)