This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 212130 - ClassNotFoundException: org.netbeans.modules.hudson.spi.ProjectHudsonProvider
Summary: ClassNotFoundException: org.netbeans.modules.hudson.spi.ProjectHudsonProvider
Status: RESOLVED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Hudson (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-05 17:33 UTC by Peter Nabbefeld
Modified: 2012-05-22 17:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 187684


Attachments
stacktrace (3.68 KB, text/plain)
2012-05-05 17:33 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2012-05-05 17:33:22 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9268-on-20120503)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.hudson.spi.ProjectHudsonProvider
   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
Comment 1 Peter Nabbefeld 2012-05-05 17:33:27 UTC
Created attachment 119123 [details]
stacktrace
Comment 2 Peter Nabbefeld 2012-05-05 17:45:57 UTC
Well, I know the Hudson module is working great - with one exception:
I'm getting this CNFE only, when trying to open an *empty* Hudson node in the Service tab.
Comment 3 Jaroslav Tulach 2012-05-18 13:10:09 UTC
lassNotFoundException: org/netbeans/modules/hudson/spi/ProjectHudsonProvider while loading org.netbeans.modules.hudson.kenai.KenaiHudsonBuildAssociation; see http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
Comment 4 Peter Nabbefeld 2012-05-18 13:16:15 UTC
Hm, probably the hudson support module is only loaded, if there're some preferences available?
Comment 5 Jesse Glick 2012-05-22 17:41:47 UTC
As of 999364e8c011, hudson.kenai does not exist. You have a quite old copy of it:

  org.netbeans.modules.hudson.kenai [1.7 201010190000]

Get a fresh dev build.