Skip to content

Instantly share code, notes, and snippets.

@alesj
Created October 19, 2012 10:12
Show Gist options
  • Save alesj/3917308 to your computer and use it in GitHub Desktop.
Save alesj/3917308 to your computer and use it in GitHub Desktop.
12:05:16,083 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.capedwarf.cache-lifecycle.default.capedwarf-test-a: org.jboss.msc.service.StartException in service jboss.capedwarf.cache-lifecycle.default.capedwarf-test-a: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_35]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_35]
at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_35]
Caused by: org.infinispan.config.ConfigurationException: Detected interceptor of type [org.infinispan.query.backend.LocalQueryInterceptor] being added to the interceptor chain more than once!
at org.infinispan.interceptors.InterceptorChain.assertNotAdded(InterceptorChain.java:100)
at org.infinispan.interceptors.InterceptorChain.addInterceptorAfter(InterceptorChain.java:241)
at org.infinispan.query.impl.LifecycleManager.createQueryInterceptorIfNeeded(LifecycleManager.java:98)
at org.infinispan.query.impl.LifecycleManager.cacheStarting(LifecycleManager.java:76)
at org.infinispan.factories.ComponentRegistry.notifyCacheStarting(ComponentRegistry.java:210)
at org.infinispan.factories.ComponentRegistry.start(ComponentRegistry.java:196)
at org.infinispan.CacheImpl.start(CacheImpl.java:517)
at org.infinispan.AbstractDelegatingCache.start(AbstractDelegatingCache.java:343)
at org.jboss.as.capedwarf.services.CacheLifecycleService.start(CacheLifecycleService.java:69)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment