1 Reply Latest reply on Aug 15, 2014 9:48 AM by objectiser

    Error while creating a JGROUP Cluster - EAP 6.1

    lavin.korukanti

      Hello All,

       

      I am trying to create a Cluster between two standalone members on different nodes using jgroups , but i am getting the below error

       

      17:33:19,023 INFO  [solder-servlet] (ServerService Thread Pool -- 66) Catch Integration for Servlets enabled

      17:37:44,789 WARN  [com.arjuna.ats.arjuna] (Transaction Reaper) ARJUNA012117: TransactionReaper::check timeout for TX 0:ffff7f000001:-4caa3bea:53d6c16f:9 in state  RUN

      17:37:44,792 SEVERE [org.overlord.rtgov.active.collection.ActiveCollectionManagerAccessor] (ServerService Thread Pool -- 56) ActiveCollectionManager is not available

      17:37:44,792 WARN  [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012095: Abort of action id 0:ffff7f000001:-4caa3bea:53d6c16f:9 invoked while multiple threads active within it.

      17:37:44,793 SEVERE [org.overlord.rtgov.internal.acs.loader.jee.JEEACSLoader] (ServerService Thread Pool -- 56) Failed to obtain reference to ActiveCollectionManager

      17:37:44,793 WARN  [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012108: CheckedAction::check - atomic action 0:ffff7f000001:-4caa3bea:53d6c16f:9 aborting with 1 threads active!

      17:37:44,794 WARN  [com.arjuna.ats.arjuna] (Transaction Reaper Worker 0) ARJUNA012121: TransactionReaper::doCancellations worker Thread[Transaction Reaper Worker 0,5,main] successfully canceled TX 0:ffff7f000001:-4caa3bea:53d6c16f:9

      17:37:44,795 WARN  [com.arjuna.ats.arjuna] (ServerService Thread Pool -- 56) ARJUNA012077: Abort called on already aborted atomic action 0:ffff7f000001:-4caa3bea:53d6c16f:9

      17:37:44,817 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 56) MSC000001: Failed to start service jboss.deployment.unit."overlord-rtgov-acs.war".component.JEEACSLoader.START: org.jboss.msc.service.StartException in service jboss.deployment.unit."overlord-rtgov-acs.war".component.JEEACSLoader.START: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance

              at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:57) [jboss-as-ee-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10]

              at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [rt.jar:1.7.0_51]

              at java.util.concurrent.FutureTask.run(FutureTask.java:262) [rt.jar:1.7.0_51]

              at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_51]

              at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_51]

              at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_51]

              at org.jboss.threads.JBossThread.run(JBossThread.java:122)

      Caused by: java.lang.IllegalStateException: JBAS011048: Failed to construct component instance

              at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:163) [jboss-as-ee-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10]

              at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:85) [jboss-as-ee-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10]

              at org.jboss.as.ejb3.component.singleton.SingletonComponent.getComponentInstance(SingletonComponent.java:126)

              at org.jboss.as.ejb3.component.singleton.SingletonComponent.start(SingletonComponent.java:141)

              at org.jboss.as.ee.component.ComponentStartService$1.run(ComponentStartService.java:54) [jboss-as-ee-7.2.1.Final-redhat-10.jar:7.2.1.Final-redhat-10]

              ... 6 more

       

      Please find attached my startup script , standalone-ha.xml file , log file.

       

      Can you please suggest me where i am going wrong.

        • 1. Re: Error while creating a JGROUP Cluster - EAP 6.1
          objectiser

          Hi Lavin

           

          The log file you have attached is from Fuse Service Works 6.0 - if you have a subscription for FSW 6.0 I would suggest contacting support and they would be able to help you.

           

          However I do have a couple of questions - firstly the log you attached does not have any exceptions, so not sure if it is from a different server that the one where the exception occurred. Secondly, what is the reason for creating your own ha.xml config? Isn't the standalone-full-ha.xml profile sufficient?

           

          Regards

          Gary