Howdy,
I am also occasionally seeing this error as I increase the number of users
to 150.
Any thoughts?
I need to get to the point where I have a stable load test environment and
have confidence in the JMeter installation.
Thanks,
Carl
ERROR - jmeter.samplers.StandardSampleSender: sampleOccurred
java.rmi.RemoteException: connection failed to host: 10.5.0.18; nested
exception is:
java.rmi.RemoteException: call failed: ; nested exception is:
java.io.IOException: Broken pipe
at gnu.java.rmi.server.UnicastRef.invokeCommon(libgcj.so.7rh)
at gnu.java.rmi.server.UnicastRef.invoke(libgcj.so.7rh)
at
org.apache.jmeter.samplers.RemoteSampleListenerImpl_Stub.sampleOccurred(Unkn
own Source)
at
org.apache.jmeter.samplers.StandardSampleSender.sampleOccurred(StandardSampl
eSender.java:68)
at
org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccurred(RemoteListen
erWrapper.java:86)
at
org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.
java:86)
at
org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:673
)
at
org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:360
)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243)
at java.lang.Thread.run(libgcj.so.7rh)
Caused by: java.rmi.RemoteException: call failed: ; nested exception is:
java.io.IOException: Broken pipe
at gnu.java.rmi.server.UnicastRef.invokeCommon(libgcj.so.7rh)
at gnu.java.rmi.server.UnicastRef.invokeCommon(libgcj.so.7rh)
...9 more
Caused by: java.io.IOException: Broken pipe
at java.io.BufferedOutputStream.flush(libgcj.so.7rh)
at java.io.BufferedOutputStream.write(libgcj.so.7rh)
at java.io.DataOutputStream.write(libgcj.so.7rh)
at java.io.DataOutputStream.writeByte(libgcj.so.7rh)
at gnu.java.rmi.server.UnicastRef.invokeCommon(libgcj.so.7rh)
...10 more
On 10/21/09 1:34 PM, "Carl Shaulis" <[email protected]> wrote:
> Hello everyone,
>
> I am attempting to run the load tests without the GUI. I am getting the
> following error. Data seems to be saved correctly to my .csv file.
>
> Is this error common or is it something I need to worry about.
>
> Thanks,
>
> Carl
>
> 2009/10/21 13:32:54 ERROR - jmeter.threads.ListenerNotifier: Detected problem
> in Listener: java.lang.NullPointerException
> at gnu.java.rmi.server.UnicastConnection.isExpired(libgcj.so.7rh)
> at
>
gnu.java.rmi.server.UnicastConnectionManager.getClientConnection(libgcj.so.7rh>
)
> at
> gnu.java.rmi.server.UnicastConnectionManager.getConnection(libgcj.so.7rh)
> at gnu.java.rmi.server.UnicastRef.invokeCommon(libgcj.so.7rh)
> at gnu.java.rmi.server.UnicastRef.invoke(libgcj.so.7rh)
> at
> org.apache.jmeter.samplers.RemoteSampleListenerImpl_Stub.sampleOccurred(Unknow
> n Source)
> at
> org.apache.jmeter.samplers.StandardSampleSender.sampleOccurred(StandardSampleS
> ender.java:68)
> at
> org.apache.jmeter.samplers.RemoteListenerWrapper.sampleOccurred(RemoteListener
> Wrapper.java:86)
> at
> org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.ja
> va:86)
> at
> org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:673)
> at
> org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:360)
> at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:243)
> at java.lang.Thread.run(libgcj.so.7rh)