Skip to content

Instantly share code, notes, and snippets.

@sgilda
Created October 11, 2012 14:49
Show Gist options
  • Save sgilda/3872924 to your computer and use it in GitHub Desktop.
Save sgilda/3872924 to your computer and use it in GitHub Desktop.
Server2 log for helloworld-jdg
sgilda@sgilda-T510 ~/tools/jboss-as-7.1.1.Final-2 $ bin/standalone.sh -Djboss.socket.binding.port-offset=100
=========================================================================
JBoss Bootstrap Environment
JBOSS_HOME: /home/sgilda/tools/jboss-as-7.1.1.Final-2
JAVA: /home/sgilda/JDKs/jdk1.6.0_33/bin/java
JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation -Xms64m -Xmx512m -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
=========================================================================
10:50:19,412 INFO [org.jboss.modules] JBoss Modules version 1.1.1.GA
10:50:19,552 INFO [org.jboss.msc] JBoss MSC version 1.0.2.GA
10:50:19,592 INFO [org.jboss.as] JBAS015899: JBoss AS 7.1.1.Final "Brontes" starting
10:50:20,327 INFO [org.xnio] XNIO Version 3.0.3.GA
10:50:20,338 INFO [org.xnio.nio] XNIO NIO Implementation Version 3.0.3.GA
10:50:20,343 INFO [org.jboss.as.server] JBAS015888: Creating http management service using socket-binding (management-http)
10:50:20,350 INFO [org.jboss.remoting] JBoss Remoting version 3.2.3.GA
10:50:20,385 INFO [org.jboss.as.logging] JBAS011502: Removing bootstrap log handlers
10:50:20,389 INFO [org.jboss.as.configadmin] (ServerService Thread Pool -- 26) JBAS016200: Activating ConfigAdmin Subsystem
10:50:20,426 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 31) JBAS010280: Activating Infinispan subsystem.
10:50:20,478 INFO [org.jboss.as.connector] (MSC service thread 1-7) JBAS010408: Starting JCA Subsystem (JBoss IronJacamar 1.0.9.Final)
10:50:20,495 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 38) JBAS011800: Activating Naming Subsystem
10:50:20,498 INFO [org.jboss.as.osgi] (ServerService Thread Pool -- 39) JBAS011940: Activating OSGi Subsystem
10:50:20,510 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 27) JBAS010403: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
10:50:20,521 INFO [org.jboss.as.security] (ServerService Thread Pool -- 44) JBAS013101: Activating Security Subsystem
10:50:20,527 INFO [org.jboss.as.security] (MSC service thread 1-7) JBAS013100: Current PicketBox version=4.0.7.Final
10:50:20,582 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 48) JBAS015537: Activating WebServices Extension
10:50:20,618 INFO [org.jboss.as.naming] (MSC service thread 1-7) JBAS011802: Starting Naming Service
10:50:20,625 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) JBAS015400: Bound mail session [java:jboss/mail/Default]
10:50:20,730 INFO [org.jboss.ws.common.management.AbstractServerConfig] (MSC service thread 1-6) JBoss Web Services - Stack CXF Server 4.0.2.GA
10:50:20,823 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-8) Starting Coyote HTTP/1.1 on http--127.0.0.1-8180
10:50:21,066 INFO [org.jboss.as.server.deployment] (MSC service thread 1-4) JBAS015876: Starting deployment of "jboss-as-helloworld-jdg.war"
10:50:21,075 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) JBAS015012: Started FileSystemDeploymentService for directory /home/sgilda/tools/jboss-as-7.1.1.Final-2/standalone/deployments
10:50:21,079 INFO [org.jboss.as.remoting] (MSC service thread 1-2) JBAS017100: Listening on /127.0.0.1:4547
10:50:21,080 INFO [org.jboss.as.remoting] (MSC service thread 1-8) JBAS017100: Listening on /127.0.0.1:10099
10:50:21,236 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-7) JBAS010400: Bound data source [java:jboss/datasources/ExampleDS]
10:50:22,030 INFO [org.jboss.weld.deployer] (MSC service thread 1-4) JBAS016002: Processing weld deployment jboss-as-helloworld-jdg.war
10:50:22,084 INFO [org.jboss.weld.deployer] (MSC service thread 1-3) JBAS016005: Starting Services for CDI deployment: jboss-as-helloworld-jdg.war
10:50:22,110 INFO [org.jboss.weld.Version] (MSC service thread 1-3) WELD-000900 1.1.5 (AS71)
10:50:22,138 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016008: Starting weld service for deployment jboss-as-helloworld-jdg.war
10:50:22,589 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-4) Initializing Mojarra 2.1.7-jbossorg-1 (20120227-1401) for context '/jboss-as-helloworld-jdg'
10:50:23,101 INFO [org.hibernate.validator.util.Version] (MSC service thread 1-4) Hibernate Validator 4.2.0.Final
10:50:23,234 INFO [org.jboss.web] (MSC service thread 1-4) JBAS018210: Registering web context: /jboss-as-helloworld-jdg
10:50:23,245 INFO [org.jboss.as.server] (Controller Boot Thread) JBAS018559: Deployed "jboss-as-helloworld-jdg.war"
10:50:23,330 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:10090
10:50:23,331 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: JBoss AS 7.1.1.Final "Brontes" started in 4093ms - Started 193 of 270 services (76 services are passive or on-demand)
10:51:03,784 INFO [org.jboss.as.quickstarts.datagrid.MyCacheManagerProvider] (http--127.0.0.1-8180-2)
DefaultCacheManager does not exist - constructing a new one
10:51:24,166 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (http--127.0.0.1-8180-2) ISPN000078: Starting JGroups Channel
10:51:24,490 WARN [org.jgroups.protocols.UDP] (http--127.0.0.1-8180-2) send buffer of socket java.net.DatagramSocket@4f399671 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)
10:51:24,492 WARN [org.jgroups.protocols.UDP] (http--127.0.0.1-8180-2) receive buffer of socket java.net.DatagramSocket@4f399671 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)
10:51:24,493 WARN [org.jgroups.protocols.UDP] (http--127.0.0.1-8180-2) send buffer of socket java.net.MulticastSocket@7e2e05f1 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)
10:51:24,494 WARN [org.jgroups.protocols.UDP] (http--127.0.0.1-8180-2) receive buffer of socket java.net.MulticastSocket@7e2e05f1 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)
10:51:27,520 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (http--127.0.0.1-8180-2) ISPN000094: Received new cluster view: [sgilda-T510-41638|0] [sgilda-T510-41638]
10:51:27,567 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (http--127.0.0.1-8180-2) ISPN000079: Cache local address is sgilda-T510-41638, physical addresses are [10.11.8.251:33921]
10:51:27,575 INFO [org.infinispan.factories.GlobalComponentRegistry] (http--127.0.0.1-8180-2) ISPN000128: Infinispan version: Infinispan 'Brahma' 5.1.2.FINAL
10:51:27,702 INFO [org.infinispan.jmx.CacheJmxRegistration] (http--127.0.0.1-8180-2) ISPN000031: MBeans were successfully registered to the platform mbean server.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment