On 17/11/2007, ECNiz <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm having problems with JMeter not returning all the logs for a
> SimpleDataWriter.  The problem occurs when
> I use a large number of threads/http requests.  I'm using 2 JMeter Servers
> returning the logs back to one Master.  This does not occur with smaller
> thread counts.  Here is the error I am getting:

What thread counts are you referring to?

>
> 2007/11/16 15:33:46 ERROR - jmeter.samplers.StandardSampleSender:
> sampleOccurred
>  java.rmi.ConnectIOException: error during JRMP connection establishment;
> nested
>  exception is:
>        java.io.EOFException
>        at
> sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:273
> )
>        at
> sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
>        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:94)
>        at
> org.apache.jmeter.samplers.RemoteSampleListenerImpl_Stub.sampleOccurr
> ed(Unknown Source)
>        at
> org.apache.jmeter.samplers.StandardSampleSender.SampleOccurred(Standa
> rdSampleSender.java:68)
>        at
> org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccurred(Remot
> eListenerWrapper.java:86)
>        at
> org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNo
> tifier.java:240)
>        at
> org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.j
> ava:572)
>        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:309)
>        at java.lang.Thread.run(Thread.java:595)
> Caused by: java.io.EOFException
>        at java.io.DataInputStream.readByte(DataInputStream.java:243)
>        at
> sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:215
> )
>        ... 9 more

This is a low-level RMI error - not sure if there's anything JMeter
can do about it...

Have you Googled for the error message ? Maybe someone else has a solution.


> How can I get all my logs reported?

Try using non-GUI mode and then combine the logs manually:

http://wiki.apache.org/jakarta-jmeter/JtlFiles

Or you could use the StatisticalSample sender, but that will lose most
of the detail.

> Thank you for your help.
>
> -Erik
> --
> View this message in context: 
> http://www.nabble.com/SimpleDataWriter-dropping-log-entries-tf4825119.html#a13805329
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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