Last active
February 19, 2016 04:20
-
-
Save martinda/315f37d3345e621525b3 to your computer and use it in GitHub Desktop.
failed to serialize
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javax.servlet.ServletException: java.lang.RuntimeException: Failed to serialize hudson.model.Project#builders for class hudson.model.FreeStyleProject | |
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:796) | |
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) | |
at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:249) | |
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) | |
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) | |
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:876) | |
at org.kohsuke.stapler.Stapler.invoke(Stapler.java:649) | |
at org.kohsuke.stapler.Stapler.service(Stapler.java:238) | |
at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) | |
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:686) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1494) | |
at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:132) | |
at hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:123) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) | |
at hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:49) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) | |
at hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84) | |
at hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76) | |
at hudson.security.HudsonFilter.doFilter(HudsonFilter.java:171) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) | |
at org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:49) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) | |
at hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1482) | |
at org.kohsuke.stapler.DiagnosticThreadNameFilter.doFilter(DiagnosticThreadNameFilter.java:30) | |
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474) | |
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:533) | |
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) | |
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428) | |
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) | |
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
at org.eclipse.jetty.server.Server.handle(Server.java:370) | |
at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489) | |
at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:960) | |
at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:1021) | |
at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:865) | |
at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:240) | |
at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668) | |
at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
at winstone.BoundedExecutorService$1.run(BoundedExecutorService.java:77) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) | |
Caused by: java.lang.RuntimeException: Failed to serialize hudson.model.Project#builders for class hudson.model.FreeStyleProject | |
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:215) | |
at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:183) | |
at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138) | |
at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:168) | |
at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:109) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43) | |
at com.thoughtworks.xstream.core.TreeMarshaller.start(TreeMarshaller.java:82) | |
at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.marshal(AbstractTreeMarshallingStrategy.java:37) | |
at com.thoughtworks.xstream.XStream.marshal(XStream.java:1026) | |
at com.thoughtworks.xstream.XStream.marshal(XStream.java:1015) | |
at com.thoughtworks.xstream.XStream.toXML(XStream.java:988) | |
at hudson.XmlFile.write(XmlFile.java:178) | |
at hudson.model.AbstractItem.save(AbstractItem.java:512) | |
at hudson.model.Job.save(Job.java:180) | |
at hudson.model.AbstractProject.save(AbstractProject.java:306) | |
at hudson.model.AbstractItem.setDisplayName(AbstractItem.java:167) | |
at hudson.model.Job.doConfigSubmit(Job.java:1208) | |
at hudson.model.AbstractProject.doConfigSubmit(AbstractProject.java:796) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:298) | |
at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:161) | |
at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:96) | |
at org.kohsuke.stapler.MetaClass$1.doDispatch(MetaClass.java:121) | |
at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) | |
at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:746) | |
... 48 more | |
Caused by: java.lang.RuntimeException: Failed to serialize jenkins.plugins.http_request.HttpRequest#listener for class jenkins.plugins.http_request.HttpRequest | |
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:215) | |
at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:183) | |
at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138) | |
at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:168) | |
at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:109) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88) | |
at com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.writeItem(AbstractCollectionConverter.java:64) | |
at hudson.util.DescribableList$ConverterImpl.marshal(DescribableList.java:269) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84) | |
at hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:224) | |
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:211) | |
... 77 more | |
Caused by: com.thoughtworks.xstream.converters.ConversionException: Could not call hudson.model.StreamBuildListener.writeObject() : Could not call hudson.remoting.RemoteOutputStream.writeObject() : null | |
---- Debugging information ---- | |
message : Could not call hudson.remoting.RemoteOutputStream.writeObject() | |
cause-exception : java.lang.NullPointerException | |
cause-message : null | |
------------------------------- | |
message : Could not call hudson.model.StreamBuildListener.writeObject() | |
cause-exception : com.thoughtworks.xstream.converters.ConversionException | |
cause-message : Could not call hudson.remoting.RemoteOutputStream.writeObject() : null | |
------------------------------- | |
at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callWriteObject(SerializationMethodInvoker.java:141) | |
at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doMarshal(SerializableConverter.java:259) | |
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.marshal(AbstractReflectionConverter.java:83) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:84) | |
at hudson.util.RobustReflectionConverter.marshallField(RobustReflectionConverter.java:224) | |
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:211) | |
... 92 more | |
Caused by: com.thoughtworks.xstream.converters.ConversionException: Could not call hudson.remoting.RemoteOutputStream.writeObject() : null | |
---- Debugging information ---- | |
message : Could not call hudson.remoting.RemoteOutputStream.writeObject() | |
cause-exception : java.lang.NullPointerException | |
cause-message : null | |
------------------------------- | |
at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callWriteObject(SerializationMethodInvoker.java:141) | |
at com.thoughtworks.xstream.converters.reflection.SerializableConverter.doMarshal(SerializableConverter.java:259) | |
at com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.marshal(AbstractReflectionConverter.java:83) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller.convert(AbstractReferenceMarshaller.java:69) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:58) | |
at com.thoughtworks.xstream.core.TreeMarshaller.convertAnother(TreeMarshaller.java:43) | |
at com.thoughtworks.xstream.core.AbstractReferenceMarshaller$1.convertAnother(AbstractReferenceMarshaller.java:88) | |
at com.thoughtworks.xstream.converters.reflection.SerializableConverter$1.writeToStream(SerializableConverter.java:140) | |
at com.thoughtworks.xstream.core.util.CustomObjectOutputStream.writeObjectOverride(CustomObjectOutputStream.java:84) | |
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:344) | |
at hudson.util.StreamTaskListener.writeObject(StreamTaskListener.java:163) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callWriteObject(SerializationMethodInvoker.java:135) | |
... 99 more | |
Caused by: java.lang.NullPointerException | |
at hudson.remoting.RemoteOutputStream.writeObject(RemoteOutputStream.java:82) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:498) | |
at com.thoughtworks.xstream.converters.reflection.SerializationMethodInvoker.callWriteObject(SerializationMethodInvoker.java:135) | |
... 114 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment