3 Replies Latest reply on Nov 23, 2011 7:04 AM by dcorteztec

    Could not initialize class HibernateUtil

    dcorteztec

      When I try to access the administration area, the item

      Container -> Naming, presents this error.

       

       

      has a print error


       

      11:21:00,076 ERROR [org.jboss.as.controller] (HttpManagementService-threads - 5) Operation ("jndi-view") failed - address: ([("subsystem" => "naming")]): java.lang.RuntimeException: Failed to instantiate component view

        at org.jboss.as.ee.component.ViewService$View.createInstance(ViewService.java:148)

        at org.jboss.as.ee.component.ViewService$View.createInstance(ViewService.java:123)

        at org.jboss.as.ee.component.ViewManagedReferenceFactory.getReference(ViewManagedReferenceFactory.java:50)

        at org.jboss.as.naming.ServiceBasedNamingStore.lookup(ServiceBasedNamingStore.java:113)

        at org.jboss.as.naming.ServiceBasedNamingStore.list(ServiceBasedNamingStore.java:140)

        at org.jboss.as.naming.NamingContext.list(NamingContext.java:256)

        at org.jboss.as.naming.NamingContext.list(NamingContext.java:272)

        at org.jboss.as.naming.management.JndiViewOperation.addEntries(JndiViewOperation.java:113)

        at org.jboss.as.naming.management.JndiViewOperation.addEntries(JndiViewOperation.java:122)

        at org.jboss.as.naming.management.JndiViewOperation.addEntries(JndiViewOperation.java:122)

        at org.jboss.as.naming.management.JndiViewOperation.access$000(JndiViewOperation.java:45)

        at org.jboss.as.naming.management.JndiViewOperation$1.execute(JndiViewOperation.java:78)

        at org.jboss.as.controller.OperationContextImpl.executeStep(OperationContextImpl.java:353) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.doCompleteStep(OperationContextImpl.java:298) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.completeStep(OperationContextImpl.java:223) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.naming.management.JndiViewOperation.execute(JndiViewOperation.java:109)

        at org.jboss.as.controller.OperationContextImpl.executeStep(OperationContextImpl.java:353) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.doCompleteStep(OperationContextImpl.java:298) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.completeStep(OperationContextImpl.java:223) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.ModelControllerImpl$DefaultPrepareStepHandler.execute(ModelControllerImpl.java:350) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.executeStep(OperationContextImpl.java:353) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.doCompleteStep(OperationContextImpl.java:298) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.OperationContextImpl.completeStep(OperationContextImpl.java:223) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:119) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.ModelControllerImpl$1.execute(ModelControllerImpl.java:209) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.controller.ModelControllerImpl$1.execute(ModelControllerImpl.java:199) [jboss-as-controller-7.0.2.Final.jar:7.0.2.Final]

        at org.jboss.as.domain.http.server.DomainApiHandler.processRequest(DomainApiHandler.java:188)

        at org.jboss.as.domain.http.server.DomainApiHandler.handle(DomainApiHandler.java:123)

        at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:78)

        at org.jboss.sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:80)

        at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:81)

        at org.jboss.sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:689)

        at org.jboss.com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:78)

        at org.jboss.sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:661)

        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_17]

        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_17]

        at java.lang.Thread.run(Thread.java:619) [:1.6.0_17]

        at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.0.0.GA.jar:2.0.0.GA]

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

        at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:154)

        at org.jboss.as.ee.component.BasicComponent.createInstance(BasicComponent.java:77)

        at org.jboss.as.ejb3.component.stateful.StatefulSessionComponent$1.createInstance(StatefulSessionComponent.java:96)

        at org.jboss.as.ejb3.component.stateful.StatefulSessionComponent$1.createInstance(StatefulSessionComponent.java:93)

        at org.jboss.as.ejb3.cache.ExpiringCache.create(ExpiringCache.java:140)

        at org.jboss.as.ejb3.component.stateful.StatefulComponentSessionIdGeneratingInterceptorFactory$StatefulComponentSessionIdGeneratingInterceptor.processInvocation(StatefulComponentSessionIdGeneratingInterceptorFactory.java:76)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)

        at org.jboss.as.ee.component.ViewService$View.createInstance(ViewService.java:145)

        ... 37 more

      Caused by: java.lang.IllegalStateException: Failed to invoke constructor

        at org.jboss.msc.value.ConstructedValue.getValue(ConstructedValue.java:65) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

        at org.jboss.as.naming.ValueManagedReferenceFactory$1.getInstance(ValueManagedReferenceFactory.java:63)

        at org.jboss.as.ee.component.ManagedReferenceInterceptor.processInvocation(ManagedReferenceInterceptor.java:52)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:44)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.as.jpa.interceptor.SFSBPreCreateInterceptor.processInvocation(SFSBPreCreateInterceptor.java:46)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.as.ejb3.component.session.SessionInvocationContextInterceptor.processInvocation(SessionInvocationContextInterceptor.java:71)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)

        at org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:287)

        at org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)

        at org.jboss.as.ee.component.BasicComponent.constructComponentInstance(BasicComponent.java:152)

        ... 45 more

      Caused by: java.lang.reflect.InvocationTargetException

        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [:1.6.0_17]

        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) [:1.6.0_17]

        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) [:1.6.0_17]

        at java.lang.reflect.Constructor.newInstance(Constructor.java:513) [:1.6.0_17]

        at org.jboss.msc.value.ConstructedValue.getValue(ConstructedValue.java:61) [jboss-msc-1.0.1.GA.jar:1.0.1.GA]

        ... 60 more

      Caused by: java.lang.NoClassDefFoundError: Could not initialize class br.mil.mar.persistencia.eao.common.HibernateUtil

        at br.mil.mar.persistencia.eao.common.GenericEAOImpl.getSession(GenericEAOImpl.java:67)

        at br.mil.mar.persistencia.eao.controleAcesso.AcessoEAOImpl.<init>(AcessoEAOImpl.java:35)

        ... 65 more

       

       

      My Class HibernateUtil

       

      public class HibernateUtil {

       

       

          private static final SessionFactory sessionFactory = buildSessionFactory();

       

       

          private static SessionFactory buildSessionFactory() {

              try {

                  // Create the SessionFactory from hibernate.cfg.xml

                  return new Configuration().configure().buildSessionFactory();

              }

              catch (Throwable ex) {

                  // Make sure you log the exception, as it might be swallowed

                  System.err.println("Initial SessionFactory creation failed." + ex);

                  throw new ExceptionInInitializerError(ex);

              }

          }

       

       

          public static SessionFactory getSessionFactory() {

              return sessionFactory;

          }

       

      }

       

      My implementation

       

      @Stateful

      public abstract class GenericEAOImpl<T, ID extends Serializable> implements

        GenericEAO<T, ID> {

        //@PersistenceContext(type = PersistenceContextType.EXTENDED)

        //private EntityManager em;

       

       

        private Session session;

        private Class<T> persistentClass;

        protected GenericLogger log;

        //protected FullTextEntityManager fullTextEntityManager;

       

       

        @SuppressWarnings("unchecked")

        public GenericEAOImpl() {

        super();

        this.persistentClass = (Class<T>) ((ParameterizedType) getClass().getGenericSuperclass()).getActualTypeArguments()[0];

        }

       

        public void setSetssion(Session s){

        this.session = s;

        }

       

        protected Session getSession(){

        if(session == null)

        session = (Session) HibernateUtil.getSessionFactory();

        return session;

        }

       

       

        public Class<T> getPersistentClass() {

        return persistentClass;

        }

       

       

       

       


        • 1. Re: Could not initialize class HibernateUtil
          smarlow

          Does the above code deploy and work otherwise on AS7?  Have you tried a recent build of AS7?  Download link is available here.

           

          If the answers to the above questions are yes, could you create a jira and attach a test case (to the jira bug report) for reproducing it?  The test case should at least contain the test archive (source for the test can also be helpful).

          • 2. Re: Could not initialize class HibernateUtil
            dcorteztec

            I'm downloading version, you indicated, but my architecture is correct

            • 3. Re: Could not initialize class HibernateUtil
              dcorteztec

              I put the indicated version, but it does not start

               

              Eclipse has an error timeout

               

              09:52:32,900 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 25) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)

              09:52:32,900 INFO  [org.jboss.as.clustering] (ServerService Thread Pool -- 29) JBAS010300: Activating Infinispan subsystem.

              09:52:33,509 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) Listening on /127.0.0.1:4447

              09:52:33,181 INFO  [org.apache.catalina.core.AprLifecycleListener] (MSC service thread 1-2) The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Sun\SDK\jdk\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;native

              09:52:33,259 INFO  [org.jboss.as.remoting] (MSC service thread 1-3) Listening on /127.0.0.1:9999

              09:52:33,087 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 37) JBAS011910: Activating OSGi Subsystem

              09:52:33,072 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 36) JBAS011800: Activating Naming Subsystem

              09:52:32,994 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 46) JBAS015537: Activating WebServices Extension

              09:52:32,931 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 42) Activating Security Subsystem

              09:52:32,915 INFO  [org.jboss.as.connector] (MSC service thread 1-4) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.5.Final)

              09:52:34,025 INFO  [org.jboss.as.naming] (MSC service thread 1-4) JBAS011802: Starting Naming Service

              09:52:34,290 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-4) null null

              09:52:33,900 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--127.0.0.1-8080

              09:52:34,353 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]

              09:52:34,119 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]

              09:52:34,025 INFO  [org.jboss.as.security] (MSC service thread 1-1) Picketbox version=4.0.6.Beta1

              09:52:34,369 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory C:\jboss-as-7.1.0.CR1-SNAPSHOT\standalone\deployments

              09:52:34,415 INFO  [org.jboss.as] (Controller Boot Thread) JBoss AS 7.1.0.CR1-SNAPSHOT "Tesla" started in 3171ms - Started 125 of 186 services (60 services are passive or on-demand)

              09:52:36,368 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01a21389 to /127.0.0.1:2615

              09:52:36,478 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000938f0 to /127.0.0.1:2620

              09:52:36,587 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000b5b80 to /127.0.0.1:2625

              09:52:36,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 002465e5 to /127.0.0.1:2630

              09:52:36,822 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0020a52f to /127.0.0.1:2635

              09:52:36,931 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0076b359 to /127.0.0.1:2640

              09:52:37,056 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0192e317 to /127.0.0.1:2645

              09:52:37,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00b0f0ae to /127.0.0.1:2650

              09:52:37,275 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01261218 to /127.0.0.1:2655

              09:52:37,400 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d742a1 to /127.0.0.1:2660

              09:52:37,509 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 003e48f2 to /127.0.0.1:2665

              09:52:37,618 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00b6a5fb to /127.0.0.1:2670

              09:52:37,743 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 019f1a8a to /127.0.0.1:2675

              09:52:37,853 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d9973a to /127.0.0.1:2680

              09:52:37,978 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 018bd37a to /127.0.0.1:2685

              09:52:38,103 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00a16b7c to /127.0.0.1:2690

              09:52:38,212 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 012d9844 to /127.0.0.1:2695

              09:52:38,322 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00b99e4c to /127.0.0.1:2700

              09:52:38,462 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01c8f644 to /127.0.0.1:2705

              09:52:38,572 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0005b84b to /127.0.0.1:2710

              09:52:38,681 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 016c14e7 to /127.0.0.1:2715

              09:52:38,806 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 010e2610 to /127.0.0.1:2720

              09:52:38,931 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d1b44b to /127.0.0.1:2725

              09:52:39,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 001271ba to /127.0.0.1:2730

              09:52:39,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 008c5a4f to /127.0.0.1:2735

              09:52:39,368 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01a896a4 to /127.0.0.1:2740

              09:52:39,478 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d8a125 to /127.0.0.1:2745

              09:52:39,618 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00fe2509 to /127.0.0.1:2750

              09:52:39,728 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00311410 to /127.0.0.1:2755

              09:52:39,837 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 018b995c to /127.0.0.1:2760

              09:52:39,947 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01b7c63f to /127.0.0.1:2765

              09:52:40,056 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d0eb0b to /127.0.0.1:2770

              09:52:40,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 016d4d81 to /127.0.0.1:2775

              09:52:40,275 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ab7626 to /127.0.0.1:2780

              09:52:40,384 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01044daf to /127.0.0.1:2785

              09:52:40,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 008d12e4 to /127.0.0.1:2790

              09:52:40,603 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00656758 to /127.0.0.1:2795

              09:52:40,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01556f4c to /127.0.0.1:2800

              09:52:40,822 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0030cefd to /127.0.0.1:2805

              09:52:40,931 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0135b95d to /127.0.0.1:2810

              09:52:41,056 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 017eb767 to /127.0.0.1:2815

              09:52:41,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0191c263 to /127.0.0.1:2820

              09:52:41,275 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000fbd45 to /127.0.0.1:2825

              09:52:41,384 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 012a09d5 to /127.0.0.1:2830

              09:52:41,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 004a4e31 to /127.0.0.1:2835

              09:52:41,587 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f7ce53 to /127.0.0.1:2840

              09:52:41,697 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01382d35 to /127.0.0.1:2845

              09:52:41,806 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00ff87dc to /127.0.0.1:2850

              09:52:41,931 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 008ab721 to /127.0.0.1:2855

              09:52:42,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0018c28a to /127.0.0.1:2860

              09:52:42,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 014920f8 to /127.0.0.1:2865

              09:52:42,275 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e3bddb to /127.0.0.1:2870

              09:52:42,400 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01c87031 to /127.0.0.1:2875

              09:52:42,509 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0159e6df to /127.0.0.1:2880

              09:52:42,650 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f11de2 to /127.0.0.1:2885

              09:52:42,759 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01fd9726 to /127.0.0.1:2890

              09:52:42,868 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00e0c07c to /127.0.0.1:2895

              09:52:42,978 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0199f9eb to /127.0.0.1:2900

              09:52:43,118 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d11f32 to /127.0.0.1:2905

              09:52:43,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01906773 to /127.0.0.1:2910

              09:52:43,353 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00eb3c84 to /127.0.0.1:2915

              09:52:43,462 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01bf9980 to /127.0.0.1:2920

              09:52:43,571 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 007b8be7 to /127.0.0.1:2925

              09:52:43,696 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0108edd0 to /127.0.0.1:2930

              09:52:43,806 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 017adb4a to /127.0.0.1:2935

              09:52:43,915 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000c05c2 to /127.0.0.1:2940

              09:52:44,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00ce82cc to /127.0.0.1:2945

              09:52:44,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01890c67 to /127.0.0.1:2950

              09:52:44,275 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00178991 to /127.0.0.1:2956

              09:52:44,384 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 018c668c to /127.0.0.1:2961

              09:52:44,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 005eb650 to /127.0.0.1:2966

              09:52:44,603 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d79dfe to /127.0.0.1:2971

              09:52:44,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 019a8942 to /127.0.0.1:2976

              09:52:44,821 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01189cbb to /127.0.0.1:2981

              09:52:44,931 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f9aa66 to /127.0.0.1:2986

              09:52:45,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ce508a to /127.0.0.1:2991

              09:52:45,181 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00c042ab to /127.0.0.1:2996

              09:52:45,290 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0112ee4f to /127.0.0.1:3001

              09:52:45,400 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00114629 to /127.0.0.1:3006

              09:52:45,509 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 012394f8 to /127.0.0.1:3011

              09:52:45,618 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f61bcf to /127.0.0.1:3016

              09:52:45,728 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f15b84 to /127.0.0.1:3021

              09:52:45,853 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01a40fff to /127.0.0.1:3026

              09:52:46,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0171ed5e to /127.0.0.1:3031

              09:52:46,150 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0104d3c8 to /127.0.0.1:3036

              09:52:46,259 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ea71d4 to /127.0.0.1:3041

              09:52:46,368 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0010c986 to /127.0.0.1:3046

              09:52:46,478 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000dd841 to /127.0.0.1:3051

              09:52:46,587 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 017360be to /127.0.0.1:3056

              09:52:46,743 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0011c21b to /127.0.0.1:3061

              09:52:46,853 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00348ab2 to /127.0.0.1:3066

              09:52:46,962 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d7bd04 to /127.0.0.1:3071

              09:52:47,071 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f1cc1a to /127.0.0.1:3076

              09:52:47,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0161f888 to /127.0.0.1:3081

              09:52:47,353 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 013ded59 to /127.0.0.1:3086

              09:52:47,478 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01280492 to /127.0.0.1:3091

              09:52:47,587 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01eea96c to /127.0.0.1:3096

              09:52:47,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 015f6479 to /127.0.0.1:3101

              09:52:47,821 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e081c5 to /127.0.0.1:3106

              09:52:47,946 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01833c9c to /127.0.0.1:3111

              09:52:48,056 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0011dfe3 to /127.0.0.1:3116

              09:52:48,212 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00ca4aae to /127.0.0.1:3121

              09:52:48,321 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 014e3372 to /127.0.0.1:3126

              09:52:48,431 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 012d34a6 to /127.0.0.1:3131

              09:52:48,540 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0033aa44 to /127.0.0.1:3136

              09:52:48,649 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d22104 to /127.0.0.1:3141

              09:52:48,759 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 005eef88 to /127.0.0.1:3146

              09:52:48,868 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01609872 to /127.0.0.1:3151

              09:52:48,993 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01516490 to /127.0.0.1:3156

              09:52:49,103 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f68d7c to /127.0.0.1:3161

              09:52:49,212 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01066caf to /127.0.0.1:3166

              09:52:49,353 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e7f971 to /127.0.0.1:3171

              09:52:49,462 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01a477b7 to /127.0.0.1:3176

              09:52:49,571 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00671416 to /127.0.0.1:3181

              09:52:49,681 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 019bbd86 to /127.0.0.1:3186

              09:52:49,790 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 010ee5b8 to /127.0.0.1:3191

              09:52:49,915 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01cba031 to /127.0.0.1:3196

              09:52:50,024 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0132b73b to /127.0.0.1:3201

              09:52:50,149 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00c3bb57 to /127.0.0.1:3206

              09:52:50,290 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 001d29c1 to /127.0.0.1:3211

              09:52:50,399 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0029b854 to /127.0.0.1:3216

              09:52:50,509 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01aff40f to /127.0.0.1:3221

              09:52:50,618 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01be650f to /127.0.0.1:3226

              09:52:50,727 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 010a6001 to /127.0.0.1:3231

              09:52:50,852 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00cc0f9f to /127.0.0.1:3236

              09:52:50,962 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00e00c09 to /127.0.0.1:3241

              09:52:51,087 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00111f9b to /127.0.0.1:3246

              09:52:51,227 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01363271 to /127.0.0.1:3251

              09:52:51,337 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00905272 to /127.0.0.1:3256

              09:52:51,446 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01126d91 to /127.0.0.1:3261

              09:52:51,556 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 017d7c01 to /127.0.0.1:3266

              09:52:51,665 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0188e490 to /127.0.0.1:3271

              09:52:51,806 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00779dce to /127.0.0.1:3276

              09:52:51,915 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0126cdd1 to /127.0.0.1:3281

              09:52:52,024 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01486b51 to /127.0.0.1:3286

              09:52:52,134 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 001ba640 to /127.0.0.1:3291

              09:52:52,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ecda50 to /127.0.0.1:3296

              09:52:52,352 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01203875 to /127.0.0.1:3301

              09:52:52,477 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 003a5635 to /127.0.0.1:3306

              09:52:52,602 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000d2bee to /127.0.0.1:3311

              09:52:52,743 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01499154 to /127.0.0.1:3316

              09:52:52,852 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e2350a to /127.0.0.1:3321

              09:52:52,962 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f1d448 to /127.0.0.1:3326

              09:52:53,071 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01290ef4 to /127.0.0.1:3331

              09:52:53,181 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f8db08 to /127.0.0.1:3336

              09:52:53,321 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 004e9bea to /127.0.0.1:3341

              09:52:53,431 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 009dc8f2 to /127.0.0.1:3346

              09:52:53,540 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d063fd to /127.0.0.1:3351

              09:52:53,665 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00c028cc to /127.0.0.1:3356

              09:52:53,806 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00b09321 to /127.0.0.1:3361

              09:52:53,915 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0119c297 to /127.0.0.1:3366

              09:52:54,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 017531fd to /127.0.0.1:3371

              09:52:54,149 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01fc7299 to /127.0.0.1:3376

              09:52:54,274 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01c1de1c to /127.0.0.1:3381

              09:52:54,384 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00889c4e to /127.0.0.1:3386

              09:52:54,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01085eba to /127.0.0.1:3391

              09:52:54,602 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00753433 to /127.0.0.1:3396

              09:52:54,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d12d43 to /127.0.0.1:3401

              09:52:54,821 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 011185e7 to /127.0.0.1:3406

              09:52:54,930 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01080f38 to /127.0.0.1:3411

              09:52:55,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 018b70fb to /127.0.0.1:3416

              09:52:55,134 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01b7f97b to /127.0.0.1:3421

              09:52:55,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00b9242e to /127.0.0.1:3426

              09:52:55,352 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01c8e80d to /127.0.0.1:3431

              09:52:55,462 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 004dd413 to /127.0.0.1:3436

              09:52:55,571 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 014e3615 to /127.0.0.1:3441

              09:52:55,680 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00831e35 to /127.0.0.1:3446

              09:52:55,790 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01813c12 to /127.0.0.1:3451

              09:52:55,899 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00172ec6 to /127.0.0.1:3456

              09:52:55,993 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 005cd7f9 to /127.0.0.1:3461

              09:52:56,102 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 003212a8 to /127.0.0.1:3466

              09:52:56,212 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00326c98 to /127.0.0.1:3471

              09:52:56,321 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0007db7d to /127.0.0.1:3476

              09:52:56,430 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 003d0426 to /127.0.0.1:3481

              09:52:56,540 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 005292e6 to /127.0.0.1:3486

              09:52:56,649 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 001da8fc to /127.0.0.1:3491

              09:52:56,774 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0166b0df to /127.0.0.1:3496

              09:52:56,868 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 015f1ace to /127.0.0.1:3501

              09:52:56,977 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 002e6767 to /127.0.0.1:3506

              09:52:57,087 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0089e0c6 to /127.0.0.1:3511

              09:52:57,196 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0196649c to /127.0.0.1:3516

              09:52:57,305 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01021e58 to /127.0.0.1:3521

              09:52:57,415 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f274b4 to /127.0.0.1:3526

              09:52:57,524 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00c48b77 to /127.0.0.1:3531

              09:52:57,634 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0104f889 to /127.0.0.1:3536

              09:52:57,743 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00bde56d to /127.0.0.1:3541

              09:52:57,837 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000b368f to /127.0.0.1:3546

              09:52:57,946 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 018532dc to /127.0.0.1:3551

              09:52:58,055 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 010a94c5 to /127.0.0.1:3556

              09:52:58,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 008b7250 to /127.0.0.1:3561

              09:52:58,274 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01854d1f to /127.0.0.1:3566

              09:52:58,383 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01eb424b to /127.0.0.1:3571

              09:52:58,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d88d2d to /127.0.0.1:3576

              09:52:58,602 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01c7956b to /127.0.0.1:3581

              09:52:58,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 009bc5f9 to /127.0.0.1:3586

              09:52:58,805 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01fac7cf to /127.0.0.1:3591

              09:52:58,915 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01eaf705 to /127.0.0.1:3596

              09:52:59,024 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 016e2b70 to /127.0.0.1:3601

              09:52:59,133 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00ba22e1 to /127.0.0.1:3606

              09:52:59,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f5acd0 to /127.0.0.1:3611

              09:52:59,352 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0046b75b to /127.0.0.1:3616

              09:52:59,462 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0162b333 to /127.0.0.1:3621

              09:52:59,571 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00891d76 to /127.0.0.1:3626

              09:52:59,665 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e0bf98 to /127.0.0.1:3631

              09:52:59,774 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e42d5a to /127.0.0.1:3636

              09:52:59,883 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01c39aa6 to /127.0.0.1:3641

              09:52:59,993 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d9e895 to /127.0.0.1:3646

              09:53:00,102 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01e0ef94 to /127.0.0.1:3651

              09:53:00,212 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0022b8ff to /127.0.0.1:3656

              09:53:00,321 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 014a388b to /127.0.0.1:3661

              09:53:00,430 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0048e61e to /127.0.0.1:3666

              09:53:00,524 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00de4588 to /127.0.0.1:3671

              09:53:00,633 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 007b6d1c to /127.0.0.1:3676

              09:53:00,743 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01bb41d7 to /127.0.0.1:3681

              09:53:00,852 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ca6954 to /127.0.0.1:3686

              09:53:00,962 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01871a69 to /127.0.0.1:3691

              09:53:01,071 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00c787d7 to /127.0.0.1:3696

              09:53:01,180 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00493b65 to /127.0.0.1:3701

              09:53:01,290 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0000b800 to /127.0.0.1:3706

              09:53:01,399 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 011803fb to /127.0.0.1:3711

              09:53:01,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00b46c4c to /127.0.0.1:3716

              09:53:01,602 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00dd8904 to /127.0.0.1:3721

              09:53:01,712 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d4db38 to /127.0.0.1:3726

              09:53:01,821 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0086684c to /127.0.0.1:3731

              09:53:01,930 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 013a1324 to /127.0.0.1:3736

              09:53:02,040 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 002f2591 to /127.0.0.1:3741

              09:53:02,149 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 018425b7 to /127.0.0.1:3746

              09:53:02,258 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 011c537f to /127.0.0.1:3751

              09:53:02,352 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01bd8c6e to /127.0.0.1:3756

              09:53:02,461 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0029dbb8 to /127.0.0.1:3761

              09:53:02,571 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00a7b7ff to /127.0.0.1:3766

              09:53:02,680 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00f02a6d to /127.0.0.1:3771

              09:53:02,790 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01787395 to /127.0.0.1:3776

              09:53:02,899 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00a269e2 to /127.0.0.1:3781

              09:53:03,008 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01a6a3c3 to /127.0.0.1:3786

              09:53:03,118 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 014f1b7f to /127.0.0.1:3791

              09:53:03,227 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01abfbc6 to /127.0.0.1:3796

              09:53:03,336 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0089fe65 to /127.0.0.1:3801

              09:53:03,446 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d9d7be to /127.0.0.1:3806

              09:53:03,555 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00e6e42e to /127.0.0.1:3811

              09:53:03,665 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000f3b83 to /127.0.0.1:3816

              09:53:03,774 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01bf00a9 to /127.0.0.1:3821

              09:53:03,868 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 007196b2 to /127.0.0.1:3826

              09:53:03,977 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00a7d968 to /127.0.0.1:3831

              09:53:04,086 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 006b29e6 to /127.0.0.1:3836

              09:53:04,196 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 009d3f8b to /127.0.0.1:3841

              09:53:04,305 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ddc3ea to /127.0.0.1:3846

              09:53:04,415 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00e7a94c to /127.0.0.1:3851

              09:53:04,524 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0185d3cc to /127.0.0.1:3856

              09:53:04,633 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 015bc68c to /127.0.0.1:3861

              09:53:04,743 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 000d39ac to /127.0.0.1:3866

              09:53:04,852 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0026c7da to /127.0.0.1:3871

              09:53:04,946 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00465648 to /127.0.0.1:3876

              09:53:05,055 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 010eb2f0 to /127.0.0.1:3881

              09:53:05,165 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0182ab3e to /127.0.0.1:3886

              09:53:05,274 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00a9f827 to /127.0.0.1:3891

              09:53:05,383 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d1702e to /127.0.0.1:3896

              09:53:05,493 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01166179 to /127.0.0.1:3901

              09:53:05,602 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01382988 to /127.0.0.1:3906

              09:53:05,711 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01eec5fe to /127.0.0.1:3911

              09:53:05,821 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00bb2f6e to /127.0.0.1:3916

              09:53:05,915 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01b6a350 to /127.0.0.1:3921

              09:53:06,024 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 012eec98 to /127.0.0.1:3926

              09:53:06,133 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ce50a9 to /127.0.0.1:3931

              09:53:06,243 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00de9984 to /127.0.0.1:3936

              09:53:06,352 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 011c7f8d to /127.0.0.1:3941

              09:53:06,461 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01d77d9e to /127.0.0.1:3946

              09:53:06,571 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 0025a5d2 to /127.0.0.1:3951

              09:53:06,680 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f899e9 to /127.0.0.1:3956

              09:53:06,774 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01ce4608 to /127.0.0.1:3961

              09:53:06,883 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 015fe9c3 to /127.0.0.1:3966

              09:53:06,993 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 01f71b53 to /127.0.0.1:3971

              09:53:07,102 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 003184d8 to /127.0.0.1:3976

              09:59:56,150 ERROR [org.jboss.remoting.remote] (Remoting "algorab:MANAGEMENT" read-1) JBREM000200: Remote connection failed: java.io.IOException: JBREM000201: Received invalid message on Remoting connection 00d2d8c7 to /127.0.0.1:4169