0 Replies Latest reply on Dec 31, 2019 5:25 AM by amit.anant.joshi

    Migrating from Jboss6.4 to Jboss7.1- Error while deploying war file

    amit.anant.joshi

      We have two servers which follow a single HA profile but are deployed in different server-groups. While deploying war on one of the servers(server2), following error shows up,

      {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:" => {"server-group" => {"Scheduler-server-group" => {"host" => {"master" => {"Scheduler-server" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-1" => {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => {"WFLYCTL0412: Required services that are not installed:" => ["jboss.txn.TransactionManager","jboss.txn.TransactionSynchronizationRegistry"],"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"scheduler.war\".REGISTER is missing [jboss.txn.TransactionManager, jboss.txn.TransactionSynchronizationRegistry]"]}}}}}}}}}}}

       

      I fixed this by setting system property jboss.tx.node.id on server2(its already present on server1), but it leads to following Exception showing in webUi of application deployed in  server1 -

       

      EJBCLIENT000079: Unable to discover destination for request for EJB StatelessEJBLocator for "platform-redhat-jboss-current/core-platform-ejb/RegistratorEJB", view is interface com.telcordia.granite.platform.ejb.Registrator, affinity is Cluster "ee".

       

      Any inputs in this regard would help.