On 04/03/2010, Jatin Davey <[email protected]> wrote:
> Hi
>
>  I have 4 java.exe processes running on my windows box , i used a tool
> called as ActivePorts to find out the ports on which these 4 processes are
> listening. For three of the processes i found the port in which they were
> listening and i used the TCP sampler available in the JMeter to send a Test
> TCP request to these processes. For all these 3 processes they worked fine
> and i got a passed TCP sampler request.
>  One thing i noticed for all these three processes is that all the listening
> ports on these process had the sourceIP as 0.0.0.0.
>
>  In the case of the fourth process i find that i am getting the following
> exception in results tree listener :
>
>  Response message: java.net.ConnectException: Connection refused: connect

Either the IP address is wrong, or the port is wrong, or the
application that is listening on the port is not accepting
connections.

None of these are JMeter issues.

>  In the ActivePorts tool i found that the process was listening on the port
> which i entered in JMeter. I want to know why is it not responding to JMeter
> TCP requests.

What does the process documentation say?

>  In the fourth process i find that the listening port had the sourceIP as:
> 127.0.0.1 instead of 0.0.0.0 which were present in the previous 3 processes.
>
>  Anyone having a clue on this , i want to monitor all 4 java process on my
> server with this knowledge about their open ports.
>
>  Thanks
>  Jatin
>
> ---------------------------------------------------------------------
>  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]

Reply via email to