Ven,

I'm guessing you're not using any kind of HTTP web server (Apache, IIS,
Orion, etc...), so I would double-check the Port number you are sending
your requests to...For instance, a typical HTTP Request would send it's
web request to Port number 80.  The port number can be specified with
the HTTP Request Sampler OR also in the HTTP Request Defaults element...

Check both and make sure it's going to the right port...

hth,

Adym Lincoln
I/S Corporate - I/S Internal Applications
603-245-3744
Ext : 53744
[EMAIL PROTECTED]

...
It's a bug planet...it's an ugly planet...ever feel like your software
project is going in the wrong direction.
...


-----Original Message-----
From: Ganti, Venkata [mailto:[EMAIL PROTECTED] 
Sent: Monday, March 06, 2006 3:41 PM
To: JMeter Users List
Subject: Problem while running Distributed test

All,

I am running my test on a remote server. My RMI registry is running fine
and I could able to see log messages saying the request is sent to my
remote server and stuff... I could able to ping to my server IP, I found
Connection Refuse message in my log.

2006/03/06 12:30:58 ERROR - jmeter.samplers.StandardSampleSender:
sampleOccurred java.rmi.ConnectException: Connection refused to host:
x.x.x.x; 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.sampleOccurred(
Unknown Source)
 at org.apache.jmeter.samplers.StandardSampleSender.SampleOccurred
(StandardSampleSender.java:62)
 at
org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccurred(RemoteLi
stenerWrapper.java:86)
 at
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotif
ier.java:225) 
 at
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java
:467)
 at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:258)
 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)

Any thoughts on this???

Thanks
Ven


---------------------------------------------------------------------
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]

Reply via email to