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 - ClassNotFoundException: org.netbeans.modules.xml.jaxb.model.JAXBWizProjectOpenedHookImpl
Summary: ClassNotFoundException: org.netbeans.modules.xml.jaxb.model.JAXBWizProjectOpe...
Status: RESOLVED DUPLICATE of bug 163676
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 12:26 UTC by Lukas Hasik
Modified: 2009-05-05 17:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150551


Attachments
stacktrace (2.50 KB, text/plain)
2009-05-04 12:26 UTC, Lukas Hasik
Details

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