0 Replies Latest reply on Oct 15, 2014 7:28 AM by eranga4u

    Java Transaction Service - Distributed EJB Transactions Across Multiple Containers

    eranga4u

      Hi All

       

       

      I tried this JBOSS tutorial  and its works fine

       

       

      but i tried to bind IP to my servers and run this example
      but i got exception

      Server 1: EAP_HOME_1\bin\standalone.bat -b 0.0.0.0 -c standalone-full.xml -Djboss.tx.node.id=UNIQUE_NODE_ID_1

      Server 2: EAP_HOME_2\bin\standalone.bat -b 0.0.0.0 -c standalone-full.xml -Djboss.tx.node.id=UNIQUE_NODE_ID_2 -Djboss.socket.binding.port-offset=100

      Exception:::::::::::::::::

      javax.servlet.ServletException: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance
      javax.faces.webapp.FacesServlet.service(FacesServlet.java:606)

      please guide me to reslove this

      Thank you