https://bz.apache.org/bugzilla/show_bug.cgi?id=62962
Bug ID: 62962 Summary: jmeter-server.log rmi exception Product: JMeter Version: 4.0 Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: julyzd...@163.com Target Milestone: JMETER_5.1 Created attachment 36285 --> https://bz.apache.org/bugzilla/attachment.cgi?id=36285&action=edit rmi_error When I do a big throughput test(11W TPS), I check the jmeter-server.log.I found some exceptions to the following: 2018/11/29 10:47:46 ERROR - jmeter.threads.RemoteThreadsListenerWrapper: Exception invoking listener on threadFinished. java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.io.EOFException at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307) ~[?:1.8.0_192] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) ~[?:1.8.0_192] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:129) ~[?:1.8.0_192] at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227) ~[?:1.8.0_192] at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179) ~[?:1.8.0_192] at com.sun.proxy.$Proxy22.threadFinished(Unknown Source) ~[?:?] at org.apache.jmeter.threads.RemoteThreadsListenerWrapper.threadFinished(RemoteThreadsListenerWrapper.java:61) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread$ThreadListenerTraverser.addNode(JMeterThread.java:768) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:994) [jorphan.jar:4.1.20181122] at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:977) [jorphan.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread.threadFinished(JMeterThread.java:735) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:325) [ApacheJMeter_core.jar:4.1.20181122] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192] Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) ~[?:1.8.0_192] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:246) ~[?:1.8.0_192] ... 12 more 2018/11/29 10:47:19 ERROR - jmeter.samplers.StatisticalSampleSender: sampleOccurred java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is: java.io.EOFException at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:307) ~[?:1.8.0_192] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202) ~[?:1.8.0_192] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:129) ~[?:1.8.0_192] at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227) ~[?:1.8.0_192] at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179) ~[?:1.8.0_192] at com.sun.proxy.$Proxy21.processBatch(Unknown Source) ~[?:?] at org.apache.jmeter.samplers.StatisticalSampleSender.sampleOccurred(StatisticalSampleSender.java:208) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccurred(RemoteListenerWrapper.java:95) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:70) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:980) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:569) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:486) [ApacheJMeter_core.jar:4.1.20181122] at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:253) [ApacheJMeter_core.jar:4.1.20181122] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_192] Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:267) ~[?:1.8.0_192] at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:246) ~[?:1.8.0_192] ... 13 more -- You are receiving this mail because: You are the assignee for the bug.