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 152417 - [65cat] NoClassDefFoundError: org/netbeans/modules/extexecution/api/ExecutionDescriptor
Summary: [65cat] NoClassDefFoundError: org/netbeans/modules/extexecution/api/Execution...
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 12:35 UTC by juneau001
Modified: 2015-05-18 03:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 135789


Attachments
stacktrace (2.62 KB, text/plain)
2008-11-05 12:35 UTC, juneau001
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juneau001 2008-11-05 12:35:53 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.5, i386

Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/extexecution/api/ExecutionDescriptor
        at net.java.dev.nbpython.api.PythonExecution.<init>(PythonExecution.java:38)
        at net.java.dev.nbpython.api.PythonPlatformManager.findPlatformProperties(PythonPlatformManager.java:144)
        at net.java.dev.nbpython.api.PythonPlatformManager.findBindeledJython(PythonPlatformManager.java:209)
        at net.java.dev.nbpython.api.PythonPlatformManager.<init>(PythonPlatformManager.java:50)
        at net.java.dev.nbpython.api.PythonPlatformManager.getInstance(PythonPlatformManager.java:64)
        at net.java.dev.nbpython.platform.models.PythonPlatformListModel.<init>(PythonPlatformListModel.java:18)
Comment 1 juneau001 2008-11-05 12:35:58 UTC
Created attachment 73294 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-18 03:43:35 UTC
Unable to replicate, probably fixed long ago...