When I try to run both on the unix machine this is the log

2005/06/14 17:11:43 INFO - jmeter.JMeter: Setting JMeter property: remote_hosts="local_ip"
2005/06/14 17:11:43 INFO  - jmeter.JMeter: Version 2.0.3
2005/06/14 17:11:43 INFO  - jmeter.JMeter: java.version=1.4.2_04
2005/06/14 17:11:43 INFO - jmeter.JMeter: Copyright (c) 1998-2005 The Apache Software Foundation
2005/06/14 17:11:43 INFO  - jmeter.JMeter: Loading file: ../temp.jmx
2005/06/14 17:12:43 FATAL - jmeter.JMeter: Failure connecting to remote host java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
       java.net.SocketTimeoutException: Read timed out
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:274) at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
       at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:313)
       at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
       at java.rmi.Naming.lookup(Naming.java:84)
at org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:48)
       at org.apache.jmeter.JMeter.doRemoteInit(JMeter.java:657)
       at org.apache.jmeter.JMeter.run(JMeter.java:585)
       at org.apache.jmeter.JMeter.startNonGui(JMeter.java:522)
       at org.apache.jmeter.JMeter.start(JMeter.java:299)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:324)
       at org.apache.jmeter.NewDriver.main(NewDriver.java:172)
Caused by: java.net.SocketTimeoutException: Read timed out
       at java.net.SocketInputStream.socketRead0(Native Method)
       at java.net.SocketInputStream.read(SocketInputStream.java:129)
       at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
       at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
       at java.io.DataInputStream.readByte(DataInputStream.java:331)
at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215)

-Josh


sebb wrote:

What do the jmeter.log files say?

On 6/14/05, Joshua Auerbach <[EMAIL PROTECTED]> wrote:
I tried running the reverse: server on my windows workstation and the
client on the unix machine and that works fine.  So I do not think it is
a jdk version issue.  However if I try to run the client and server both
on the unix machine it does not work i.e. from the command line all i
get is

Created the tree successfully
Configuring remote engine for "local ip"

(where local ip is the ip of the computer I am running on)
and then after a few minutes it quits.

Any suggestions here as to what may be going on?
N.B.  If I run jMeter on the unix machines not in remote mode it works fine

Thanks again,
Josh



Joshua Auerbach wrote:

rmi registry is definately running, and I followed the manual exactly
(tried both ways).  Will it really not work if the jdk versions are
not the same?  The server is running on a unix machine with build
1.4.2_04-b05 and the client is on a win xp pro with build 1.5.0_02-b09

-Josh


Shabana Shabana wrote:

Hi,

Make sure your rmi registery is running .
hope u r following manual exactly as mentioned
http://jakarta.apache-korea.org/jmeter/usermanual/remote-test.html.

Also  check for the jdk version on both client & server  that would
sometimes also lead  to similar problem.




On 6/10/05, Joshua Auerbach <[EMAIL PROTECTED]> wrote:


I am trying to get JMeter to run in distributed mode for remote
testing.  If I run a jmeter-server on my local machine, and use my
local
ip I can get it to work properly.  However, when I try running the
server on a remote machine I get "Bad Call to Remote Host"  errors
everytime.  For troubleshooting purposes I am currently just trying to
run on one remote host (eventually I would like to run on 3).  Below is
the entry from my jmeter.log file from the machine running the JMeter
client (GUI).  I am fairly new to this, so any help in determining what
my problem is would be greatly appreciated.  -Thanks, Josh

2005/06/10 10:25:36 ERROR - jmeter.gui.action.RemoteStart:
java.rmi.NotBoundException: JMeterEngine
  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 sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
  at java.rmi.Naming.lookup(Unknown Source)
  at
org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:48)

  at
org.apache.jmeter.gui.action.RemoteStart.doRemoteInit(RemoteStart.java:195)

  at
org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:78)
  at
org.apache.jmeter.gui.action.ActionRouter.performAction(ActionRouter.java:81)

  at
org.apache.jmeter.gui.action.ActionRouter.access$000(ActionRouter.java:44)

  at
org.apache.jmeter.gui.action.ActionRouter$1.run(ActionRouter.java:62)
  at java.awt.event.InvocationEvent.dispatch(Unknown Source)
  at java.awt.EventQueue.dispatchEvent(Unknown Source)
  at java.awt.EventDispatchThread.pumpOneEventForHierarchy(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]

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




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to