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

Summary: InterruptedException at java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly
Product: platform Reporter: Martin Schovanek <mschovanek>
Component: Module SystemAssignee: Petr Nejedly <pnejedly>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=160085
Issue Type: DEFECT Exception Reporter: 160085
Attachments: stacktrace

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 ***