[jboss-jira] [JBoss JIRA] (WFLY-34) IllegalStateException can happen on clean shutdown
Jason Greene (JIRA)
jira-events at lists.jboss.org
Fri May 17 22:08:43 EDT 2013
[ https://issues.jboss.org/browse/WFLY-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jason Greene updated WFLY-34:
-----------------------------
Fix Version/s: 8.0.0.Alpha2
(was: 8.0.0.Alpha1)
> IllegalStateException can happen on clean shutdown
> --------------------------------------------------
>
> Key: WFLY-34
> URL: https://issues.jboss.org/browse/WFLY-34
> Project: WildFly
> Issue Type: Bug
> Components: Web (JBoss Web)
> Reporter: Radoslav Husar
> Assignee: Remy Maucherat
> Fix For: 8.0.0.Alpha2
>
>
> Randomly seen in SessionBasedConcurrentTestCase.
> Implications yet unknown.
> {noformat}
> 12:17:53,337 INFO [org.infinispan.jmx.CacheJmxRegistration] (pool-15-thread-1) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 12:17:53,353 INFO [org.jboss.as.clustering.infinispan] (pool-15-thread-1) JBAS010281: Started repl cache from web container
> 12:17:53,362 INFO [org.jboss.as.clustering] (MSC service thread 1-3) JBAS010238: Number of cluster members: 1
> 12:17:53,399 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-3) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 12:17:53,402 INFO [org.infinispan.config.ConfigurationValidatingVisitor] (MSC service thread 1-3) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 12:17:53,429 INFO [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-3) ISPN000031: MBeans were successfully registered to the platform mbean server.
> 12:17:53,446 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-3) JBAS010281: Started //default-host//concurrent-session-replication cache from web container
> 12:17:53,455 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-3) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 12:17:53,458 INFO [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (MSC service thread 1-3) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be pasivated.
> 12:17:53,627 INFO [org.jboss.web] (MSC service thread 1-3) JBAS018210: Registering web context: /concurrent-session-replication
> 12:17:54,211 INFO [org.jboss.as.server] (management-handler-thread - 2) JBAS018559: Deployed "concurrent-session-replication.war"
> 12:18:02,060 INFO [org.jboss.as.clustering] (Incoming-1,null) JBAS010225: New cluster view for partition web (id: 1, delta: 1, merge: false) : [node-0/web, node-1/web]
> 12:18:02,061 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (Incoming-1,null) ISPN000094: Received new cluster view: [node-0/web|1] [node-0/web, node-1/web]
> 12:18:04,834 INFO [org.jboss.as.osgi] (MSC service thread 1-4) JBAS011943: Unregister module: Module "deployment.concurrent-session-replication.war:main" from Service Module Loader
> 12:18:05,318 INFO [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-1) ISPN000029: Passivating all entries to disk
> 12:18:05,320 INFO [org.infinispan.eviction.PassivationManagerImpl] (MSC service thread 1-1) ISPN000030: Passivated 0 entries in 1 milliseconds
> 12:18:05,507 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-1) JBAS010282: Stopped //default-host//concurrent-session-replication cache from web container
> 12:18:05,592 ERROR [org.apache.catalina.connector.CoyoteAdapter] (http--127.0.0.1-8080-2) An exception or error occurred in the container during the request processing: java.lang.IllegalStateException
> at org.jboss.msc.value.InjectedValue.getValue(InjectedValue.java:47)
> at org.jboss.as.connector.deployers.processors.CachedConnectionManagerSetupProcessor$CachedConnectionManagerSetupAction.setup(CachedConnectionManagerSetupProcessor.java:74)
> at org.jboss.as.web.ThreadSetupBindingListener.bind(ThreadSetupBindingListener.java:50) [jboss-as-web-7.1.2.Final-SNAPSHOT.jar:7.1.2.Final-SNAPSHOT]
> at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:125) [jbossweb-7.0.14.Final.jar:]
> at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) [jbossweb-7.0.14.Final.jar:]
> at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) [jbossweb-7.0.14.Final.jar:]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368) [jbossweb-7.0.14.Final.jar:]
> at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877) [jbossweb-7.0.14.Final.jar:]
> at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:671) [jbossweb-7.0.14.Final.jar:]
> at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:931) [jbossweb-7.0.14.Final.jar:]
> at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
> 12:18:05,615 INFO [org.infinispan.eviction.PassivationManagerImpl] (pool-15-thread-1) ISPN000029: Passivating all entries to disk
> 12:18:05,617 INFO [org.infinispan.eviction.PassivationManagerImpl] (pool-15-thread-1) ISPN000030: Passivated 0 entries in 1 milliseconds
> 12:18:05,634 INFO [org.jboss.as.clustering.infinispan] (pool-15-thread-1) JBAS010282: Stopped repl cache from web container
> 12:18:05,670 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) JBAS015877: Stopped deployment concurrent-session-replication.war in 851ms
> 12:18:05,818 INFO [org.infinispan.remoting.transport.jgroups.JGroupsTransport] (pool-14-thread-1) ISPN000082: Stopping the RpcDispatcher
> 12:18:06,496 INFO [org.jboss.as.repository] (management-handler-thread - 3) JBAS014901: Content removed from location /home/rhusar/git/jboss-as/testsuite/integration/clust/target/jbossas-clustering-udp-0/standalone/data/content/c9/8197dce9a6e7041f12dc1342fc4126bc1aa846/content
> 12:18:06,497 INFO [org.jboss.as.server] (management-handler-thread - 3) JBAS018558: Undeployed "concurrent-session-replication.war"
> 12:18:07,007 INFO [org.apache.catalina.core.StandardContext] (MSC service thread 1-1) Container org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/] has not been started
> 12:18:07,012 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Pausing Coyote HTTP/1.1 on http--127.0.0.1-8080
> 12:18:07,013 INFO [org.apache.coyote.http11.Http11Protocol] (MSC service thread 1-1) Stopping Coyote HTTP/1.1 on http--127.0.0.1-8080
> 12:18:07,016 INFO [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-3) Pausing Coyote AJP/1.3 on ajp--127.0.0.1-8009
> 12:18:07,017 INFO [org.apache.coyote.ajp.AjpProtocol] (MSC service thread 1-3) Stopping Coyote AJP/1.3 on ajp--127.0.0.1-8009
> {noformat}
--
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 jboss-jira
mailing list