Author |
Message
|
anilkumarm |
Posted: Wed Jan 11, 2006 9:33 am Post subject: Problem with UserDefined node |
|
|
Newbie
Joined: 04 Jan 2006 Posts: 7
|
Hi,
Working with MB6.0
Developed Userdefined node.
Placed the jar file in jplugin directory(on AIX box).
Restarted the broker.We are getting Broker is not running and execution group not running.
Is there anything else to do
Can you please help me to resolve this problem.
Thanks in advance.
Thanks
Anil |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 11, 2006 10:02 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
anilkumarm wrote: |
We are getting Broker is not running and execution group not running. |
Did you deploy anything other than a jar file?
Like, say, a message flow? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
anilkumarm |
Posted: Wed Jan 11, 2006 10:13 am Post subject: |
|
|
Newbie
Joined: 04 Jan 2006 Posts: 7
|
I did not diploy anything
Just I keep the jar file in jplugin folder and restarted the broker.
Thanks
Anil |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 11, 2006 10:28 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It was both a question and an answer.
All you did when you added the plugin jar file was made the classes available to be used.
Nothing runs in Broker without a message flow.
Your code can't ever be called without a message flow that uses your plugin node in the flow. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
anilkumarm |
Posted: Wed Jan 11, 2006 10:49 am Post subject: |
|
|
Newbie
Joined: 04 Jan 2006 Posts: 7
|
Iam trying to deloy a flow but the broker is not running state. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jan 11, 2006 10:55 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
The broker won't be in a running state until something is deployed.
Assuming that mqsistart was successful, then you should have no problems deploying. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
anilkumarm |
Posted: Wed Jan 11, 2006 11:05 am Post subject: |
|
|
Newbie
Joined: 04 Jan 2006 Posts: 7
|
when I place the command Iam getting
mqsilist DEVBRKR
BIP8130I: Execution Group: batch - 0
BIP8130I: Execution Group: default - 0
and Iam unable to deploy the flow and It is not giving any errors
When I remove the jar file and restart the broker and execute the mqsilist command
the execution groups will have some process Ids
Thanks
Ramarao |
|
Back to top |
|
 |
wschutz |
Posted: Wed Jan 11, 2006 11:50 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
and is there anything in the system log? (assuming you setup syslog.conf) _________________ -wayne |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Jan 11, 2006 8:41 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi anilkumarm,
I only hope your transmission queues and channels are created and running.
When you try to deploy, do you atleast get a successfully deployed message.
Regards. |
|
Back to top |
|
 |
|