[jboss-jira] [JBoss JIRA] (AS7-4358) testFailoverFromRemoteClientWhenOneNodeGoesDown fails intermittently
Radoslav Husar (JIRA)
jira-events at lists.jboss.org
Mon Apr 2 09:34:47 EDT 2012
[ https://issues.jboss.org/browse/AS7-4358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680958#comment-12680958 ]
Radoslav Husar commented on AS7-4358:
-------------------------------------
Great, thanks for update, with upgrade please re-enable the test: https://github.com/jbossas/jboss-as/pull/1939/commits (give that it gets in haha).
> testFailoverFromRemoteClientWhenOneNodeGoesDown fails intermittently
> --------------------------------------------------------------------
>
> Key: AS7-4358
> URL: https://issues.jboss.org/browse/AS7-4358
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering
> Affects Versions: 7.1.1.Final
> Reporter: Radoslav Husar
> Assignee: jaikiran pai
> Priority: Critical
> Fix For: 7.1.2.Final
>
>
> On the first look, this doesn't seem to be a problem with the test, but with implementation. SFSBs should failover with no problems.
> {noformat}
> Regression
> org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase(UDP).testFailoverFromRemoteClientWhenOneNodeGoesDown
> Failing for the past 1 build (Since Failed#1799 )
> Took 27 sec.
> Error Message
> No EJB receiver contexts available in cluster ejb
> Stacktrace
> java.lang.IllegalStateException: No EJB receiver contexts available in cluster ejb
> at org.jboss.ejb.client.EJBClientContext.requireClusterEJBReceiverContext(EJBClientContext.java:751)
> at org.jboss.ejb.client.ReceiverInterceptor.handleInvocation(ReceiverInterceptor.java:87)
> at org.jboss.ejb.client.EJBClientInvocationContext.sendRequest(EJBClientInvocationContext.java:181)
> at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:136)
> at org.jboss.ejb.client.EJBInvocationHandler.doInvoke(EJBInvocationHandler.java:121)
> at org.jboss.ejb.client.EJBInvocationHandler.invoke(EJBInvocationHandler.java:104)
> at $Proxy25.increment(Unknown Source)
> at org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase.testFailoverFromRemoteClientWhenOneNodeGoesDown(RemoteEJBClientDDBasedSFSBFailoverTestCase.java:121)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:53)
> at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
> at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:68)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:47)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:300)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
> at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:175)
> at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:107)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:68)
> Standard Output
> 18:23:19,193 INFO [org.jboss.ejb.client.remoting.ChannelAssociation] (Remoting "config-based-ejb-client-endpoint" task-4) Channel Channel ID 9fef721a (outbound) of Remoting connection 60a2f435 to /0:0:0:0:0:0:0:1:4447 can no longer process messages
> 18:23:19,282 INFO [org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase] (main) remote-ejb-client-dd-based-stateful-bean-failover-test.jar:
> /META-INF/
> /META-INF/jboss-ejb3.xml
> /org/
> /org/jboss/
> /org/jboss/as/
> /org/jboss/as/test/
> /org/jboss/as/test/clustering/
> /org/jboss/as/test/clustering/NodeNameGetter.class
> /org/jboss/as/test/clustering/cluster/
> /org/jboss/as/test/clustering/cluster/ejb3/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/CounterResult.class
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/dd/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/dd/RemoteEJBClientDDBasedSFSBFailoverTestCase.class
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/dd/DDBasedClusteredSFSB.class
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/RemoteCounter.class
> 18:23:19,312 INFO [org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.RemoteEJBClientDDBasedSFSBFailoverTestCase] (main) remote-ejb-client-dd-based-stateful-bean-failover-test.jar:
> /META-INF/
> /META-INF/jboss-ejb3.xml
> /org/
> /org/jboss/
> /org/jboss/as/
> /org/jboss/as/test/
> /org/jboss/as/test/clustering/
> /org/jboss/as/test/clustering/NodeNameGetter.class
> /org/jboss/as/test/clustering/cluster/
> /org/jboss/as/test/clustering/cluster/ejb3/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/CounterResult.class
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/dd/
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/dd/RemoteEJBClientDDBasedSFSBFailoverTestCase.class
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/dd/DDBasedClusteredSFSB.class
> /org/jboss/as/test/clustering/cluster/ejb3/stateful/remote/failover/RemoteCounter.class
> 18:23:19,340 INFO [org.jboss.arquillian.container.test.impl.client.container.ClientContainerController] (main) Manual starting of a server instance
> 18:23:19,348 INFO [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Starting container with: [/opt/jdk1.6.0_29/bin/java, -Xmx512m, -XX:MaxPermSize=256m, -Djboss.dist=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT, -Djava.net.preferIPv4Stack=false, -Djava.net.preferIPv6Addresses=true, -Dts.timeout.factor=100, -Dnode0=::1, -Dnode1=fccc::2, -Dmcast=ff01::1, -Djbossas.ts.submodule.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust, -Djbossas.ts.integ.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/.., -Djbossas.ts.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../.., -Djbossas.project.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../.., -Djboss.dist=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT, -Djboss.inst=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0, -Djboss.node.name=node-0, -ea, -Djboss.home.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0, -Dorg.jboss.boot.log.file=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/log/boot.log, -Dlogging.configuration=file:/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/configuration/logging.properties, -Djboss.modules.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT/modules, -Djboss.bundles.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT/bundles, -jar, /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0/jboss-modules.jar, -mp, /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT/modules, -jaxpmodule, javax.xml.jaxp-provider, org.jboss.as.standalone, -server-config, standalone-ha.xml]
> 18:23:20,037 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> 18:23:20,385 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> 18:23:20,450 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" starting
> 18:23:22,657 INFO [org.xnio] XNIO Version 3.0.3.GA
> 18:23:22,672 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
> 18:23:22,686 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
> 18:23:22,711 INFO [org.jboss.remoting] JBoss Remoting version 3.2.4.GA
> 18:23:22,775 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
> 18:23:22,798 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
> 18:23:22,845 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.
> 18:23:22,850 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 37) JBAS010260: Activating JGroups subsystem.
> 18:23:22,890 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
> 18:23:22,930 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011940: Activating OSGi Subsystem
> 18:23:22,933 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013101: Activating Security Subsystem
> 18:23:22,967 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
> 18:23:23,004 INFO [org.jboss.as.connector] (MSC service thread 1-3) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
> 18:23:23,035 INFO [org.jboss.as.security] (MSC service thread 1-6) JBAS013100: Current PicketBox version=4.0.7.Final
> 18:23:23,176 INFO [org.jboss.as.naming] (MSC service thread 1-5) JBAS011802: Starting Naming Service
> 18:23:23,183 INFO [org.jboss.as.mail.extension] (MSC service thread 1-1) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 18:23:23,213 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 18:23:23,347 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-3) JBoss Web Services - Stack CXF Server 4.0.2.GA
> 18:23:23,427 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-6) Starting Coyote HTTP/1.1 on http--0_0_0_0_0_0_0_1-1-8080
> 18:23:23,435 INFO [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-1) Starting Coyote AJP/1.3 on ajp--0_0_0_0_0_0_0_1-1-8009
> 18:23:23,443 INFO [org.jboss.modcluster.ModClusterService] (MSC service thread 1-5) Initializing mod_cluster 1.2.1.Beta1
> 18:23:23,532 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-5) Listening to proxy advertisements on ff01:0:0:0:0:0:0:3:23364
> 18:23:23,739 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:23,754 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:23,759 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:23,765 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:24,013 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-6) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 18:23:24,144 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-3) JBAS015012: Started FileSystemDeploymentService for directory /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/deployments
> 18:23:24,149 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /0:0:0:0:0:0:0:1%1:9999
> 18:23:24,149 INFO [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /0:0:0:0:0:0:0:1%1:4447
> 18:23:24,279 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://[0:0:0:0:0:0:0:1%1]:9990
> 18:23:24,280 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" started in 4673ms - Started 135 of 262 services (126 services are passive or on-demand)
> 18:23:25,985 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/data/content/0d/a9afad7449a09d5a718de7df3da43268214fba/content
> 18:23:26,023 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "remote-ejb-client-dd-based-stateful-bean-failover-test.jar"
> 18:23:26,596 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named DDBasedClusteredSFSB in deployment unit deployment "remote-ejb-client-dd-based-stateful-bean-failover-test.jar" are as follows:
> java:global/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:app/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:module/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:jboss/exported/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:global/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB
> java:app/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB
> java:module/DDBasedClusteredSFSB
> 18:23:26,914 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011941: Register module: Module "deployment.remote-ejb-client-dd-based-stateful-bean-failover-test.jar:main" from Service Module Loader
> 18:23:27,276 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) send buffer of socket java.net.DatagramSocket at 68ed8363 was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
> 18:23:27,278 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) receive buffer of socket java.net.DatagramSocket at 68ed8363 was set to 20MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
> 18:23:27,279 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) send buffer of socket java.net.MulticastSocket at 29ec6c08 was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
> 18:23:27,281 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) receive buffer of socket java.net.MulticastSocket at 29ec6c08 was set to 25MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
> 18:23:27,289 INFO [stdout] (pool-18-thread-1)
> 18:23:27,290 INFO [stdout] (pool-18-thread-1) -------------------------------------------------------------------
> 18:23:27,290 INFO [stdout] (pool-18-thread-1) GMS: address=node-0/ejb, cluster=ejb, physical address=0:0:0:0:0:0:0:1:55200
> 18:23:27,291 INFO [stdout] (pool-18-thread-1) -------------------------------------------------------------------
> 18:23:30,175 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000078: Starting JGroups Channel
> 18:23:30,193 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000094: Received new cluster view: [node-0/ejb|0] [node-0/ejb]
> 18:23:30,198 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000079: Cache local address is node-0/ejb, physical addresses are [0:0:0:0:0:0:0:1:55200]
> 18:23:30,217 INFO [org.infinispan.factories.GlobalComponentRegistry] (pool-21-thread-1) ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.3.FINAL
> 18:23:30,453 INFO [org.infinispan.jmx.CacheJmxRegistration] (pool-21-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 18:23:30,461 INFO [org.infinispan.jmx.CacheJmxRegistration] (pool-20-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 18:23:30,514 INFO [org.jboss.as.clustering.infinispan] (pool-21-thread-1) JBAS010281: Started remote-connector-client-mappings cache from ejb container
> 18:23:31,478 INFO [org.jboss.as.clustering.infinispan] (pool-20-thread-1) JBAS010281: Started repl cache from ejb container
> 18:23:31,506 INFO [org.jboss.as.clustering] (MSC service thread 1-5) JBAS010238: Number of cluster members: 1
> 18:23:31,540 INFO [org.jboss.ejb.client.ClusterContext] (ejb-client-cluster-node-connection-creation-3-thread-1) Added a new EJB receiver in cluster context ejb for node node-0. Total nodes in cluster context = 1
> 18:23:31,676 INFO [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 18:23:31,713 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) JBAS010281: Started org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.DDBasedClusteredSFSB cache from ejb container
> 18:23:31,948 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "remote-ejb-client-dd-based-stateful-bean-failover-test.jar"
> 18:23:32,612 INFO [org.jboss.arquillian.container.test.impl.client.container.ClientContainerController] (main) Manual starting of a server instance
> 18:23:32,625 INFO [org.jboss.as.arquillian.container.managed.ManagedDeployableContainer] (main) Starting container with: [/opt/jdk1.6.0_29/bin/java, -Xmx512m, -XX:MaxPermSize=256m, -Djboss.dist=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT, -Djava.net.preferIPv4Stack=false, -Djava.net.preferIPv6Addresses=true, -Dts.timeout.factor=100, -Dnode0=::1, -Dnode1=fccc::2, -Dmcast=ff01::1, -Djbossas.ts.submodule.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust, -Djbossas.ts.integ.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/.., -Djbossas.ts.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../.., -Djbossas.project.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../.., -Djboss.dist=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT, -Djboss.inst=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1, -Djboss.node.name=node-1, -Djboss.port.offset=100, -ea, -Djboss.home.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1, -Dorg.jboss.boot.log.file=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/log/boot.log, -Dlogging.configuration=file:/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/configuration/logging.properties, -Djboss.modules.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT/modules, -Djboss.bundles.dir=/home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT/bundles, -jar, /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1/jboss-modules.jar, -mp, /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/../../../build/target/jboss-as-7.1.2.Final-SNAPSHOT/modules, -jaxpmodule, javax.xml.jaxp-provider, org.jboss.as.standalone, -server-config, standalone-ha.xml]
> 18:23:33,232 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
> 18:23:33,510 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
> 18:23:33,586 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" starting
> 18:23:35,298 INFO [org.xnio] XNIO Version 3.0.3.GA
> 18:23:35,313 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
> 18:23:35,333 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
> 18:23:35,357 INFO [org.jboss.remoting] JBoss Remoting version 3.2.4.GA
> 18:23:35,397 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
> 18:23:35,406 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
> 18:23:35,463 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.
> 18:23:35,512 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 37) JBAS010260: Activating JGroups subsystem.
> 18:23:35,624 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
> 18:23:35,626 INFO [org.jboss.as.connector] (MSC service thread 1-6) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
> 18:23:35,689 INFO [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013101: Activating Security Subsystem
> 18:23:35,701 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011940: Activating OSGi Subsystem
> 18:23:35,737 INFO [org.jboss.as.security] (MSC service thread 1-5) JBAS013100: Current PicketBox version=4.0.7.Final
> 18:23:35,808 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
> 18:23:35,809 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
> 18:23:35,861 INFO [org.jboss.as.naming] (MSC service thread 1-1) JBAS011802: Starting Naming Service
> 18:23:35,878 INFO [org.jboss.as.mail.extension] (MSC service thread 1-6) JBAS015400: Bound mail session [java:jboss/mail/Default]
> 18:23:36,209 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-6) JBoss Web Services - Stack CXF Server 4.0.2.GA
> 18:23:36,264 INFO [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-3) Starting Coyote AJP/1.3 on ajp--fccc_0_0_0_0_0_0_2-1-8109
> 18:23:36,268 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-5) Starting Coyote HTTP/1.1 on http--fccc_0_0_0_0_0_0_2-1-8180
> 18:23:36,331 INFO [org.jboss.modcluster.ModClusterService] (MSC service thread 1-2) Initializing mod_cluster 1.2.1.Beta1
> 18:23:36,432 INFO [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-2) Listening to proxy advertisements on ff01:0:0:0:0:0:0:3:23364
> 18:23:36,565 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:36,584 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:36,598 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:36,604 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 33) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 18:23:36,792 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
> 18:23:37,048 INFO [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /fccc:0:0:0:0:0:0:2%1:10099
> 18:23:37,049 INFO [org.jboss.as.remoting] (MSC service thread 1-5) JBAS017100: Listening on /fccc:0:0:0:0:0:0:2%1:4547
> 18:23:37,077 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-6) JBAS015012: Started FileSystemDeploymentService for directory /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/deployments
> 18:23:37,248 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://[fccc:0:0:0:0:0:0:2%1]:10090
> 18:23:37,251 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.2.Final-SNAPSHOT "Brontes" started in 4421ms - Started 135 of 262 services (126 services are passive or on-demand)
> 18:23:39,323 INFO [org.jboss.as.repository] (management-handler-thread - 2) JBAS014900: Content added at location /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/data/content/e9/50d95fc0606113431b03555676f1e37d9fa530/content
> 18:23:39,392 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015876: Starting deployment of "remote-ejb-client-dd-based-stateful-bean-failover-test.jar"
> 18:23:39,936 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-5) JNDI bindings for session bean named DDBasedClusteredSFSB in deployment unit deployment "remote-ejb-client-dd-based-stateful-bean-failover-test.jar" are as follows:
> java:global/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:app/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:module/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:jboss/exported/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB!org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.RemoteCounter
> java:global/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB
> java:app/remote-ejb-client-dd-based-stateful-bean-failover-test/DDBasedClusteredSFSB
> java:module/DDBasedClusteredSFSB
> 18:23:40,362 INFO [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011941: Register module: Module "deployment.remote-ejb-client-dd-based-stateful-bean-failover-test.jar:main" from Service Module Loader
> 18:23:40,769 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) send buffer of socket java.net.DatagramSocket at 2b650cea was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
> 18:23:40,771 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) receive buffer of socket java.net.DatagramSocket at 2b650cea was set to 20MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
> 18:23:40,773 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) send buffer of socket java.net.MulticastSocket at 305f6ed4 was set to 640KB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
> 18:23:40,774 WARNING [org.jgroups.protocols.UDP] (pool-18-thread-1) receive buffer of socket java.net.MulticastSocket at 305f6ed4 was set to 25MB, but the OS only allocated 131.07KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
> 18:23:40,781 INFO [stdout] (pool-18-thread-1)
> 18:23:40,785 INFO [stdout] (pool-18-thread-1) -------------------------------------------------------------------
> 18:23:40,786 INFO [stdout] (pool-18-thread-1) GMS: address=node-1/ejb, cluster=ejb, physical address=fccc:0:0:0:0:0:0:2:55300
> 18:23:40,788 INFO [stdout] (pool-18-thread-1) -------------------------------------------------------------------
> 18:23:40,922 INFO [org.jboss.as.clustering] (Incoming-1,null) JBAS010225: New cluster view for partition ejb (id: 1, delta: 1, merge: false) : [node-0/ejb, node-1/ejb]
> 18:23:40,926 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-1,null) ISPN000094: Received new cluster view: [node-0/ejb|1] [node-0/ejb, node-1/ejb]
> 18:23:41,816 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000078: Starting JGroups Channel
> 18:23:41,834 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000094: Received new cluster view: [node-0/ejb|1] [node-0/ejb, node-1/ejb]
> 18:23:41,839 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000079: Cache local address is node-1/ejb, physical addresses are [fccc:0:0:0:0:0:0:2:55300]
> 18:23:41,858 INFO [org.infinispan.factories.GlobalComponentRegistry] (pool-21-thread-1) ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.3.FINAL
> 18:23:42,409 INFO [org.infinispan.jmx.CacheJmxRegistration] (pool-21-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 18:23:42,442 INFO [org.infinispan.jmx.CacheJmxRegistration] (pool-20-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 18:23:42,694 INFO [org.jboss.as.clustering.infinispan] (pool-20-thread-1) JBAS010281: Started repl cache from ejb container
> 18:23:42,726 INFO [org.jboss.as.clustering] (MSC service thread 1-1) JBAS010238: Number of cluster members: 2
> 18:23:43,619 INFO [org.jboss.as.clustering.infinispan] (pool-21-thread-1) JBAS010281: Started remote-connector-client-mappings cache from ejb container
> 18:23:43,766 INFO [org.jboss.ejb.client.ClusterContext] (ejb-client-cluster-node-connection-creation-3-thread-1) Added a new EJB receiver in cluster context ejb for node node-1. Total nodes in cluster context = 1
> 18:23:43,897 INFO [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-2) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 18:23:43,964 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) JBAS010281: Started org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.DDBasedClusteredSFSB cache from ejb container
> 18:23:44,115 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "remote-ejb-client-dd-based-stateful-bean-failover-test.jar"
> 18:23:44,793 INFO [org.jboss.ejb.client.remoting.VersionReceiver] (Remoting "config-based-ejb-client-endpoint" task-1) Received server version 1 and marshalling strategies [river]
> 18:23:44,799 INFO [org.jboss.ejb.client.remoting.RemotingConnectionEJBReceiver] (main) Successful version handshake completed for receiver context EJBReceiverContext{clientContext=org.jboss.ejb.client.EJBClientContext at 7287c801, receiver=Remoting connection EJB receiver [connection=Remoting connection <28a50395>,channel=jboss.ejb,nodename=node-0]} on channel Channel ID 84a8fc0c (outbound) of Remoting connection 14a82a10 to /0:0:0:0:0:0:0:1:4447
> 18:23:45,019 INFO [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-3) ISPN000029: Passivating all entries to disk
> 18:23:45,019 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011943: Unregister module: Module "deployment.remote-ejb-client-dd-based-stateful-bean-failover-test.jar:main" from Service Module Loader
> 18:23:45,044 INFO [org.jboss.ejb.client.ClusterContext] (ejb-client-cluster-node-connection-creation-3-thread-8) Added a new EJB receiver in cluster context ejb for node node-0. Total nodes in cluster context = 1
> 18:23:45,053 INFO [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-3) ISPN000030: Passivated 1 entries in 33 milliseconds
> 18:23:45,054 INFO [org.jboss.ejb.client.remoting.VersionReceiver] (Remoting "config-based-ejb-client-endpoint" task-2) Received server version 1 and marshalling strategies [river]
> 18:23:45,057 INFO [org.jboss.ejb.client.remoting.RemotingConnectionEJBReceiver] (ejb-client-cluster-node-connection-creation-3-thread-6) Successful version handshake completed for receiver context EJBReceiverContext{clientContext=org.jboss.ejb.client.EJBClientContext at 7287c801, receiver=Remoting connection EJB receiver [connection=Remoting connection <474ad296>,channel=jboss.ejb,nodename=node-1]} on channel Channel ID 9b31633e (outbound) of Remoting connection 4c397cea to /fccc:0:0:0:0:0:0:2%1:4547
> 18:23:45,066 INFO [org.infinispan.eviction.PassivationManagerImpl] (pool-20-thread-1) ISPN000029: Passivating all entries to disk
> 18:23:45,072 INFO [org.infinispan.eviction.PassivationManagerImpl] (pool-20-thread-1) ISPN000030: Passivated 0 entries in 5 milliseconds
> 18:23:45,088 INFO [org.jboss.ejb.client.ClusterContext] (ejb-client-cluster-node-connection-creation-3-thread-6) Added a new EJB receiver in cluster context ejb for node node-1. Total nodes in cluster context = 2
> 18:23:45,091 INFO [org.jboss.as.clustering.infinispan] (pool-20-thread-1) JBAS010282: Stopped repl cache from ejb container
> 18:23:45,103 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) JBAS015877: Stopped deployment remote-ejb-client-dd-based-stateful-bean-failover-test.jar in 123ms
> 18:23:45,107 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) JBAS010282: Stopped org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.DDBasedClusteredSFSB cache from ejb container
> 18:23:45,122 INFO [org.jboss.as.clustering.infinispan] (pool-21-thread-1) JBAS010282: Stopped remote-connector-client-mappings cache from ejb container
> 18:23:45,222 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-19-thread-1) ISPN000082: Stopping the RpcDispatcher
> 18:23:45,256 INFO [org.jboss.as.clustering] (Incoming-7,null) JBAS010225: New cluster view for partition ejb (id: 2, delta: -1, merge: false) : [node-1/ejb]
> 18:23:45,258 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-7,null) ISPN000094: Received new cluster view: [node-1/ejb|2] [node-1/ejb]
> 18:23:45,602 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/data/content/0d/a9afad7449a09d5a718de7df3da43268214fba/content
> 18:23:45,606 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "remote-ejb-client-dd-based-stateful-bean-failover-test.jar"
> 18:23:45,612 INFO [org.jboss.arquillian.container.test.impl.client.container.ClientContainerController] (main) Manual stopping of a server instance
> 18:23:45,774 INFO [org.jboss.ejb.client.remoting.ChannelAssociation] (Remoting "config-based-ejb-client-endpoint" task-3) Channel Channel ID 84a8fc0c (outbound) of Remoting connection 14a82a10 to /0:0:0:0:0:0:0:1:4447 can no longer process messages
> 18:23:46,059 INFO [org.jboss.as.osgi] (MSC service thread 1-1) JBAS011943: Unregister module: Module "deployment.remote-ejb-client-dd-based-stateful-bean-failover-test.jar:main" from Service Module Loader
> 18:23:46,063 INFO [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-2) ISPN000029: Passivating all entries to disk
> 18:23:46,127 INFO [org.infinispan.eviction.PassivationManagerImpl] (pool-20-thread-1) ISPN000029: Passivating all entries to disk
> 18:23:46,134 INFO [org.infinispan.eviction.PassivationManagerImpl] (pool-20-thread-1) ISPN000030: Passivated 0 entries in 4 milliseconds
> 18:23:46,138 INFO [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-2) ISPN000030: Passivated 1 entries in 74 milliseconds
> 18:23:46,153 INFO [org.jboss.as.clustering.infinispan] (pool-21-thread-1) JBAS010282: Stopped remote-connector-client-mappings cache from ejb container
> 18:23:46,153 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015877: Stopped deployment remote-ejb-client-dd-based-stateful-bean-failover-test.jar in 116ms
> 18:23:46,155 INFO [org.jboss.as.clustering.infinispan] (pool-20-thread-1) JBAS010282: Stopped repl cache from ejb container
> 18:23:46,178 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) JBAS010282: Stopped org.jboss.as.test.clustering.cluster.ejb3.stateful.remote.failover.dd.DDBasedClusteredSFSB cache from ejb container
> 18:23:46,408 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-19-thread-1) ISPN000082: Stopping the RpcDispatcher
> 18:23:46,511 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/jenkins/jenkins-work/workspace/as7-param-pull/testsuite/integration/clust/target/jbossas-clustering-udp-1/standalone/data/content/e9/50d95fc0606113431b03555676f1e37d9fa530/content
> 18:23:46,514 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "remote-ejb-client-dd-based-stateful-bean-failover-test.jar"
> 18:23:46,519 INFO [org.jboss.arquillian.container.test.impl.client.container.ClientContainerController] (main) Manual stopping of a server instance
> 18:23:46,646 INFO [org.jboss.ejb.client.remoting.ChannelAssociation] (Remoting "config-based-ejb-client-endpoint" task-2) Channel Channel ID 9b31633e (outbound) of Remoting connection 4c397cea to /fccc:0:0:0:0:0:0:2%1:4547 can no longer process messages
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list