Clement Gautier created JENKINS-13935:
-----------------------------------------
Summary: Debian Squeeze Installation
Key: JENKINS-13935
URL: https://issues.jenkins-ci.org/browse/JENKINS-13935
Project: Jenkins
Issue Type: Bug
Components: core
Environment: java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8.13) (6b18-1.8.13-0+squeeze1)
OpenJDK 64-Bit Server VM (build 14.0-b16, mixed mode)
Debian Squeeze 6.0.5 (and 6.0.4)
Reporter: Clement Gautier
Attachments: hs_err_pid23165.log
Hi,
I am having some trouble installing Jenkins ci on a Debian squeeze.
I did :
{code}
apt-get install openjdk-6-jre openjdk-6-jdk jenkins
{code}
During the Jenkins installation I got this errors :
{code}
root@hudson:~# tail -f /var/log/jenkins/jenkins.log
Running from: /usr/share/jenkins/jenkins.war
May 29, 2012 10:38:39 AM winstone.Logger logInternal
INFO: Beginning extraction from war file
Exception in thread "Reference Handler" java.lang.IllegalMonitorStateException
at java.lang.Object.notifyAll(Native Method)
at java.lang.ref.ReferenceQueue.enqueue(ReferenceQueue.java:68)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:146)
Jenkins home directory: /var/lib/jenkins found at:
EnvVars.masterEnvVars.get("JENKINS_HOME")
{code}
After this error, the folder /var/lib/jenkins is created but empty, the user
jenkins is still runing tasks :
{code}
root@hudson:~# ps -u jenkins
PID TTY TIME CMD
10467 ? 00:00:00 daemon
10469 ? 00:00:04 java
{code}
And, of course, I get nothing in ip:8080 on my browser
I already submitted this bug to the java team on their bug tracker here :
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=987
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira