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

JMS_XXX_NotDurable was not assigned to any of these servers

64 views
Skip to first unread message

SmartBart

unread,
Apr 29, 2003, 9:49:34 AM4/29/03
to
I have insert my MDB inside of an ear file.
This MDB is listening on a jms queue called ServiceQueue.
When an external EJB try to send a message on this queue an error
occurs:

####<Apr 24, 2003 3:40:11 PM CEST> <Warning> <JTA> <billy> <demo>
<ExecuteThread: '11' for queue: 'default'> <> <232:f5ee0e38e
30342e3> <000000> <Resource JMS_XXX_NotDurable was not assigned to any
of these servers: demo server_3 >
####<Apr 24, 2003 3:41:12 PM CEST> <Error> <EJB> <billy> <demo>
<ExecuteThread: '11' for queue: 'default'> <> <> <010026> <Exc
eption during commit of transaction Name=[EJB
amat.ccs.occ.ejb.businessLayer.UtentePrivatoControllerEJB.saveUserAndSendBilling
(amat.ccs.occ.web.bean.UserBean)],Xid=232:f5ee0e38e30342e3(5713512),Status=Rolled
back. [Reason=javax.transaction.SystemExcept
ion: Aborting prepare because some resources could not be
assigned],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since be
gin=75,seconds left=10,ServerResourceInfo[occPool]=(state=rolledback,assigned=demo),ServerResourceInfo[JMS_XXX_NotDurab
le]=(state=new,assigned=none),SCInfo[mydomain+server_3]=(state=rolledback),SCInfo[mydomain+demo]=(state=rolledback),pro
perties=({weblogic.transaction.name=[EJB
amat.ccs.occ.ejb.businessLayer.UtentePrivatoControllerEJB.saveUserAndSendBilling(amat
.ccs.occ.web.bean.UserBean)]}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=demo+127.0.0.1:702
1+mydomain+, Resources={JMS_XXX2_NotDurable, occPool, weblogic,
octPool, oracle, JMS_AdisJMSServer_NotDurable})],Coordinat
orURL=demo+127.0.0.1:7021+mydomain+):
javax.transaction.SystemException: Aborting prepare because some
resources could not be
assigned
at weblogic.transaction.internal.TransactionImpl.abort(TransactionImpl.java:924)
at weblogic.transaction.internal.ServerTransactionImpl.globalPrepare(ServerTransactionImpl.java:1566)
at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:218)
at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:190)
at weblogic.ejb20.internal.BaseEJBObject.postInvoke(BaseEJBObject.java:231)
at amat.ccs.occ.ejb.businessLayer.UtentePrivatoControllerEJB_ypin00_EOImpl.saveUserAndSendBilling(UtentePrivatoControl
lerEJB_ypin00_EOImpl.java:255)
at amat.ccs.occ.ejb.businessLayer.UtentePrivatoControllerEJB_ypin00_EOImpl_WLSkel.invoke(Unknown
Source)
at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:298)
at weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java:93)
at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:267)
at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:166)

If i don't insert MDB into the ear file all seems work well!!!

I'm working with Weblogic 6.1 SP2.
Thanks

Tom Barnes

unread,
Apr 29, 2003, 11:59:48 AM4/29/03
to SmartBart
Try searching dev2dev.bea.com for "was not assigned to any"
(include quotes). I did the search and it seems to indicate
there may be some other root cause - look for other errors
in your log file.

Tom

0 new messages