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 150242

Summary: [65cat] NoClassDefFoundError: org/netbeans/modules/extexecution/api/ExecutionDescriptor$InputProcessorFactory
Product: python Reporter: sunbiz <sunbiz>
Component: CodeAssignee: Lou Dasaro <mr_lou_d>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=128280
Issue Type: DEFECT Exception Reporter: 128280
Attachments: stacktrace

Description sunbiz 2008-10-15 15:52:40 UTC
Build: NetBeans IDE Dev (Build 200810140201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: [Milestone 7 NBMS]
Clicked Tools -> Python Platform and got this exception.



Stacktrace: 
java.lang.NoClassDefFoundError: org/netbeans/modules/extexecution/api/ExecutionDescriptor$InputProcessorFactory
        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)
        at net.java.dev.nbpython.platform.panels.PythonPlatformPanel.<init>(PythonPlatformPanel.java:543)
Comment 1 sunbiz 2008-10-15 15:52:45 UTC
Created attachment 71872 [details]
stacktrace
Comment 2 Lou Dasaro 2015-05-18 03:44:13 UTC
Unable to replicate, probably fixed long ago...