Hi, Not sure what your problem is, but your telnet syntax is wrong anyway. it should be "telnet 172.31.112.59 1100" . If that doesn't work when run from the master (client), try the same thing from the server machine itself and see if you get the same or a different result. Also try "telnet localhost 1100" from the server machine.
Adrian -----Original Message----- From: santiagoloso [mailto:[email protected]] Sent: 12 March 2009 19:42 To: [email protected] Subject: Once again: remote testing problems ************************************* This e-mail has been received by the Revenue Internet e-mail service. (IP) ************************************* I've followed this tutorial: http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_b y_step.pdf I've started jmeter-server.bat on the server machine. I've setted the the port to 1100 (for some reason 1099 was in use, according to command line) on both machines (jmeter-server.bat on the server side, jmeter.properties on the client). I've also added the IP address on the last file, on remote hosts line. But connection is being refused. Checked firewalls, both are disabled. Log file on the client side says: 2009/03/12 16:47:56 ERROR - jmeter.gui.action.RemoteStart: Failed to initialise remote engine java.rmi.ConnectException: Connection refused to host: 172.31.112.59; nested exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source) at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source) at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source) at sun.rmi.server.UnicastRef.newCall(Unknown Source) at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source) at java.rmi.Naming.lookup(Unknown Source) at org.apache.jmeter.engine.ClientJMeterEngine.getEngine(ClientJMeterEngine.java :52) at org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:56 ) at org.apache.jmeter.gui.action.RemoteStart.doRemoteInit(RemoteStart.java:162) at org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:74) at org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:80) at org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:42) at org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:59) at java.awt.event.InvocationEvent.dispatch(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown Source) at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown Source) ... 20 more Also tried to telnet <serverip>:1100 and it says: Connecting To 172.31.112.59:1100...Could not open connection to the host, on port 23: Connect failed Thanks in advance for your help. -- View this message in context: http://www.nabble.com/Once-again%3A-remote-testing-problems-tp22483921p224839 21.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] ************************ This message has been delivered to the Internet by the Revenue Internet e-mail service (OP) ************************* --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

