[
https://issues.apache.org/jira/browse/HTTPASYNC-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
LAADHARI saber updated HTTPASYNC-16:
------------------------------------
Attachment: ThreadsStack.txt
Here is the attached threads.
Also notice that my logger:
At 21:56:47.771 [main] INFO com.laadhari.musicdb.sing365.App
[AsyncClientHttpExchangeFutureCallback.java:136] - Shutting down
then the main thread called shutdown().
Then after shutdown() it was supossed to print "Was shutdown"
At 2012-04-13 23:56:50. I did kill -3 pidOfJVM
Also my dependency:
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<version>4.0-beta2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.6</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore-nio</artifactId>
<version>4.2-beta1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.2-beta1</version>
</dependency>
> DefaultHttpAsyncClient/AbstractHttpAsyncClient shutdown medthod hangs
> ---------------------------------------------------------------------
>
> Key: HTTPASYNC-16
> URL: https://issues.apache.org/jira/browse/HTTPASYNC-16
> Project: HttpComponents HttpAsyncClient
> Issue Type: Bug
> Affects Versions: 4.0-beta2
> Environment: JAVA 7 linux ubuntu 2.6.32-23
> Reporter: LAADHARI saber
> Attachments: ThreadsStack.txt
>
> Original Estimate: 1h
> Remaining Estimate: 1h
>
> the shutdown methode hangs sometime indefinitely.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]