[27/03/09 09:22:51:445 GMT] 00000011 MDBListenerIm W WMSG0019E: Unable to start MDB Listener WebServicesJMSRouter_ClawbackManagementPort, JMSDestination jms/Clawback.ClawbackManagement.RequestQ : javax.jms.InvalidDestinationException: MQJMS0003: Destination not understood or no longer valid
at com.ibm.mq.jms.MQConnection.createConnectionConsumer(MQConnection.java:3588)
at com.ibm.ejs.jms.JMSQueueConnectionHandle.createConnectionConsumer(JMSQueueConnectionHandle.java:139)
at com.ibm.ejs.jms.listener.MDBListenerImpl.createResources(MDBListenerImpl.java:557)
at com.ibm.ejs.jms.listener.MDBListenerImpl.internalStart(MDBListenerImpl.java:728)
at com.ibm.ejs.jms.listener.MDBListenerImpl.restart(MDBListenerImpl.java:701)
at com.ibm.ejs.jms.listener.MDBListenerImpl.alarm(MDBListenerImpl.java:1036)
at com.ibm.ejs.util.am._Alarm.run(_Alarm.java:90)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1473)
[27/03/09 09:22:51:445 GMT] 00000011 MDBListenerIm I WMSG0043I: MDB Listener Clawback_ClawbackManagement_LP stopped for JMSDestination jms/Clawback.ClawbackManagement.RequestQ
[27/03/09 09:22:51:445 GMT] 00000011 MDBListenerIm I WMSG0058I: Listener Port Clawback_ClawbackManagement_LP will attempt to restart in 60 seconds
[27/03/09 09:23:25:899 GMT] 00000061 CacheServiceI I DYNA1001I: WebSphere Dynamic Cache instance named ws/WSSecureMapNotShared initialized successfully.
Root Cause
This error comes when you have an SOAP/JMS export (webservice) export for your service. WPS server creates default resources like Queues and QCFs (Queue Connection Factory) mentioned in the export.
These default created resources are not compatible with your application.
Resolution
Go to Resources -> Q and QCF, delete unwanted resources (they usually reside in the last tab/last row), save the changes and restart the server.
This error comes when you have an SOAP/JMS export (webservice) export for your service. WPS server creates default resources like Queues and QCFs (Queue Connection Factory) mentioned in the export.
These default created resources are not compatible with your application.
Resolution
Go to Resources -> Q and QCF, delete unwanted resources (they usually reside in the last tab/last row), save the changes and restart the server.

No comments:
Post a Comment