1 Reply Latest reply on Nov 10, 2014 3:50 AM by hchiorean

    Exception infinispan in wildfly

    virchete

      Hi,

       

      There is an exception that I am trying to solve during the last days. I am migrating our jboss overlord projects from eap to wildfly 8.1.

       

      For doing that I had to modify the versions of modeshape from 3.8 to 4.0.0.Final.

       

      I receive this concurrent exception:

       

      https://gist.github.com/dvirgiln/22f91cdef26985aa662f

       

      Any idea about how to remove this exception in wildfly 8.1.

       

      Thanks

      David

        • 1. Re: Exception infinispan in wildfly
          hchiorean

          The exceptions seems to be occurring from daemon threads and I don't see any org.modeshape  in any of the stacktraces. How does this relate to ModeShape ?

           

          Exceptions like: ERROR [io.undertow.servlet.request] (default task-52) UT015005: Error invoking method requestDestroyed on listener class org.jboss.weld.servlet.WeldInitialListener: java.lang.NullPointerException seem to indicate errors in other areas of your application.

          Also, 08:33:08,543 ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (default task-51) ISPN000136: Execution error: java.lang.IllegalStateException: Transaction DummyTransaction{xid=DummyXid{id=50}, status=1} is not in a valid state to be invoking cache operations on.  indicates you're using the Infinispan DummyTransactionManager. That should never be used outside a testing scenario, because it has certain limitations compared to a real transaction manager.

           

          The timeout exceptions indicate that whatever transactions you have active, they're not committing and therefore they're not releasing the locks.