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 210885

Summary: ClassNotFoundException: org.netbeans.api.server.properties.InstancePropertiesManager
Product: javaee Reporter: pblakez
Component: Amazon CloudAssignee: David Konecny <dkonecny>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 186803
Attachments: stacktrace

Description pblakez 2012-04-09 06:44:50 UTC
Build: NetBeans IDE Dev (Build nbms-and-javadoc-9066-on-20120408)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
pblakez: first opening new install of NetBeans IDE Build 201204080400




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.api.server.properties.InstancePropertiesManager
   at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Comment 1 pblakez 2012-04-09 06:44:54 UTC
Created attachment 118006 [details]
stacktrace
Comment 2 Jesse Glick 2012-04-10 18:27:10 UTC
No idea why this was assigned to projects/ant.
Comment 3 David Konecny 2012-04-10 22:34:47 UTC
This exception does not make much sense but looking at the IDE log there are dozens of different exceptions (issue 210741) before which possibly results into this one.

*** This bug has been marked as a duplicate of bug 210741 ***