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 194861 - ClassNotFoundException: javax.enterprise.deploy.spi.TargetModuleID
Summary: ClassNotFoundException: javax.enterprise.deploy.spi.TargetModuleID
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
: 194853 194854 194862 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-01-30 04:57 UTC by tbrunhoff
Modified: 2011-10-14 09:28 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 176288


Attachments
stacktrace (5.67 KB, text/plain)
2011-01-30 04:57 UTC, tbrunhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tbrunhoff 2011-01-30 04:57:14 UTC
Build: NetBeans IDE Dev (Build 201101271430)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Windows 7

User Comments:
tbrunhoff: closing a project




Stacktrace: 
java.lang.ClassNotFoundException: javax.enterprise.deploy.spi.TargetModuleID
   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:307)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Comment 1 tbrunhoff 2011-01-30 04:57:19 UTC
Created attachment 105479 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-13 15:39:32 UTC
*** Bug 194854 has been marked as a duplicate of this bug. ***
Comment 3 Jaroslav Tulach 2011-04-13 15:39:41 UTC
*** Bug 194853 has been marked as a duplicate of this bug. ***
Comment 4 Jaroslav Tulach 2011-04-13 15:39:51 UTC
*** Bug 194862 has been marked as a duplicate of this bug. ***
Comment 5 Jaroslav Tulach 2011-04-13 15:44:04 UTC
The call is comming from j2ee.deployment.impl.query.J2eePlatformSourceForBinaryQuery
please watch dependencies of your module in future (and close this one as long time obsolete).
Comment 6 Petr Hejl 2011-10-14 09:28:35 UTC
This seems to be issue limited to single build without reproducible usecase. Feel free to reopen.