Apache Felix HTTP Service: deadlock on shutdown
-----------------------------------------------
Key: FELIX-2936
URL: https://issues.apache.org/jira/browse/FELIX-2936
Project: Felix
Issue Type: Bug
Components: HTTP Service
Affects Versions: http-2.2.0
Reporter: Andrei Pozolotin
1) while running with felix web console
http://felix.apache.org/site/apache-felix-web-console.html
2) "stop" command from this page:
http://localhost:8080/system/console/vmstat
3) produces a few deadlocked threads in http service/jetty;
the apps fails to sutdown and hangs;
need to use kill -s 9 to release it;
4) replacing
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.http.jetty</artifactId>
<version>2.2.0</version>
</dependency>
with
<dependency>
<groupId>org.ops4j.pax.web</groupId>
<artifactId>pax-web-jetty-bundle</artifactId>
<version>1.0.3</version>
</dependency>
"solves" the problem
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira