Hello, I have been trying to set up a stress test environment for a web application. I am almost there using JMeter.
Unfortunately I did not manage to connect to a remote server (Linux, Sun 1.4.1_02), which was not within my LAN. I was using 1.8.1 and 1.9.RC3. I did manage to connect to and use a neighboring server (Client and server Win NT, Sun JDK 1.4.1_02). (To be honest: I do see some activity of rmiregistry on the remote server, maybe it is connecting, but I don't understand the log: see below) People might want to note, that whitespaces in the installation path of (at least) the Jmeter client broke the connectivity to the JMeter server altogether. Where the IP of the remote JMeter server is something official I get the following error message on the client. The server records no connect at all: ====================================== 07/17/2003 11:13:33 AM INFO - jmeter.JMeter: Version 1.9.RC3 07/17/2003 11:14:45 AM INFO - jmeter.gui.action.Load: Loading file: C:\WINNT\Profiles\Administrator\Desktop\ParentPay Users.jmx 07/17/2003 11:15:18 AM ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) ... ... ====================================== 07/17/2003 11:15:18 AM WARN - jmeter.engine.ClientJMeterEngine: about to run remote test 07/17/2003 11:15:19 AM WARN - jmeter.engine.ClientJMeterEngine: done initiating run command 07/17/2003 11:15:19 AM WARN - jmeter.engine.ClientJMeterEngine: running clientengine run method 07/17/2003 11:15:19 AM INFO - jmeter.engine: num threads = 5 07/17/2003 11:15:21 AM INFO - jmeter.engine: num threads = 5 07/17/2003 11:15:22 AM ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 127.0.0.2; nested exception is: java.net.ConnectException: Connection refused: connect at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:567) at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171) -- Mit freundlichen Gr��en Alexander Banthien _______________________________________ Alexander Banthien Software Consulting Fon: +49 (0)7661 90 35-15 Mob. +49 (0)173 9287388 Fax: +49 (0)7661 90 35-20 _______________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

