-
Bug
-
Resolution: Fixed
-
Major
-
Operating System: Linux RHEL6
os.arch amd64
os.name Linux
--------------------------------
JDK: Oracle JDK: 1.8.
java.version 1.8.0_66
-----------------------------------
Jenkins version: 2.107.1
Plugin version: Cucumber Plugin v0.0.2 (cucumber)
-----------------------------------------------------------------------------
Jenkins: Noticed when upgraded to 2.107.1
------------------------------------------------------------------
------------------------------------------------------------------
Whether Jenkins is accessed through a reverse proxy: No
------------------------------------------------------------------
How you installed Jenkins: Jenkins master. Jenkins installed through yum repository
------------------------------------------------------------------
Your web browser (+ version). Mozilla Firefox 59.0.1 (64-bit)Operating System: Linux RHEL6 os.arch amd64 os.name Linux -------------------------------- JDK: Oracle JDK: 1.8. java.version 1.8.0_66 ----------------------------------- Jenkins version: 2.107.1 Plugin version: Cucumber Plugin v0.0.2 (cucumber) ----------------------------------------------------------------------------- Jenkins: Noticed when upgraded to 2.107.1 ------------------------------------------------------------------ ------------------------------------------------------------------ Whether Jenkins is accessed through a reverse proxy: No ------------------------------------------------------------------ How you installed Jenkins: Jenkins master. Jenkins installed through yum repository ------------------------------------------------------------------ Your web browser (+ version). Mozilla Firefox 59.0.1 (64-bit)
When we are trying to invoke a project which has cucumber plugin in Post-Build, such projects are failing to launch the build showing the error. This is happening in jenkins version 2.107.1.
However On Jenkins ver. 2.100, the project is executing perfectly.
Jenkins Versions: 2.107.1
Complete StackTrace:
Sync complete, took 3515 ms
FATAL: java.lang.RuntimeException: Failed to serialize hudson.model.Project#publishers for class hudson.model.FreeStyleProject
java.lang.UnsupportedOperationException: Refusing to marshal java.io.PrintStream for security reasons; see
https://jenkins.io/redirect/class-filter/
at hudson.util.XStream2$BlacklistedTypesConverter.marshal(XStream2.java:543)
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:265)
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:252)
Caused: java.lang.RuntimeException: Failed to serialize com.github.cukedoctor.jenkins.CukedoctorPublisher#logger for class com.github.cukedoctor.jenkins.CukedoctorPublisher
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:256)
at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:224)
at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138)
at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:209)
at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:150)
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:265)
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:252)
Caused: java.lang.RuntimeException: Failed to serialize hudson.model.Project#publishers for class hudson.model.FreeStyleProject
at hudson.util.RobustReflectionConverter$2.writeField(RobustReflectionConverter.java:256)
at hudson.util.RobustReflectionConverter$2.visit(RobustReflectionConverter.java:224)
at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.visitSerializableFields(PureJavaReflectionProvider.java:138)
at hudson.util.RobustReflectionConverter.doMarshal(RobustReflectionConverter.java:209)
at hudson.util.RobustReflectionConverter.marshal(RobustReflectionConverter.java:150)
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:193)
Caused: java.io.IOException
at hudson.XmlFile.write(XmlFile.java:200)
at hudson.model.AbstractItem.save(AbstractItem.java:483)
at hudson.model.Job.save(Job.java:196)
at hudson.model.AbstractProject.save(AbstractProject.java:289)
at hudson.model.AbstractProject.setCustomWorkspace(AbstractProject.java:2125)
at com.datalex.jenkins.plugins.nodestalker.wrapper.NodeStalkerBuildWrapper.setUp(NodeStalkerBuildWrapper.java:114)
at hudson.model.Build$BuildExecution.doRun(Build.java:157)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:504)
at hudson.model.Run.execute(Run.java:1727)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:429)
- relates to
-
JENKINS-50273 Cucumber Living Documentation nests project references in Build actions
- Resolved
- links to