Author |
Message
|
Vgowda |
Posted: Tue Dec 11, 2007 7:12 am Post subject: Listener stopping when Application has MQJMS Binding |
|
|
 Acolyte
Joined: 11 Dec 2007 Posts: 61 Location: Bengaluru
|
Hi All,
I have created an Application named BP_MY_MQWrapperApp which has MQJMS binding for 2 Queue Managers i.e it contains 2 MQ connection factories and 2 listeners named QPSGBRK1_Listener(jndi/QPSGBRK2 ) and bcg.queue.manager_Listener(jndi/bcg.queue.manager). The same application is working fine in Windows platform, But When i am starting the same Application in AIX Platform it is giving following error : I have installed WPS V6.0.2.2 and WAS V6.0.2.23
[12/11/07 16:04:25:716 CST] 00000093 Core I CWSCA3009I: The SCA module BP_MY_MQWrapperApp is starting.
[12/11/07 16:04:40:711 CST] 00000093 Core I CWSCA3010I: The SCA module started successfully.
[12/11/07 16:04:41:691 CST] 00000093 EJBContainerI I WSVR0207I: Preparing to start EJB jar: BP_MY_MQWrapperEJB.jar
[12/11/07 16:04:42:312 CST] 00000093 EJBContainerI I WSVR0037I: Starting EJB jar: BP_MY_MQWrapperEJB.jar
[12/11/07 16:05:05:315 CST] 00000093 ActivationSpe I J2CA0523I: The Message Endpoint for ActivationSpec sca/BP_MY_MQWrapper/ActivationSpec (com.ibm.ws.sib.ra.inbound.impl.SibRaActivationSpecImpl) and MDB Application BP_MY_MQWrapperApp#BP_MY_MQWrapperEJB.jar#ServiceSIBusMessageBean is activated.
[12/11/07 16:05:15:582 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener QPSGBRK1_Listener stopped for JMSDestination jndi/SG.B2BI.ICS.APP.O.11
[12/11/07 16:05:16:078 CST] 00000093 MDBListenerIm I WMSG0058I: Listener Port QPSGBRK1_Listener will attempt to restart in 60 seconds
[12/11/07 16:05:16:117 CST] 00000093 ApplicationMg E WSVR0101W: An error occurred starting, BP_MY_MQWrapperApp
[12/11/07 16:05:22:371 CST] 00000093 ApplicationMg A WSVR0217I: Stopping application: BP_MY_MQWrapperApp
[12/11/07 16:05:22:570 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener QPSGBRK1_Listener stopped for JMSDestination jndi/SG.B2BI.ICS.APP.O.11
[12/11/07 16:05:22:738 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener bcg.queue.manager_Listener stopped for JMSDestination jndi/JMSCONN.MY.IN
[12/11/07 16:05:23:127 CST] 00000093 EJBContainerI I WSVR0041I: Stopping EJB jar: BP_MY_MQWrapperEJB.jar
[12/11/07 16:05:23:337 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener QPSGBRK1_Listener stopped for JMSDestination jndi/SG.B2BI.ICS.APP.O.11
[12/11/07 16:05:23:442 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener QPSGBRK1_Listener stopped for JMSDestination jndi/SG.B2BI.ICS.APP.O.11
[12/11/07 16:05:23:853 CST] 00000093 MBeanFactoryI W ADMN0006W: More than one MBean is registered with the same configuration identifier cells/bigblueNode02Cell/nodes/WPSNode1/resources.xml#J2CResourceAdapter_1196893438175#ServiceSIBusMessageBean_J2CMessageEndpoint.
[12/11/07 16:05:24:373 CST] 00000093 ActivationSpe I J2CA0524I: The Message Endpoint for ActivationSpec sca/BP_MY_MQWrapper/ActivationSpec (com.ibm.ws.sib.ra.inbound.impl.SibRaActivationSpecImpl) and MDB Application BP_MY_MQWrapperApp#BP_MY_MQWrapperEJB.jar#ServiceSIBusMessageBean is deactivated.
[12/11/07 16:05:24:429 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener bcg.queue.manager_Listener stopped for JMSDestination jndi/JMSCONN.MY.IN
[12/11/07 16:05:24:444 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener bcg.queue.manager_Listener stopped for JMSDestination jndi/JMSCONN.MY.IN
[12/11/07 16:05:24:765 CST] 00000093 Core I CWSCA3011I: The SCA module BP_MY_MQWrapperApp is stopping.
[12/11/07 16:05:25:891 CST] 00000093 Core I CWSCA3012I: The SCA module has been stopped.
[12/11/07 16:05:26:232 CST] 00000093 ApplicationMg A WSVR0220I: Application stopped: BP_MY_MQWrapperApp
I have tried all the solutions which are available in net then also it is not working. So Please  _________________ Regards
Vinay |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Dec 11, 2007 8:41 am Post subject: Re: Listener stopping when Application has MQJMS Binding |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Vgowda wrote: |
[12/11/07 16:05:23:337 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener QPSGBRK1_Listener stopped for JMSDestination jndi/SG.B2BI.ICS.APP.O.11
[12/11/07 16:05:23:442 CST] 00000093 MDBListenerIm I WMSG0043I: MDB Listener QPSGBRK1_Listener stopped for JMSDestination jndi/SG.B2BI.ICS.APP.O.11 |
I didn't go through your log in detail, but are you sure that you have two different connections set up? |
|
Back to top |
|
 |
Vgowda |
Posted: Tue Dec 11, 2007 8:53 pm Post subject: |
|
|
 Acolyte
Joined: 11 Dec 2007 Posts: 61 Location: Bengaluru
|
Yes, I do have 2 MQ Connection Factories and 2 Listeners has i mentioned in the 1 st query. I am thinking, the error is ( More than one MBean is registered with the same configuration identifier cells..) But i am not able to solve it . I tried all the available solutions like restarting the server,recreating the jndi configuration and resinstalling he Application also, But none of them worked for me in AIX Machine. _________________ Regards
Vinay |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 11, 2007 9:51 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You need to fix this first:
Quote: |
[12/11/07 16:05:23:853 CST] 00000093 MBeanFactoryI W ADMN0006W: More than one MBean is registered with the same configuration identifier cells/bigblueNode02Cell/nodes/WPSNode1/resources.xml#J2CResourceAdapter_1196893438175#ServiceSIBusMessageBean_J2CMessageEndpoint.
[12/11/07 16:05:24:373 CST] 00000093 ActivationSpe I J2CA0524I: The Message Endpoint for ActivationSpec sca/BP_MY_MQWrapper/ActivationSpec (com.ibm.ws.sib.ra.inbound.impl.SibRaActivationSpecImpl) and MDB Application BP_MY_MQWrapperApp#BP_MY_MQWrapperEJB.jar#ServiceSIBusMessageBean is deactivated.
[ |
_________________ MQ & Broker admin |
|
Back to top |
|
 |
Vgowda |
Posted: Sun Dec 16, 2007 3:09 am Post subject: |
|
|
 Acolyte
Joined: 11 Dec 2007 Posts: 61 Location: Bengaluru
|
I know that is only the problem, But i am not able to solve it in AIX machine. The samething is working fine in Windows platform, I have applied fixpack 23 for WAS also in AIX machine. I tried for simple example of MQJMS binding in AIX, But that is also not working . If anybody faced this problem please ... _________________ Regards
Vinay |
|
Back to top |
|
 |
fjb_saper |
Posted: Sun Dec 16, 2007 6:41 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
You can fix this in the JNDI administration layer. This has nothing to do with your code.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
Vgowda |
Posted: Thu Jan 03, 2008 10:15 pm Post subject: |
|
|
 Acolyte
Joined: 11 Dec 2007 Posts: 61 Location: Bengaluru
|
While Configuring Connection Factory I made Transport type as Client instead of Bindings it is working . But in windows it is working with Bindings only . I dnt knw the exact reason , But it is working fine. _________________ Regards
Vinay |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Jan 04, 2008 5:32 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Bindings only works when the queue manager is on the same machine as the app server.
Client works whenever the app server can establish a network connection to the qmgr. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vgowda |
Posted: Wed Feb 27, 2008 11:29 pm Post subject: |
|
|
 Acolyte
Joined: 11 Dec 2007 Posts: 61 Location: Bengaluru
|
I dont think wat u r saying is correct because Queue Manger was on the same machine as the app server but it dint work as Bindings it worked with client.  _________________ Regards
Vinay |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Feb 28, 2008 2:14 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
"it didn't work" doesn't mean "it can't work". It just means "you did something wrong, and didn't properly troubleshoot".
Bindings connections work the way I say they do. They only work when the queue manager is on the same machine as the app trying to make the connection.
This is because a bindings connection binds to the shared memory of the queue manager to connect.
Client connections work whenever the app can make a network connection to the listener port. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vicini |
Posted: Tue May 27, 2008 5:31 pm Post subject: |
|
|
Newbie
Joined: 26 May 2008 Posts: 1
|
I also get the same problem of this. Is there anyone get the better idea for it? |
|
Back to top |
|
 |
|