0 Replies Latest reply on Mar 9, 2003 10:56 PM by tikong

    Container Exception

    tikong

      We are trying to deploy our application from JBoss2.4.3 to JBoss2.4.10 . However, we always encounter following exception on some operations randomly. We have no idea what the problem is.

      java.rmi.ServerException: Container exception. Notify the container developers :-); nested exception is:
      java.lang.NullPointerException
      java.lang.NullPointerException
      at org.jboss.pool.jdbc.xa.wrapper.XAConnectionImpl.setConnectionError(XAConnectionImpl.java:177)
      at org.jboss.pool.jdbc.xa.wrapper.XAResourceImpl.throwXAException(XAResourceImpl.java:315)
      at org.jboss.pool.jdbc.xa.wrapper.XAResourceImpl.forget(XAResourceImpl.java:162)
      at org.jboss.tm.TxCapsule.commitResources(TxCapsule.java:1513)
      at org.jboss.tm.TxCapsule.commit(TxCapsule.java:324)
      at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:73)
      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:406)
      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:100)
      at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:127)
      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:170)
      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:436)
      at org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerInvoker.java:506)
      at org.jboss.ejb.plugins.jrmp.interfaces.GenericProxy.invokeContainer(GenericProxy.java:335)
      at org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy.invoke(EntityProxy.java:133)
      at $Proxy126.setStatus(Unknown Source)