On Wed, 2011-11-02 at 08:43 +0100, Oliver Zemann wrote:
> Hi,
>
> i use the OSGi version of HttpClient in my OSGi application.
> But when i try to create a new instance of DefaultHttpClient it blocks.
> The stacktrace i got from netbeans:
>
> "Thread-6"
> java.lang.Object.wait(Object.java)
> EDU.oswego.cs.dl.util.concurrent.LinkedQueue.poll
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor.getTask
> EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run
> java.lang.Thread.run(Thread.java:679)
>
Oliver
I do not see any HttpClient classes in the stack trace. I do not think
this problem is HttpClient related. It doesn't even use
EDU.oswego.concurrent.
Oleg
---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscribe@hc.apache.org
For additional commands, e-mail: httpclient-users-help@hc.apache.org
|