Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » Problem after disk full
Problem after disk full [message #1261630] Sun, 02 March 2014 21:07 Go to next message
Fabrizio Giudici is currently offline Fabrizio GiudiciFriend
Messages: 21
Registered: May 2013
Location: Italy
Junior Member
Hi there.

After a trivial disk full problem on my server running Hudson, I get this exception on the Hudson web page:

java.lang.NullPointerException
at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1039)
at hudson.util.XStream2.unmarshal(XStream2.java:76)
at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1018)
at hudson.XmlFile.unmarshal(XmlFile.java:136)
at hudson.Plugin.load(Plugin.java:208)
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:142)
at hudson.model.Hudson.<init>(Hudson.java:627)
at hudson.model.Hudson.<init>(Hudson.java:531)
at org.eclipse.hudson.init.InitialSetup$2.run(InitialSetup.java:286)



I suppose some file got corrupted. But how do I find it?

Thanks.


Fabrizio Giudici - Java Architect @ Tidalwave s.a.s.
"We make Java work. Everywhere."
Re: Problem after disk full [message #1262416 is a reply to message #1261630] Mon, 03 March 2014 16:06 Go to previous messageGo to next message
Winston Prakash is currently offline Winston PrakashFriend
Messages: 534
Registered: August 2011
Location: Fremont, CA USA
Senior Member
Looks like the GlobalBuildStatsPlugin plugin is trying to read the file it created and failing.

Winston Prakash
Eclipse Hudson team
Re: Problem after disk full [message #1262602 is a reply to message #1262416] Mon, 03 March 2014 20:25 Go to previous message
Fabrizio Giudici is currently offline Fabrizio GiudiciFriend
Messages: 21
Registered: May 2013
Location: Italy
Junior Member
Thanks, it was that plugin - you saved me several hours of work.

Fabrizio Giudici - Java Architect @ Tidalwave s.a.s.
"We make Java work. Everywhere."
Previous Topic:How to use hudson tool for automation
Next Topic:3.1.2: Maven 3.2.1 does not work
Goto Forum:
  


Current Time: Sat Apr 20 02:29:18 GMT 2024

Powered by FUDForum. Page generated in 0.02903 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top