Hi all,

We are trying to set up a distributed testing with the configuration as
following:

- 1 laptop holding the master and gui Jmeter
- 2 slaves holding the remote jmeter engine
- 3 target servers to test through a net app network load balancer.

We have followed the full procedure and did not succeed in set up the
distributed testing.

I saw in the forum that distributed testing is not working when having more
than one nic in the servers.

I have changed the binding order of the network cards to make the correct card 
and IP appear first, but still I have the same error. Please see log 
(truncated with only useful info for more readability)


2006/08/04 13:23:23 INFO  - jmeter.util.JMeterUtils: Setting Locale to en_GB
2006/08/04 13:23:23 INFO  - jmeter.JMeter: Loading user properties from: 
user.properties
2006/08/04 13:23:23 INFO  - jmeter.JMeter: Loading system properties from: 
system.properties
2006/08/04 13:23:23 INFO  - jmeter.JMeter: Version 2.2
2006/08/04 13:23:23 INFO  - jmeter.JMeter: java.version=1.5.0_07
2006/08/04 13:23:23 INFO  - jmeter.JMeter: os.name=Windows 2003
2006/08/04 13:23:23 INFO  - jmeter.JMeter: os.arch=x86
2006/08/04 13:23:23 INFO  - jmeter.JMeter: os.version=5.2
2006/08/04 13:23:23 INFO  - jmeter.JMeter: Default Locale=English (United 
Kingdom)
2006/08/04 13:23:23 INFO  - jmeter.JMeter: JMeter  Locale=English (United 
Kingdom)
2006/08/04 13:23:23 INFO  - jmeter.JMeter: JMeterHome=C:\jmeter
2006/08/04 13:23:23 INFO  - jmeter.JMeter: user.dir=C:\jmeter\bin
2006/08/04 13:23:23 INFO  - jmeter.JMeter: PWD     =C:\jmeter\bin
2006/08/04 13:23:23 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Starting 
backing engine on 1099
2006/08/04 13:23:23 INFO  - jmeter.engine.StandardJMeterEngine: Listeners will 
be started after enabling running version
2006/08/04 13:23:23 INFO  - jmeter.engine.StandardJMeterEngine: To revert to 
the earlier behaviour, define jmeterengine.startlistenerslater=false
2006/08/04 13:23:23 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Bound to 
registry on port 1099
2006/08/04 13:23:37 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Reset
2006/08/04 13:23:37 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Reset
2006/08/04 13:23:37 INFO  - jmeter.engine.RemoteJMeterEngineImpl: received 
host: 83.231.158.87
2006/08/04 13:23:37 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Cannot find .className property for htmlParser, using default
2006/08/04 13:23:37 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Parser for text/html is
2006/08/04 13:23:37 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Parser for application/xhtml+xml is
2006/08/04 13:23:37 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Parser for application/xml is
2006/08/04 13:23:37 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Parser for text/xml is
2006/08/04 13:23:37 INFO  - jmeter.protocol.http.sampler.HTTPSamplerBase: 
Parser for text/vnd.wap.wml is 
org.apache.jmeter.protocol.http.parser.RegexpHTMLParser
2006/08/04 13:23:58 INFO  - jmeter.engine.RemoteJMeterEngineImpl: received 
test tree
2006/08/04 13:23:58 INFO  - jmeter.engine.RemoteJMeterEngineImpl: running test
2006/08/04 13:23:58 INFO  - jmeter.engine.StandardJMeterEngine: Running the 
test!
2006/08/04 13:23:59 INFO  - jmeter.samplers.RemoteListenerWrapper: Test 
Started on 83.231.158.87
2006/08/04 13:24:20 ERROR - jmeter.samplers.RemoteListenerWrapper: 
testStarted(host) java.rmi.ConnectException: Connection refused to host: 
10.130.158.86; nested exception is:
        java.net.ConnectException: Connection timed out: connect
        at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
        at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
        at sun.rmi.server.UnicastRef.invoke(Unknown Source)
        at 
org.apache.jmeter.samplers.RemoteSampleListenerImpl_Stub.testStarted(Unknown 
Source)
        at 
org.apache.jmeter.samplers.RemoteListenerWrapper.testStarted(RemoteListenerWrapper.java:74)
        at 
org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfStart(StandardJMeterEngine.java:209)
        at 
org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:331)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(Unknown Source)
        at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unknown 
Source)
        at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Unknown 
Source)
        ... 9 more

2006/08/04 13:24:20 INFO  - jmeter.samplers.RemoteListenerWrapper: Test 
Started on 83.231.158.87




83.231.158.87 is the address of the primary NIC
Connection refused to host: 10.130.158.86; -> Is the address of another NIC 
present on the server and reserved for backup network

I have read a bug report (Bug 29101) that states about a similar problem.
Is there any way to work around this situtation?
Due to the fact the server is hosted on a provider site , we can hardly ask 
provider to remove the other network cards from the server.

Thanks for any help & Best regards


Fabrice Voarick
Architecture & Live Media
UEFA Media Technologies SA
Email: [EMAIL PROTECTED]
Europe's football website: http://www.uefa.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to