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 164754 - ClassNotFoundException: org.netbeans.modules.cnd.makeproject.api.actions.BatchBuildAction
Summary: ClassNotFoundException: org.netbeans.modules.cnd.makeproject.api.actions.Batc...
Status: RESOLVED DUPLICATE of bug 163984
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmichalsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-08 09:50 UTC by Jan Lahoda
Modified: 2009-05-11 13:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 150829


Attachments
stacktrace (8.23 KB, text/plain)
2009-05-08 09:50 UTC, Jan Lahoda
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Lahoda 2009-05-08 09:50:13 UTC
Build: NetBeans IDE Dev (Build jet-main-592-on-090507)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
jlahoda: Trying to create action in ergonomics enabled build. The action should be in Run menu. CND module are not enabled.



Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.cnd.makeproject.api.actions.BatchBuildAction starting from SystemClassLoader[367 modules] with possible defining loaders null and declared parents [ModuleCL@1d0feea[org.netbeans.modules.uihandler], ModuleCL@13b625b[org.netbeans.api.annotations.common], ModuleCL@1eeb372[org.netbeans.modules.websvc.saas.services.amazon], ModuleCL@1cdfd19[org.netbeans.spi.quicksearch], ModuleCL@174cb21[org.netbeans.modules.j2ee.metadata], ModuleCL@189d7eb[org.netbeans.modules.profiler.oql.language], ModuleCL@91d7c[org.netbeans.modules.team.kit], ModuleCL@1635484[org.netbeans.modules.editor.nexterror], ModuleCL@1c7d56b[org.netbeans.spi.navigator], ModuleCL@143073a[org.netbeans.modules.java.helpset], ...352 more]
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:259)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        at java.lang.Class.forName0(Class.java:0)
        at java.lang.Class.forName(Class.java:247)
        at org.netbeans.core.startup.layers.BinaryFS$AttrImpl.findClass(BinaryFS.java:632)
Comment 1 Jan Lahoda 2009-05-08 09:50:20 UTC
Created attachment 81794 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2009-05-11 08:42:01 UTC
please evaluate
Comment 3 Jaroslav Tulach 2009-05-11 13:00:20 UTC
Stando, next time please reassign to apisupport directly if you see 
org.netbeans.modules.apisupport.project.layers.BadgingSupport.getInstanceLabel(BadgingSupport.java:209)
or similar in the stacktrace.
Comment 4 rmichalsky 2009-05-11 13:43:35 UTC

*** This issue has been marked as a duplicate of 163984 ***