On 14 January 2011 22:26, andrea corallo <[email protected]> wrote: > Il giorno ven, 14/01/2011 alle 22.16 +0000, sebb ha scritto: >> Sorry, it's the other way round - it looks like the client is sending >> the wrong reply address to the server. >> >> What does the client log show for its IP address? >> >> Check the host file on the client. > > The client log say:
There's some missing from the beginning. > > 2011/01/14 18:03:15 INFO - jmeter.JMeter: Configuring remote engine for > 150.145.11.86 > 2011/01/14 18:03:15 INFO - jmeter.engine.ClientJMeterEngine: about to > run remote test on 150.145.11.86 > 2011/01/14 18:03:15 INFO - jmeter.engine.ClientJMeterEngine: done > initiating run command > 2011/01/14 18:03:15 INFO - jmeter.engine.ClientJMeterEngine: running > clientengine run method > 2011/01/14 18:03:16 INFO - jmeter.engine.ConvertListeners: num threads > = 1 > 2011/01/14 18:03:16 INFO - jmeter.samplers.StandardSampleSender: Using > Standard Remote Sampler for this test run > 2011/01/14 18:03:16 ERROR - jmeter.engine.ClientJMeterEngine: > java.rmi.ConnectException: Connection refused to host: 150.145.11.86; This is clearly going to cause errors later. Perhaps there is a gateway configuration problem which does not allow the RMI ports through? > nested exception is: > java.net.ConnectException: Connection refused > at > sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619) > at > sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216) > at > sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) > at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:128) > at > org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub.configure(Unknown > Source) > at > org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:122) > at java.lang.Thread.run(Thread.java:636) > Caused by: java.net.ConnectException: Connection refused > at java.net.PlainSocketImpl.socketConnect(Native Method) > at > java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310) > at > java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176) > at > java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:384) > at java.net.Socket.connect(Socket.java:546) > at java.net.Socket.connect(Socket.java:495) > at java.net.Socket.<init>(Socket.java:392) > at java.net.Socket.<init>(Socket.java:206) > at > sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:40) > at > sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:146) > at > sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:613) > ... 6 more > > You can see something wrong? > > > --------------------------------------------------------------------- > 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]

