You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by tigertester <jo...@gmail.com> on 2010/04/05 18:34:58 UTC

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.

can any one help how to run this?



-- 
View this message in context: http://old.nabble.com/Remote-%28Distributed%29-Testing-tp28141839p28141839.html
Sent from the JMeter - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Remote (Distributed) Testing

Posted by sebb <se...@gmail.com>.
On 06/04/2010, Melvin Laguren <ML...@mdsol.com> 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:john.bejoy@gmail.com]
>  Sent: Monday, April 05, 2010 12:35 PM
>  To: jmeter-user@jakarta.apache.org
>  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: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Remote (Distributed) Testing

Posted by Melvin Laguren <ML...@mdsol.com>.
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

RMI_HOST_DEF=-Djava.rmi.server.hostname=127.0.0.1

See if that works for you.

-----Original Message-----
From: tigertester [mailto:john.bejoy@gmail.com] 
Sent: Monday, April 05, 2010 12:35 PM
To: jmeter-user@jakarta.apache.org
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.

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: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Remote (Distributed) Testing

Posted by Brett Cave <br...@gmail.com>.
we do it all the time. make sure you add an exception to the firewall for
the java process (or even to your private network if you are able to).

On Mon, Apr 5, 2010 at 6:34 PM, tigertester <jo...@gmail.com> wrote:

>
> 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.
>
> can any one help how to run this?
>
>
>
> --
> View this message in context:
> http://old.nabble.com/Remote-%28Distributed%29-Testing-tp28141839p28141839.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>