Posted: Mon Jun 12, 2006 11:53 pm Post subject: Hitting error WMSG0031E
Newbie
Joined: 12 Jun 2006 Posts: 4
Hi,
Need some help here.
We are putting 50 messages in a queue at the same time. Each message in the queue will trigger the Java listener to send 1 email. And the error below occurs. But if we put 20 messages or so into the queue, it works fine. Tks...
MainFrame MQ-->JMS Listener-->send out emails.
WMSG0031E: Exception processing JMS Message for MDB BN30ProcessMail, JMSDestination jms/BN30/HommasMDBRequestQ : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
com.ibm.ws.exception.WsEJBException
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:159)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3111)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:373)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSIException(LocalExceptionMappingStrategy.java:96)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapException(LocalExceptionMappingStrategy.java:165)
at com.ibm.ejs.container.LocalExceptionMappingStrategy.mapCSITransactionRolledBackException(LocalExceptionMappingStrategy.java:293)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3111)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:102)
at com.ibm.ejs.container.MDBWrapper.onMessage(MDBWrapper.java:127)
at com.ibm.ejs.jms.listener.ServerSession.run(ServerSession.java:373)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[6/13/06 14:40:59:708 SGT] 739536ef ServerSession W WMSG0036E: Maximum message delivery retry count of 0 reached for MDB BN30ProcessMail, JMSDestination jms/BN30/HommasMDBRequestQ, MDBListener stopped
[6/13/06 14:41:00:384 SGT] 4b6eb6f0 MDBListenerIm I WMSG0043I: MDB Listener BN30HommasListenerPort stopped for JMSDestination jms/BN30/HommasMDBRequestQ
Joined: 06 Feb 2003 Posts: 37 Location: Seated in front of monitor
Hi kschyuan,
You did not give a lot of information on your environment. WAS version CSD or FP level MQ version etc etc. The error could be caused by your application onMessage() code itself.
2. Ensure that you have the latest service level of Websphere MQ V5.3 + FP12
3. Ensure that you have the latest service level of Websphere Application Server whatever release you have.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum