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 23481

Summary: Exception when trying to step while debugging Nb
Product: debugger Reporter: Jaroslav Tulach <jtulach>
Component: CodeAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker CC: mgrummich
Priority: P1    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jaroslav Tulach 2002-05-14 16:23:54 UTC
Annotation: Exception occurred in Request Processor
com.sun.jdi.request.InvalidRequestStateException:
step request instance of
org.openide.util.RequestProcessor$Processor(name='Instance
processor', id=994) (enabled)
        at
com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.invalidState(EventRequestManagerImpl.java:96)
        at
com.sun.tools.jdi.EventRequestManagerImpl$EventRequestImpl.setSuspendPolicy(EventRequestManagerImpl.java:160)
        at
org.netbeans.modules.debugger.jpda.StepManager.setRequest(StepManager.java:224)
        at
org.netbeans.modules.debugger.jpda.StepManager.stepInto(StepManager.java:108)
        at
org.netbeans.modules.debugger.jpda.StepManager.stepInto(StepManager.java:88)
        at
org.netbeans.modules.debugger.jpda.JPDADebugger.traceInto(JPDADebugger.java:329)
        at
org.netbeans.modules.debugger.delegator.DelegatingDebugger.traceInto(DelegatingDebugger.java:115)
        at
org.netbeans.modules.debugger.support.actions.StepIntoAction.performAction(StepIntoAction.java:116)
        at
org.openide.util.actions.NodeAction.performAction(NodeAction.java:179)
        at
org.openide.util.actions.NodeAction.actionPerformed(NodeAction.java:170)
        at
org.netbeans.core.ModuleActions$1.run(ModuleActions.java:100)
        at org.openide.util.Task.run(Task.java:136)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:599)
Comment 1 Marek Grummich 2002-05-16 16:15:57 UTC
This happens both j2sdk1.4.0 and j2sdk1.4.1. J2sdk1.3.1 is ok. I have
returned back to the build 200205130100 and debugger worked fine in
this build. I have noticed one thing. When you start IDE with a clear
userdir a dialog "Warning - Could not install module Tools Debugger
...." is not presented in last two builds. I would estimate that it
would be related to this.
Sorry, but I have to increase priority to P1.
Comment 2 Jan Jancura 2002-05-16 17:57:41 UTC
fixed in main trunk
Comment 3 Marek Grummich 2003-01-13 09:32:55 UTC
Verified.
Comment 4 Quality Engineering 2003-06-30 17:28:40 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.