[infinispan-issues] [JBoss JIRA] (ISPN-10186) Error stopping cache manager

Jive JIRA Integration (Jira) issues at jboss.org
Mon May 13 11:55:00 EDT 2019


     [ https://issues.jboss.org/browse/ISPN-10186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jive JIRA Integration updated ISPN-10186:
-----------------------------------------
    Forum Reference: https://developer.jboss.org/message/988970#988970


> Error stopping cache manager
> ----------------------------
>
>                 Key: ISPN-10186
>                 URL: https://issues.jboss.org/browse/ISPN-10186
>             Project: Infinispan
>          Issue Type: Bug
>    Affects Versions: 10.0.0.Beta3
>            Reporter: Galder ZamarreƱo
>            Priority: Major
>             Fix For: 10.0.0.Final
>
>
> {code}
> [m [1;31m09:44:50,038 ERROR org.infinispan.factories.impl.BasicComponentRegistryImpl [] - Error stopping component org.infinispan.counter.api.CounterManager
> org.infinispan.commons.CacheException: Unable to invoke method public void org.infinispan.counter.impl.manager.EmbeddedCounterManager.stop() on object of type EmbeddedCounterManager
>     at org.infinispan.commons.util.SecurityActions.lambda$invokeAccessibly$0(SecurityActions.java:83)
>     at org.infinispan.commons.util.SecurityActions.doPrivileged(SecurityActions.java:71)
>     at org.infinispan.commons.util.SecurityActions.invokeAccessibly(SecurityActions.java:76)
>     at org.infinispan.commons.util.ReflectionUtil.invokeAccessibly(ReflectionUtil.java:181)
>     at org.infinispan.factories.impl.BasicComponentRegistryImpl.performStop(BasicComponentRegistryImpl.java:601)
>     at org.infinispan.factories.impl.BasicComponentRegistryImpl.stopWrapper(BasicComponentRegistryImpl.java:590)
>     at org.infinispan.factories.impl.BasicComponentRegistryImpl.stop(BasicComponentRegistryImpl.java:461)
>     at org.infinispan.factories.AbstractComponentRegistry.internalStop(AbstractComponentRegistry.java:431)
>     at org.infinispan.factories.AbstractComponentRegistry.stop(AbstractComponentRegistry.java:366)
>     at org.infinispan.manager.DefaultCacheManager.stop(DefaultCacheManager.java:777)
>     at lucom.ip.web.context.WebApplicationInitializer.destroy(WebApplicationInitializer.java:815)
>     at lucom.ip.web.context.WebApplicationInitializer.contextDestroyed(WebApplicationInitializer.java:711)
>     at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:4624)
>     at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5263)
>     at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
>     at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
>     at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
>     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>     at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
>     at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
>     at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
>     at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1443)
>     at org.apache.catalina.core.ContainerBase$StopChild.call(ContainerBase.java:1432)
>     at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
>     at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75)
>     at java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:140)
>     at org.apache.catalina.core.ContainerBase.stopInternal(ContainerBase.java:999)
>     at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
>     at org.apache.catalina.core.StandardService.stopInternal(StandardService.java:471)
>     at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
>     at org.apache.catalina.core.StandardServer.stopInternal(StandardServer.java:791)
>     at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:257)
>     at org.apache.catalina.startup.Catalina.stop(Catalina.java:755)
>     at org.apache.catalina.startup.Catalina.start(Catalina.java:717)
>     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>     at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:353)
>     at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:493)
> Caused by: java.util.concurrent.CompletionException: org.infinispan.commons.CacheException: org.infinispan.IllegalLifecycleStateException: Cache container has been stopped and cannot be reused. Recreate the cache container.
>     at org.infinispan.util.concurrent.CompletionStages.join(CompletionStages.java:68)
>     at org.infinispan.notifications.Listenable.removeListener(Listenable.java:43)
>     at org.infinispan.cache.impl.AbstractDelegatingCache.removeListener(AbstractDelegatingCache.java:561)
>     at org.infinispan.counter.impl.listener.CounterManagerNotificationManager.stop(CounterManagerNotificationManager.java:130)
>     at org.infinispan.counter.impl.manager.EmbeddedCounterManager.stop(EmbeddedCounterManager.java:101)
>     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>     at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>     at java.base/java.lang.reflect.Method.invoke(Method.java:566)
>     at org.infinispan.commons.util.SecurityActions.lambda$invokeAccessibly$0(SecurityActions.java:79)
>     ... 40 more
> Caused by: org.infinispan.commons.CacheException: org.infinispan.IllegalLifecycleStateException: Cache container has been stopped and cannot be reused. Recreate the cache container.
>     at org.infinispan.notifications.cachelistener.CacheNotifierImpl.lambda$removeListenerAsync$16(CacheNotifierImpl.java:2039)
>     at org.infinispan.manager.impl.LocalClusterExecutor.lambda$submitConsumer$3(LocalClusterExecutor.java:78)
>     at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859)
>     at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837)
>     at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
>     at java.base/java.util.concurrent.CompletableFuture.completeExceptionally(CompletableFuture.java:2088)
>     at org.infinispan.manager.impl.LocalClusterExecutor.lambda$localInvocation$6(LocalClusterExecutor.java:97)
>     at org.infinispan.util.concurrent.BlockingTaskAwareExecutorServiceImpl$RunnableWrapper.run(BlockingTaskAwareExecutorServiceImpl.java:212)
>     at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
>     at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
>     at java.base/java.lang.Thread.run(Thread.java:834)
> Caused by: org.infinispan.IllegalLifecycleStateException: Cache container has been stopped and cannot be reused. Recreate the cache container.
>     at org.infinispan.manager.DefaultCacheManager.assertIsNotTerminated(DefaultCacheManager.java:1023)
>     at org.infinispan.manager.DefaultCacheManager.internalGetCache(DefaultCacheManager.java:474)
>     at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:470)
>     at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:456)
>     at org.infinispan.manager.impl.AbstractDelegatingEmbeddedCacheManager.getCache(AbstractDelegatingEmbeddedCacheManager.java:188)
>     at org.infinispan.manager.impl.UnwrappingEmbeddedCacheManager.getCache(UnwrappingEmbeddedCacheManager.java:25)
>     at org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.apply(ClusterListenerRemoveCallable.java:39)
>     at org.infinispan.notifications.cachelistener.cluster.ClusterListenerRemoveCallable.apply(ClusterListenerRemoveCallable.java:25)
>     at org.infinispan.manager.impl.LocalClusterExecutor.lambda$localInvocation$6(LocalClusterExecutor.java:94)
>     ... 4 more
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)



More information about the infinispan-issues mailing list