Thanks for your help. However, the case is that the Jmeter jars are all identical, meaning all machines have the exact jmeter installation copy on them. What I did was install it on one machine and copy the whole directory to all other machines. Could there be the source of the issue in the installation procedure?
Thanks,
ChrisBe
[EMAIL PROTECTED] wrote:
Marshalling exceptions are usually the result of one of the machines having a different jmeter build than the others. You have to make sure that the jmeter jar files on all machines are exactly the same jar (if you rebuild one, you have to copy that jar over to the other machines). It's not good enough to compile the same exact source twice, you have to copy the jars.
-Mike
On 3 Oct 2003 at 9:49, Christian Bertram wrote:
Gidday,(run the
I am using jmeter to run tests with 3 boxes to a web app server
3 with the jmeter-server.bat) and using one of them as the clientto
launch the tests.error
I have an issue that after the tests are launched, the following
log is generated:tree
10/03/2003 8:34:10 AM INFO - jmeter.JMeter: Version 1.9.1
10/03/2003 8:35:12 AM WARN - jmeter.engine: received host
10/03/2003 8:35:14 AM WARN - jmeter.engine: received test
10/03/2003 8:35:14 AM WARN - jmeter.engine: running testthreads
10/03/2003 8:35:14 AM INFO - jmeter.engine: Running the test!
10/03/2003 8:35:15 AM INFO - jmeter.engine: Starting 1 test
10/03/2003 8:35:15 AM INFO - jmeter.engine: Thread UserAgent Test1-1
startedAgent Test1-1
10/03/2003 8:35:26 AM INFO - jmeter.engine: Thread User
is donethreads
10/03/2003 8:35:26 AM INFO - jmeter.engine: Starting 20 test
10/03/2003 8:35:26 AM INFO - jmeter.engine: Thread Burst - 60hits per
minute2-1 startedhits per
...
10/03/2003 8:35:37 AM INFO - jmeter.engine: Thread Burst - 60
minute21-20 is donethreads
10/03/2003 8:35:37 AM INFO - jmeter.engine: Starting 20 test
10/03/2003 8:35:37 AM INFO - jmeter.engine: Thread Mixed -User Agents,
Read/Write, Report Pages22-1 startedUser Agents,
...
10/03/2003 8:36:22 AM INFO - jmeter.engine: Thread Mixed -
Read/Write, Report Pages32-11 is donethreads
10/03/2003 8:36:23 AM INFO - jmeter.engine: Starting 20 test
10/03/2003 8:36:23 AM INFO - jmeter.engine: Thread Continual- 60 / hr
(~300,000 / 24hrs)42-1 started- 60 / hr
...
10/03/2003 8:36:32 AM INFO - jmeter.engine: Thread Continual
(~300,000 / 24hrs)60-19 started- 60 / hr
10/03/2003 8:36:32 AM INFO - jmeter.engine: Thread Continual
(~300,000 / 24hrs)61-20 startednested
10/03/2003 8:45:20 AM ERROR - jmeter.elements: java.rmi.UnmarshalException: Error unmarshaling return header;
exception is:Source)
java.net.SocketException: Connection reset
at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown
at sun.rmi.server.UnicastRef.invoke(Unknown Source)org.apache.jmeter.samplers.RemoteSampleListenerImpl_Stub.sam
at
pleOccurred(Unknown
Source)org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccur
at
red(RemoteListenerWrapper.java:84)
atorg.apache.jmeter.threads.ListenerNotifier.notifyListeners(Listener
Notifier.java:237)
atorg.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThr
ead.java:398)
atorg.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:28
3)
itat java.lang.Thread.run(Unknown Source) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(Unknown Source) at java.io.BufferedInputStream.fill(Unknown Source) at java.io.BufferedInputStream.read(Unknown Source) at java.io.DataInputStream.readByte(Unknown Source) ... 8 more ...
The error is repeating 20 times (the number of threads) and then
changes into:192.168.83.213;
...
10/03/2003 8:45:21 AM ERROR - jmeter.elements: java.rmi.ConnectException: Connection refused to host:
nested exception is:Source)
java.net.ConnectException: Connection refused: connect
at sun.rmi.transport.tcp.TCPEndpoint.newSocket(Unknown
atsun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
at sun.rmi.transport.tcp.TCPChannel.newConnection(UnknownSource)
at sun.rmi.server.UnicastRef.invoke(Unknown Source)org.apache.jmeter.samplers.RemoteSampleListenerImpl_Stub.sam
at
pleOccurred(Unknown
Source)org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccur
at
red(RemoteListenerWrapper.java:84)
atorg.apache.jmeter.threads.ListenerNotifier.notifyListeners(Listener
Notifier.java:237)
atorg.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThr
ead.java:398)
atorg.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:28
3)
at java.lang.Thread.run(Unknown Source)connect
Caused by: java.net.ConnectException: Connection refused:
at java.net.PlainSocketImpl.socketConnect(Native Method)Source)
at java.net.PlainSocketImpl.doConnect(Unknown Source)
at java.net.PlainSocketImpl.connectToAddress(Unknown
at java.net.PlainSocketImpl.connect(Unknown Source)sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(Unk
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
nown Source)
atsun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(Un
known Source)
run.... 10 more ...
...where 192.168.83.213 is the machine where the testing client is
Any help is appreciated.[EMAIL PROTECTED]
ChrisBe
---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-
For additional commands, e-mail: jmeter-user-[EMAIL PROTECTED]
-- Michael Stover [EMAIL PROTECTED] Yahoo IM: mstover_ya ICQ: 152975688 AIM: mstover777
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

