Re: [twitter-semantic-search] Core dump caused by org.apache.http.client.protocol.RequestAddCookies.process

2013-04-10 Thread Yu Qiao
Hi Oleg, Thanks for your advice. After degrading from JVM 1.7 to JVM 1.6.0_43, the issue seems to be resolved, at least for now. Thanks, Yu On Apr 10, 2013, at 3:45 AM, Oleg Kalnichevski wrote: > On Wed, 2013-04-10 at 02:35 -0400, Yu Qiao wrote: >> Sorry I forgot to mention that we are using

Re: Core dump caused by org.apache.http.client.protocol.RequestAddCookies.process

2013-04-10 Thread Oleg Kalnichevski
On Wed, 2013-04-10 at 02:35 -0400, Yu Qiao wrote: > Sorry I forgot to mention that we are using HttpAsyncClient 4.0-beta3. > > Thanks, > Yu > > > On Apr 10, 2013, at 2:28 AM, Yu Qiao wrote: > > > Hi Httpclient-users, > > > > We are using HttpAsyncClient library to do web crawling. Basically w

Re: Core dump caused by org.apache.http.client.protocol.RequestAddCookies.process

2013-04-09 Thread Yu Qiao
Sorry I forgot to mention that we are using HttpAsyncClient 4.0-beta3. Thanks, Yu On Apr 10, 2013, at 2:28 AM, Yu Qiao wrote: > Hi Httpclient-users, > > We are using HttpAsyncClient library to do web crawling. Basically we are > just using the method provided by the sample code > (http://hc

Core dump caused by org.apache.http.client.protocol.RequestAddCookies.process

2013-04-09 Thread Yu Qiao
Hi Httpclient-users, We are using HttpAsyncClient library to do web crawling. Basically we are just using the method provided by the sample code (http://hc.apache.org/httpcomponents-asyncclient-dev/httpasyncclient/examples/org/apache/http/examples/nio/client/AsyncClientHttpExchangeFutureCallback