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 the previous JDK as this version is *very* old (can't check exactly now). Beware also that this is a many years old version so planning a Jenkins upgrade might be recommended. Head for LTS versions in that case. Cheers Le 8 févr. 2016 7:58 AM, "Divya Reddy" <[email protected]> a écrit : > 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 jenkins.model.Jenkins.executeReactor(Jenkins.java:904) > at jenkins.model.Jenkins.<init>(Jenkins.java:804) > at hudson.model.Hudson.<init>(Hudson.java:81) > at hudson.model.Hudson.<init>(Hudson.java:77) > at hudson.WebAppMain$2.run(WebAppMain.java:214) > Caused by: hudson.util.IOException2: Unable to read > C:\Users\support\.jenkins\config.xml > at hudson.XmlFile.unmarshal(XmlFile.java:170) > at jenkins.model.Jenkins$16.run(Jenkins.java:2515) > at > org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146) > at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259) > at jenkins.model.Jenkins$7.runTask(Jenkins.java:893) > at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:187) > at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:94) > at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > Caused by: com.thoughtworks.xstream.converters.ConversionException: -1 : -1 > ---- Debugging information ---- > message : -1 > cause-exception : java.lang.ArrayIndexOutOfBoundsException > cause-message : -1 > class : hudson.model.Hudson > required-type : hudson.model.Hudson > converter-type : hudson.util.RobustReflectionConverter > path : /hudson/disabledAdministrativeMonitors > line number : 3 > version : null > ------------------------------- > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/b60f9c04-8928-4009-84b3-121c0cc3f57b%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/b60f9c04-8928-4009-84b3-121c0cc3f57b%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CANWgJS5V6yU%3DHr%3D67HLeF4QR-FUGb0%3DK%3DMk1LZZMz4%3DWKBAXVg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
