I was able to jiggle the config back into submission with a combination of backups and edits to remove the plugin calls manually. Hope this helps someone someday :)
On Thu, Jan 23, 2014 at 5:17 AM, Maureen Barger <[email protected]> wrote: > Running LTS 1.532.1 > I tested these plugins in a different environment before updating in > production but production is failing to start. > > I have even rolled back my plugins directory and config.xml from > backup and still get error. > I touched subversion plugin, active directory, promoted builds and > radiator. Since the error contains radiator, I removed that view from > config.xml and its plugin from the plugins directory. Error persists. > > Any ideas? > > > Error: > > org.jvnet.hudson.reactor.ReactorException: hudson.util.IOException2: > Unable to read /usr/local/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:910) > at jenkins.model.Jenkins.<init>(Jenkins.java:806) > at hudson.model.Hudson.<init>(Hudson.java:81) > at hudson.model.Hudson.<init>(Hudson.java:77) > at hudson.WebAppMain$3.run(WebAppMain.java:221) > Caused by: hudson.util.IOException2: Unable to read > /usr/local/jenkins/config.xml > at hudson.XmlFile.unmarshal(XmlFile.java:170) > at jenkins.model.Jenkins$17.run(Jenkins.java:2535) > 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:899) > 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$Worker.runTask(ThreadPoolExecutor.java:886) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) > at java.lang.Thread.run(Thread.java:662) > Caused by: com.thoughtworks.xstream.converters.ConversionException: > Invalid reference > ---- Debugging information ---- > reference : ../../../hudson.model.RadiatorView/jobNames/comparator > class : java.util.TreeSet > required-type : java.util.TreeSet > converter-type : > com.thoughtworks.xstream.converters.collections.TreeSetConverter > path : /hudson/views/listView[16]/jobNames/comparator > line number : 1279 > class[1] : hudson.model.ListView > converter-type[1] : hudson.util.RobustReflectionConverter > class[2] : java.util.concurrent.CopyOnWriteArrayList > converter-type[2] : hudson.util.RobustCollectionConverter > class[3] : hudson.model.Hudson > version : not available -- 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]. For more options, visit https://groups.google.com/groups/opt_out.
