ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Computing has children - Debug Error

Post new topic  Reply to topic
 Computing has children - Debug Error « View previous topic :: View next topic » 
Author Message
edasnarik
PostPosted: Tue Mar 30, 2010 10:31 pm    Post subject: Computing has children - Debug Error Reply with quote

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
View user's profile Send private message
kimbert
PostPosted: Wed Mar 31, 2010 12:38 am    Post subject: Reply with quote

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
View user's profile Send private message
Mut1ey
PostPosted: Wed Apr 04, 2012 5:44 am    Post subject: Flow Debugger error Reply with quote

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
View user's profile Send private message
kimbert
PostPosted: Wed Apr 04, 2012 10:05 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Computing has children - Debug Error
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.