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 - ClassNotFoundException: org.netbeans.modules.debugger.jpda.projects.StepIntoActionProvider
Summary: ClassNotFoundException: org.netbeans.modules.debugger.jpda.projects.StepIntoA...
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
: 223181 224239 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-12-01 15:45 UTC by Exceptions Reporter
Modified: 2014-01-20 15:26 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 182864


Attachments
stacktrace (3.97 KB, text/plain)
2012-12-01 15:45 UTC, Exceptions Reporter
Details
stacktrace (3.59 KB, text/plain)
2012-12-07 11:52 UTC, Martin Entlicher
Details
stacktrace (2.80 KB, text/plain)
2013-01-21 11:46 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
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.