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 11789 - NoClassDefFoundError:Validator$Object during JSP debugging
Summary: NoClassDefFoundError:Validator$Object during JSP debugging
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-26 17:48 UTC by L Martinek
Modified: 2002-07-19 15:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description L Martinek 2001-04-26 17:48:14 UTC
During debugging JSP a bunch of this exceptions are thrown with every Step Over, 
but everything seems to be working.

I use pilsen build 010426-1600 with debuggerCore from maintrunk.


java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: 
org/netbeans/modules/debugger/support/util/Validator$Object
        at 
org.netbeans.modules.debugger.jpda.JPDACallStackFrame.getVariables(JPDACallStack
Frame.java:208)
        at 
org.netbeans.modules.debugger.support.java.CallStackFrame.getFilteredVariables(C
allStackFrame.java:71)
        at 
org.netbeans.modules.debugger.support.nodes.LocationNode.changeChildren(Location
Node.java:230)
        at 
org.netbeans.modules.debugger.support.nodes.LocationNode.initialize(LocationNode
.java:120)
        at 
org.netbeans.modules.debugger.support.nodes.LocationNode.<init>(LocationNode.jav
a:109)
        at 
org.netbeans.modules.debugger.support.java.nodes.CallStackLineNode.<init>(CallSt
ackLineNode.java:74)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at 
org.netbeans.modules.debugger.NodesRegistry.getNode(NodesRegistry.java:119)
        at 
org.netbeans.modules.debugger.NodesRegistry.getNode(NodesRegistry.java:68)
        at 
org.netbeans.modules.debugger.support.nodes.CallStackRootNode$CallStackChildren.
add(CallStackRootNode.java:183)
        at 
org.netbeans.modules.debugger.support.nodes.CallStackRootNode$CallStackChildren.
access$100(CallStackRootNode.java:162)
        at 
org.netbeans.modules.debugger.support.nodes.CallStackRootNode.changeChildren(Cal
lStackRootNode.java:133)
        at 
org.netbeans.modules.debugger.support.nodes.CallStackRootNode$CallStackListener.
propertyChange(CallStackRootNode.java:2
32)
        at 
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:1
52)
        at 
org.netbeans.modules.debugger.support.java.JavaThread.firePropertyChange(JavaThr
ead.java:328)
        at 
org.netbeans.modules.debugger.jpda.JPDAThread.refreshStack(JPDAThread.java:585)
        at 
org.netbeans.modules.debugger.jpda.ThreadManager.refreshStacks(ThreadManager.jav
a:169)
        at 
org.netbeans.modules.debugger.jpda.JPDADebugger$6.run(JPDADebugger.java:865)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
        at 
java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:103)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 L Martinek 2001-05-08 11:08:25 UTC
Priority increased because this bug causes that watches for JSP doesn't work at 
all.
Comment 2 L Martinek 2001-05-09 16:25:18 UTC
This was probably caused by putting incopatible versions together.