]
Sanne Grinovero closed ISPN-8761.
---------------------------------
Resolution: Incomplete Description
Wildfly 11 infinispan 9.1.5Final
--------------------------------
Key: ISPN-8761
URL:
https://issues.jboss.org/browse/ISPN-8761
Project: Infinispan
Issue Type: Bug
Components: Server
Affects Versions: 9.1.5.Final
Reporter: Majid Mostafavi
<subsystem xmlns="urn:infinispan:server:core:9.0">
<cache-container module="org.infinispan.extension:ispn-9.1"
name="infinispan_container" default-cache="default"
statistics="true" >
<transport/>
<global-state/>
<distributed-cache name="default"/>
<distributed-cache name="memcachedCache"/>
<distributed-cache name="namedCache"/>
</cache-container>
</subsystem>
<subsystem xmlns="urn:infinispan:server:endpoint:9.0">
<hotrod-connector socket-binding="hotrod"
cache-container="infinispan_container">
<topology-state-transfer lazy-retrieval="false"
lock-timeout="1000" replication-timeout="5000"/>
</hotrod-connector>
<rest-connector socket-binding="rest"
cache-container="infinispan_container">
<authentication security-realm="ApplicationRealm"
auth-method="BASIC"/>
</rest-connector>
</subsystem>
<socket-binding name="hotrod" port="11222"/>
<socket-binding name="rest" port="9090"/>
{noformat}
[2018-02-05 03:42:45,029] Artifact nejat:war exploded: Waiting for server connection to
start artifact deployment...
15:42:45,484 INFO [org.jboss.modules] (main) JBoss Modules version 1.6.1.Final
15:42:45,820 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.7.SP1
15:42:45,969 INFO [org.jboss.as] (MSC service thread 1-7) WFLYSRV0049: WildFly Full
11.0.0.Final (WildFly Core 3.0.8.Final) starting
15:42:47,346 INFO [org.jboss.as.controller.management-deprecated] (Controller Boot
Thread) WFLYCTL0028: Attribute 'security-realm' in the resource at address
'/core-service=management/management-interface=http-interface' is deprecated, and
may be removed in future version. See the attribute description in the output of the
read-resource-description operation to learn more about the deprecation.
15:42:47,367 INFO [org.wildfly.security] (ServerService Thread Pool -- 29) ELY00001:
WildFly Elytron version 1.1.6.Final
15:42:47,370 INFO [org.jboss.as.controller.management-deprecated] (ServerService Thread
Pool -- 9) WFLYCTL0028: Attribute 'security-realm' in the resource at address
'/subsystem=undertow/server=default-server/https-listener=https' is deprecated,
and may be removed in future version. See the attribute description in the output of the
read-resource-description operation to learn more about the deprecation.
15:42:47,452 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating
http management service using socket-binding (management-http)
15:42:47,466 INFO [org.xnio] (MSC service thread 1-6) XNIO version 3.5.4.Final
15:42:47,472 INFO [org.xnio.nio] (MSC service thread 1-6) XNIO NIO Implementation
Version 3.5.4.Final
15:42:47,492 INFO [org.jboss.as.jaxrs] (ServerService Thread Pool -- 44) WFLYRS0016:
RESTEasy version 3.0.24.Final
15:42:47,499 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 43)
WFLYCLINF0001: Activating Infinispan subsystem.
15:42:47,503 INFO [org.wildfly.extension.io] (ServerService Thread Pool -- 42)
WFLYIO001: Worker 'default' has auto-configured to 16 core threads with 128 task
threads based on your 8 available processors
15:42:47,505 INFO [org.jboss.as.jsf] (ServerService Thread Pool -- 49) WFLYJSF0007:
Activated the following JSF Implementations: [main]
15:42:47,512 INFO [org.jboss.as.naming] (ServerService Thread Pool -- 51) WFLYNAM0001:
Activating Naming Subsystem
15:42:47,519 WARN [org.jboss.as.txn] (ServerService Thread Pool -- 59) WFLYTX0013: The
node-identifier attribute on the /subsystem=transactions is set to the default value. This
is a danger for environments running multiple servers. Please make sure the attribute
value is unique.
15:42:47,528 INFO [org.jboss.as.security] (ServerService Thread Pool -- 58) WFLYSEC0002:
Activating Security Subsystem
15:42:47,545 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0003:
Undertow 1.4.18.Final starting
15:42:47,542 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 62)
Activating Infinispan subsystem.
15:42:47,551 INFO [org.jboss.as.connector] (MSC service thread 1-5) WFLYJCA0009:
Starting JCA Subsystem (WildFly/IronJacamar 1.4.6.Final)
15:42:47,570 INFO [org.jboss.remoting] (MSC service thread 1-6) JBoss Remoting version
5.0.5.Final
{color:red}15:42:47,575 INFO [org.jboss.as.security] (MSC service thread 1-5)
WFLYSEC0001: Current PicketBox version=5.0.2.Final
15:42:47,587 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread
Pool -- 62) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "datagrid-infinispan"),
("cache-container" => "infinispan_container"),
("configurations" => "CONFIGURATIONS")
]): java.lang.IllegalStateException
at
org.jboss.as.controller.ParallelBootOperationContext.getManagementModel(ParallelBootOperationContext.java:133)
at
org.jboss.as.controller.AbstractOperationContext.reloadRequired(AbstractOperationContext.java:1122)
at
org.jboss.as.clustering.infinispan.subsystem.CacheConfigOperationHandlers$CacheConfigAdd.performRuntime(CacheConfigOperationHandlers.java:90)
at
org.jboss.as.controller.AbstractAddStepHandler.performRuntime(AbstractAddStepHandler.java:337)
at
org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:151)
at
org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:980)
at
org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:726)
at
org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:450)
at
org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:386)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320){color}
15:42:47,603 INFO [org.jboss.as.naming] (MSC service thread 1-8) WFLYNAM0003: Starting
Naming Service
15:42:47,606 INFO [org.jboss.as.mail.extension] (MSC service thread 1-8) WFLYMAIL0001:
Bound mail session [java:jboss/mail/Default]
{color:#d04437}15:42:47,686 ERROR [org.jboss.as.controller.management-operation]
(ServerService Thread Pool -- 63) WFLYCTL0013: Operation ("add") failed -
address: ([
("subsystem" => "datagrid-infinispan-endpoint"),
("hotrod-connector" => "hotrod-connector"),
("topology-state-transfer" => "TOPOLOGY_STATE_TRANSFER")
]): java.lang.IllegalStateException
at
org.jboss.as.controller.ParallelBootOperationContext.getManagementModel(ParallelBootOperationContext.java:133)
at
org.jboss.as.controller.AbstractOperationContext.reloadRequired(AbstractOperationContext.java:1122)
at
org.infinispan.server.endpoint.subsystem.TopologyStateTransferAdd.performRuntime(TopologyStateTransferAdd.java:53)
at
org.jboss.as.controller.AbstractAddStepHandler.performRuntime(AbstractAddStepHandler.java:337)
at
org.jboss.as.controller.AbstractAddStepHandler$1.execute(AbstractAddStepHandler.java:151)
at
org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:980)
at
org.jboss.as.controller.AbstractOperationContext.processStages(AbstractOperationContext.java:726)
at
org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:450)
at
org.jboss.as.controller.ParallelBootOperationStepHandler$ParallelBootTask.run(ParallelBootOperationStepHandler.java:386)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
at org.jboss.threads.JBossThread.run(JBossThread.java:320)
{color}
15:42:47,748 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread
Pool -- 37) WFLYJCA0004: Deploying JDBC-compliant driver class oracle.jdbc.OracleDriver
(version 12.1)
15:42:47,751 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.
15:42:47,751 INFO [org.jboss.as.ejb3] (MSC service thread 1-7) 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.
15:42:47,754 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2)
WFLYJCA0018: Started Driver service with driver-name = oracle
15:42:47,840 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 60)
WFLYUT0014: Creating file handler for path
'/home/Majid/Project/wildfly-11.0.0.Final/welcome-content' with options
[directory-listing: 'false', follow-symlink: 'false', case-sensitive:
'true', safe-symlink-paths: '[]']
15:42:47,857 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012:
Started server default-server.
15:42:47,859 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0018:
Host default-host starting
15:42:48,140 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006:
Undertow HTTP listener default listening on 127.0.0.1:8080
15:42:48,142 INFO [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0493: EJB
subsystem suspension complete
15:42:48,188 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread
Pool -- 37) WFLYJCA0004: Deploying JDBC-compliant driver class
com.microsoft.sqlserver.jdbc.SQLServerDriver (version 6.2)
15:42:48,189 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2)
WFLYJCA0018: Started Driver service with driver-name = sqlserver
15:42:48,190 INFO [org.jboss.as.connector.subsystems.datasources] (ServerService Thread
Pool -- 37) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version
1.4)
15:42:48,191 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-1)
WFLYJCA0018: Started Driver service with driver-name = h2
15:42:48,241 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) "WFLYCTL0193: Failed executing subsystem datagrid-infinispan boot
operations"
15:42:48,241 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) "WFLYCTL0193: Failed executing subsystem datagrid-infinispan-endpoint boot
operations"
15:42:48,242 ERROR [org.jboss.as.controller.management-operation] (Controller Boot
Thread) WFLYCTL0013: Operation ("parallel-subsystem-boot") failed - address:
([]) - failure description: "\"WFLYCTL0193: Failed executing subsystem
datagrid-infinispan boot operations\""
15:42:48,262 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008:
Undertow HTTP listener default suspending
15:42:48,265 INFO
[org.jboss.as.connector.subsystems.datasources.AbstractDataSourceService$AS7DataSourceDeployer]
(MSC service thread 1-5) IJ020018: Enabling <validate-on-match> for java:/MSSQLDS
15:42:48,268 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0019:
Host default-host stopping
15:42:48,275 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007:
Undertow HTTP listener default stopped, was bound to 127.0.0.1:8080
15:42:48,281 INFO [org.wildfly.extension.undertow] (MSC service thread 1-7) WFLYUT0004:
Undertow 1.4.18.Final stopping
15:42:48,308 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8)
WFLYJCA0019: Stopped Driver service with driver-name = oracle
15:42:48,309 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8)
WFLYJCA0019: Stopped Driver service with driver-name = sqlserver
15:42:48,309 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-8)
WFLYJCA0019: Stopped Driver service with driver-name = h2
15:42:48,321 FATAL [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0056: Server
boot has failed in an unrecoverable manner; exiting. See previous messages for details.
15:42:48,332 INFO [org.jboss.as] (MSC service thread 1-2) WFLYSRV0050: WildFly Full
11.0.0.Final (WildFly Core 3.0.8.Final) stopped in 5ms
{noformat}