[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-22 Thread mikko.pelto...@reaktor.fi (JIRA)














































Mikko Peltonen
 commented on  JENKINS-17248


java.lang.NullPointerException by start















We experienced this too, and I can confirm that removing "global-build-stats" plugin helped to get Jenkins back up. Not a real solution, though.

We just updated to 1.506 from a pretty old version (1.47x something), and suddenly after one restart, this error came up.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-18 Thread mat...@corti.li (JIRA)














































Matteo Corti
 commented on  JENKINS-17248


java.lang.NullPointerException by start















I would move the plugin back. This is not a "global-build-stats" problem but mainly a core problem.

The application should not completely crash because of a plugin error! It should start by disabling it.

At the moment the web interface is completely unavailable without even a hint on what the problem could be.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-18 Thread markwa...@yahoo.com (JIRA)














































Mark Waite
 updated  JENKINS-17248


java.lang.NullPointerException by start
















Change By:


Mark Waite
(18/Mar/13 11:36 PM)




Component/s:


global-build-stats





Component/s:


core



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-18 Thread mat...@corti.li (JIRA)














































Matteo Corti
 commented on  JENKINS-17248


java.lang.NullPointerException by start















Removing the global-build-stats plugin I was able to restart Jenkins.

Although the problem is caused by a plugin the application should not crash.



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-18 Thread mat...@corti.li (JIRA)














































Matteo Corti
 updated  JENKINS-17248


java.lang.NullPointerException by start
















Change By:


Matteo Corti
(18/Mar/13 8:34 AM)




Description:


Web interface just shows
{code}
java.lang.NullPointerException	at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65)	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1066)	at hudson.util.XStream2.unmarshal(XStream2.java:109)	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1045)	at hudson.XmlFile.unmarshal(XmlFile.java:166)	at hudson.Plugin.load(Plugin.java:239)	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.(Jenkins.java:849)	at hudson.model.Hudson.(Hudson.java:81)	at hudson.model.Hudson.(Hudson.java:77)	at hudson.WebAppMain$2.run(WebAppMain.java:214)
{code}



























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-18 Thread mat...@corti.li (JIRA)














































Matteo Corti
 commented on  JENKINS-17248


java.lang.NullPointerException by start















In the log file the same exception appears by startup


INFO: JNLP slave agent listener started on TCP port 43153
Mar 18, 2013 9:31:02 AM hudson.WebAppMain$2 run
SEVERE: Failed to initialize Jenkins
java.lang.NullPointerException
	at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1066)
	at hudson.util.XStream2.unmarshal(XStream2.java:109)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1045)
	at hudson.XmlFile.unmarshal(XmlFile.java:166)
	at hudson.Plugin.load(Plugin.java:239)
	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.(Jenkins.java:849)
	at hudson.model.Hudson.(Hudson.java:81)
	at hudson.model.Hudson.(Hudson.java:77)
	at hudson.WebAppMain$2.run(WebAppMain.java:214)
Mar 18, 2013 9:31:03 AM hudson.PluginWrapper stop





























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 


[JIRA] (JENKINS-17248) java.lang.NullPointerException by start

2013-03-18 Thread mat...@corti.li (JIRA)














































Matteo Corti
 created  JENKINS-17248


java.lang.NullPointerException by start















Issue Type:


Bug



Affects Versions:


current



Assignee:


Unassigned


Components:


core



Created:


18/Mar/13 8:03 AM



Description:


Web interface just shows

java.lang.NullPointerException
	at com.thoughtworks.xstream.converters.ConversionException.add(ConversionException.java:65)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1066)
	at hudson.util.XStream2.unmarshal(XStream2.java:109)
	at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:1045)
	at hudson.XmlFile.unmarshal(XmlFile.java:166)
	at hudson.Plugin.load(Plugin.java:239)
	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.(Jenkins.java:849)
	at hudson.model.Hudson.(Hudson.java:81)
	at hudson.model.Hudson.(Hudson.java:77)
	at hudson.WebAppMain$2.run(WebAppMain.java:214)




Project:


Jenkins



Priority:


Blocker



Reporter:


Matteo Corti

























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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.