Author |
Message
|
Kjell |
Posted: Fri Apr 29, 2005 5:57 am Post subject: Msg Flow Editor refuses to start.. |
|
|
Acolyte
Joined: 26 Feb 2002 Posts: 73
|
Hi
I have a flow, with quite a big number of nodes.
Suddenly, in the toolkit, the Message Flow editor refuses to display the flow. I click on the ".msgflow" file. The "busy" icon is displayed for a second and is then released again, but the flow is not displayed.
If I do "Open with", using Notepad or the text editor, the xml is displayed properly, but the graphical editor refuses to start.
It works with other flows.
I have tried to export the msgflow project and import into other toolkit on other machine. Still, the editor refuses to display the flow.
Anyone?
I'm running WBIMB 5.0, CSDE 2 on one machine, CSDE 4 on other.
Win XP. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 29, 2005 8:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Try increasing the jvm heap size of your toolkit.
Do a search on this forum for "-Xms". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
alexey |
Posted: Fri Apr 29, 2005 1:00 pm Post subject: |
|
|
 Acolyte
Joined: 18 Dec 2003 Posts: 62 Location: Israel
|
Hi!
Did you use any copy/paste operations before the flow was "ruined"? I had probelms like yours caused by using copy/paste with sub-flows, it is not consistent, but sometimes it happenes .
Anyway, open your file in text editor - if you see all of your nodes described in 3 line code, like
<nodes ...>
<translation .../>
</nodes>
and some nodes in one line code, like
<nodes .../>
you have the same problem as I, and you'll have to correct those "one line" descriptions manually to make them 3 lines, like all others - it will come back working. If you have this problem, but you won't know how to correct the file - send me a PM.
Alexey. |
|
Back to top |
|
 |
Nizam |
Posted: Fri Apr 29, 2005 1:57 pm Post subject: |
|
|
Disciple
Joined: 10 Feb 2004 Posts: 160
|
|
Back to top |
|
 |
Kjell |
Posted: Sun May 01, 2005 11:22 pm Post subject: |
|
|
Acolyte
Joined: 26 Feb 2002 Posts: 73
|
Yes we merged two flows i nto one, by copying the nodes and the ESQL code from one project to another.
The funny thing is that after the merge we hade it work for a while, but then suddenly it stopped.
/Kjell J |
|
Back to top |
|
 |
Kjell |
Posted: Mon May 02, 2005 1:41 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2002 Posts: 73
|
Can anyone tall me how to increase the heap size of the Toolkit?
Another stupid question: I have sent to pm:s but they're both in the outbox. Shouldänt they be under "sent"? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 02, 2005 1:49 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Kjell wrote: |
Can anyone tall me how to increase the heap size of the Toolkit? |
jefflowrey wrote: |
Do a search on this forum for "-Xms". |
There are only five or six hits returned when I do this search - selecting the WMQI(MQSI) Suport forum to limit my search, and entering Xms. All the threads returned by the search discuss using the java ms and mx vm arguments to adjust the heap size of the eclipse tooling. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Kjell |
Posted: Mon May 02, 2005 2:07 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2002 Posts: 73
|
I have now extended the heap size to both 512 and 1024.
It did not help. I think there's a bug in the toolkit, having to to with copying of nodes between projects. |
|
Back to top |
|
 |
moorej_gl |
Posted: Mon May 02, 2005 6:58 am Post subject: |
|
|
 Apprentice
Joined: 01 Dec 2003 Posts: 35 Location: Madison, WI
|
Something that's worked for me when I have had a similar problem:
In the development perspective, right click on the .msgflow file & select open with -> text editor. Within each <nodes ...> tag, edit each 'location' property to indicate some arbitrary coordinates (if there is no location property, put one in as below) :
location="100,100"
Save the message flow file, then try to open it in the MessageFlow editor. Everything will appear in one big pile. Right click in the background, select Layout->left to right. |
|
Back to top |
|
 |
Kjell |
Posted: Mon May 02, 2005 7:27 am Post subject: |
|
|
Acolyte
Joined: 26 Feb 2002 Posts: 73
|
Yes, it works now.
I manually updated the underlying XML, so that all <nodes> have a position. I then closed and opened the project again, and le voila..
This is a fantastic bug, hope IBM have it fixed soon...
Thanks for all your help
/Kjell |
|
Back to top |
|
 |
Boolean |
Posted: Tue May 03, 2005 5:54 am Post subject: |
|
|
Acolyte
Joined: 05 Jun 2003 Posts: 56 Location: Sweden
|
Kjell,
To my knowledge this one is fixed in CSD04 and the update can be made by using "Software updates". Be aware though that if the ftp update fails your whole environment may be damaged. My Toolkit crashed and I had to reinstall everything. Apparently there is no easy way to back to previous versions of the Toolkit when in "bad sync".
According to IBM (they confirm this "copy bug" in the Broker App Persp), copying works fine in eg the Resource Perspective. _________________ / Boolean |
|
Back to top |
|
 |
fropple |
Posted: Tue Aug 16, 2005 6:02 am Post subject: |
|
|
Newbie
Joined: 23 Dec 2004 Posts: 2
|
YES!
I had the same problem (I´ve had i a couple of times before not knowing what the reason is). But entering the positions in the xml-file solved it!
/Fredrik Stolpe |
|
Back to top |
|
 |
|