Hi Common problem. In your hosts file you must have all machines with their IP and domain name. This must include the local machine and IP! But from my experience it is advisable not to run this in client-server mode but to start each server separately from the command line (jmeter -n).
Cheers Oliver -----Original Message----- From: David Durham [mailto:[EMAIL PROTECTED] Sent: Thursday, 25 May 2006 06:10 To: [email protected] Subject: JMeter JDBC benchmark + Remote Testing I've setup a jmeter JDBC transaction benchmark, and I'd like to spread the work across multiple JMeter hosts. It's a simple test that works on one machine (without remoting), but I'm running into problems when I try to execute "Remote Starts". So, machine 1: Windows XP - I start the jmeter-server. That's fine. Then I go to GUI, and execute Remote Start 127.0.0.1. Nothing happens. Stack trace from server console follows: Exception in thread "Thread-2" java.lang.NullPointerException at org.apache.jmeter.protocol.jdbc.config.DataSourceElement.testStarted( DataSourceElement.java:91) at org.apache.jmeter.protocol.jdbc.config.DataSourceElement.testStarted( DataSourceElement.java:109) at org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfSt art(StandardJMeterEngine.java:201) at org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngin e.java:315) at java.lang.Thread.run(Unknown Source) Anyone using JMeter and remoting with JDBC samplers? I'm not sure what's going on. Maybe the server doesn't have the JDBC drivers loaded. Again, the test runs fine without remoting. Thanks, -Dave --------------------------------------------------------------------- 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]

