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 174457 - InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly
Summary: InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer...
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 15:41 UTC by Martin Schovanek
Modified: 2009-10-14 17:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 160085


Attachments
stacktrace (4.15 KB, text/plain)
2009-10-13 15:41 UTC, Martin Schovanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2009-10-13 15:41:25 UTC
Build: NetBeans IDE Dev (Build 200910130201)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-92, Java(TM) SE Runtime Environment, 1.6.0_15-b03-226
OS: Mac OS X, 10.5.8, x86_64

User Comments:
mschovanek: Activating J2EE feature after New Web Project invocation.



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.lib.profiler.results.cpu.CPUCCTProvider
        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:319)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:330)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:254)
Comment 1 Martin Schovanek 2009-10-13 15:41:54 UTC
Created attachment 89374 [details]
stacktrace
Comment 2 Jesse Glick 2009-10-13 17:29:17 UTC
Dupe of something recently fixed, I think.
Comment 3 Petr Nejedly 2009-10-14 17:08:18 UTC

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