Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Listener Port Problem

4 views
Skip to first unread message

dsun...@gmail.com

unread,
Jul 15, 2007, 12:08:53 PM7/15/07
to
My Aim is to run through mq using JMS and response also to get in Queue.
1) i have mq 6.0
2) I have WAS 6.0.0.0 buildno. o0444.14 BuildDate 11/5/04


I have configured as per
http://www-128.ibm.com/developerworks/websphere/techjournal/0505_woolf/0505_woolf.html

Error:(Listener port error)

unable to start Mdb listener port going to start in 60 seccons.

Thanks.
Suneel

Brian S Paskin

unread,
Jul 15, 2007, 2:16:13 PM7/15/07
to
Hi, Please upgrade to the latest version, which is 6.0.2.19.

You message is quite vague. Please post the error you are receiving and any info that might help, like is the WMQ manager on the same machine, are you using bindings or client connect mode, etc.

Brian

dsun...@gmail.com

unread,
Jul 17, 2007, 4:49:45 AM7/17/07
to
Thanks for your suggestion.

Listener port problem is solved now. but while keeping message through mqseries Jms is processed and got response also through the console but in my situation i want to keep response in a queue.at this time i am getting below error(jms linked Exception)

[7/17/07 14:13:35:547 IST] 00000026 ServerSession W WMSG0031E: Exception processing JMS Message for MDB SortCodeLookupServiceMdb, JMSDestination jms/SLSRequestReceiveQueue : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.websphere.csi.CSITransactionRolledbackException:
com.ibm.websphere.csi.CSITransactionRolledbackException:
at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:729)
at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:167)
at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:564)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3798)
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:456)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)
javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.websphere.csi.CSITransactionRolledbackException:
at com.ibm.ejs.csi.TranStrategy.commit(TranStrategy.java:729)
at com.ibm.ejs.csi.TranStrategy.postInvoke(TranStrategy.java:167)
at com.ibm.ejs.csi.TransactionControlImpl.postInvoke(TransactionControlImpl.java:564)
at com.ibm.ejs.container.EJSContainer.postInvoke(EJSContainer.java:3798)
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:456)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1332)

Thanks
Suneel.D


Brian S Paskin

unread,
Jul 17, 2007, 8:25:52 AM7/17/07
to
Hi, you started a transaction and it is trying to rollback due to an error.

Brian

Paul Ilechko

unread,
Jul 17, 2007, 8:42:35 AM7/17/07
to
dsun...@gmail.com wrote:
> Thanks for your suggestion.
>
> Listener port problem is solved now. but while keeping message
> through mqseries Jms is processed and got response also through the
> console but in my situation i want to keep response in a queue.at
> this time i am getting below error(jms linked Exception)

You need to explain that a little more clearly. What exactly are you
trying to achieve ?

0 new messages