It's all about the answers!

Ask a question

Internal error logged from JDI Debug


David Weber (761810) | asked Oct 13 '08, 12:30 p.m.
I am trying to debug a server plugin, and I got the following exception:

org.eclipse.jdi.TimeoutException: Timeout occurred while waiting for packet 2743.
at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java:171)
at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java:180)
at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:174)
at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:230)
at org.eclipse.jdi.internal.VirtualMachineImpl.allThreads(VirtualMachineImpl.java:400)
at org.eclipse.jdi.internal.VirtualMachineImpl.resetThreadEventFlags(VirtualMachineImpl.java:870)
at org.eclipse.jdi.internal.VirtualMachineImpl.resume(VirtualMachineImpl.java:794)
at org.eclipse.jdi.internal.event.EventSetImpl.resume(EventSetImpl.java:103)
at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java:198)
at org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:232)
at java.lang.Thread.run(Thread.java:810)


The steps I took to set up this debug session are:
1) Download JazzServer-06-RTC10-Maximal.launch
2) Modify it slightly to fix the org.apache.logging problems
3) Add my custom server plug-in to the configuration on the 'Bundles' page of the Debug Dialog
4) Run the launch from the Debug Dialog
5) Logon to the localhost server using ADMIN/ADMIN
6) Click on Project Areas

Has anyone seen this before and have a resolution?

Thanks,

Dave

One answer



permanent link
Matt Lavin (2.7k2) | answered Oct 17 '08, 8:27 a.m.
FORUM MODERATOR / JAZZ DEVELOPER
I have not seen that problem before. It sounds like it might be a JVM
issue. Are you using and launching your server with the JVM included
with RTC?

Matt Lavin
Jazz Server Team


deweber wrote:
I am trying to debug a server plugin, and I got the following
exception:

org.eclipse.jdi.TimeoutException: Timeout occurred while waiting for
packet 2743.
at
org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java:171)
at
org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java:180)
at
org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:174)
at
org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:230)
at
org.eclipse.jdi.internal.VirtualMachineImpl.allThreads(VirtualMachineImpl.java:400)
at
org.eclipse.jdi.internal.VirtualMachineImpl.resetThreadEventFlags(VirtualMachineImpl.java:870)
at
org.eclipse.jdi.internal.VirtualMachineImpl.resume(VirtualMachineImpl.java:794)
at
org.eclipse.jdi.internal.event.EventSetImpl.resume(EventSetImpl.java:103)
at
org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java:198)
at
org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:232)
at java.lang.Thread.run(Thread.java:810)


The steps I took to set up this debug session are:
1) Download JazzServer-06-RTC10-Maximal.launch
2) Modify it slightly to fix the org.apache.logging problems
3) Add my custom server plug-in to the configuration on the 'Bundles'
page of the Debug Dialog
4) Run the launch from the Debug Dialog
5) Logon to the localhost server using ADMIN/ADMIN
6) Click on Project Areas

Has anyone seen this before and have a resolution?

Thanks,

Dave

Your answer


Register or to post your answer.