0 Replies Latest reply on Jun 23, 2002 11:25 PM by garyg

    what does this warning mean?

    garyg

      I get the following warning after I've completely returned from a method that set's up a p-t-p producer connection, and then does a createObjectMessaage() and sends it. Problem is my consumer doesn't receive anything and this is supposedly just a warning. On port 8082 I can see that the queue exists.

      Any ideas appreciated.

      --- producer output ---

      [WARN,TxCapsule] XAException: tx=XidImpl [FormatId=257, GlobalId=cassia//49, BranchQual=] errorCode=XAER_RMERR
      javax.transaction.xa.XAException
      at org.jboss.mq.SpyXAResource.commit(SpyXAResource.java:102)
      at org.jboss.tm.TxCapsule.commitResources(TxCapsule.java:1490)
      at org.jboss.tm.TxCapsule.commit(TxCapsule.java:324)
      at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:76)
      at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:314)
      at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:565)
      at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:376)
      at org.jboss.mq.SpySession.run(SpySession.java:2480)
      at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:172)
      at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:725)
      at java.lang.Thread.run(Thread.java:484)