On 7 June 2011 11:43, Raghav Agarwal <[email protected]> wrote: > I am using HttpClient in my application.
It would be helpful to know the version you are using. The OS and Java versions may also be relevant. > I have configured ThreadSafeClientConnManager in the HttpClient and have a > pool of connections to a host. > On those connections everything was running fine(i mean request/response > processing) but at some point of time i statrted getting > UnknownHostException for the same host for which the requests were being > served. > > I am a bit puzzled at the exception and want to know what could be the > possible reasons. > could it be that the connection in the pool is no more a valid and if the > application uses that connection for a request it gets UnknownHostException? > could it be some DNS issue? > I wud be greatful if anyone can shed some light on the issue. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
