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 164378

Summary: ClassNotFoundException: org.netbeans.modules.xml.jaxb.model.JAXBWizProjectOpenedHookImpl
Product: platform Reporter: Lukas Hasik <lhasik>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: blocker CC: jglick
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=150551
Issue Type: DEFECT Exception Reporter: 150551
Attachments: stacktrace

Description Lukas Hasik 2009-05-04 12:26:02 UTC
Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, amd64

User Comments:
lhasik: restarted IDE



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.xml.jaxb.model.JAXBWizProjectOpenedHookImpl starting from org.netbeans.MainImpl$BootClassLoader@16fd0b7 with possible defining loaders [ModuleCL@407e75d2[org.netbeans.modules.xml.jaxb]] and declared parents []
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:259)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at org.netbeans.modules.projectapi.LazyLookupProviders.loadPSPInstance(LazyLookupProviders.java:96)
        at org.netbeans.modules.projectapi.LazyLookupProviders.access$000(LazyLookupProviders.java:62)
        at org.netbeans.modules.projectapi.LazyLookupProviders$1$1.beforeLookup(LazyLookupProviders.java:78)
        at org.openide.util.lookup.ProxyLookup$R.myBeforeLookup(ProxyLookup.java:645)
Comment 1 Lukas Hasik 2009-05-04 12:26:17 UTC
Created attachment 81462 [details]
stacktrace
Comment 2 Milos Kleint 2009-05-05 08:23:16 UTC
everything seems fine on the jaxb side of things, layer content gets generated, the class is there etc..

reassigning to module system for evaluation, adding jglick on CC who wrote the @ProjectServiceProvider annotation.

might be ERGONOMICS related??
Comment 3 Jesse Glick 2009-05-05 17:30:32 UTC

*** This issue has been marked as a duplicate of 163676 ***
Comment 4 Jesse Glick 2009-05-05 17:31:43 UTC
Note: the diag improvement in 3b30abd0e2b6 is likely not in the Beta.