On 19 January 2011 06:27, Rob Schroder <[email protected]> wrote: > Well, I'm not sure what caused the first exception that I reported, but I > can't reproduce it. The current problem I'm having is due to a target server > connection problem, nothing to do with jmeter. > So, nothing to see here :') Thanks anyway, Sebb. >
If it happens again, then check if there are other errors/warnings logged beforehand in both logs. The NPE is caused by a null backing engine, which can occur if RemoteJMeterEngineImpl.configure() has not been called. However, that should not happen, as configure() should be called first. configure() logs the message "Creating JMeter engine on host ..." so you can tell if it has been called. > Cheers...Rob > > > On 1/18/11 9:52 PM, "Rob Schroder" <[email protected]> wrote: > > Oddly, I can't reproduce the exception. But, I still don't see the test > executing. Since it's not reproducible, please disregard my last email. > > I'll dig into the logs and see if I can find out what's going on. > > > > > > On 1/18/11 9:23 PM, "Rob Schroder" <[email protected]> wrote: > > Hi Sebb, > > I am using version 2.4. I'll open the bug now. > Which version would you recommend I use in the meantime? > > Cheers...Rob > > > On 1/18/11 8:58 PM, "sebb" <[email protected]> wrote: > > On 19 January 2011 03:23, Rob Schroder <[email protected]> wrote: >> Hi, >> >> I have a jmeter master and slave installed on the same subnet. When I try >> to launch a remote test, I get the exception below, and the test never >> executes. Any suggestions on how to debug? > > What version of JMeter? > > If you are running the current version (2.4) please create a Bugzilla > issue and attach the logs from the server and client. > > If you are running an earlier version, upgrade. > >> >> 2011/01/18 21:14:20 ERROR - jmeter.engine.ClientJMeterEngine: >> java.lang.NullPointerException >> at >> org.apache.jmeter.engine.RemoteJMeterEngineImpl.reset(RemoteJMeterEngineImpl.java:132) >> 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 sun.rmi.server.UnicastServerRef.dispatch(Unknown Source) >> at sun.rmi.transport.Transport$1.run(Unknown Source) >> at java.security.AccessController.doPrivileged(Native Method) >> at sun.rmi.transport.Transport.serviceCall(Unknown Source) >> at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source) >> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown >> Source) >> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown >> Source) >> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown >> Source) >> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) >> at java.lang.Thread.run(Unknown Source) >> at >> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown >> Source) >> at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source) >> at sun.rmi.server.UnicastRef.invoke(Unknown Source) >> at org.apache.jmeter.engine.RemoteJMeterEngineImpl_Stub.reset(Unknown >> Source) >> at >> org.apache.jmeter.engine.ClientJMeterEngine.reset(ClientJMeterEngine.java:101) >> at >> org.apache.jmeter.gui.action.RemoteStart.doRemoteInit(RemoteStart.java:173) >> at >> org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:75) >> at >> org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:82) >> at >> org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:42) >> at >> org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:61) >> at java.awt.event.InvocationEvent.dispatch(Unknown Source) >> at java.awt.EventQueue.dispatchEvent(Unknown Source) >> at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) >> at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) >> at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) >> at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >> at java.awt.EventDispatchThread.pumpEvents(Unknown Source) >> at java.awt.EventDispatchThread.run(Unknown Source) >> > > --------------------------------------------------------------------- > 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]

