Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Debugger Problem using WSAD 5.1.0, Debug UI 2.1.1, Debug Core 2.1.0

Hello,
 
This my first time to the list, first I would like to say what a great IDE Eclipse is.  You folks are doing an great job, keep up the good work.
 
I joined the list because I am having a problem with IBMs Websphere Application Developer when I launch the debugger. 
 
After posting my problem in the applicable IBM forums there has been no reply in two weeks I needed to look further.  So poking around I found the PDE Error log and thank god you guys are good.
 
The Problem:
"When I hit my url the page tries to load but the server never responds. Other times I can get to my url no problem, but at some random point, within the app, the server will disappear again not to recover. No errors or any thing in the log. Other times I can be stepping through a class and the debugger will just stop responding. If I hit suspend the debugger will stop on my break point but not respond to any stepping cmds(f6) etc (It's not stuck on any db calls - there are times it died in the middle of appending spaces to a stringbuffer in a for loop.) Other times it runs fine... for a while.
When I start the Commerce Server in Debug mode, within WSAD, the server starts up with no errors."

If you guys can shead any incite into the problem it would be much appreciated.
 
Thanks for offering a place to try and get some help.  If this is the wrong place, I apologize.
 
 
So in the PDE Error log I get two exceptions stack traces -
 
Error Thu Mar 18 19:33:08 EST 2004 An exception occurred while filtering debug events.
org.eclipse.jdi.TimeoutException
 at java.lang.Throwable.<init>(Throwable.java)
 at org.eclipse.jdi.TimeoutException.<init>(TimeoutException.java)
 at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java)
 at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java)
 at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java)
 at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:229)
 at org.eclipse.jdi.internal.VirtualMachineImpl.allClasses(VirtualMachineImpl.java)
 at org.eclipse.jdi.internal.VirtualMachineImpl.allRefTypes(VirtualMachineImpl.java)
 at org.eclipse.jdi.internal.ReferenceTypeImpl.nestedTypes(ReferenceTypeImpl.java)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.addToTargetForLocalType(JavaBreakpoint.java:518)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.createRequests(JavaBreakpoint.java:495)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.addToTarget(JavaBreakpoint.java:451)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaLineBreakpoint.addToTarget(JavaLineBreakpoint.java:154)
 at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.breakpointAdded(JDIDebugTarget.java:1007)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugTarget.breakpointAdded(SQLJDebugTarget.java:236)
 at com.ibm.debug.wsa.internal.core.WSAJavaMethodEntryBreakpoint.setBreakpoint(WSAJavaMethodEntryBreakpoint.java:48)
 at com.ibm.debug.wsa.internal.core.WSAJavaMethodBreakpoint.setTemporaryBreakpoint(WSAJavaMethodBreakpoint.java:43)
 at com.ibm.debug.wsa.internal.core.WSABreakpointManager.setMethodEntryBreakpoint(WSABreakpointManager.java:816)
 at com.ibm.debug.wsa.internal.core.WSAJavaThread.handleBreakpointHit(WSAJavaThread.java)
 at com.ibm.debug.wsa.internal.core.WSAJavaThread.handleDebugEvents(WSAJavaThread.java)
 at com.ibm.debug.wsa.internal.core.WSADebugTarget.filterDebugEvents(WSADebugTarget.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java)
 at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java)
 at org.eclipse.core.runtime.Platform.run(Platform.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java)
 at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugPlugin.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugElement.fireEventSet(SQLJDebugElement.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugElement.fireEvent(SQLJDebugElement.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugElement.fireSuspendEvent(SQLJDebugElement.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.setSuspended(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.setSuspended(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.doActionRequest(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.handleDebugEvents(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugTarget.filterDebugEvents(SQLJDebugTarget.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java)
 at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java)
 at org.eclipse.core.runtime.Platform.run(Platform.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java)
 at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugPlugin.java)
 at org.eclipse.jdt.internal.debug.core.EventDispatcher.fireEvents(EventDispatcher.java)
 at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java)
 at org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:211)
 at java.lang.Thread.run(Thread.java:801)
 
 
Error Thu Mar 18 19:33:08 EST 2004 Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".
org.eclipse.jdi.TimeoutException
 at java.lang.Throwable.<init>(Throwable.java)
 at org.eclipse.jdi.TimeoutException.<init>(TimeoutException.java)
 at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java)
 at org.eclipse.jdi.internal.connect.PacketReceiveManager.getReply(PacketReceiveManager.java)
 at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java)
 at org.eclipse.jdi.internal.MirrorImpl.requestVM(MirrorImpl.java:229)
 at org.eclipse.jdi.internal.VirtualMachineImpl.allClasses(VirtualMachineImpl.java)
 at org.eclipse.jdi.internal.VirtualMachineImpl.allRefTypes(VirtualMachineImpl.java)
 at org.eclipse.jdi.internal.ReferenceTypeImpl.nestedTypes(ReferenceTypeImpl.java)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.addToTargetForLocalType(JavaBreakpoint.java:518)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.createRequests(JavaBreakpoint.java:495)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoint.addToTarget(JavaBreakpoint.java:451)
 at org.eclipse.jdt.internal.debug.core.breakpoints.JavaLineBreakpoint.addToTarget(JavaLineBreakpoint.java:154)
 at org.eclipse.jdt.internal.debug.core.model.JDIDebugTarget.breakpointAdded(JDIDebugTarget.java:1007)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugTarget.breakpointAdded(SQLJDebugTarget.java:236)
 at com.ibm.debug.wsa.internal.core.WSAJavaMethodEntryBreakpoint.setBreakpoint(WSAJavaMethodEntryBreakpoint.java:48)
 at com.ibm.debug.wsa.internal.core.WSAJavaMethodBreakpoint.setTemporaryBreakpoint(WSAJavaMethodBreakpoint.java:43)
 at com.ibm.debug.wsa.internal.core.WSABreakpointManager.setMethodEntryBreakpoint(WSABreakpointManager.java:816)
 at com.ibm.debug.wsa.internal.core.WSAJavaThread.handleBreakpointHit(WSAJavaThread.java)
 at com.ibm.debug.wsa.internal.core.WSAJavaThread.handleDebugEvents(WSAJavaThread.java)
 at com.ibm.debug.wsa.internal.core.WSADebugTarget.filterDebugEvents(WSADebugTarget.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java)
 at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java)
 at org.eclipse.core.runtime.Platform.run(Platform.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java)
 at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugPlugin.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugElement.fireEventSet(SQLJDebugElement.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugElement.fireEvent(SQLJDebugElement.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugElement.fireSuspendEvent(SQLJDebugElement.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.setSuspended(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.setSuspended(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.doActionRequest(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJThread.handleDebugEvents(SQLJThread.java)
 at com.ibm.debug.sqlj.internal.core.SQLJDebugTarget.filterDebugEvents(SQLJDebugTarget.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(DebugPlugin.java)
 at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java)
 at org.eclipse.core.runtime.Platform.run(Platform.java)
 at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(DebugPlugin.java)
 at org.eclipse.debug.core.DebugPlugin.fireDebugEventSet(DebugPlugin.java)
 at org.eclipse.jdt.internal.debug.core.EventDispatcher.fireEvents(EventDispatcher.java)
 at org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch(EventDispatcher.java)
 at org.eclipse.jdt.internal.debug.core.EventDispatcher.run(EventDispatcher.java:211)
 at java.lang.Thread.run(Thread.java:801)
 
 
 
 
 
 
 
 

Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam


Back to the top