1 Reply Latest reply on Dec 16, 2003 4:26 PM by adrian.brock

    When I deploy two EJB in different container ,I found they c

    xalieren

      When I deploy two EJB in different container ,one EJB called the ohter using remote interface, but I get an error,like this:09:24:51,187 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl [Format
      Id=257, GlobalId=cfd2bdf6b687b508x1ad77a7xf977ed65dbx-7ffe/620, BranchQual=cfd2b
      df6b687b508x1ad77a7xf977ed65dbx-7ffe/1] timed out. status=STATUS_ACTIVE
      09:35:45,328 ERROR [SocketServerInvoker] Error processing InternalInvocation. U
      nable to process method commit. Please make sure this should be an InternalInvo
      cation.
      09:35:45,328 ERROR [STDERR] java.lang.RuntimeException: Error processing Interna
      lInvocation. Unable to process method commit
      09:35:45,328 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.handleIntern
      alInvocation(ServerInvoker.java:417)
      09:35:45,328 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.invoke(Serve
      rInvoker.java:315)
      09:35:45,328 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.invoke(Serve
      rInvoker.java:250)
      09:35:45,328 ERROR [STDERR] at org.jboss.remoting.transport.socket.SocketSer
      verInvoker$Client.run(SocketServerInvoker.java:208)
      09:35:45,625 ERROR [SocketServerInvoker] Error processing InternalInvocation. U
      nable to process method rollback. Please make sure this should be an InternalIn
      vocation.
      09:35:45,625 ERROR [STDERR] java.lang.RuntimeException: Error processing Interna
      lInvocation. Unable to process method rollback
      09:35:45,625 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.handleIntern
      alInvocation(ServerInvoker.java:417)
      09:35:45,625 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.invoke(Serve
      rInvoker.java:315)
      09:35:45,640 ERROR [STDERR] at org.jboss.remoting.ServerInvoker.invoke(Serve
      rInvoker.java:250)
      09:35:45,640 ERROR [STDERR] at org.jboss.remoting.transport.socket.SocketSer
      verInvoker$Client.run(SocketServerInvoker.java:208)
      09:35:51,000 WARN [TransactionImpl] Transaction TransactionImpl:XidImpl [Format
      Id=257, GlobalId=cfd2bdf6b687b508x1ad77a7xf977ed65dbx-7ffe/621, BranchQual=cfd2b
      df6b687b508x1ad77a7xf977ed65dbx-7ffe/1] timed out. status=STATUS_ACTIVE
      09:41:42,500 ERROR [SocketServerInvoker] Error processing InternalInvocation. U
      nable to process method commit. Please make sure this should be an InternalInvo
      cation.
      09:41:42,500 ERROR [STDERR] java.lang.RuntimeException: Error processing Interna
      lInvocation. Unable to process method commit

      I don't know what happened ,help me!!!