I had this problem. The jmeter_server.bat can't find the rmiregistry.exe in the PATH for some reason. This app is located in the bin directory of your JRE. I my case I just hard coded the path to it in my jmeter_server.bat. Look for the START rmiregistry entry in the file. I'm sure this problem can be fixed a number of ways, this is just one way.
________________________________ From: Lenin Basheer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 02, 2006 7:31 AM To: JMeter Users List Subject: Re: Unable to start JMeterServer.bat The jmeter.bat works fine, and we are able to test the plans. How ever when I try configuring the this machine as a client for remote testing, it shows up these errors. sebb <[EMAIL PROTECTED]> 02/02/06 05:53 PM Please respond to "JMeter Users List" To: JMeter Users List <[email protected]> cc: Subject: Re: Unable to start JMeterServer.bat 1) Please don't use HTML mail (especially if it uses a really hard-to-read font) 2) Ensure that JMeter is installed in a path with no spaces in the name. On 02/02/06, Lenin Basheer <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am unable to run the file jmeter-server.bat. It starts off the RMI > registry however the JmeterServer prompts me to quit. > > This is what I get at the JmeterServer prompt. > > Could not find ApacheJmeter_core.jar ... > ... Trying JMETER_HOME=.. > Found ApacheJMeter_core.jar > [Full GC 6297K->523K(249088K), 0.2049620 secs] > > The RMI registry says its using "default security settings". > > The Jmter log files has the following details; > > 2006/02/02 13:42:11 INFO - jmeter.util.JMeterUtils: Setting Locale to en_US > 2006/02/02 13:42:11 INFO - jmeter.JMeter: Version 2.1.1 > 2006/02/02 13:42:11 INFO - jmeter.JMeter: java.version=1.5.0 > 2006/02/02 13:42:11 INFO - jmeter.JMeter: Locale=English (United States) > 2006/02/02 13:42:11 INFO - jmeter.JMeter: Copyright (c) 1998-2005 The > Apache Software Foundation > 2006/02/02 13:42:11 INFO - > jmeter.engine.RemoteJMeterEngineImpl: Starting backing > engine on 1099 > 2006/02/02 13:42:27 ERROR - > jmeter.engine.RemoteJMeterEngineImpl: rmiregistry needs to > be running to start JMeter in server mode > java.rmi.ServerException: Server RemoteException; nested exception > is: > java.rmi.UnmarshalException: error unmarshalling arguments; nested > exception is: > java.lang.ClassNotFoundException: > org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub > 2006/02/02 13:42:27 ERROR - jmeter.JMeter: Giving up, as server failed with: > java.rmi.RemoteException: Cannot start. See server log file. > at > org.apache.jmeter.engine.RemoteJMeterEngineImpl.init(RemoteJMeterEngineI mpl.java:60) > at > org.apache.jmeter.engine.RemoteJMeterEngineImpl.<init>(RemoteJMeterEngin eImpl.java:46) > at > org.apache.jmeter.JMeter.startServer(JMeter.java:407) > at org.apache.jmeter.JMeter.start(JMeter.java:244) > at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown > Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at > org.apache.jmeter.NewDriver.main(NewDriver.java:151) > > > Hope some can clear this. > > Thanks in Advance, > > Lenin > --------------------------------------------------------------------- > 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] **************************************************************************************** BENEFITFOCUS.COM CONFIDENTIALITY NOTICE: This electronic message is intended only for the individual or entity to which it is addressed and may contain information that is confidential and protected by law. Unauthorized review, use, disclosure, or dissemination of this communication or its contents in any way is prohibited and may be unlawful. If you are not the intended recipient or a person responsible for delivering this message to an intended recipient, please notify the original sender immediately by e-mail or telephone, return the original message to the original sender or to [EMAIL PROTECTED], and destroy all copies or derivations of the original message. Thank you. (BFeComNote Rev. 08/01/2005) ***************************************************************************************

