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 223100

Summary: ClassNotFoundException: org.netbeans.modules.debugger.jpda.projects.StepIntoActionProvider
Product: debugger Reporter: Exceptions Reporter <exceptions_reporter>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal CC: cyhelsky, douglasfs.ti, jannavratil, kcomkar, mentlicher, miibx5, sandange, stezeb
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 182864
Attachments: stacktrace
stacktrace
stacktrace

Description Exceptions Reporter 2012-12-01 15:45:08 UTC
Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
jannavratil: after start of Netbeans IDE the error has occured

douglasfs.ti: Simplesmente abri o netbeans, e me retornou a mensagem de erro.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.debugger.jpda.projects.StepIntoActionProvider
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 Exceptions Reporter 2012-12-01 15:45:10 UTC
Created attachment 128693 [details]
stacktrace
Comment 2 Martin Entlicher 2012-12-04 11:01:03 UTC
Module JPDA Debugger is missing and as a result, many ClassNotFoundException are thrown. NetBeans seems to be run on JRE only, ClassNotFoundExceptions are thrown from many other places.

Services, that are registered by JPDA Debugger should not be active, when JPDA Debugger module is missing.
Comment 3 Martin Entlicher 2012-12-04 11:02:22 UTC
*** Bug 223181 has been marked as a duplicate of this bug. ***
Comment 4 Martin Entlicher 2012-12-07 11:52:53 UTC
Created attachment 129038 [details]
stacktrace
Comment 5 kcomkar 2012-12-29 14:23:55 UTC
Hi,

Bug report contains OS as Linux, while bug occurs on Windows 7 (32-bit & 64-bit) too. Kindly note.

Thanks and Regards,
K Chandrasekhar Omkar
http://kcomkar.pip.verisignlabs.com/
kcomkar@gmail.com
kcomkar@netbeans.org
Comment 6 Martin Entlicher 2013-01-08 10:52:50 UTC
*** Bug 224239 has been marked as a duplicate of this bug. ***
Comment 7 Stepan Zebra 2013-01-21 11:46:37 UTC
Created attachment 130438 [details]
stacktrace

Product Version: NetBeans IDE 7.3 RC1 (Build 201301202100)
Java: 1.7.0_11; Java HotSpot(TM) 64-Bit Server VM 23.6-b04
Runtime: Java(TM) SE Runtime Environment 1.7.0_11-b21
System: Mac OS X version 10.8.2 running on x86_64; US-ASCII; en_US (nb)

First run after installation. Generating AnagramGame sample & module activation.
Comment 8 Martin Entlicher 2014-01-20 15:26:28 UTC
Does not seem to occur any more. It's very likely fixed by some other changes.