[ 
https://issues.apache.org/jira/browse/FELIX-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Richard S. Hall closed FELIX-2936.
----------------------------------

    Resolution: Duplicate

This is a duplicate of FELIX-2924, which has a fix included in the framework 
3.2.1 release currently under vote.

> 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

Reply via email to