[JIRA] [maven] (JENKINS-20757) jenkins startup dies quickly ostensibly due to maven problem in 1.540 and 1.541

2013-11-26 Thread dan...@beckweb.net (JIRA)














































Daniel Beck
 commented on  JENKINS-20757


jenkins startup dies quickly ostensibly due to maven problem in 1.540 and 1.541















That stack trace only shows warnings. Is there nothing else?



























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] [maven] (JENKINS-20757) jenkins startup dies quickly ostensibly due to maven problem in 1.540 and 1.541

2013-11-26 Thread wbr...@sherpasoftware.com (JIRA)














































warren brown
 commented on  JENKINS-20757


jenkins startup dies quickly ostensibly due to maven problem in 1.540 and 1.541















Correct. There is nothing else.



























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] [maven] (JENKINS-20757) jenkins startup dies quickly ostensibly due to maven problem in 1.540 and 1.541

2013-11-25 Thread wbr...@sherpasoftware.com (JIRA)














































warren brown
 created  JENKINS-20757


jenkins startup dies quickly ostensibly due to maven problem in 1.540 and 1.541















Issue Type:


Bug



Assignee:


Unassigned


Components:


maven



Created:


25/Nov/13 2:08 PM



Description:


Jenkins v1.539 is ok. Failures began in 1.540 and continue in 1.541; ergo, newer Jenkins versions are unusable.

INFO: Listed all plugins
Nov 25, 2013 8:52:53 AM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Nov 25, 2013 8:52:53 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Nov 25, 2013 8:52:53 AM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Nov 25, 2013 8:52:55 AM hudson.ExtensionFinder$Sezpoz scout
WARNING: Failed to scout hudson.maven.MavenModuleSet
java.lang.NoClassDefFoundError: hudson/tasks/JavadocArchiver
	at hudson.maven.MavenModuleSet$DescriptorImpl.clinit(MavenModuleSet.java:1320)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at hudson.ExtensionFinder$Sezpoz.scout(ExtensionFinder.java:680)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:310)
	at hudson.ExtensionList.load(ExtensionList.java:295)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:248)
	at hudson.ExtensionList.iterator(ExtensionList.java:138)
	at hudson.ClassicPluginStrategy.findComponents(ClassicPluginStrategy.java:309)
	at hudson.ExtensionList.load(ExtensionList.java:295)
	at hudson.ExtensionList.ensureLoaded(ExtensionList.java:248)
	at hudson.ExtensionList.get(ExtensionList.java:153)
	at jenkins.plugins.htmlaudio.app.HtmlAudioNotifierPlugin.getComponent(HtmlAudioNotifierPlugin.java:66)
	at jenkins.plugins.htmlaudio.app.HtmlAudioNotifierPlugin.initializePlugin(HtmlAudioNotifierPlugin.java:46)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at hudson.init.TaskMethodFinder.invoke(TaskMethodFinder.java:105)
	at hudson.init.TaskMethodFinder$TaskImpl.run(TaskMethodFinder.java:169)
	at org.jvnet.hudson.reactor.Reactor.runTask(Reactor.java:282)
	at jenkins.model.Jenkins$7.runTask(Jenkins.java:896)
	at org.jvnet.hudson.reactor.Reactor$2.run(Reactor.java:210)
	at org.jvnet.hudson.reactor.Reactor$Node.run(Reactor.java:117)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassNotFoundException: hudson.tasks.JavadocArchiver
	at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1365)
	at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1315)
	at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1068)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 27 more

Nov 25, 2013 8:52:59 AM hudson.ExtensionFinder$GuiceFinder instantiate
WARNING: Failed to load hudson.maven.MavenModuleSet
java.lang.InstantiationException: java.lang.NoClassDefFoundError: Could not initialize class hudson.maven.MavenModuleSet$DescriptorImpl
	at net.java.sezpoz.IndexItem.instance(IndexItem.java:193)
	at hudson.ExtensionFinder$GuiceFinder.instantiate(ExtensionFinder.java:355)
	at hudson.ExtensionFinder$GuiceFinder.access$700(ExtensionFinder.java:234)
	at hudson.ExtensionFinder$GuiceFinder$SezpozModule$1.get(ExtensionFinder.java:531)
	at com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:86)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:55)
	at com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:66)
	at com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:47)
	at com.google.inject.internal.ProviderToInternalFactoryAdapter$1.call(ProviderToInternalFactoryAdapter.java:46)
	at