Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Andrey Myatlyuk
Also, can you check war file size? https://wiki.jenkins-ci.org/display/JENKINS/Hudson+windows+service+fails+to+start On Tue, Jun 19, 2012 at 11:26 AM, Andrey Myatlyuk wrote: > Hi Roland, > > Have you tried to execute the command directly: > > C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Andrey Myatlyuk
Hi Roland, Have you tried to execute the command directly: C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -Xmx786m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "C:\Program Files\Jenkins\jenkins.war" --httpPort=8080 Can you please confirm that java is functional at the lo

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Dirk Kuypers
Hi Roland, at least you should have a jenkins.war.bak in your Jenkins directory. So just rename it to Jenkins.war and restart. Then you should have your old version back. HTH Dirk 2012/6/19 Roland Zwaga : > Hey there, > > I just did an automatic upgrade using the webinterface to version 1.471 bu

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
FYI, running the service under the same user as I do running the jar manually doesn't make a difference, service still refuses to start. I have unpacked the the jenkins.war.bak file and replaced its contents in the JENKINS_HOME directory, so for all I understand this would downgrade me to the p

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
No, they're different users. I'll try to run the service with the same user I used to start Jenkins on the command line. But still, this happened all of a sudden after I did an automatic upgrade, so should this solve my problem, I still don't understand how it started. I'll have to wait until a

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Slide
Are you running the service under the same user that you are running the command from the console as? slide On Tue, Jun 19, 2012 at 6:05 AM, Roland Zwaga wrote: > Hey Slide, > > I have tried running this command from the command line: > > > java -Xrs -Xmx786m > -Dhudson.lifecycle=hudson.lifecycl

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
Hey Slide, I have tried running this command from the command line: java -Xrs -Xmx786m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -jar "C:\Program Files\Jenkins\jenkins.war" --httpPort=8080 And it works without problems, the server just starts up and everything works fine. It

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
Hey Dirk, Thanks for the tip, I have tried to do this but, alas,, the problem persists, very strange... cheers, Roland On Tuesday, 19 June 2012 14:45:20 UTC+2, Dirk Kuypers wrote: > > Hi Roland, > > at least you should have a jenkins.war.bak in your Jenkins directory. > So just rename it to

Re: Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Slide
Before anything else, have you tried running from the command line with the same command? If you want a clean JENKINS_HOME, but want to maintain you jobs, you can just copy the JENKINS_HOME\jobs directory to another location (or even better, just backup JENKINS_HOME to somewhere else) and then del

Jenkins service won't start after upgrading to latest version ( 1.471)

2012-06-19 Thread Roland Zwaga
Hey there, I just did an automatic upgrade using the webinterface to version 1.471 but after the upgrade the windows service no longer wants to start ;( When checking the event log all I can find is this: Child process [2848 - C:\Program Files\Java\jdk1.6.0_29\jre\bin\java -Xrs -Xmx786m -Dhudso