|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Computing has children - Debug Error |
« View previous topic :: View next topic » |
Author |
Message
|
edasnarik |
Posted: Tue Mar 30, 2010 10:31 pm Post subject: Computing has children - Debug Error |
|
|
Acolyte
Joined: 10 Mar 2009 Posts: 61
|
I am using Message Broker Toolkit Version : 6.1.0.3
When I debug the message using inbuilt debugger, I am getting the error
"An internal error occurred during " "Computing hasChildren".
Please let me know the reasons for the same and what can be done to rectify it .
Thanks. |
|
Back to top |
|
 |
kimbert |
Posted: Wed Mar 31, 2010 12:38 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
Please take a user trace, and quote the entire error message. Or look in the Windows Event Viewer and extract the entire error message from there. |
|
Back to top |
|
 |
Mut1ey |
Posted: Wed Apr 04, 2012 5:44 am Post subject: Flow Debugger error |
|
|
Acolyte
Joined: 07 Oct 2005 Posts: 74 Location: England
|
I am using 6.1.09 toolkit version, on Windows XP Pro SP3.
I see the same pop-up (An internal error occurred during: "Computing hasChildren") when using the flow debugger from within the toolkit. It is then usually necessary to detach the flow debugger from the Execution group and re-launch it - which is a lengthy, frustrating process.
It is an error in the eclipse toolkit, rather than in the broker runtime. There are no errors in Event Viewer. The message can process to completion successfully, it is just that the flow debugger has "crashed".
Here is the output from the eclipse toolkit file myworkspace\.metadata\.log:
!ENTRY org.eclipse.debug.core 4 2 2012-04-04 14:28:40.399
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException
at java.util.ArrayList.ensureCapacity(Unknown Source)
at java.util.ArrayList.add(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.refreshStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.computeStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAThread.getTopStackFrame(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.notifySuspend(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.handleDebugEvents(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!ENTRY org.eclipse.debug.core 4 120 2012-04-04 14:28:40.399
!MESSAGE An exception occurred while dispatching debug events.
!STACK 0
java.lang.ArrayIndexOutOfBoundsException
at java.util.ArrayList.ensureCapacity(Unknown Source)
at java.util.ArrayList.add(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.refreshStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.computeStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAThread.getTopStackFrame(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.notifySuspend(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.handleDebugEvents(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!ENTRY org.eclipse.debug.core 4 2 2012-04-04 14:30:14.189
!MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.debug.core".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException
at java.util.ArrayList.add(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.refreshStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.computeStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAThread.getTopStackFrame(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.notifySuspend(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.handleDebugEvents(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!ENTRY org.eclipse.debug.core 4 120 2012-04-04 14:30:14.189
!MESSAGE An exception occurred while dispatching debug events.
!STACK 0
java.lang.ArrayIndexOutOfBoundsException
at java.util.ArrayList.add(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.refreshStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.computeStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAThread.getTopStackFrame(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.notifySuspend(Unknown Source)
at org.eclipse.debug.internal.ui.contexts.LaunchSuspendTrigger.handleDebugEvents(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.run(Unknown Source)
at org.eclipse.core.runtime.SafeRunner.run(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventNotifier.dispatch(Unknown Source)
at org.eclipse.debug.core.DebugPlugin$EventDispatchJob.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source)
!ENTRY org.eclipse.core.jobs 4 2 2012-04-04 14:30:14.189
!MESSAGE An internal error occurred during: "Computing hasChildren".
!STACK 0
java.lang.ArrayIndexOutOfBoundsException
at java.util.ArrayList.get(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAThread.findMatchingOldStackFrame(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.refreshStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAGeneralThread.computeStackFrames(Unknown Source)
at com.ibm.debug.wsa.internal.core.WSAThread.hasStackFrames(Unknown Source)
at org.eclipse.debug.internal.ui.elements.adapters.ThreadContentAdapter.hasChildren(Unknown Source)
at org.eclipse.debug.internal.ui.viewers.provisional.AsynchronousContentAdapter.computeIsContainer(Unknown Source)
at org.eclipse.debug.internal.ui.viewers.provisional.AsynchronousContentAdapter$2.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Unknown Source) |
|
Back to top |
|
 |
kimbert |
Posted: Wed Apr 04, 2012 10:05 am Post subject: |
|
|
 Jedi Council
Joined: 29 Jul 2003 Posts: 5542 Location: Southampton
|
It looks rather like a bug in the toolkit. I suggest that you open a PMR - so make sure that you don't lose the toolkit log file in which you found the ArrayIndexOutOfBoundsException. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|