Christopher Zee edited a comment on Bug JENKINS-16475

Same problem for me too:

Exception from jenkins.log
Mar 17, 2015 8:29:30 PM hudson.plugins.global_build_stats.business.GlobalBuildStatsPluginSaver reloadPlugin
SEVERE: Unable to read /opt/jenkins/global-build-stats.xml
java.io.IOException: Unable to read /opt/jenkins/global-build-stats.xml
        at hudson.XmlFile.unmarshal(XmlFile.java:165)
        at hudson.Plugin.load(Plugin.java:241)
        at hudson.plugins.global_build_stats.GlobalBuildStatsPlugin.load(GlobalBuildStatsPlugin.java:98)
        at hudson.plugins.global_build_stats.business.GlobalBuildStatsPluginSaver.reloadPlugin(GlobalBuildStatsPluginSaver.java:98)
        at hudson.plugins.global_build_stats.business.GlobalBuildStatsBusiness.reloadPlugin(GlobalBuildStatsBusiness.java:382)
        at hudson.plugins.global_build_stats.GlobalBuildStatsPlugin$GlobalBuildStatsItemListener.onLoaded(GlobalBuildStatsPlugin.java:149)
        at jenkins.model.Jenkins.<init>(Jenkins.java:845)
        at hudson.model.Hudson.<init>(Hudson.java:82)
        at hudson.model.Hudson.<init>(Hudson.java:78)
        at hudson.WebAppMain$3.run(WebAppMain.java:222)
Caused by: com.thoughtworks.xstream.converters.ConversionException:  : no more data available - expected end tags </jbr></list> to close start tag <jbr> from line 311642 and start tag <list> from line 1, parser stopped on END_TAG seen ...<r>SUCCESS</r>\n  ... @311644:3 :  : no more data available - expected end tags </jbr></list> to close start tag <jbr> from line 311642 and start tag <list> from line 1, parser stopped on END_TAG seen ...<r>SUCCESS</r>\n  ... @311644:3
---- Debugging information ----
message             :  : no more data available - expected end tags </jbr></list> to close start tag <jbr> from line 311642 and start tag <list> from line 1, parser stopped on END_TAG seen ...<r>SUCCESS</r>\n  ... @311644:3
cause-exception     : com.thoughtworks.xstream.io.StreamException
cause-message       :  : no more data available - expected end tags </jbr></list> to close start tag <jbr> from line 311642 and start tag <list> from line 1, parser stopped on END_TAG seen ...<r>SUCCESS</r>\n  ... @311644:3
class               : java.util.ArrayList
required-type       : hudson.plugins.global_build_stats.model.JobBuildResult
converter-type      : hudson.util.RobustCollectionConverter
path                : /list/jbr[25971]
line number         : 311644
version             : not available
class[1]            : hudson.plugins.global_build_stats.GlobalBuildStatsPlugin
required-type[1]    : hudson.plugins.global_build_stats.GlobalBuildStatsPlugin
converter-type[1]   : hudson.plugins.global_build_stats.xstream.GlobalBuildStatsXStreamConverter
path[1]             : /hudson.plugins.global_build_stats.GlobalBuildStatsPlugin
line number[1]      : 2
-------------------------------
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:79)
        at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
        at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
        at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
        at hudson.util.XStream2.unmarshal(XStream2.java:113)
        at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
        at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1044)
        at hudson.plugins.global_build_stats.model.JobBuildResultSharder.load(JobBuildResultSharder.java:139)
        at hudson.plugins.global_build_stats.xstream.migration.AbstractMigrator.readGlobalBuildStatsPOJO(AbstractMigrator.java:35)
        at hudson.plugins.global_build_stats.xstream.GlobalBuildStatsXStreamConverter.unmarshal(GlobalBuildStatsXStreamConverter.java:159)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
        at com.thoughtworks.xstream.core.AbstractReferenceUnmarshaller.convert(AbstractReferenceUnmarshaller.java:65)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:66)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:50)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:134)
        at com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:32)
        at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1189)
        at hudson.util.XStream2.unmarshal(XStream2.java:113)
        at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1173)
        at hudson.XmlFile.unmarshal(XmlFile.java:163)
        ... 9 more
Caused by: com.thoughtworks.xstream.io.StreamException:  : no more data available - expected end tags </jbr></list> to close start tag <jbr> from line 311642 and start tag <list> from line 1, parser stopped on END_TAG seen ...<r>SUCCESS</r>\n  ... @311644:3
        at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:126)
        at com.thoughtworks.xstream.io.xml.AbstractPullReader.readRealEvent(AbstractPullReader.java:148)
        at com.thoughtworks.xstream.io.xml.AbstractPullReader.readEvent(AbstractPullReader.java:135)
        at com.thoughtworks.xstream.io.xml.AbstractPullReader.move(AbstractPullReader.java:118)
        at com.thoughtworks.xstream.io.xml.AbstractPullReader.moveUp(AbstractPullReader.java:113)
        at com.thoughtworks.xstream.io.ReaderWrapper.moveUp(ReaderWrapper.java:40)
        at com.thoughtworks.xstream.io.path.PathTrackingReader.moveUp(PathTrackingReader.java:42)
        at hudson.util.RobustCollectionConverter.populateCollection(RobustCollectionConverter.java:90)
        at com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:80)
        at hudson.util.RobustCollectionConverter.unmarshal(RobustCollectionConverter.java:74)
        at com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:72)
        ... 31 more
Caused by: java.io.EOFException: no more data available - expected end tags </jbr></list> to close start tag <jbr> from line 311642 and start tag <list> from line 1, parser stopped on END_TAG seen ...<r>SUCCESS</r>\n  ... @311644:3
        at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3035)
        at org.xmlpull.mxp1.MXParser.more(MXParser.java:3046)
        at org.xmlpull.mxp1.MXParser.nextImpl(MXParser.java:1144)
        at org.xmlpull.mxp1.MXParser.next(MXParser.java:1093)
        at com.thoughtworks.xstream.io.xml.XppReader.pullNextEvent(XppReader.java:109)
        ... 41 more
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to