Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-8229

Server keeps logging to standard output and not to server.log

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Minor
    • None
    • EAP 6.0.0 ER 1
    • System
    • None
    • Not Required
    • NEW

    Description

      Pasting stdout and whole serverlog.

      Some logs are printed only to stdout and are missed in server.log

      [rhusar@rhusar 2]$ ./bin/standalone.sh -c standalone-ha.xml -b $IP -bmanagement $IP -Djboss.node.name=radoslav
      =========================================================================
      
        JBoss Bootstrap Environment
      
        JBOSS_HOME: /home/rhusar/eap6/2
      
        JAVA: /home/rhusar/tools/jdk1.6.0/bin/java
      
        JAVA_OPTS:  -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Djboss.server.default.config=standalone.xml
      
      =========================================================================
      
      17:23:06,467 INFO  [org.jboss.modules] JBoss Modules version 1.1.1.GA-redhat-1
      17:23:06,732 INFO  [org.jboss.msc] JBoss MSC version 1.0.2.GA-redhat-1
      17:23:06,823 INFO  [org.jboss.as] JBAS015899: JBoss EAP 6.0.0.Beta1 (AS 7.1.0.Final-redhat-1) starting
      17:23:08,735 INFO  [org.xnio] XNIO Version 3.0.3.GA-redhat-1
      17:23:08,746 INFO  [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
      17:23:08,756 INFO  [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA-redhat-1
      17:23:08,766 INFO  [org.jboss.remoting] JBoss Remoting version 3.2.2.GA-redhat-1
      17:23:08,812 INFO  [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
      ^C17:23:39,464 INFO  [org.jboss.as.logging] JBAS011503: Restored bootstrap log handlers
      17:23:39,476 INFO  [org.apache.catalina.core.StandardContext] Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
      17:23:39,479 INFO  [org.infinispan.eviction.PassivationManagerImpl] ISPN000029: Passivating all entries to disk
      17:23:39,482 INFO  [org.infinispan.eviction.PassivationManagerImpl] ISPN000030: Passivated 0 entries in 2 milliseconds
      17:23:39,490 INFO  [org.jboss.as.clustering.infinispan] JBAS010282: Stopped repl cache from ejb container
      17:23:39,516 INFO  [org.infinispan.eviction.PassivationManagerImpl] ISPN000029: Passivating all entries to disk
      17:23:39,516 INFO  [org.infinispan.eviction.PassivationManagerImpl] ISPN000030: Passivated 0 entries in 0 milliseconds
      17:23:39,522 INFO  [org.jboss.as.clustering.infinispan] JBAS010282: Stopped //default-host//clusterbench cache from web container
      17:23:39,560 INFO  [org.infinispan.eviction.PassivationManagerImpl] ISPN000029: Passivating all entries to disk
      17:23:39,564 INFO  [org.infinispan.eviction.PassivationManagerImpl] ISPN000030: Passivated 0 entries in 3 milliseconds
      17:23:39,563 INFO  [org.jboss.weld.deployer] JBAS016009: Stopping weld service for deployment clusterbench-ee6.ear
      17:23:39,582 INFO  [org.jboss.as.clustering.infinispan] JBAS010282: Stopped repl cache from web container
      17:23:39,589 INFO  [org.jboss.as.clustering.infinispan] JBAS010282: Stopped remote-connector-client-mappings cache from ejb container
      17:23:39,644 INFO  [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying TransactionManagerService
      17:23:39,645 INFO  [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping transaction recovery manager
      17:23:39,650 INFO  [org.jboss.as.server.deployment] JBAS015877: Stopped deployment clusterbench-ee6-ejb.jar in 252ms
      17:23:39,655 INFO  [org.jboss.as.server.deployment] JBAS015877: Stopped deployment clusterbench-ee6-web.war in 257ms
      17:23:39,665 INFO  [org.jboss.as.server.deployment] JBAS015877: Stopped deployment clusterbench-ee6.ear in 269ms
      17:23:39,704 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] ISPN000082: Stopping the RpcDispatcher
      17:23:39,721 WARN  [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] Problems unmarshalling remote command from byte buffer: org.infinispan.CacheException: Cache manager is either starting up or shutting down but it's not interrupted, so type (id=74) cannot be resolved.
      	at org.infinispan.marshall.jboss.ExternalizerTable.readObject(ExternalizerTable.java:272) [infinispan-core-5.1.1.FINAL-redhat-1.jar:5.1.1.FINAL-redhat-1]
      	at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:351)
      	at org.jboss.marshalling.river.RiverUnmarshaller.doReadObject(RiverUnmarshaller.java:209)
      	at org.jboss.marshalling.AbstractObjectInput.readObject(AbstractObjectInput.java:37) [jboss-marshalling-1.3.9.GA-redhat-1.jar:1.3.9.GA-redhat-1]
      	at org.infinispan.marshall.jboss.AbstractJBossMarshaller.objectFromObjectStream(AbstractJBossMarshaller.java:148) [infinispan-core-5.1.1.FINAL-redhat-1.jar:5.1.1.FINAL-redhat-1]
      	at org.infinispan.marshall.VersionAwareMarshaller.objectFromByteBuffer(VersionAwareMarshaller.java:110) [infinispan-core-5.1.1.FINAL-redhat-1.jar:5.1.1.FINAL-redhat-1]
      	at org.infinispan.marshall.AbstractDelegatingMarshaller.objectFromByteBuffer(AbstractDelegatingMarshaller.java:84) [infinispan-core-5.1.1.FINAL-redhat-1.jar:5.1.1.FINAL-redhat-1]
      	at org.infinispan.remoting.transport.jgroups.MarshallerAdapter.objectFromBuffer(MarshallerAdapter.java:50) [infinispan-core-5.1.1.FINAL-redhat-1.jar:5.1.1.FINAL-redhat-1]
      	at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle(CommandAwareRpcDispatcher.java:140) [infinispan-core-5.1.1.FINAL-redhat-1.jar:5.1.1.FINAL-redhat-1]
      	at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:447) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:354) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:230) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:543) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jboss.as.clustering.jgroups.ClassLoaderAwareUpHandler.up(ClassLoaderAwareUpHandler.java:56) [jboss-as-clustering-jgroups-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at org.jgroups.blocks.mux.MuxUpHandler.up(MuxUpHandler.java:130) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jboss.as.clustering.jgroups.MuxChannel$ClassLoaderAwareMuxUpHandler.up(MuxChannel.java:64) [jboss-as-clustering-jgroups-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at org.jgroups.JChannel.up(JChannel.java:716) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1026) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.FRAG2.up(FRAG2.java:181) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.FlowControl.up(FlowControl.java:400) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.FlowControl.up(FlowControl.java:418) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.pbcast.GMS.up(GMS.java:881) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:244) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.UNICAST2.up(UNICAST2.java:383) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.pbcast.NAKACK.handleMessage(NAKACK.java:730) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.pbcast.NAKACK.up(NAKACK.java:559) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.BARRIER.up(BARRIER.java:126) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:140) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.FD.up(FD.java:273) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:282) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.MERGE2.up(MERGE2.java:205) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.Discovery.up(Discovery.java:354) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.stack.Protocol.up(Protocol.java:358) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.TP.passMessageUp(TP.java:1174) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.TP$IncomingPacket.handleMyMessage(TP.java:1709) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.TP$IncomingPacket.run(TP.java:1691) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
      	at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
      
      17:23:39,763 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] ISPN000082: Stopping the RpcDispatcher
      17:23:40,086 SEVERE [org.jgroups.JChannel] failed destroying the protocol stack: java.lang.NullPointerException
      	at org.jboss.as.clustering.jgroups.ManagedSocketFactory.close(ManagedSocketFactory.java:174) [jboss-as-clustering-jgroups-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at org.jgroups.stack.DiagnosticsHandler.stop(DiagnosticsHandler.java:76) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.TP.stop(TP.java:1010) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.protocols.UDP.stop(UDP.java:248) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.stack.ProtocolStack.stopStack(ProtocolStack.java:996) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel.stopStack(JChannel.java:923) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel.disconnect(JChannel.java:380) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel._close(JChannel.java:909) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel.close(JChannel.java:389) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jboss.as.clustering.jgroups.subsystem.ChannelService.stop(ChannelService.java:61) [jboss-as-clustering-jgroups-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at org.jboss.as.clustering.msc.AsynchronousService$2.run(AsynchronousService.java:84) [jboss-as-clustering-common-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
      	at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
      
      17:23:40,090 SEVERE [org.jgroups.JChannel] failed destroying the protocol stack: java.lang.NullPointerException
      	at java.util.concurrent.ConcurrentHashMap.remove(ConcurrentHashMap.java:922) [rt.jar:1.6.0_29]
      	at org.jgroups.stack.ProtocolStack.stopStack(ProtocolStack.java:980) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel.stopStack(JChannel.java:923) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel._close(JChannel.java:910) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jgroups.JChannel.close(JChannel.java:389) [jgroups-3.0.4.Final-redhat-0-todo.jar:3.0.4.Final]
      	at org.jboss.as.clustering.jgroups.subsystem.ChannelService.stop(ChannelService.java:61) [jboss-as-clustering-jgroups-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at org.jboss.as.clustering.msc.AsynchronousService$2.run(AsynchronousService.java:84) [jboss-as-clustering-common-7.1.0.Final-redhat-1.jar:7.1.0.Final-redhat-1]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
      	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
      	at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
      
      17:23:40,109 INFO  [org.jboss.as] JBAS015950: JBoss EAP 6.0.0.Beta1 (AS 7.1.0.Final-redhat-1) stopped in 710ms
      

      server log:

      17:23:08,816 INFO  [org.jboss.as.configadmin] (ServerService Thread Pool -- 28) JBAS016200: Activating ConfigAdmin Subsystem
      17:23:08,884 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 33) JBAS010280: Activating Infinispan subsystem.
      17:23:08,984 INFO  [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 37) JBAS010260: Activating JGroups subsystem.
      17:23:08,989 INFO  [org.jboss.as.connector] (MSC service thread 1-1) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.7.Final-redhat-1)
      17:23:09,023 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 42) JBAS011800: Activating Naming Subsystem
      17:23:09,036 INFO  [org.jboss.as.osgi] (ServerService Thread Pool -- 43) JBAS011940: Activating OSGi Subsystem
      17:23:09,104 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 48) JBAS013101: Activating Security Subsystem
      17:23:09,117 INFO  [org.jboss.as.naming] (MSC service thread 1-2) JBAS011802: Starting Naming Service
      17:23:09,119 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-2) JBAS015400: Bound mail session [java:jboss/mail/Default]
      17:23:09,131 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 29) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
      17:23:09,135 INFO  [org.jboss.as.security] (MSC service thread 1-2) JBAS013100: Current PicketBox version=4.0.6.final-redhat-1
      17:23:09,159 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 52) JBAS015537: Activating WebServices Extension
      17:23:09,639 INFO  [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-1) JBoss Web Services - Stack CXF Server 4.0.1.GA
      17:23:09,725 INFO  [org.jboss.as.modcluster] (MSC service thread 1-3) JBAS011704: Mod_cluster uses default load balancer provider
      17:23:09,803 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-2) Starting Coyote HTTP/1.1 on http--192.168.0.10-8080
      17:23:09,958 INFO  [org.jboss.modcluster.ModClusterService] (MSC service thread 1-3) Initializing mod_cluster 1.2.0.Final-redhat-1
      17:23:09,981 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.
      17:23:09,991 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.
      17:23:10,034 INFO  [org.jboss.modcluster.advertise.impl.AdvertiseListenerImpl] (MSC service thread 1-3) Listening to proxy advertisements on 224.0.1.105:23364
      17:23:10,591 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
      17:23:10,649 INFO  [org.jboss.as.remoting] (MSC service thread 1-4) JBAS017100: Listening on /192.168.0.10:4447
      17:23:10,659 INFO  [org.jboss.as.remoting] (MSC service thread 1-1) JBAS017100: Listening on /192.168.0.10:9999
      17:23:10,684 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) JBAS015012: Started FileSystemDeploymentService for directory /home/rhusar/eap6/2/standalone/deployments
      17:23:10,686 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015014: Re-attempting failed deployment clusterbench-ee6.ear
      17:23:10,873 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "clusterbench-ee6.ear"
      17:23:11,088 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "clusterbench-ee6-ejb.jar"
      17:23:11,088 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "clusterbench-ee6-web.war"
      17:23:11,367 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) JBAS016002: Processing weld deployment clusterbench-ee6.ear
      17:23:11,585 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016002: Processing weld deployment clusterbench-ee6-ejb.jar
      17:23:11,593 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named RemoteSingletonSBImpl in deployment unit subdeployment "clusterbench-ee6-ejb.jar" of deployment "clusterbench-ee6.ear" are as follows:
      
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSB
      	java:app/clusterbench-ee6-ejb/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSB
      	java:module/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSB
      	java:jboss/exported/clusterbench-ee6/clusterbench-ee6-ejb/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSB
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSBImpl
      	java:app/clusterbench-ee6-ejb/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSBImpl
      	java:module/RemoteSingletonSBImpl!org.jboss.test.clusterbench.ejb.singleton.RemoteSingletonSBImpl
      
      17:23:11,611 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named RemoteStatefulSBImpl in deployment unit subdeployment "clusterbench-ee6-ejb.jar" of deployment "clusterbench-ee6.ear" are as follows:
      
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/RemoteStatefulSBImpl!org.jboss.test.clusterbench.ejb.stateful.RemoteStatefulSB
      	java:app/clusterbench-ee6-ejb/RemoteStatefulSBImpl!org.jboss.test.clusterbench.ejb.stateful.RemoteStatefulSB
      	java:module/RemoteStatefulSBImpl!org.jboss.test.clusterbench.ejb.stateful.RemoteStatefulSB
      	java:jboss/exported/clusterbench-ee6/clusterbench-ee6-ejb/RemoteStatefulSBImpl!org.jboss.test.clusterbench.ejb.stateful.RemoteStatefulSB
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/RemoteStatefulSBImpl
      	java:app/clusterbench-ee6-ejb/RemoteStatefulSBImpl
      	java:module/RemoteStatefulSBImpl
      
      17:23:11,630 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named LocalStatefulSB in deployment unit subdeployment "clusterbench-ee6-ejb.jar" of deployment "clusterbench-ee6.ear" are as follows:
      
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/LocalStatefulSB!org.jboss.test.clusterbench.ejb.stateful.LocalStatefulSB
      	java:app/clusterbench-ee6-ejb/LocalStatefulSB!org.jboss.test.clusterbench.ejb.stateful.LocalStatefulSB
      	java:module/LocalStatefulSB!org.jboss.test.clusterbench.ejb.stateful.LocalStatefulSB
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/LocalStatefulSB
      	java:app/clusterbench-ee6-ejb/LocalStatefulSB
      	java:module/LocalStatefulSB
      
      17:23:11,632 INFO  [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-3) JNDI bindings for session bean named LocalSingletonSB in deployment unit subdeployment "clusterbench-ee6-ejb.jar" of deployment "clusterbench-ee6.ear" are as follows:
      
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/LocalSingletonSB!org.jboss.test.clusterbench.ejb.singleton.LocalSingletonSB
      	java:app/clusterbench-ee6-ejb/LocalSingletonSB!org.jboss.test.clusterbench.ejb.singleton.LocalSingletonSB
      	java:module/LocalSingletonSB!org.jboss.test.clusterbench.ejb.singleton.LocalSingletonSB
      	java:global/clusterbench-ee6/clusterbench-ee6-ejb/LocalSingletonSB
      	java:app/clusterbench-ee6-ejb/LocalSingletonSB
      	java:module/LocalSingletonSB
      
      17:23:11,669 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) JBAS016002: Processing weld deployment clusterbench-ee6-web.war
      17:23:11,683 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: clusterbench-ee6.ear
      17:23:11,869 INFO  [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900 1.1.5 (AS71)
      17:23:12,059 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016008: Starting weld service for deployment clusterbench-ee6.ear
      17:23:13,560 INFO  [stdout] (pool-11-thread-1) 
      17:23:13,560 INFO  [stdout] (pool-11-thread-1) -------------------------------------------------------------------
      17:23:13,560 INFO  [stdout] (pool-11-thread-1) GMS: address=radoslav/web, cluster=web, physical address=192.168.0.10:55200
      17:23:13,560 INFO  [stdout] (pool-11-thread-1) -------------------------------------------------------------------
      17:23:13,608 INFO  [stdout] (pool-18-thread-1) 
      17:23:13,608 INFO  [stdout] (pool-18-thread-1) -------------------------------------------------------------------
      17:23:13,609 INFO  [stdout] (pool-18-thread-1) GMS: address=radoslav/ejb, cluster=ejb, physical address=192.168.0.10:55200
      17:23:13,609 INFO  [stdout] (pool-18-thread-1) -------------------------------------------------------------------
      17:23:15,746 INFO  [org.jboss.as.clustering.impl.CoreGroupCommunicationService.ejb] (MSC service thread 1-1) JBAS010206: Number of cluster members: 1
      17:23:15,746 INFO  [org.jboss.as.clustering.impl.CoreGroupCommunicationService.web] (MSC service thread 1-4) JBAS010206: Number of cluster members: 1
      17:23:16,192 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-1) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:16,198 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:16,241 INFO  [org.infinispan.config.ConfigurationValidatingVisitor] (pool-13-thread-1) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:16,580 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000078: Starting JGroups Channel
      17:23:16,581 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-13-thread-1) ISPN000078: Starting JGroups Channel
      17:23:16,589 WARNING [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (pool-21-thread-1) Channel Muxer already has a default up handler installed (org.jboss.as.clustering.jgroups.ClassLoaderAwareUpHandler@630ed791) but now it is being overridden
      17:23:16,590 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000094: Received new cluster view: [radoslav/ejb|0] [radoslav/ejb]
      17:23:16,591 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-21-thread-1) ISPN000079: Cache local address is radoslav/ejb, physical addresses are [192.168.0.10:55200]
      17:23:16,591 WARNING [org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher] (pool-13-thread-1) Channel Muxer already has a default up handler installed (org.jboss.as.clustering.jgroups.ClassLoaderAwareUpHandler@33ea6c92) but now it is being overridden
      17:23:16,596 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-13-thread-1) ISPN000094: Received new cluster view: [radoslav/web|0] [radoslav/web]
      17:23:16,596 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-13-thread-1) ISPN000079: Cache local address is radoslav/web, physical addresses are [192.168.0.10:55200]
      17:23:16,610 INFO  [org.infinispan.factories.GlobalComponentRegistry] (pool-13-thread-1) ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.1.FINAL
      17:23:16,665 INFO  [org.infinispan.jmx.CacheJmxRegistration] (pool-21-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
      17:23:16,685 INFO  [org.infinispan.jmx.CacheJmxRegistration] (pool-19-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
      17:23:16,694 INFO  [org.infinispan.jmx.CacheJmxRegistration] (pool-13-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
      17:23:16,791 INFO  [org.jboss.as.clustering.infinispan] (pool-19-thread-1) JBAS010281: Started repl cache from ejb container
      17:23:16,801 INFO  [org.jboss.as.clustering.infinispan] (pool-13-thread-1) JBAS010281: Started repl cache from web container
      17:23:16,811 INFO  [org.jboss.as.clustering.infinispan] (pool-21-thread-1) JBAS010281: Started remote-connector-client-mappings cache from ejb container
      17:23:16,971 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 radoslav. Total nodes in cluster context = 1
      17:23:17,005 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:17,015 INFO  [org.infinispan.config.ConfigurationValidatingVisitor] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:17,021 INFO  [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-3) ISPN000031: MBeans were successfully registered to the platform mbean server.
      17:23:17,043 INFO  [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-2) ISPN000031: MBeans were successfully registered to the platform mbean server.
      17:23:17,045 INFO  [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-4) ISPN000031: MBeans were successfully registered to the platform mbean server.
      17:23:17,048 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) JBAS010281: Started org.jboss.test.clusterbench.ejb.stateful.LocalStatefulSB cache from ejb container
      17:23:17,069 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) JBAS010281: Started org.jboss.test.clusterbench.ejb.stateful.RemoteStatefulSBImpl cache from ejb container
      17:23:17,080 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-4) JBAS010281: Started //default-host//clusterbench cache from web container
      17:23:17,091 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:17,091 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-4) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
      17:23:17,296 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-4) Initializing Mojarra 2.1.5 (SNAPSHOT 20120217) for context '/clusterbench'
      17:23:20,728 INFO  [org.hibernate.validator.util.Version] (MSC service thread 1-4) Hibernate Validator 4.2.0.Final-redhat-1
      17:23:21,087 INFO  [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /clusterbench
      17:23:21,089 INFO  [org.jboss.as] (MSC service thread 1-2) JBAS015874: JBoss EAP 6.0.0.Beta1 (AS 7.1.0.Final-redhat-1) started in 15034ms - Started 322 of 450 services (127 services are passive or on-demand)
      17:23:21,292 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS018559: Deployed "clusterbench-ee6.ear"
      17:23:21,369 INFO  [org.jboss.as.clustering.impl.CoreGroupCommunicationService.lifecycle.web] (Incoming-1,null) JBAS010247: New cluster view for partition web (id: 1, delta: 1, merge: false) : [radoslav/web, rhusar/web]
      17:23:21,371 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-1,null) ISPN000094: Received new cluster view: [radoslav/web|1] [radoslav/web, rhusar/web]
      17:23:21,442 INFO  [org.jboss.as.clustering.impl.CoreGroupCommunicationService.lifecycle.ejb] (Incoming-3,null) JBAS010247: New cluster view for partition ejb (id: 1, delta: 1, merge: false) : [radoslav/ejb, rhusar/ejb]
      17:23:21,443 INFO  [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-3,null) ISPN000094: Received new cluster view: [radoslav/ejb|1] [radoslav/ejb, rhusar/ejb]
      17:23:39,389 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-2) ISPN000029: Passivating all entries to disk
      17:23:39,389 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-2) ISPN000030: Passivated 0 entries in 0 milliseconds
      17:23:39,391 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-1) ISPN000029: Passivating all entries to disk
      17:23:39,393 INFO  [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-1) ISPN000030: Passivated 0 entries in 1 milliseconds
      17:23:39,403 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-2) JBAS010282: Stopped org.jboss.test.clusterbench.ejb.stateful.RemoteStatefulSBImpl cache from ejb container
      17:23:39,404 INFO  [org.jboss.as.osgi] (MSC service thread 1-2) JBAS011942: Stopping OSGi Framework
      17:23:39,421 INFO  [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) JBAS010282: Stopped org.jboss.test.clusterbench.ejb.stateful.LocalStatefulSB cache from ejb container
      17:23:39,422 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Pausing Coyote HTTP/1.1 on http--192.168.0.10-8080
      17:23:39,423 INFO  [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-4) Stopping Coyote HTTP/1.1 on http--192.168.0.10-8080
      

      Attachments

        Activity

          People

            smcgowan@redhat.com Shelly McGowan (Inactive)
            rhn-engineering-rhusar Radoslav Husar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: