Can anyone help with this? Would be most appreciative. Sincerely
On Tuesday, October 1, 2013 5:25:30 PM UTC-4, qablo...@gmail.com wrote: > > Hoping someone can help me. > > I have version 1.480.3 of Jenkins installed. We have jobs created using > the MultiJob plugin (have version 1.9 installed). Every once in a while we > seem to be hitting some kind of race condition that is causing the job to > fail. The error is: > > Started by upstream project "GoingLive > <https://jenkins.areyouinterested.com/job/GoingLive/>" build number 4451 > <https://jenkins.areyouinterested.com/job/GoingLive/4451> > FATAL: Failed to serialize > com.tikal.jenkins.plugins.multijob.MultiJobBuild#subBuilds for class > com.tikal.jenkins.plugins.multijob.MultiJobBuildjava.lang.RuntimeException > <http://stacktrace.jenkins-ci.org/search?query=java.lang.RuntimeException>: > Failed to serialize > com.tikal.jenkins.plugins.multijob.MultiJobBuild#subBuilds for class > com.tikal.jenkins.plugins.multijob.MultiJobBuild > at > hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:167) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.util.RobustReflectionConverter$2.writeField&entity=method> > at > hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:135) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.util.RobustReflectionConverter$2.visit&entity=method> > at > com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:130) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields&entity=method> > at > hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:120) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.util.RobustReflectionConverter.doMarshal&entity=method> > at > hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:94) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.util.RobustReflectionConverter.marshal&entity=method> > at > com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:68) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert&entity=method> > at > com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:78) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.TreeMarshaller.convertAnother&entity=method> > at > com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:63) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.TreeMarshaller.convertAnother&entity=method> > at > com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:98) > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.TreeMarshaller.start&entity=method> > at > com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:38) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal&entity=method> > at com.thoughtworks.xstream.XStream.marshal(XStream.java:840) > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.XStream.marshal&entity=method> > at com.thoughtworks.xstream.XStream.marshal(XStream.java:829) > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.XStream.marshal&entity=method> > at com.thoughtworks.xstream.XStream.toXML(XStream.java:804) > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.XStream.toXML&entity=method> > at hudson.XmlFile.write(XmlFile.java:177) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.XmlFile.write&entity=method> > at > org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.save(DownstreamBuildViewUpdateListener.java:105) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.save&entity=method> > at > org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:91) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted&entity=method> > at > org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted(DownstreamBuildViewUpdateListener.java:46) > > <http://stacktrace.jenkins-ci.org/search/?query=org.jvnet.hudson.plugins.DownstreamBuildViewUpdateListener.onStarted&entity=method> > at hudson.model.listeners.RunListener.fireStarted(RunListener.java:188) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.listeners.RunListener.fireStarted&entity=method> > at hudson.model.Run.execute(Run.java:1497) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Run.execute&entity=method> > at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.FreeStyleBuild.run&entity=method> > at hudson.model.ResourceController.execute(ResourceController.java:88) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.ResourceController.execute&entity=method> > at hudson.model.Executor.run(Executor.java:237) > <http://stacktrace.jenkins-ci.org/search/?query=hudson.model.Executor.run&entity=method> > Caused by: java.util.ConcurrentModificationException > <http://stacktrace.jenkins-ci.org/search?query=java.util.ConcurrentModificationException> > at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:782) > <http://stacktrace.jenkins-ci.org/search/?query=java.util.ArrayList$Itr.checkForComodification&entity=method> > at java.util.ArrayList$Itr.next(ArrayList.java:754) > <http://stacktrace.jenkins-ci.org/search/?query=java.util.ArrayList$Itr.next&entity=method> > at > com.thoughtworks.xstream.converters.collections.CollectionConverter.marshal(CollectionConverter.java:54) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.converters.collections.CollectionConverter.marshal&entity=method> > at > com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:68) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert&entity=method> > at > com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:78) > > <http://stacktrace.jenkins-ci.org/search/?query=com.thoughtworks.xstream.core.TreeMarshaller.convertAnother&entity=method> > at > hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:176) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.util.RobustReflectionConverter.marshallField&entity=method> > at > hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:163) > > <http://stacktrace.jenkins-ci.org/search/?query=hudson.util.RobustReflectionConverter$2.writeField&entity=method> > ... 21 more > > Has anyone see this? Anyone know how to possibly fix? > > And help greatly appreciated. > > Sincerely > > > -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.