Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 8488 - Display/Inspect on Debugger gives "ClassNotFoundException"
Summary: Display/Inspect on Debugger gives "ClassNotFoundException"
Status: RESOLVED DUPLICATE of bug 1546
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-25 12:37 EST by Lianseng Loh CLA
Modified: 2002-01-28 10:51 EST (History)
0 users

See Also:


Attachments

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