Setup: 4-node cluster, one node at time undeploys application (clusterbench-ee7.ear), while standalone clients keep calling the application.
This error was seen during clustering failover testing in the following scenario:
http-session-undeploy-dist-async
http-session-undeploy-dist-sync
During application undeployment, this error message was logged approx. 15 times - stacktrace:
2015/09/30 04:32:17:342 EDT [DEBUG][RMI TCP Connection(12)-10.16.90.52] HOST perf17.mw.lab.eng.bos.redhat.com:rootProcess:c - Requesting: { "operation" : "undeploy", "address" : [{ "deployment" : "clusterbench-ee7.ear" }] } : [JBossINF] [0m[0m04:32:18,797 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 85) ISPN000029: Passivating all entries to disk [JBossINF] [0m[0m04:32:18,799 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 85) ISPN000030: Passivated 1 entries in 1 milliseconds [JBossINF] [0m[0m04:32:18,806 INFO [org.infinispan.CLUSTER] (ServerService Thread Pool -- 85) ISPN000310: Starting cluster-wide rebalance for cache dist, topology CacheTopology{id=13, rebalanceId=6, currentCH=DefaultConsistentHash{ns=80, owners = (3)[perf21: 31+9, perf20: 25+15, perf18: 24+16]}, pendingCH=DefaultConsistentHash{ns=80, owners = (3)[perf21: 27+26, perf20: 26+28, perf18: 27+26]}, unionCH=null, actualMembers=[perf21, perf20, perf18]} [JBossINF] [0m[0m04:32:18,806 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 85) WFLYCLINF0003: Stopped dist cache from ejb container [JBossINF] [0m[0m04:32:18,832 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000080: Disconnecting JGroups channel ejb [JBossINF] [0m[0m04:32:18,833 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (MSC service thread 1-8) ISPN000082: Stopping the RpcDispatcher for channel ejb [JBossINF] [0m[0m04:32:18,958 INFO [org.infinispan.eviction.impl.PassivationManagerImpl] (ServerService Thread Pool -- 84) ISPN000030: Passivated 3027 entries in 324 milliseconds [JBossINF] [0m[31m04:32:18,968 ERROR [io.undertow.request] (default task-30) UT005023: Exception handling request to /clusterbench/session: java.lang.IllegalStateException: UT010055: Listener is not started [JBossINF] at io.undertow.servlet.core.ManagedListener.instance(ManagedListener.java:74) [JBossINF] at io.undertow.servlet.core.ApplicationListeners.get(ApplicationListeners.java:356) [JBossINF] at io.undertow.servlet.core.ApplicationListeners.requestInitialized(ApplicationListeners.java:245) [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:283) [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263) [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [JBossINF] at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174) [JBossINF] at io.undertow.server.Connectors.executeRootHandler(Connectors.java:198) [JBossINF] at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:784) [JBossINF] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [JBossINF] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [JBossINF] at java.lang.Thread.run(Thread.java:745)
- is cloned by
-
WFLY-5462 IllegalStateException: UT010055: Listener is not started during application undeployment
-
- Closed
-