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 - com.sun.jdi.request.DuplicateRequestException: under JPDA
Summary: com.sun.jdi.request.DuplicateRequestException: under JPDA
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: Jan Jancura
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-09-03 00:51 UTC by Jan Palka
Modified: 2002-07-19 15:17 UTC (History)
0 users

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 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.