Author |
Message
|
nukalas2010 |
Posted: Mon Oct 04, 2010 8:38 pm Post subject: how to debug |
|
|
 Master
Joined: 04 Oct 2010 Posts: 220 Location: Somewhere in the World....
|
hii friends..
Can anyone pplease try to send me the complete steps of how to debug using Debug Perspective after deploying bar file..
I want to trace and debug
I am just using the flow with MqInputnode,Compute Node and MQOutput Node.. As I am getting the output but I want the complete steps to follow and also when to put message in InputQueue in MQ..
 |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Oct 04, 2010 9:18 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
have you read the details on this in the InfoCentre?
If not please do so and then come back with questions on particular points you may have. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
nukalas2010 |
Posted: Mon Oct 04, 2010 9:37 pm Post subject: About Debugging |
|
|
 Master
Joined: 04 Oct 2010 Posts: 220 Location: Somewhere in the World....
|
yeah thanku... My question is
Actually in my message flow there are Mqinoutnode, Computenode, Log4jnode and Mqoutputnode respectively.. after deploying the barfile I want to debug the messageflow as follows:
1) Select Debug Perspective
2) Click on the Debug Configurations
3) In Debug Configurations window in Connect tab I had given the host name and Java Debug port number and then when I click on the Select Execution Group there is no Execution group
4) In Source tab I select the Message flow which I have to debug..
5) After clicking Apply Button finally I select Debug Button..
as it works... but I want to put the message into the MQInputnode queue in MQ.. what I am trying to ask u is when I have to do that??
and also when I am sending message using TESTCLIENT it was also works but when do I use that TESTCLIENT in Debug perspective or in Broker Application Dev Perspective...
AS I AM NEW TO THE MESSAGE BROKER TECHNOLOGY PLEASE HELP IN THESE ... I WANT THE SEQUENCE OF STEPS TO FLLOW AFTER DEPLOYING BAR FILE
YOUR SMALL INFORMATION WILL BE A GREAT HELPFUL TO ME..
THANKS IN AVDANCE... |
|
Back to top |
|
 |
ajit1981 |
Posted: Mon Oct 04, 2010 10:02 pm Post subject: |
|
|
Apprentice
Joined: 09 Apr 2010 Posts: 41 Location: Bangalore, Inida
|
Quote: |
In Debug Configurations window in Connect tab I had given the host name and Java Debug port number and then when I click on the Select Execution Group there is no Execution group |
First check weather your Toolkit is connect with broker or not, if its not showing Execution group then there is chance that your broker is not connect with toolkit or Configuration manger/broker is not running. check all the things, if you are using Version 6.1/7.0 then you need to set the JVM port also on Execution group.
Once you deployed your barfile and set Up the Debug Configurations properties on debug perspetive and your debugger is launced then you need to put the message into queue. And dont forget to put the debug point into flow. |
|
Back to top |
|
 |
nukalas2010 |
Posted: Tue Oct 05, 2010 12:43 am Post subject: |
|
|
 Master
Joined: 04 Oct 2010 Posts: 220 Location: Somewhere in the World....
|
Yeah thankuu... I got the solution..
As I am using Message Broker Version 7.0 its need not to be use the select the execution group in Debug Configuration window...
Its simply Right click on the Execution Group Name in Broker Application Development Perspective and then select the "Launch Debug Port" If it was not configure we have to configure that by specifying port number..
After Configuring Port number then select OK which will launch the Debug Prospective..
this is what I had find
Anyhow thanks for replies  |
|
Back to top |
|
 |
|