Jenkins is not Restarted

2014-05-28 Thread srinath0805
Hi Folks I'm trying to restart my jenkins server on linux machine but I'm getting this error: *May 28, 2014 1:03:42 PM jenkins.model.Jenkins$23 run* *SEVERE: Restarting VM as requested by anonymous* *May 28, 2014 1:03:43 PM jenkins.model.Jenkins$23 run* *WARNING: Failed to restart Hudson*

Re: Jenkins is not Restarted

2014-05-28 Thread Mark Waite
I think I've seen something like that when I updated the java version while Jenkins was running. Another possibility is that the java program is no longer in the path for the script you're using to start Jenkins. On Wed, May 28, 2014 at 11:23 AM, srinath0...@gmail.com wrote: Hi Folks I'm

Re: Jenkins is not Restarted

2014-05-28 Thread srinath0805
I'm using java version 1.7.0_45 my script is *export JENKINS_HOME=/home/build/jenkins* *export JENKINS_USER=build* *export JAVA_HOME=/tools/java/java170_45* *export CLASSPATH=$JAVA_HOME/lib/tools.jar:./* *export ANT_HOME=/tools/ant/apache-ant-1.8.3* *export

Re: Jenkins is not Restarted

2014-05-28 Thread Daniel Beck
That's a bug that will be fixed in Jenkins 1.567 or so. https://github.com/jenkinsci/jenkins/pull/1239 On 28.05.2014, at 19:50, srinath0...@gmail.com wrote: I'm using java version 1.7.0_45 my script is export JENKINS_HOME=/home/build/jenkins export JENKINS_USER=build export