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 3699

Summary: com.sun.jdi.request.DuplicateRequestException: under JPDA
Product: debugger Reporter: Jan Palka <janpalka>
Component: JavaAssignee: Jan Jancura <jjancura>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Palka 1999-09-03 00:51:56 UTC
com.sun.jdi.request.DuplicateRequestException: Only one step request allowed per
 thread
        at com.sun.tools.jdi.EventRequestManagerImpl$StepRequestImpl.<init>(Even
tRequestManagerImpl.java:419)
        at com.sun.tools.jdi.EventRequestManagerImpl.createStepRequest(EventRequ
estManagerImpl.java:548)
        at com.netbeans.developer.modules.debugger.jpda.JPDADebugger.traceOver(J
PDADebugger.java:312)
        at com.netbeans.developer.modules.debugger.core.CoreDebugger.traceOver(C
oreDebugger.java:217)
        at org.openide.actions.DebuggerPerformer$TraceOverPerformer.performActio
n(DebuggerPerformer.java:228)
        at org.openide.util.actions.CallbackSystemAction.performAction(CallbackS
ystemAction.java:79)
        at org.openide.util.actions.CallableSystemAction.actionPerformed(Callabl
eSystemAction.java:69)
        at org.openide.windows.ShortcutManager.processKeyStroke(ShortcutManager.
java:61)
        at org.openide.windows.TopComponent$1.run(TopComponent.java:597)
        at javax.swing.SystemEventQueueUtilities.processRunnableEvent(SystemEven
tQueueUtilities.java:366)

        at javax.swing.SystemEventQueueUtilities.access$0(SystemEventQueueUtilit
ies.java:362)
        at javax.swing.SystemEventQueueUtilities$RunnableTarget.processEvent(Sys
temEventQueueUtilities.java:403)
        at java.awt.Component.dispatchEventImpl(Component.java:2394)
        at java.awt.Component.dispatchEvent(Component.java:2307)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:287)
        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
1)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:92)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:83)
Comment 1 Marek Grummich 2000-07-25 09:43:59 UTC
Priority is changed to P4 (normal).
Comment 2 Jan Stola 2000-07-27 17:40:59 UTC
Bug assigned to the module owner.