On 06/04/2010, Melvin Laguren <[email protected]> wrote: > We had a similar problem some time back using windows and linux. What > we ended up doing was commenting out this line in jmeter-server.sh
JMeter does not ship with the file "jmeter-server.sh"; it has "jmeter-server". And that file contains the line: #RMI_HOST_DEF=-Djava.rmi.server.hostname=xxx.xxx.xxx.xxx which is already commented out, so I think the script you fixed must have been acquired elsewhere. One should never need to set the hostname to 127.0.0.1. > RMI_HOST_DEF=-Djava.rmi.server.hostname=127.0.0.1 > > See if that works for you. > > > -----Original Message----- > From: tigertester [mailto:[email protected]] > Sent: Monday, April 05, 2010 12:35 PM > To: [email protected] > Subject: Remote (Distributed) Testing > > > Can we start Remote (Distributed) Testing > > from Windows box on a linux box? > > > I ran the jmeter-server on linux machine. > and did the property changes on the windows box. > > when I run it gives non-JRMP server at remote endpoint. Most likely there is already some other service running on the default RMI port. Change the port as documented in the "jmeter-server" file. > can any one help how to run this? > > > > -- > View this message in context: > http://old.nabble.com/Remote-%28Distributed%29-Testing-tp28141839p281418 > 39.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] > > > --------------------------------------------------------------------- > 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]

