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 178986 - ClassNotFoundException: org.netbeans.modules.kenai.api.KenaiManager
Summary: ClassNotFoundException: org.netbeans.modules.kenai.api.KenaiManager
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Jan Becicka
URL:
Keywords:
: 178996 179004 179074 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-12-22 12:53 UTC by Jesse Glick
Modified: 2010-01-06 17:36 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 163859


Attachments
stacktrace (3.31 KB, text/plain)
2009-12-22 12:53 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-12-22 12:53:53 UTC
Build: NetBeans IDE Dev (Build 091222-0b9c9d8bea4a)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux, 2.6.31-16-generic, i386

User Comments:
jglick: Updated kenai.ui from AU and restarted.



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.kenai.api.KenaiManager
   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:303)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Comment 1 Jesse Glick 2009-12-22 12:53:58 UTC
Created attachment 92871 [details]
stacktrace
Comment 2 Jesse Glick 2009-12-22 12:55:12 UTC
Looks like you forgot to update versions/dependencies when making an API change.
Comment 3 Jan Becicka 2009-12-23 00:21:03 UTC
Strange. I increased spec versions of both kenai and kenai.ui modules to 0.9. And kenai.ui depends on kenai version 0.9.

http://hg.netbeans.org/cdev/diff/60e6be1ce822/kenai.ui/manifest.mf
http://hg.netbeans.org/cdev/diff/60e6be1ce822/kenai.ui/nbproject/project.xml
http://hg.netbeans.org/cdev/diff/60e6be1ce822/kenai/manifest.mf
Comment 4 Jesse Glick 2009-12-23 08:23:14 UTC
*** Bug 178996 has been marked as a duplicate of this bug. ***
Comment 5 Jesse Glick 2009-12-23 08:37:41 UTC
Well users with the problem seem to be running version 0.9 of kenai.

You did some API changes in aa296e9701b6 that did not get a new spec version. But these were on a branch so it should not have mattered.

I'm not sure what is wrong. Try just pushing a new version (1.0) of kenai, incl. new deps on it.
Comment 6 Jesse Glick 2009-12-23 08:58:06 UTC
*** Bug 179004 has been marked as a duplicate of this bug. ***
Comment 7 Jesse Glick 2009-12-23 08:58:39 UTC
Obviously a lot of people are affected.
Comment 8 Jan Becicka 2009-12-23 10:11:23 UTC
fixed in cdev (I hope). I updated all possible dependencies in all dependent modules.
Comment 9 Quality Engineering 2009-12-27 23:37:29 UTC
Integrated into 'main-golden', will be available in build *200912280201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/8d7117682eb8
User: Jan Becicka <jbecicka@netbeans.org>
Log: #178986:  ClassNotFoundException: org.netbeans.modules.kenai.api.KenaiManager
Comment 10 Jan Becicka 2010-01-04 06:16:13 UTC
fixed
Comment 11 Jesse Glick 2010-01-06 17:36:23 UTC
*** Bug 179074 has been marked as a duplicate of this bug. ***