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 » Toolkit 'not reponding' for serveral minutes

Post new topic  Reply to topic
 Toolkit 'not reponding' for serveral minutes « View previous topic :: View next topic » 
Author Message
m00300
PostPosted: Fri Nov 18, 2005 6:22 am    Post subject: Toolkit 'not reponding' for serveral minutes Reply with quote

Apprentice

Joined: 01 May 2002
Posts: 31

recently my Toolkit (WBIMB CSD3) keeps going into a 'NOT RESPONDING' state for 5 minutes at a time - where taskmanager shows 100% cpu for the javaw.exe but not much memory appears to be being used.

After 5 minutes it comes back as normal again...I just cant figure out whats causing it.
- could this be caused by network problems (my workspace is on the network) - have tried using local workspace and I get the same problem though
- I am working with a big esql file (7350 lines) could this be a problem ?

its v annoying!
My PC is only running the toolkit (not broker or config manager)
spec is Pentium 4 2.8GHz with 1.5 Gig Ram (Running XP)

A number of collegues have similar spec PC's on the same network and they dont seem to get this issue.

Any help appreciated.
Back to top
View user's profile Send private message Send e-mail
jefflowrey
PostPosted: Fri Nov 18, 2005 6:25 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

You probably don't have enough heap allocated to your Toolkit for the size of the file you're working on.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
m00300
PostPosted: Fri Nov 18, 2005 6:46 am    Post subject: Reply with quote

Apprentice

Joined: 01 May 2002
Posts: 31

how/where do I adjust this ?
Back to top
View user's profile Send private message Send e-mail
EddieA
PostPosted: Fri Nov 18, 2005 9:13 am    Post subject: Reply with quote

Jedi

Joined: 28 Jun 2001
Posts: 2453
Location: Los Angeles

Did you try the (small) Search button above. Try "toolkit and increase and heap". There, that wasn't too difficult was it.

Cheers,
_________________
Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0


Last edited by EddieA on Mon Nov 21, 2005 9:16 am; edited 1 time in total
Back to top
View user's profile Send private message
m00300
PostPosted: Mon Nov 21, 2005 1:30 am    Post subject: Reply with quote

Apprentice

Joined: 01 May 2002
Posts: 31

mmmm....yes I know...search search search...but thats a Friday afternoon on a deadline for you, trying to get something done with a malfunctioning toolkit in a hurry is not fun.

Anyway - did the search, found the args - added Xms512, Toolkit starts instantly however esql file still loads like treacle and locks often.

I have noticed Mcshield.exe was hampering the toolkit start up - may try disabling this. Also during my SEARCHING came across a few comments that lead me to beleive it may be the contents of the file not the size thats the problem.
Basically the file is full of satements like this :

SET rEnv.Section[vEnvPos].GOPaymentAmount =
CAST(rEnv.Section[vEnvPos].GOPaymentAmount AS DECIMAL(19,6)) + COALESCE( THE (
SELECT SUM(CAST(PD.ServicePaymentAmount AS DECIMAL(19,6)))
FROM InputRoot.XML.(XML.tag)[1].RSAMQREQ.DataFeedOutput.PaymentGroups[vGrpPos].PaymentDetails[] AS PD,
InputRoot.XML.(XML.tag)[1].RSAMQREQ.DataFeedOutput.LineLevelData[] AS L,
InputRoot.XML.(XML.tag)[1].RSAMQREQ.DataFeedOutput.PolicyData.PolicyCoverData[] AS P
WHERE P.SourceSystemSectionID = vSectionCode
AND ((vContract = 'M2C3' AND
vOwnership <> 'O05') OR
(vContract = 'M2C2'))
AND P.PolCovID = vPolCovID
AND (P.RelatedPolCovID IS NULL OR
P.RelatedPolCovID = '')
AND L.PolCovID = P.PolCovID
AND PD.LineGuid = L.LineID
AND (PD.ServiceTypeCode = '083' OR
PD.ServiceTypeCode = '084')
AND (PD.FinancialCategoryCode = '510' OR
PD.FinancialCategoryCode = '740' OR
PD.FinancialCategoryCode = '520' OR
PD.FinancialCategoryCode = '745')), 0);

References arent allowed in the FROM statements so cant see any easy way to make this easier for the toolkit (or by using Broker Schemas)
I'll update this thread if and when I find a resolution.


Last edited by m00300 on Fri Feb 03, 2006 12:55 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Ching
PostPosted: Tue Nov 22, 2005 4:31 pm    Post subject: Reply with quote

Apprentice

Joined: 08 Nov 2004
Posts: 25
Location: Portland, OR

I've had similar problems. Every once in a while, when I try to save my work, the tool kit will wait several minutes before actually completeing the save.

My taskmanager shows 100% cpu for the javaw.exe also.

I noticed its usually the first time a try to save anything. If I then make a change and save it, the tool kit behaves normally.

It almost seems like something in the toolkit has to 'wake up' before it starts acting normal
Back to top
View user's profile Send private message Send e-mail
gakana
PostPosted: Tue Nov 22, 2005 7:17 pm    Post subject: Reply with quote

Apprentice

Joined: 27 Jul 2005
Posts: 28
Location: Michigan

You need to set some toolkit configurations

Go to Window->Preferences-> ESQL and Mapping and select validation and then set 'Ignore' to all ESQL validation settings.

Please update me if it resolves your issue


Thanks
Gakana
Back to top
View user's profile Send private message
m00300
PostPosted: Wed Nov 23, 2005 2:10 am    Post subject: Reply with quote

Apprentice

Joined: 01 May 2002
Posts: 31

Good idea, i'll give it a try - made the changes in the toolkit - file still loads slow.

I'll see how it goes today during editing.

Also considering updating from CSD03 to CSD06 in case the toolkit has improved along the way (although dont want to update config manager or broker so got to find out whether a CSD06 toolkit will communicate with a CSD03 Config manager ok)
Back to top
View user's profile Send private message Send e-mail
djohnsson
PostPosted: Thu Feb 02, 2006 9:30 pm    Post subject: Reply with quote

Newbie

Joined: 01 Feb 2006
Posts: 8

Hi,

did anyone get a resolution to this. I am getting the same problem. both when I try to save and when I try a rebuild.

would love to know the resolution.

thanks
Back to top
View user's profile Send private message
m00300
PostPosted: Fri Feb 03, 2006 12:53 am    Post subject: Reply with quote

Apprentice

Joined: 01 May 2002
Posts: 31

I never found a resolution to this.

When I'm working on a the very large esql file that causes the problems I edit it in a text editor instead and then re-open it in the Toolkit to check syntax (If your going to do this close the esql file, and then the project first in the toolkit and re open the project after editing in the text editor as if you dont the toolkit sometimes gets confused!)
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » Toolkit 'not reponding' for serveral minutes
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.