Author |
Message
|
jeevan |
Posted: Fri Jan 27, 2006 10:44 am Post subject: Problem in MDB apps |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Hey guys,
Could someone give me idea what the following problem is due to :
managed session factory = com.ibm.ejs.jms.JMSManagedQueueSessionFactory@2af9e4d2.
[1/27/06 11:36:24:944 CST] 274564ae ServerSession W WMSG0031E: Exception processing JMS Message for MDB AuthorizationMDBConsumer, JMSDestination jms/merchantsvcs/magic/ReplyQ : javax.ejb.TransactionRolledbackLocalException: ; nested exception is: com.ibm.ws.exception.WsEJBException
com.ibm.ws.exception.WsEJBException
thanks |
|
Back to top |
|
 |
vennela |
Posted: Fri Jan 27, 2006 10:49 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Can you tell us more about what you tried to do and at what point you are getting this error.
Please feel free to give any information that you think is useful in solving this |
|
Back to top |
|
 |
jeevan |
Posted: Fri Jan 27, 2006 11:10 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
This is a MDB app. the app guys says when he tired to wirte to queue, he gets this error. But I do not see any mq related problem. the group has full authority with that queue but has limited aut in the qmgr.
This is the context. the short error message are as follows:
6 Jan 2006 10:47:13,463 Error calling answerMsg() of AuthorizationSecondMDBConsumerBean Exception = enlist: caught Exception
26 Jan 2006 11:05:37,694 Error calling answerMsg() of AuthorizationSecondMDBConsumerBean Exception = enlist: caught Exception
26 Jan 2006 12:04:16,552 Error calling answerMsg() of AuthorizationMDBConsumerBean Exception = enlist: caught Exception |
|
Back to top |
|
 |
vennela |
Posted: Fri Jan 27, 2006 11:14 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Is he using any user credentials for the QCF? |
|
Back to top |
|
 |
jeevan |
Posted: Fri Jan 27, 2006 11:21 am Post subject: |
|
|
Grand Master
Joined: 12 Nov 2005 Posts: 1432
|
Yes, there is user mentioned in mcause. that means he is using the same user. But this is not the users problem as the app can connect. It can not only write to the message. the groups has full +all aut to the queue( i checked).
thanks |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jan 28, 2006 10:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have the apps folks change out their error handling
a) when they catch a JMSException they need to check for the linked Exception and provide us as well with its text if not null.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|