Jenkins CI fails to initialise
Posted
by
jackweirdy
on Server Fault
See other posts from Server Fault
or by jackweirdy
Published on 2012-06-10T15:54:04Z
Indexed on
2012/06/10
16:41 UTC
Read the original article
Hit count: 308
jenkins
|continuous-integration
I've just installed Jenkins-CI on Ubuntu 11.10 as according to the instructions found here, However the service fails to start. The error log shows this:
Running from: /usr/share/jenkins/jenkins.war 10 Jun 2012 16:24:06 winstone.Logger logInternal INFO: Beginning extraction from war file 10 Jun 2012 16:24:10 hudson.WebAppMain contextInitialized SEVERE: Failed to initialize Jenkins java.lang.ExceptionInInitializerError
The entire error log can be found on this pastebin
I've tried looking for similar errors but I can't find anything. Any ideas would be appreciated.
© Server Fault or respective owner