Created
April 18, 2011 20:56
-
-
Save abayer/926157 to your computer and use it in GitHub Desktop.
This file contains 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
Apr 18, 2011 1:47:23 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.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.User.load(User.java:127) | |
at hudson.model.User.<init>(User.java:111) | |
at hudson.model.User.get(User.java:278) | |
at hudson.plugins.git.GitChangeSet.getAuthor(GitChangeSet.java:233) | |
at hudson.model.AbstractBuild.hasParticipant(AbstractBuild.java:322) | |
at hudson.model.User.getBuilds(User.java:368) | |
at hudson.WebAppMain$2$1.doRun(WebAppMain.java:222) | |
at hudson.triggers.SafeTimerTask.run(SafeTimerTask.java:54) | |
at java.util.TimerThread.mainLoop(Timer.java:512) | |
at java.util.TimerThread.run(Timer.java:462) | |
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) | |
... 57 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment