Author |
Message
|
ashritha |
Posted: Wed Jan 25, 2006 10:43 am Post subject: Flow Debugger Problem |
|
|
Voyager
Joined: 25 Jul 2005 Posts: 85
|
Hello All,
I have WMB v6.0 installed on AIX and have MB Toolkit v6.0 installed on Windows XP. I am trying to debug a flow deployed on the broker on AIX.
I installed RAC on AIX as well as Windows. I could attach the execution group in the Debug perspective. Also added breakpoints after each node in the flow. But when I send data to the queue, the flow picks it up and processess it but doesn't stop at the break point and so I cannot see that in the debugger.
Is there anything new that I will have to setup with V6.0 of the broker?
I have the latest version of RAC downloaded so I think it should be compatible with v6.0 broker as I have tried debugging flows on a standalone windows machine with the same version of RAC(for windows) that I used for AIX(RAC for AIX).
Any help is greatly appreciated.
Thanks in advance
-Regards. |
|
Back to top |
|
 |
pulaparty |
Posted: Sun Jan 29, 2006 12:49 am Post subject: |
|
|
Novice
Joined: 29 Jan 2006 Posts: 15
|
I'm having the exact same problem for WBIMB5 with RAC for windows on one of my machines
I have the debug feature working on another m/c, but it stops only at the first breakpoint .
I guess the issue is definitely with the version of RAC. Please check on those lines and let me know if you find something. |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Jan 29, 2006 5:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Did you apply the fixpack to Toolkit 6.0?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
pulaparty |
Posted: Sun Jan 29, 2006 7:30 am Post subject: |
|
|
Novice
Joined: 29 Jan 2006 Posts: 15
|
In the first case, it was clearly a version mismatch. I had RAC 6.0 that was installed along with RAD being using by WBIMB5.
In the second case, i installed RAC 5.0.2 and it worked.
I don't remember installing any fixpacks explicitly. |
|
Back to top |
|
 |
ashritha |
Posted: Thu Feb 02, 2006 2:27 pm Post subject: |
|
|
Voyager
Joined: 25 Jul 2005 Posts: 85
|
Hello,
With version 6.0 of the toolkit and broker I assume that the fixpack has to be installed. I have a PMR opened with IBM and they do not have an answer on this yet.
But this is purely with version 6.0. I see no problems using RAC with version 5.
Pulaparty, this might not be the best solution you are expecting but just make sure you are not hitting the wrong button when you want the message to pass to the next node. I guess you must be clicking Run to Completion button instead of 'Resume' or 'Step Over' buttons.
Sometimes these silly things get unnoticed.
Please check it and let me know. otherwise please refer to the servicelog.log file in /AgentController/config directory for more info on the error. |
|
Back to top |
|
 |
james2005 |
Posted: Fri Feb 03, 2006 3:39 am Post subject: |
|
|
Apprentice
Joined: 18 Sep 2005 Posts: 31
|
pulaparty wrote: |
In the first case, it was clearly a version mismatch. I had RAC 6.0 that was installed along with RAD being using by WBIMB5.
In the second case, i installed RAC 5.0.2 and it worked.
I don't remember installing any fixpacks explicitly. |
What is ur opinion? Shall v have to use RAC5.0.2 with MB6? |
|
Back to top |
|
 |
elvis_gn |
Posted: Fri Feb 03, 2006 3:48 am Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi james2005,
This has come up for discussion for some time now, you require version 5.0.2....use it and check if all is fine.
Regards. |
|
Back to top |
|
 |
Bill.Matthews |
Posted: Tue Mar 21, 2006 2:44 pm Post subject: |
|
|
 Master
Joined: 23 Sep 2003 Posts: 232 Location: IBM (Retired)
|
This is an FYI -specifically for WMB V6. Last month a fix for the debugger in the WMB V6 toolkit. This was released as IFIX01 and requires that the toolkit be at V6.0.0.1 (i.e. Fixpack1 already installed). This ifix corrects the jni problems that some have run into as well as adding support for RAC V6.0.1 ...
RAC 6.0.1 has been enhanced to make it more friendly when a firewall sits between the toolkit and the broker, ie not have to open lots of ports.
Here are things to do to make debugging to work through a firewall.
- Code level for RAC 6.0.1 on the broker side, IFix01 on top of the Toolkit fixpack 1
- Update the RAC_INSTALL_DIR/config/serviceconfig.xml with these parameters
(filePort="0" isDataMultiplexed="true").
If the 'filePort' parameter is not changed to 0 from 10005, then RAC would still try to use 10005, by setting it to 0, the 'isDataMultiplexed=true' would take effect!
- Restart RAC for the changes to take effect
Cheers,
Bill _________________ Bill Matthews |
|
Back to top |
|
 |
ydsk |
Posted: Thu Mar 23, 2006 3:08 pm Post subject: |
|
|
Chevalier
Joined: 23 May 2005 Posts: 410
|
To answer Ashritha's original question, we faced similar issues with debugger in v6 and raised PMRs ( not just one). We came to know that the solution is going to be bundled with broker fixpack 1 that's due on March 31, 2006. The problem apparently was with ESQL ( may sound strange , but it's true), which was returning an incorrect status to the debugger. Of course, you need to apply fixpack 1 to your toolkit too. |
|
Back to top |
|
 |
|