[infinispan-issues] [JBoss JIRA] (ISPN-6321) Adding new cache to newly created cache container throws error
Martin Gencur (JIRA)
issues at jboss.org
Fri Mar 4 02:59:00 EST 2016
Martin Gencur created ISPN-6321:
-----------------------------------
Summary: Adding new cache to newly created cache container throws error
Key: ISPN-6321
URL: https://issues.jboss.org/browse/ISPN-6321
Project: Infinispan
Issue Type: Bug
Components: CLI, Server
Affects Versions: 8.2.0.CR1
Reporter: Martin Gencur
Steps to reproduce:
1) created new container
{code}
/profile=clustered/subsystem=datagrid-infinispan/cache-container=local:add(default-cache=localTestCache,statistics=true)
{code}
2) create new CONFIGURATIONS object
{code}
/profile=clustered/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS:add()
{code}
3) create new configuration template
{code}
/profile=clustered/subsystem=datagrid-infinispan/cache-container=local/configurations=CONFIGURATIONS/local-cache-configuration=localTemplate:add(start=EAGER)"
{code}
4) create the cache itself
{code}
/profile=clustered/subsystem=datagrid-infinispan/cache-container=local/local-cache=localTestCache:add(configuration=localTemplate,start=EAGER)"
{code}
The resulting error:
{code}
17:37:54,942 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 33) WFLYCTL0013: Operation ("add") failed - address: ([
[Server:server-one] ("subsystem" => "datagrid-infinispan"),
[Server:server-one] ("cache-container" => "local"),
[Server:server-one] ("local-cache" => "localTestCache")
[Server:server-one] ]) - failure description: {"WFLYCTL0288: One or more services were unable to start due to one or more indirect dependencies not being available." => {
[Server:server-one] "Services that were unable to start:" => ["jboss.datagrid-infinispan.local.localTestCache"],
[Server:server-one] "Services that may be the cause:" => [
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.async-operations",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.expiration",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.listener",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.persistence",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.remote-command",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.replication-queue",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.state-transfer",
[Server:server-one] "jboss.datagrid-infinispan.local.config.thread-pool.transport"
[Server:server-one] ]
[Server:server-one] }}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list