On Fri, Jun 3, 2016 at 5:03 AM, Ng Kok Chai <[email protected]> wrote:

> Thanks Sergio and Sebb, after I rename all the external data files with
> same name in JMeter Servers, it worked fine. But now I facing another
> issue, in the server, I have following error:
> jmeter.samplers.RemoteListenerWrapper: testStarted(host)
> java.rmi.ConnectIOException: Exception creating connection to: 10.18.8.XX;
> nested exception is:
>         java.net.SocketException: Network is unreachable: connect
>
> So I unable to have the result for report in my client.
>
> In my servers, I have only 1 network interface, 10.17.5.XX
> In my client, I have 4 network interfaces:
> 10.5.238.X for internet facing
> 10.16.5.XX for Jmeter Servers & Web servers
> 10.17.7.XX for access to my Application servers
> 10.18.8.XX for access to my DB servers
>
> Why my JMeter server try to communicate to my Client server via 10.18.8.XX
> ??? it should via 10.16.5.XX. How can I configure this??
>

hi,
in addition to the Jmeter documentation (in particular, the options for RMI)
you may also want to check
1) /etc/hosts. perhaps your hostname or localhost is mapped to the 10.18.8.
address
2) the output of "route -n"

best regards
Ivan

Reply via email to