Author |
Message
|
WBI_User21 |
Posted: Thu May 29, 2008 8:07 pm Post subject: SYSTEM.BROKER.INTER.BROKER.COMMUNICATIONS |
|
|
 Voyager
Joined: 12 Jun 2007 Posts: 98
|
Hello MBians,
I am frequently getting following error in user.log on one of my broker installled.
Quote: |
May 30 04:53:45 dys101d002 WebSphere Broker v6007[16855]: [ID 702911 user.error] (BT.BK.DYS002T2.default)[26]BIP2623E: Unable to open queue 'SYSTEM.BROKER.INTER.BROKER.COMMUNICATIONS' on WebSphere MQ queue manager 'BT.QM.DYS002T2': completion code 2; reason code 2042. : BT.BK.DYS002T2.ac0887bd-1901-0000-0080-8b3ab5b9e635: /build/S600_P/src/DataFlowEngine/ImbMqManager.cpp: 601: ImbMqConnection::getQueue: ComIbmMQConnectionManager: ComIbmMQConnectionManager
May 30 04:53:45 dys101d002 WebSphere Broker v6007[16855]: [ID 702911 user.error] (BT.BK.DYS002T2.default)[26]BIP2604E: Node failed to open WebSphere MQ queue 'SYSTEM.BROKER.INTER.BROKER.COMMUNICATIONS' owned by queue manager 'BT.QM.DYS002T2': completion code 2; reason code 2042. : BT.BK.DYS002T2.ac0887bd-1901-0000-0080-8b3ab5b9e635: /build/S600_P/src/DataFlowEngine/ImbMqInputNode.cpp: 834: ImbMqInputNode::readData: ComIbmMQInputNode: InputNode |
I tried in google and found nothing.
I understand that SYSTEM.BROKER.INTER.BROKER.COMM queue is used in pub sub scenario and 2042 error is object in use.How can i relate both these errors .I am not using any pub sub flows in my broker or any intercommunication within the queue manager.
Let me know if any one of you faced this kind of error and how did you fix this ,,.
thanks
 |
|
Back to top |
|
 |
sksharma |
Posted: Thu May 29, 2008 9:20 pm Post subject: |
|
|
 Apprentice
Joined: 18 Apr 2008 Posts: 28
|
Can you check Queue is there or not? If not there, create the queue and redeployed the flow |
|
Back to top |
|
 |
Gaya3 |
Posted: Thu May 29, 2008 10:42 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
let us know the platform, where the broker is running.
confirm that any other message flows are running.
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
WBI_User21 |
Posted: Fri May 30, 2008 12:12 am Post subject: |
|
|
 Voyager
Joined: 12 Jun 2007 Posts: 98
|
Thanks for response
OS is Solaris
I had 3 HTTP flows deployed under 3 different brokers. The flows deployed in the broker communicate through Tomcat instance (IE01 proxy servlet )
The order is
Tomcat1<-> BRK1<->Tomcat2<->Brk2<->Tomcat3<->Brk3
let me know if this info is enough ,, |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri May 30, 2008 12:47 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
sksharma wrote: |
Can you check Queue is there or not? If not there, create the queue and redeployed the flow |
reason code 2042 means: Object is in use.
So the queue is existing, but it is in use, thats the reason it couldnt able to open it.
Queue might be using by some other flow in the same broker queue manager.
Better start a trace and find out the issue, there could be some APARs for this type of issue. just find out too
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
WBI_User21 |
Posted: Fri May 30, 2008 1:25 am Post subject: |
|
|
 Voyager
Joined: 12 Jun 2007 Posts: 98
|
This queue is not present in my queue manager.. Can I create a system queue ? I didn't found this queue any of queue managers on my Solaris box. Is it OS or installation issue ..  |
|
Back to top |
|
 |
Gaya3 |
Posted: Fri May 30, 2008 1:38 am Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
|
Back to top |
|
 |
|