Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 89064 - JDI TimeoutException being logged
Summary: JDI TimeoutException being logged
Status: RESOLVED DUPLICATE of bug 83937
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-24 18:04 EST by Stefan Xenos CLA
Modified: 2005-03-24 18:33 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 Stefan Xenos CLA 2005-03-24 18:04:36 EST
N20050324-0010

Found the following in my log. Not sure if this is a bug or not, but if not it
shouldn't be written to the system log.

org.eclipse.jdi.TimeoutException: Timeout occurred while waiting for packet
37894. RemainingTime: 0 Received: 0 Received Queue: []
at
org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java:175)
at
org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java:185)
at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:174)
at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:192)
at
org.eclipse.jdi.internal.VirtualMachineImpl.classesBySignature(VirtualMachineImpl.java:534)
at
org.eclipse.jdi.internal.VirtualMachineImpl.classesByName(VirtualMachineImpl.java:561)
at
org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.jdiClassesByName(JDIDebugTarget.java:1398)
at
org.eclipse.jdt.internal.debug.core.hcr.JavaHotCodeReplaceManager.filterUnloadedTypes(JavaHotCodeReplaceManager.java:333)
at
org.eclipse.jdt.internal.debug.core.hcr.JavaHotCodeReplaceManager.doHotCodeReplace(JavaHotCodeReplaceManager.java:429)
at
org.eclipse.jdt.internal.debug.core.hcr.JavaHotCodeReplaceManager.access$0(JavaHotCodeReplaceManager.java:416)
at
org.eclipse.jdt.internal.debug.core.hcr.JavaHotCodeReplaceManager$1.run(JavaHotCodeReplaceManager.java:305)
at org.eclipse.debug.core.DebugPlugin$AsynchJob.run(DebugPlugin.java:1024)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:67)
Comment 1 Kevin Barnes CLA 2005-03-24 18:33:44 EST
See also bug 83937, bug 84495, bug 87144, bug 88197. 
If you can reproduce this on demand, I could use the test case.
Also if you get a lot of these, try running w/o your firewall on for a bit. I suspect you'll see less 
Timeouts.
marking as dup of first report...

*** This bug has been marked as a duplicate of 83937 ***