tags:

views:

365

answers:

1

When I try to execute jMeter in server mode I get this exception: "Windows can not find 'rmiregistry'". I dont know how to solve this, I googled about it, but i didnt find anything related to my problem.

A: 

It sounds like you don't have the rmiregistry in your path. Make sure the java\bin directory is in your path.

Once that's done, to check it's working:

Start -> Run -> cmd -> start rmiregistry

If that doesn't work, check your path again.

You may need to start the registry yourself, before running the jmeter-server.bat. Additionally, edit the batch file to make sure it's running with the correct server settings.

Dylan Lacey