[infinispan-issues] [JBoss JIRA] (ISPN-3179) The server complains about missing memcachedCache even if the memcached-connector is configured to use a different one
Martin Gencur (JIRA)
jira-events at lists.jboss.org
Tue Jun 4 05:12:54 EDT 2013
Martin Gencur created ISPN-3179:
-----------------------------------
Summary: The server complains about missing memcachedCache even if the memcached-connector is configured to use a different one
Key: ISPN-3179
URL: https://issues.jboss.org/browse/ISPN-3179
Project: Infinispan
Issue Type: Bug
Components: Server
Reporter: Martin Gencur
Assignee: Tristan Tarrant
Fix For: 5.3.0.Final
Even if I use the following in the endpoint subsustem, the server complains that the memcachedCache is missing during startup:
{code:xml}
<memcached-connector socket-binding="memcached" cache-container="local" cache="default"/>
{code}
{code}
JBAS014775: New missing/unsatisfied dependencies:
service jboss.infinispan.local.memcachedCache (missing) dependents: [service jboss.endpoint.memcached.memcached-connector]
11:08:19,058 INFO [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
11:08:19,059 INFO [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
11:08:19,059 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss Infinispan Server 5.3.0-SNAPSHOT (AS 7.2.0.Final) started (with errors) in 2973ms - Started 88 of 124 services (1 services failed or missing dependencies, 35 services are passive or on-demand)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list