Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.96 KB | None | 0 0
  1. [nrla@lenovo bin]$ ./standalone.sh -c standalone-ha.xml
  2. =========================================================================
  3.  
  4. JBoss Bootstrap Environment
  5.  
  6. JBOSS_HOME: /tmp/wildfly-10.0.0.Final-SNAPSHOT
  7.  
  8. JAVA: /opt/jdk-1.8.0_60/bin/java
  9.  
  10. JAVA_OPTS: -Xms64m -Xmx512m -XX:MaxMetaspaceSize=256m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.byteman.verbose=true -Dorg.jboss.byteman.transform.all=true -Djboss.modules.system.pkgs=org.jboss.byteman -javaagent:/opt/byteman-3.0.1/lib/byteman.jar=script:/home/nrla/byteman-scripts/script-server-test.btm,boot:/opt/byteman-3.0.1/lib/byteman.jar,listener:false
  11.  
  12. =========================================================================
  13.  
  14. 14:58:06,013 INFO [org.jboss.modules] (main) JBoss Modules version 1.5.0.Final
  15. 14:58:06,159 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
  16. 14:58:06,229 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full 10.0.0.Final-SNAPSHOT (WildFly Core 2.0.7.Final) starting
  17. 14:58:06,674 INFO [stdout] (ServerService Thread Pool -- 22) org.jboss.byteman.agent.Transformer : possible trigger for rule org.wildfly package example in class org.wildfly.extension.undertow.UndertowService
  18. 14:58:06,681 INFO [stdout] (ServerService Thread Pool -- 22) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.wildfly.extension.undertow.UndertowService.start(org.jboss.msc.service.StartContext) void for rule org.wildfly package example
  19. 14:58:06,685 INFO [stdout] (ServerService Thread Pool -- 22) org.jboss.byteman.agent.Transformer : inserted trigger for org.wildfly package example in class org.wildfly.extension.undertow.UndertowService
  20. 14:58:06,937 INFO [stdout] (ServerService Thread Pool -- 22) org.jboss.byteman.agent.Transformer : possible trigger for rule org.jboss.as package example in class org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemServiceHandler
  21. 14:58:06,938 INFO [stdout] (ServerService Thread Pool -- 22) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemServiceHandler.installServices(org.jboss.as.controller.OperationContext,org.jboss.dmr.ModelNode) void for rule org.jboss.as package example
  22. 14:58:06,942 INFO [stdout] (ServerService Thread Pool -- 22) org.jboss.byteman.agent.Transformer : inserted trigger for org.jboss.as package example in class org.jboss.as.clustering.infinispan.subsystem.InfinispanSubsystemServiceHandler
  23. 14:58:07,298 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
  24. 14:58:07,315 INFO [org.xnio] (MSC service thread 1-1) XNIO version 3.3.4.Final
  25. 14:58:07,323 INFO [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.4.Final
  26. 14:58:07,356 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 40) WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task threads based on your 8 available processors
  27. 14:58:07,360 INFO [stdout] (ServerService Thread Pool -- 41) Rule.execute called for org.jboss.as package example_1
  28. 14:58:07,363 INFO [stdout] (ServerService Thread Pool -- 41) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
  29. 14:58:07,364 INFO [stdout] (ServerService Thread Pool -- 41) calling activated() for helper class org.jboss.byteman.rule.helper.Helper
  30. 14:58:07,364 INFO [stdout] (ServerService Thread Pool -- 41) Default helper activated
  31. 14:58:07,364 INFO [stdout] (ServerService Thread Pool -- 41) calling installed(org.jboss.as package example) for helper classorg.jboss.byteman.rule.helper.Helper
  32. 14:58:07,365 INFO [stdout] (ServerService Thread Pool -- 41) Installed rule using default helper : org.jboss.as package example
  33. 14:58:07,366 INFO [stdout] (ServerService Thread Pool -- 41) org.jboss.as package example execute
  34. 14:58:07,366 INFO [stdout] (ServerService Thread Pool -- 41) [BYTEMAN] Activating Infinispan subsystem
  35. 14:58:07,369 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 41) WFLYCLINF0001: Activating Infinispan subsystem.
  36. 14:58:07,381 INFO [org.jboss.as.connector] (MSC service thread 1-4) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
  37. 14:58:07,382 INFO [org.jboss.as.clustering.jgroups] (ServerService Thread Pool -- 45) WFLYCLJG0001: Activating JGroups subsystem.
  38. 14:58:07,394 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 36) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
  39. 14:58:07,396 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-7) WFLYJCA0018: Started Driver service with driver-name = h2
  40. 14:58:07,408 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 51) WFLYNAM0001: Activating Naming Subsystem
  41. 14:58:07,412 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 48) WFLYJSF0007: Activated the following JSF Implementations: [main]
  42. 14:58:07,431 INFO [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.18.Final
  43. 14:58:07,438 INFO [org.jboss.as.security] (ServerService Thread Pool -- 58) WFLYSEC0002: Activating Security Subsystem
  44. 14:58:07,443 INFO [org.jboss.as.security] (MSC service thread 1-8) WFLYSEC0001: Current PicketBox version=4.9.4.Final
  45. 14:58:07,443 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 60) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
  46. 14:58:07,486 INFO [org.jboss.as.webservices] (ServerService Thread Pool -- 62) WFLYWS0002: Activating WebServices Extension
  47. 14:58:07,498 INFO [org.jboss.as.naming] (MSC service thread 1-5) WFLYNAM0003: Starting Naming Service
  48. 14:58:07,504 INFO [org.jboss.as.mail.extension] (MSC service thread 1-2) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
  49. 14:58:07,508 INFO [stdout] (MSC service thread 1-6) Rule.execute called for org.wildfly package example_0
  50. 14:58:07,509 INFO [stdout] (MSC service thread 1-6) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
  51. 14:58:07,510 INFO [stdout] (MSC service thread 1-6) calling installed(org.wildfly package example) for helper classorg.jboss.byteman.rule.helper.Helper
  52. 14:58:07,511 INFO [stdout] (MSC service thread 1-6) Installed rule using default helper : org.wildfly package example
  53. 14:58:07,511 INFO [stdout] (MSC service thread 1-6) org.wildfly package example execute
  54. 14:58:07,511 INFO [stdout] (MSC service thread 1-6) [BYTEMAN] Undertow starting
  55. 14:58:07,528 INFO [org.wildfly.extension.undertow] (MSC service thread 1-6) WFLYUT0003: Undertow 1.3.12.Final starting
  56. 14:58:07,529 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0003: Undertow 1.3.12.Final starting
  57. 14:58:07,645 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 61) WFLYUT0014: Creating file handler for path '/tmp/wildfly-10.0.0.Final-SNAPSHOT/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
  58. 14:58:07,651 INFO [org.jboss.as.ejb3] (MSC service thread 1-8) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 128 (per class), which is derived from thread worker pool sizing.
  59. 14:58:07,651 INFO [org.jboss.as.ejb3] (MSC service thread 1-1) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 32 (per class), which is derived from the number of CPUs on this host.
  60. 14:58:07,654 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0012: Started server default-server.
  61. 14:58:07,658 INFO [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
  62. 14:58:07,695 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
  63. 14:58:07,696 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0006: Undertow AJP listener ajp listening on 127.0.0.1:8009
  64. 14:58:07,704 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 64) MODCLUSTER000001: Initializing mod_cluster version 1.3.1.Final
  65. 14:58:07,716 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 64) MODCLUSTER000032: Listening to proxy advertisements on /224.0.1.105:23364
  66. 14:58:07,859 INFO [org.jboss.as.server.deployment.scanner] (MSC service thread 1-4) WFLYDS0013: Started FileSystemDeploymentService for directory /tmp/wildfly-10.0.0.Final-SNAPSHOT/standalone/deployments
  67. 14:58:07,863 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0027: Starting deployment of "jaikiran-ejb-example-1.0-SNAPSHOT.jar" (runtime-name: "jaikiran-ejb-example-1.0-SNAPSHOT.jar")
  68. 14:58:07,960 INFO [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4)
  69. 14:58:08,348 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
  70. 14:58:08,367 INFO [org.jboss.weld.deployer] (MSC service thread 1-6) WFLYWELD0003: Processing weld deployment jaikiran-ejb-example-1.0-SNAPSHOT.jar
  71. 14:58:08,421 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-6) HV000001: Hibernate Validator 5.2.2.Final
  72. 14:58:08,486 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'CounterBean' in deployment unit 'deployment "jaikiran-ejb-example-1.0-SNAPSHOT.jar"' are as follows:
  73.  
  74. java:global/jaikiran-ejb-example-1.0-SNAPSHOT/CounterBean!org.jboss.playtime.RemoteCounter
  75. java:app/jaikiran-ejb-example-1.0-SNAPSHOT/CounterBean!org.jboss.playtime.RemoteCounter
  76. java:module/CounterBean!org.jboss.playtime.RemoteCounter
  77. java:jboss/exported/jaikiran-ejb-example-1.0-SNAPSHOT/CounterBean!org.jboss.playtime.RemoteCounter
  78. java:global/jaikiran-ejb-example-1.0-SNAPSHOT/CounterBean
  79. java:app/jaikiran-ejb-example-1.0-SNAPSHOT/CounterBean
  80. java:module/CounterBean
  81.  
  82. 14:58:08,486 INFO [org.jboss.as.ejb3.deployment] (MSC service thread 1-6) WFLYEJB0473: JNDI bindings for session bean named 'CalculatorBean' in deployment unit 'deployment "jaikiran-ejb-example-1.0-SNAPSHOT.jar"' are as follows:
  83.  
  84. java:global/jaikiran-ejb-example-1.0-SNAPSHOT/CalculatorBean!org.jboss.playtime.RemoteCalculator
  85. java:app/jaikiran-ejb-example-1.0-SNAPSHOT/CalculatorBean!org.jboss.playtime.RemoteCalculator
  86. java:module/CalculatorBean!org.jboss.playtime.RemoteCalculator
  87. java:jboss/exported/jaikiran-ejb-example-1.0-SNAPSHOT/CalculatorBean!org.jboss.playtime.RemoteCalculator
  88. java:global/jaikiran-ejb-example-1.0-SNAPSHOT/CalculatorBean
  89. java:app/jaikiran-ejb-example-1.0-SNAPSHOT/CalculatorBean
  90. java:module/CalculatorBean
  91.  
  92. 14:58:08,721 INFO [org.jboss.weld.deployer] (MSC service thread 1-7) WFLYWELD0006: Starting Services for CDI deployment: jaikiran-ejb-example-1.0-SNAPSHOT.jar
  93. 14:58:08,752 INFO [org.jboss.weld.Version] (MSC service thread 1-7) WELD-000900: 2.3.2 (Final)
  94. 14:58:08,773 INFO [org.jboss.weld.deployer] (MSC service thread 1-8) WFLYWELD0009: Starting weld service for deployment jaikiran-ejb-example-1.0-SNAPSHOT.jar
  95. 14:58:08,983 WARN [org.jgroups.protocols.UDP] (MSC service thread 1-3) JGRP000015: the send buffer of socket ManagedDatagramSocketBinding was set to 1MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
  96. 14:58:08,983 WARN [org.jgroups.protocols.UDP] (MSC service thread 1-3) JGRP000015: the receive buffer of socket ManagedDatagramSocketBinding was set to 20MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
  97. 14:58:08,983 WARN [org.jgroups.protocols.UDP] (MSC service thread 1-3) JGRP000015: the send buffer of socket ManagedMulticastSocketBinding was set to 1MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max send buffer in the OS correctly (e.g. net.core.wmem_max on Linux)
  98. 14:58:08,983 WARN [org.jgroups.protocols.UDP] (MSC service thread 1-3) JGRP000015: the receive buffer of socket ManagedMulticastSocketBinding was set to 25MB, but the OS only allocated 212.99KB. This might lead to performance problems. Please set your max receive buffer in the OS correctly (e.g. net.core.rmem_max on Linux)
  99. 14:58:12,316 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000078: Starting JGroups channel hibernate
  100. 14:58:12,316 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000078: Starting JGroups channel ejb
  101. 14:58:12,316 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000078: Starting JGroups channel server
  102. 14:58:12,319 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000078: Starting JGroups channel web
  103. 14:58:12,331 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000094: Received new cluster view for channel server: [lenovo|0] (1) [lenovo]
  104. 14:58:12,331 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000094: Received new cluster view for channel web: [lenovo|0] (1) [lenovo]
  105. 14:58:12,331 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000094: Received new cluster view for channel hibernate: [lenovo|0] (1) [lenovo]
  106. 14:58:12,331 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000094: Received new cluster view for channel ejb: [lenovo|0] (1) [lenovo]
  107. 14:58:12,339 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-6) ISPN000079: Channel hibernate local address is lenovo, physical addresses are [127.0.0.1:55200]
  108. 14:58:12,339 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-4) ISPN000079: Channel ejb local address is lenovo, physical addresses are [127.0.0.1:55200]
  109. 14:58:12,339 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000079: Channel web local address is lenovo, physical addresses are [127.0.0.1:55200]
  110. 14:58:12,339 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-1) ISPN000079: Channel server local address is lenovo, physical addresses are [127.0.0.1:55200]
  111. 14:58:12,346 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
  112. 14:58:12,343 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-8) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
  113. 14:58:12,343 INFO [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-1) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
  114. 14:58:12,353 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  115. 14:58:12,354 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 64) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  116. 14:58:12,356 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  117. 14:58:12,357 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  118. 14:58:12,562 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 65) WFLYCLINF0002: Started client-mappings cache from ejb container
  119. 14:58:12,562 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 64) WFLYCLINF0002: Started dist cache from ejb container
  120. 14:58:12,607 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  121. 14:58:12,607 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 65) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
  122. 14:58:12,622 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 65) WFLYCLINF0002: Started jaikiran-ejb-example-1.0-SNAPSHOT.jar cache from ejb container
  123. 14:58:12,925 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0010: Deployed "jaikiran-ejb-example-1.0-SNAPSHOT.jar" (runtime-name : "jaikiran-ejb-example-1.0-SNAPSHOT.jar")
  124. 14:58:12,978 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
  125. 14:58:12,978 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
  126. 14:58:12,978 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Full 10.0.0.Final-SNAPSHOT (WildFly Core 2.0.7.Final) started in 7226ms - Started 463 of 730 services (437 services are lazy, passive or on-demand)
  127. 14:58:40,988 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : possible trigger for rule org.jboss.as on-demand package example in class org.jboss.as.ejb3.remote.protocol.versionone.VersionOneProtocolChannelReceiver
  128. 14:58:40,989 INFO [stdout] (default task-4) RuleTriggerMethodAdapter.injectTriggerPoint : inserting trigger into org.jboss.as.ejb3.remote.protocol.versionone.VersionOneProtocolChannelReceiver.startReceiving() void for rule org.jboss.as on-demand package example
  129. 14:58:41,007 INFO [stdout] (default task-4) org.jboss.byteman.agent.Transformer : inserted trigger for org.jboss.as on-demand package example in class org.jboss.as.ejb3.remote.protocol.versionone.VersionOneProtocolChannelReceiver
  130. 14:58:41,009 INFO [stdout] (default task-4) Rule.execute called for org.jboss.as on-demand package example_2
  131. 14:58:41,010 INFO [stdout] (default task-4) HelperManager.install for helper class org.jboss.byteman.rule.helper.Helper
  132. 14:58:41,010 INFO [stdout] (default task-4) calling installed(org.jboss.as on-demand package example) for helper classorg.jboss.byteman.rule.helper.Helper
  133. 14:58:41,010 INFO [stdout] (default task-4) Installed rule using default helper : org.jboss.as on-demand package example
  134. 14:58:41,010 INFO [stdout] (default task-4) org.jboss.as on-demand package example execute
  135. 14:58:41,010 INFO [stdout] (default task-4) [BYTEMAN] VersionOne receiving
  136. 14:58:41,010 INFO [stdout] (default task-4) [VersionOneProtocolChannelReceiver] calling startReceiving()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement