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 174429 - ClassNotFoundException: org.netbeans.modules.bugtracking.util.BugtrackingOwnerSupport$DefaultImpl
Summary: ClassNotFoundException: org.netbeans.modules.bugtracking.util.BugtrackingOwne...
Status: RESOLVED DUPLICATE of bug 174366
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Nejedly
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-13 10:48 UTC by pribyl
Modified: 2009-10-14 17:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160062


Attachments
stacktrace (2.90 KB, text/plain)
2009-10-13 10:48 UTC, pribyl
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pribyl 2009-10-13 10:48:15 UTC
Build: NetBeans IDE Dev (Build 200910100201)
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP, 5.1, x86

User Comments:
pribyl: Just run IDE with 2 Projects opened



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.bugtracking.util.BugtrackingOwnerSupport$DefaultImpl
        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 pribyl 2009-10-13 10:48:19 UTC
Created attachment 89362 [details]
stacktrace
Comment 2 Petr Nejedly 2009-10-14 17:05:31 UTC
The IDE log reveals the familiar InterruptedException which is now fixed.

*** This issue has been marked as a duplicate of 174366 ***