Hi,
I successfully ran a testplan locally.
Now I want to run the testplan on a remote machine.
I followed the instructions from the manual and started the
jmeter-server--Skript (which - as I understand - launches the rmiregistry).

The log file on the remote machine states:
2004/10/27 18:10:27 INFO  - jmeter.JMeter: Version 2.0.1
2004/10/27 18:10:27 INFO  - jmeter.JMeter: java.version=1.4.2
2004/10/27 18:10:27 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Starting
backing engine
2004/10/27 18:10:27 DEBUG - jmeter.engine.RemoteJMeterEngineImpl: This =
org.apache.jmeter.engine.RemoteJMeterEngineImpl[RemoteStub [ref:
[endpoint:[127.0.0.1:54315](local),objID:[0]]]]

Remark: I'm not sure wether the 127.0.0.1 is correct here ?


I then launched the JMeter-Client on my local machine specifying the remote
host name of the server in the properties-file (remote_hosts-property).
the GUI offers the correct hostname within the remote start-submenu.
However, when commencing a remote test, the following error is logged
locally:

2004/10/27 18:00:23 ERROR - jmeter.engine.ClientJMeterEngine: 
java.rmi.ConnectException: Connection refused to host: 127.0.0.1; 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.invoke(Unknown Source)
at org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub.setHost(Unknown
Source)
at
org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:136)
at java.lang.Thread.run(Unknown Source)

I'm pretty sure that there is a simple solution to this problem, but I just
can't figure it out.
I don't know much about RMI, e.g. if I need to start a rmiregistry locally
as well.

Any advice is appreciated,

Thanks,
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to