TransportClient() connection struck

Hi ,
I am experimenting with the elastic search , while try to
connect one of the node in a cluster using java API , the
TransportClient() method struck , no response either side , it
establishes connection with server (that showing with netstat
command ), but removed after some time , but client struck , nothing
on output console (blank).I am using net bean IDE. Help me out
regarding this .

Regards
Akhilesh Kumar

Can you post the code that constructs the TransportClient and perform the
operation that gets stuck?

-shay.banon

On Wed, Mar 31, 2010 at 9:42 AM, Akhilesh akhilesh.ks@gmail.com wrote:

Hi ,
I am experimenting with the Elasticsearch , while try to
connect one of the node in a cluster using java API , the
TransportClient() method struck , no response either side , it
establishes connection with server (that showing with netstat
command ), but removed after some time , but client struck , nothing
on output console (blank).I am using net bean IDE. Help me out
regarding this .

Regards
Akhilesh Kumar