Jmeter MarshalException: error sorting arguments

I configured jmeter to run a test distributed using Azure Windows Virtual Machines. All cars use windows.

The test was successful using the GUI mode, and I can get the result stored on the main one. However, when I try to run the test from the console jmeter -n -t plan.jmx -r , the console says:

Error in rconfigure () method java.rmi.MarshalException: error sorting arguments; Nested Exception: java.io.NotSerializableException: org.apache.jmeter.JMeter $ ListenToTest

I configured all virtual machines (server and clients), for example:

Java version "1.8.0_65"
Java(TM) SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot(TM) 64-Bit Server VM (build 25.65-b01, mixed mode)
Jmeter version 2.13
Jmeter Plugins 1.31

Any ideas what could be the problem? Thanks

EDIT

I am downgrading Java to 1.7 and now the error says

rconfigure() java.rmi.MarshalException: ; :         java.io.NotSerializableException: org.apache.jmeter.threads.RemoteThreadsListenerTestElement

Jmeter ?

EDIT - FIXED

1.31 1.21 !!!.

, , , , . , GUI - , .

Java version "1.7.0_79"
Java(TM) SE Runtime Environment (build 1.7.0_79-b15)
Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)
Jmeter version 2.13
Jmeter Plugins 1.21 (only Standard Version)
+4
1

:

NotSerializableException: org.apache.jmeter.threads.RemoteThreadsListenerTestElement

:

Caused by: java.net.BindException: Address already in use (Bind failed)

, .

0

Source: https://habr.com/ru/post/1620154/


All Articles