Strange error in application log

  • Hi all experts!

    Here goes a tough one:

    My client has a jboss-server and we receive the following error in the application log.

    Any ideas from you pros?

    Thanks!

    13:56:59,945 ERROR [StdServerSession] failed to commit/rollback

    org.jboss.tm.JBossRollbackException: Unable to commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=enos8080/124841, BranchQual=, localId=124841] status=STATUS_NO_TRANSACTION; - nested throwable: (javax.transaction.xa.XAException: java.sql.SQLException: Connection Closed.)

    at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:372)

    at org.jboss.tm.TxManager.commit(TxManager.java:240)

    at org.jboss.jms.asf.StdServerSession.onMessage(StdServerSession.java:351)

    at org.jboss.mq.SpyMessageConsumer.sessionConsumerProcessMessage(SpyMessageConsumer.java:905)

    at org.jboss.mq.SpyMessageConsumer.addMessage(SpyMessageConsumer.java:170)

    at org.jboss.mq.SpySession.run(SpySession.java:323)

    at org.jboss.jms.asf.StdServerSession.run(StdServerSession.java:194)

    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:743)

    at java.lang.Thread.run(Thread.java:619)

    Caused by: javax.transaction.xa.XAException: java.sql.SQLException: Connection Closed.

    at com.microsoft.sqlserver.jdbc.SQLServerXAResource.prepare(Unknown Source)

    at org.jboss.resource.adapter.jdbc.xa.XAManagedConnection.prepare(XAManagedConnection.java:170)

    at org.jboss.tm.TransactionImpl$Resource.prepare(TransactionImpl.java:2212)

    at org.jboss.tm.TransactionImpl.prepareResources(TransactionImpl.java:1660)

    at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:347)

  • No SQL Server error message appears to have been passed through. Is there anything in the errorlog of your SQL Server from the same time? If not, I think you need to refer this to the Java developer to find out exactly what the error message means.

    John

  • As John Mentioned, Please post the SQL error msg if any, from the SQL Error Logs or Windows Application Logs. If this is a JBoss error, the posting a JBoss forum would be of greater help to you.

    Thank You,

    Best Regards,

    SQLBuddy.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply