Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2017-10-23 Thread BEDJAOUI DJOUNAYDI
Hello, Stop the Jenkins server. rename directory: C:\Users\support \.jenkins by C:\Users\support\.Old_jenkins Replace the old jenkins.war with the new one restart Jenkins . Good luck. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-21 Thread Gurusharan S
Hello Divya, Since you are using a local war file for deployment, you can simply do the following: 1. Get the latest version of the war file from the official site or from the link that you see in the 'Manage Jenkins' page. 2. Stop your

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-08 Thread Victor Martinez
Does C:\Users\support\.jenkins\config.xml file exist? Is that the same as It used to be? You can force the Jenkins Home location: - https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins I hope it helps On Monday, 8 February 2016 06:58:07 UTC, Divya wrote: > >

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-08 Thread Baptiste Mathus
Hi, If you're actually using the 1.159 (and not 1.591 or something) version, then it's a known issue. And (most likely) will never be fixed on such an old Jenkins version (likely a typo though, would make roughly a 8/9 years old version) In this case your only short term solution is to revert to

Re: Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-08 Thread Divya
Thanks!!!. Can you give me steps that to be followed while upgrading Jenkins as am very new to it. Am using Jenkins.war file in normal local windows machine. ThanksInAdvance On Monday, February 8, 2016 at 1:48:30 PM UTC+5:30, Baptiste Mathus wrote: > > Hi, > If you're actually using the 1.159

Unable start Jenkins after upgrading java version to 1.8.Jenkins 1.159.And facing below exception

2016-02-07 Thread Divya Reddy
org.jvnet.hudson.reactor.ReactorException: hudson.util.IOException2: Unable to read C:\Users\support\.jenkins\config.xml at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:246) at jenkins.InitReactorRunner.run(InitReactorRunner.java:43) at