- Apr 14, 2011 3:57:27 PM hudson.util.RobustReflectionConverter doUnmarshal
- WARNING: Failed to resolve a type
- java.lang.InstantiationError
- at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:252)
- 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 hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:290)
- at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:233)
- 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.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71)
- at hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConverter.java:85)
- at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61)
- at hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java:76)
- 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 hudson.util.RobustReflectionConverter.unmarshalField(RobustReflectionConverter.java:290)
- at hudson.util.RobustReflectionConverter.doUnmarshal(RobustReflectionConverter.java:233)
- 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:80)
- at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:912)
- at hudson.XmlFile.unmarshal(XmlFile.java:148)
- at hudson.model.Hudson$12.run(Hudson.java:2339)
- at org.jvnet.hudson.reactor.TaskGraphBuilder$TaskImpl.run(TaskGraphBuilder.java:146)
- at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:259)
- at hudson.model.Hudson$4.runTask(Hudson.java:734)
- 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:619)
- Caused by: java.lang.InstantiationException: hudson.model.View$PropertyList
- at java.lang.Class.newInstance0(Class.java:340)
- at java.lang.Class.newInstance(Class.java:308)
- at hudson.util.DescribableList$ConverterImpl.unmarshal(DescribableList.java:248)
- ... 41 more