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 - ClassNotFoundException: org.netbeans.api.server.properties.InstancePropertiesManager
Summary: ClassNotFoundException: org.netbeans.api.server.properties.InstanceProperties...
Status: RESOLVED DUPLICATE of bug 210741
Alias: None
Product: javaee
Classification: Unclassified
Component: Amazon Cloud (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-09 06:44 UTC by pblakez
Modified: 2012-04-10 22:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186803


Attachments
stacktrace (10.13 KB, text/plain)
2012-04-09 06:44 UTC, pblakez
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***