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

Summary: ClassNotFoundException: org.netbeans.modules.hudson.spi.ProjectHudsonProvider
Product: connecteddeveloper Reporter: Peter Nabbefeld <epdv>
Component: HudsonAssignee: Jesse Glick <jglick>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 187684
Attachments: stacktrace

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.