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 236825 - ClassNotFoundException: org.netbeans.modules.bugzilla.api.NBBugzillaUtils
Summary: ClassNotFoundException: org.netbeans.modules.bugzilla.api.NBBugzillaUtils
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-07 10:01 UTC by akobberup
Modified: 2013-12-09 15:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 196570


Attachments
stacktrace (3.13 KB, text/plain)
2013-10-07 10:01 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2013-10-07 10:01:19 UTC
Build: NetBeans IDE 7.3 (Build 201306052037)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
GUEST: x

akobberup: Ended selfsampler

lhochet: stopping Netbeans' "selfprofiler"




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.bugzilla.api.NBBugzillaUtils
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 akobberup 2013-10-07 10:01:21 UTC
Created attachment 140849 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-12-09 15:48:22 UTC
No report from 7.4 (yet). Might have been fixed.