You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Trevor Johnson <tr...@caris.com> on 2004/06/03 21:55:04 UTC

Error running JMeter in Server mode

Hi,

I have been trhying to get JMeter 2.0.1 running in server mode but I continually get the following
error message in the log file:

2004/06/03 16:15:32 INFO  - jmeter.JMeter: Version 2.0.1 
2004/06/03 16:15:32 INFO  - jmeter.JMeter: java.version=1.4.1_06 
2004/06/03 16:15:32 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Starting backing engine 
2004/06/03 16:15:32 ERROR - jmeter.engine.RemoteJMeterEngineImpl: rmiregistry needs to be running to start JMeter in server mode
 java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
 java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
 java.net.MalformedURLException: no protocol: Files\JMeter\v201\jakarta-jmeter-2.0.1\lib\avalon-framework-4.1.4.jar 
2004/06/03 16:15:32 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>(RemoteJMeterEngineImpl.java:56)
 at org.apache.jmeter.JMeter.startServer(JMeter.java:446)
 at org.apache.jmeter.JMeter.start(JMeter.java:274)
 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:172)

I know rmiregistry is running because I can see it in the Task Manager.  When I try executing the server
manually I see the java.exe process start and immediately stop.  The above error is what's generated.
When I try to contact a remote server I get a "Bad call to remote host" error even though I can see the
IP address in the list.

Does anybody have some suggestions other than whats in the documentation.

I am trying to run this on Windows 2000 Pro machine with JSDK 1.4.2.  Any suggestions would be
most welcome.
 
Trevor Johnson