OK. I got a littler farther now after reading the "Distributed Testing" link
on the JMeter site.  I'm going to list my system settings:

1) I'm using jdk1.6 which resides in "c:\program files\java\jdk1.6.xx"
2) I set windows environment variable JAVA_HOME to point to my jdk path
3) I set windows environment variable JMETER_HOME to point to my jmeter path
4) then, I double-click on the jmeter-server.bat file which shows 2
consoles: 1) for the "jdk...\rmiregistry", 2) for the echo of finding the
"ApacheJMeter_core.jar" file

5) i check jmeter.log, nothing.  check jmeter-server.log, nothing.
6) On controller machine, i specify in jmeter.properties file
"remote_hosts=x.x.x.x"
7) start jmeter, select Run->RemoteStart->x.x.x.x.  I get connection refused
error.

8) I checked "NETSTAT" and it shows it is listening to 1099.  So, server
must be up even though there's no indications in the log files.
9) I stopped all anti virus software services through windows services. 
stopped windows firewall on both server and client.

Any help is appreciated.  thanks!   :working:


jmeter.log shows this:

2008/03/07 18:17:45 ERROR - jmeter.gui.action.RemoteStart: Failed to
initialise remote engine java.rmi.ConnectException: Connection refused to
host: 10.50.150.153; 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:160)
        at 
org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:73)
        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


-- 
View this message in context: 
http://www.nabble.com/Jmeter-remote-testing-tp15908003p15910400.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]

Reply via email to