Oliver, The Java exception "java.rmi.ConnectException" suggests that : a.) The "target" connection service is not up. You seem to have verified this so we'll assume it's ok. b.) The client computer is not being allowed to connect. This suggests that you need to register the client's tcp/ip with the Linux server.
For XWindows stuff on my own Linux servers, I have to run a command called xhost that allows any kind of XWindows client to connect. If you are not using XWindows stuff off the Linux server, then there must be a similar command that allows a given client to connect for all non-XWindows stuff...I don't know what that command is though. Start by checking/verifying the file /etc/hosts.allow and make sure your client desktop device's tcp/ip is in there. hth, Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-3744 Ext : 53744 [EMAIL PROTECTED] ... It's a bug planet...it's an ugly planet...ever feel like your software project is going in the wrong direction. ... -----Original Message----- From: Oliver Erlewein (DSLWN) [mailto:[EMAIL PROTECTED] Sent: Thursday, March 09, 2006 2:42 PM To: JMeter Users List Subject: RE: Remote testing with JMeter Hi Adym, I'm using Fedora Core 4. Did quite a few things yesterday. I reinstalled Java 1.4.2_11 and installed a deprecated library packet that contained libXp.so.6. Now jmeter starts ok and can run stuff but I can't get through on port 1099 to do remote. Firewall on the box is off. Ethereal (on the client) doesn't show anything unusual. The RMI connection seems to be up but the client still throws a "java.rmi.ConnectException" at the address 127.0.0.1 (???). Is there anything apart from the firewall, that needs switching off? Cheers Oliver -----Original Message----- From: Lincoln, Adym [mailto:[EMAIL PROTECTED] Sent: Friday, 10 March 2006 03:18 To: JMeter Users List Subject: RE: Remote testing with JMeter Oliver, What version of Linux are you using? I know we upgraded a server from RedHat Linux 3.0 to RedHat 4.0 and ran smack into the new security model for RedHat 4.0. We had to go in and disable the new security firewall stuff to allow external IP requests through. hth, Adym Lincoln I/S Corporate - I/S Internal Applications 603-245-3744 Ext : 53744 [EMAIL PROTECTED] ... It's a bug planet...it's an ugly planet...ever feel like your software project is going in the wrong direction. ... --------------------------------------------------------------------- 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]

