Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 8488

Summary: Display/Inspect on Debugger gives "ClassNotFoundException"
Product: [Eclipse Project] JDT Reporter: Lianseng Loh <loh_lianseng>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Lianseng Loh CLA 2002-01-25 12:37:22 EST
Platform:-
Win2000
Integration Build 0123
JDK 1.3.1_02
 
I tried a couple of things:-
a.  selecting the code in my source code view and selecting "Display" on the 
context menu
b.  entering expression like "action.length()" in the Display view, highlight, 
and selecting display or inspect on the menu

All came up with a popup window that says ClassNotFoundException.  I can see
variables, and other that this, debugging seems to be working.

Couldn't find any log files, but my remote application console has an exception 
stack trace...


java.lang.ClassNotFoundException: com.nova.web.transaction.form.CodeSnippet_6
        at com.evermind._cl.findClass(.:374)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Unknown Source)
        at com.nova.web.transaction.form.CashTransactionFormSaveAction.perform(C
ashTransactionFormSaveAction.java:160)
        at org.apache.struts.action.ActionServlet.processActionPerform(ActionSer
vlet.java:1787)
        at org.apache.struts.action.ActionServlet.process(ActionServlet.java:158
6)
        at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:510)

        at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
        at com.evermind._bxb._crd(.:501)
        at com.evermind._bxb._ukb(.:170)
        at com.evermind._cn._uab(.:576)
        at com.evermind._cn._fm(.:189)
        at com.evermind._bs.run(.:62)
Comment 1 Darin Wright CLA 2002-01-28 10:51:36 EST

*** This bug has been marked as a duplicate of 1546 ***