|
Upgrade from Hudson 2.0.1 to Jenkins 1.420 loses build history
-------------------------------------------------------------- Key: JENKINS-10337 URL: https://issues.jenkins-ci.org/browse/JENKINS-10337 Project: Jenkins Issue Type: Bug Components: other Environment: Windows Server 2003 R2 Spring TC Server 2.0 Reporter: Alex Almero Recently upgraded from Hudson 2.0.1 to Jenkins 1.420 but loses build history from the first 2 initial projects only. Other project build history is fine. Here's an excerpt from the server log 14-Jul-2011 11:26:55.100 WARNING hudson.util.RobustReflectionConverter.doUnmarshal Skipping a non-existent field configuredWorkspaceRoot com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.model.Hudson.configuredWorkspaceRoot at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106) at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152) at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356) at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229) at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926) at hudson.util.XStream2.unmarshal(XStream2.java:84) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912) at hudson.XmlFile.unmarshal(XmlFile.java:154) at jenkins.model.Jenkins$13.run(Jenkins.java:2166) 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$5.runTask(Jenkins.java:724) 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(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) 14-Jul-2011 11:26:55.428 WARNING hudson.util.RobustReflectionConverter.doUnmarshal Skipping a non-existent field createdBy com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.model.FreeStyleProject.createdBy at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106) at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152) at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356) at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229) at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180) at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926) at hudson.util.XStream2.unmarshal(XStream2.java:84) at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912) at com.thoughtworks.xstream.XStream.fromXML(XStream.java:864) at hudson.XmlFile.read(XmlFile.java:131) at hudson.model.Items.load(Items.java:114) at jenkins.model.Jenkins$14.run(Jenkins.java:2180) 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$5.runTask(Jenkins.java:724) 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(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
[ https://issues.jenkins-ci.org/browse/JENKINS-10337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kutzi resolved JENKINS-10337. ----------------------------- Resolution: Not A Defect Upgrading from Hudson > 1.395 is not supported. See https://wiki.jenkins-ci.org/display/JENKINS/Upgrading+from+Hudson+to+Jenkins > Upgrade from Hudson 2.0.1 to Jenkins 1.420 loses build history > -------------------------------------------------------------- > > Key: JENKINS-10337 > URL: https://issues.jenkins-ci.org/browse/JENKINS-10337 > Project: Jenkins > Issue Type: Bug > Components: other > Environment: Windows Server 2003 R2 > Spring TC Server 2.0 > Reporter: Alex Almero > > Recently upgraded from Hudson 2.0.1 to Jenkins 1.420 but loses build history from the first 2 initial projects only. Other project build history is fine. > Here's an excerpt from the server log > 14-Jul-2011 11:26:55.100 WARNING hudson.util.RobustReflectionConverter.doUnmarshal Skipping a non-existent field configuredWorkspaceRoot > com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.model.Hudson.configuredWorkspaceRoot > at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106) > at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152) > at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356) > at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229) > at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) > at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) > at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926) > at hudson.util.XStream2.unmarshal(XStream2.java:84) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912) > at hudson.XmlFile.unmarshal(XmlFile.java:154) > at jenkins.model.Jenkins$13.run(Jenkins.java:2166) > 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$5.runTask(Jenkins.java:724) > 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(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > 14-Jul-2011 11:26:55.428 WARNING hudson.util.RobustReflectionConverter.doUnmarshal Skipping a non-existent field createdBy > com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.model.FreeStyleProject.createdBy > at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106) > at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152) > at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356) > at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229) > at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) > at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) > at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926) > at hudson.util.XStream2.unmarshal(XStream2.java:84) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912) > at com.thoughtworks.xstream.XStream.fromXML(XStream.java:864) > at hudson.XmlFile.read(XmlFile.java:131) > at hudson.model.Items.load(Items.java:114) > at jenkins.model.Jenkins$14.run(Jenkins.java:2180) > 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$5.runTask(Jenkins.java:724) > 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(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
|
In reply to this post by JIRA noreply@jenkins-ci.org
[ https://issues.jenkins-ci.org/browse/JENKINS-10337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159372#comment-159372 ] Doug Red commented on JENKINS-10337: ------------------------------------ I'm already at Hudson 2.2 but want to migrate to Jenkins. Any suggestions for how to do this? I'd like to keep build history if possible. Any help would be much appreciated. > Upgrade from Hudson 2.0.1 to Jenkins 1.420 loses build history > -------------------------------------------------------------- > > Key: JENKINS-10337 > URL: https://issues.jenkins-ci.org/browse/JENKINS-10337 > Project: Jenkins > Issue Type: Bug > Components: other > Environment: Windows Server 2003 R2 > Spring TC Server 2.0 > Reporter: Alex Almero > > Recently upgraded from Hudson 2.0.1 to Jenkins 1.420 but loses build history from the first 2 initial projects only. Other project build history is fine. > Here's an excerpt from the server log > 14-Jul-2011 11:26:55.100 WARNING hudson.util.RobustReflectionConverter.doUnmarshal Skipping a non-existent field configuredWorkspaceRoot > com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.model.Hudson.configuredWorkspaceRoot > at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106) > at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152) > at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356) > at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229) > at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) > at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) > at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926) > at hudson.util.XStream2.unmarshal(XStream2.java:84) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912) > at hudson.XmlFile.unmarshal(XmlFile.java:154) > at jenkins.model.Jenkins$13.run(Jenkins.java:2166) > 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$5.runTask(Jenkins.java:724) > 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(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > 14-Jul-2011 11:26:55.428 WARNING hudson.util.RobustReflectionConverter.doUnmarshal Skipping a non-existent field createdBy > com.thoughtworks.xstream.converters.reflection.NonExistentFieldException: No such field hudson.model.FreeStyleProject.createdBy > at com.thoughtworks.xstream.converters.reflection.FieldDictionary.field(FieldDictionary.java:106) > at com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.getFieldType(PureJavaReflectionProvider.java:152) > at hudson.util.RobustReflectionConverter.determineType(RobustReflectionConverter.java:356) > at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:229) > at hudson.util.RobustReflectionConverter.unmarshal(RobustReflectionConverter.java:180) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:63) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) > at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) > at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:926) > at hudson.util.XStream2.unmarshal(XStream2.java:84) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912) > at com.thoughtworks.xstream.XStream.fromXML(XStream.java:864) > at hudson.XmlFile.read(XmlFile.java:131) > at hudson.model.Items.load(Items.java:114) > at jenkins.model.Jenkins$14.run(Jenkins.java:2180) > 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$5.runTask(Jenkins.java:724) > 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(Unknown Source) > at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira |
| Powered by Nabble | See how NAML generates this page |
