2 Replies Latest reply on Dec 10, 2008 4:41 AM by ran_sushmi

    Error in application using JBOSS

    ran_sushmi

      I am getting the following error in running my application from the jboss.log using JBOSS application server. The error is like as follows:-

      --------------------------------------------------------------------------------------17:27:10,140 ERROR [LogInterceptor] TransactionRolledbackLocalException in method: public
      abstract com.elitecore.billing.ejb.customer.data.CustomerProductRelData
      com.elitecore.billing.ejb.customer.interfaces.ICustomerProductRelLocal.getData(), causedBy:
      java.lang.RuntimeException: Transaction marked for rollback, possibly a timeout
      at org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.doSchedule(QueuedPessimisticEJBLock.java:228)
      at org.jboss.ejb.plugins.lock.QueuedPessimisticEJBLock.schedule(QueuedPessimisticEJBLock.java:183)
      --------------------------------------------------------------------------------------

      Can, you tell me the possible reasons for it.

      I hope, my question is clear.

      Please, help in solving the doubt.

      regards

        • 1. Re: Error in application using JBOSS
          jaikiran

          The stacktrace does mention one of the possible reasons. Did you check if it timed out? And please provide more details about the application, the JBoss and Java version and when exactly this exception occurs.

          • 2. Re: Error in application using JBOSS
            ran_sushmi

            hi,

            thanks, for your answer. I can provide more output from the log. Our application is Java 1.4.2 based with JBOSS as the application server and tomcat as the web server. This exception happens during one of our processes of our application.

            regards

            "jaikiran" wrote:
            The stacktrace does mention one of the possible reasons. Did you check if it timed out? And please provide more details about the application, the JBoss and Java version and when exactly this exception occurs.