You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by David Schulberg <Da...@objectconsulting.com.au> on 2007/03/29 08:16:25 UTC

Periodic sampler errors

Hi,
 
Running under load I see that a small number of web service requests are failing (I assume the listener error is related to the problem in the sampler), but most requests actually go through without error. Why are a small percentage of my requests failing as shown below?

2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The element type "EOF" must be terminated by the matching end-tag "</EOF>". 
2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=] 
2007/03/29 14:34:59 ERROR - jmeter.threads.ListenerNotifier: Detected problem in Listener:  java.lang.ArrayIndexOutOfBoundsException: 4815 > 4329
 at java.util.Vector.insertElementAt(Unknown Source)
 at javax.swing.tree.DefaultMutableTreeNode.insert(Unknown Source)
 at javax.swing.tree.VariableHeightLayoutCache.createNodeAt(Unknown Source)
 at javax.swing.tree.VariableHeightLayoutCache.treeNodesInserted(Unknown Source)
 at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesInserted(Unknown Source)
 at javax.swing.tree.DefaultTreeModel.fireTreeNodesInserted(Unknown Source)
 at javax.swing.tree.DefaultTreeModel.nodesWereInserted(Unknown Source)
 at javax.swing.tree.DefaultTreeModel.insertNodeInto(Unknown Source)
 at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.updateGui(ViewResultsFullVisualizer.java:184)
 at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.add(ViewResultsFullVisualizer.java:168)
 at org.apache.jmeter.reporters.ResultCollector.sendToVisualizer(ResultCollector.java:415)
 at org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:391)
 at org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:239)
 at org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:466)
 at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255)
 at java.lang.Thread.run(Unknown Source)
 
 
Regards,
David Schulberg

c/o Object Consulting 
email: david.schulberg@objectconsulting.com.au


Re: Periodic sampler errors

Posted by sebb <se...@gmail.com>.
Can't think of anything that might help here; sorry.

S
On 30/03/07, David Schulberg <Da...@objectconsulting.com.au> wrote:
> Hi Sebb et al,
>
> Using JMeter 2.2
> Read data input from file (CSV Data Set Config)
> Have 5 requests in thread group with 400 virtual users, ramp-up period 2 mins looping 5 times
> The errors start to appear 3 minutes after the start of the test which runs for just over 5 minutes.
> Will create Bugzilla report
>
> In the meantime any suggestions for getting around the problem?
>
> Regards,
> David Schulberg
>
> Object Consulting
> email: david.schulberg@objectconsulting.com.au
>
>
> ________________________________
>
> From: sebb [mailto:sebbaz@gmail.com]
> Sent: Thu 29/03/2007 10:09 PM
> To: JMeter Users List
> Subject: Re: Periodic sampler errors
>
>
>
> However in this case I think the log messages show that the problem
> originates in JMeter, rather than the server.
>
> It looks like the SOAP document could not be created properly.
>
> What options did you use on the Webservice sampler? E.g. Is it reading
> a file, or is the data in the GUI?
>
> Which version of JMeter are you using?
>
> Please create a Bugzilla issue, and then attach:
> jmeter.log
> testplan
> datafiles (if necessary)
>
> N.B. Edit the files to obscure any private information first.
>
> S..
> On 29/03/07, Nino Wael <Ni...@sdk.sas.com> wrote:
> > Could it be that some of your samples are too stressed out to finish their response before timeout?
> >
> > Do you expect your test to stress the system?
> >
> > For example on one of our web pages an ajax call failed because our database framework are being used somewhat wrong, this only shows during heavy load though...
> >
> > -nino
> >
> > ________________________________
> >
> > Fra: David Schulberg [mailto:David.Schulberg@objectconsulting.com.au]
> > Sendt: to 29-03-2007 08:16
> > Til: jmeter-user@jakarta.apache.org
> > Emne: Periodic sampler errors
> >
> >
> >
> > Hi,
> >
> > Running under load I see that a small number of web service requests are failing (I assume the listener error is related to the problem in the sampler), but most requests actually go through without error. Why are a small percentage of my requests failing as shown below?
> >
> > 2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The element type "EOF" must be terminated by the matching end-tag "</EOF>".
> > 2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=]
> > 2007/03/29 14:34:59 ERROR - jmeter.threads.ListenerNotifier: Detected problem in Listener:  java.lang.ArrayIndexOutOfBoundsException: 4815 > 4329
> >  at java.util.Vector.insertElementAt(Unknown Source)
> >  at javax.swing.tree.DefaultMutableTreeNode.insert(Unknown Source)
> >  at javax.swing.tree.VariableHeightLayoutCache.createNodeAt(Unknown Source)
> >  at javax.swing.tree.VariableHeightLayoutCache.treeNodesInserted(Unknown Source)
> >  at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesInserted(Unknown Source)
> >  at javax.swing.tree.DefaultTreeModel.fireTreeNodesInserted(Unknown Source)
> >  at javax.swing.tree.DefaultTreeModel.nodesWereInserted(Unknown Source)
> >  at javax.swing.tree.DefaultTreeModel.insertNodeInto(Unknown Source)
> >  at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.updateGui(ViewResultsFullVisualizer.java:184)
> >  at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.add(ViewResultsFullVisualizer.java:168)
> >  at org.apache.jmeter.reporters.ResultCollector.sendToVisualizer(ResultCollector.java:415)
> >  at org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:391)
> >  at org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:239)
> >  at org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:466)
> >  at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255)
> >  at java.lang.Thread.run(Unknown Source)
> >
> >
> > Regards,
> > David Schulberg
> >
> > c/o Object Consulting
> > email: david.schulberg@objectconsulting.com.au
> >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


RE: Periodic sampler errors

Posted by David Schulberg <Da...@objectconsulting.com.au>.
Hi Sebb et al,
 
Using JMeter 2.2
Read data input from file (CSV Data Set Config)
Have 5 requests in thread group with 400 virtual users, ramp-up period 2 mins looping 5 times
The errors start to appear 3 minutes after the start of the test which runs for just over 5 minutes.
Will create Bugzilla report
 
In the meantime any suggestions for getting around the problem?
 
Regards,
David Schulberg

Object Consulting 
email: david.schulberg@objectconsulting.com.au


________________________________

From: sebb [mailto:sebbaz@gmail.com]
Sent: Thu 29/03/2007 10:09 PM
To: JMeter Users List
Subject: Re: Periodic sampler errors



However in this case I think the log messages show that the problem
originates in JMeter, rather than the server.

It looks like the SOAP document could not be created properly.

What options did you use on the Webservice sampler? E.g. Is it reading
a file, or is the data in the GUI?

Which version of JMeter are you using?

Please create a Bugzilla issue, and then attach:
jmeter.log
testplan
datafiles (if necessary)

N.B. Edit the files to obscure any private information first.

S..
On 29/03/07, Nino Wael <Ni...@sdk.sas.com> wrote:
> Could it be that some of your samples are too stressed out to finish their response before timeout?
>
> Do you expect your test to stress the system?
>
> For example on one of our web pages an ajax call failed because our database framework are being used somewhat wrong, this only shows during heavy load though...
>
> -nino
>
> ________________________________
>
> Fra: David Schulberg [mailto:David.Schulberg@objectconsulting.com.au]
> Sendt: to 29-03-2007 08:16
> Til: jmeter-user@jakarta.apache.org
> Emne: Periodic sampler errors
>
>
>
> Hi,
>
> Running under load I see that a small number of web service requests are failing (I assume the listener error is related to the problem in the sampler), but most requests actually go through without error. Why are a small percentage of my requests failing as shown below?
>
> 2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The element type "EOF" must be terminated by the matching end-tag "</EOF>".
> 2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=]
> 2007/03/29 14:34:59 ERROR - jmeter.threads.ListenerNotifier: Detected problem in Listener:  java.lang.ArrayIndexOutOfBoundsException: 4815 > 4329
>  at java.util.Vector.insertElementAt(Unknown Source)
>  at javax.swing.tree.DefaultMutableTreeNode.insert(Unknown Source)
>  at javax.swing.tree.VariableHeightLayoutCache.createNodeAt(Unknown Source)
>  at javax.swing.tree.VariableHeightLayoutCache.treeNodesInserted(Unknown Source)
>  at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesInserted(Unknown Source)
>  at javax.swing.tree.DefaultTreeModel.fireTreeNodesInserted(Unknown Source)
>  at javax.swing.tree.DefaultTreeModel.nodesWereInserted(Unknown Source)
>  at javax.swing.tree.DefaultTreeModel.insertNodeInto(Unknown Source)
>  at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.updateGui(ViewResultsFullVisualizer.java:184)
>  at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.add(ViewResultsFullVisualizer.java:168)
>  at org.apache.jmeter.reporters.ResultCollector.sendToVisualizer(ResultCollector.java:415)
>  at org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:391)
>  at org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:239)
>  at org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:466)
>  at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255)
>  at java.lang.Thread.run(Unknown Source)
>
>
> Regards,
> David Schulberg
>
> c/o Object Consulting
> email: david.schulberg@objectconsulting.com.au
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org





Re: Periodic sampler errors

Posted by sebb <se...@gmail.com>.
However in this case I think the log messages show that the problem
originates in JMeter, rather than the server.

It looks like the SOAP document could not be created properly.

What options did you use on the Webservice sampler? E.g. Is it reading
a file, or is the data in the GUI?

Which version of JMeter are you using?

Please create a Bugzilla issue, and then attach:
jmeter.log
testplan
datafiles (if necessary)

N.B. Edit the files to obscure any private information first.

S..
On 29/03/07, Nino Wael <Ni...@sdk.sas.com> wrote:
> Could it be that some of your samples are too stressed out to finish their response before timeout?
>
> Do you expect your test to stress the system?
>
> For example on one of our web pages an ajax call failed because our database framework are being used somewhat wrong, this only shows during heavy load though...
>
> -nino
>
> ________________________________
>
> Fra: David Schulberg [mailto:David.Schulberg@objectconsulting.com.au]
> Sendt: to 29-03-2007 08:16
> Til: jmeter-user@jakarta.apache.org
> Emne: Periodic sampler errors
>
>
>
> Hi,
>
> Running under load I see that a small number of web service requests are failing (I assume the listener error is related to the problem in the sampler), but most requests actually go through without error. Why are a small percentage of my requests failing as shown below?
>
> 2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The element type "EOF" must be terminated by the matching end-tag "</EOF>".
> 2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=]
> 2007/03/29 14:34:59 ERROR - jmeter.threads.ListenerNotifier: Detected problem in Listener:  java.lang.ArrayIndexOutOfBoundsException: 4815 > 4329
>  at java.util.Vector.insertElementAt(Unknown Source)
>  at javax.swing.tree.DefaultMutableTreeNode.insert(Unknown Source)
>  at javax.swing.tree.VariableHeightLayoutCache.createNodeAt(Unknown Source)
>  at javax.swing.tree.VariableHeightLayoutCache.treeNodesInserted(Unknown Source)
>  at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesInserted(Unknown Source)
>  at javax.swing.tree.DefaultTreeModel.fireTreeNodesInserted(Unknown Source)
>  at javax.swing.tree.DefaultTreeModel.nodesWereInserted(Unknown Source)
>  at javax.swing.tree.DefaultTreeModel.insertNodeInto(Unknown Source)
>  at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.updateGui(ViewResultsFullVisualizer.java:184)
>  at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.add(ViewResultsFullVisualizer.java:168)
>  at org.apache.jmeter.reporters.ResultCollector.sendToVisualizer(ResultCollector.java:415)
>  at org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:391)
>  at org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:239)
>  at org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:466)
>  at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255)
>  at java.lang.Thread.run(Unknown Source)
>
>
> Regards,
> David Schulberg
>
> c/o Object Consulting
> email: david.schulberg@objectconsulting.com.au
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


SV: Periodic sampler errors

Posted by Nino Wael <Ni...@sdk.sas.com>.
Could it be that some of your samples are too stressed out to finish their response before timeout?
 
Do you expect your test to stress the system?
 
For example on one of our web pages an ajax call failed because our database framework are being used somewhat wrong, this only shows during heavy load though...
 
-nino

________________________________

Fra: David Schulberg [mailto:David.Schulberg@objectconsulting.com.au]
Sendt: to 29-03-2007 08:16
Til: jmeter-user@jakarta.apache.org
Emne: Periodic sampler errors



Hi,

Running under load I see that a small number of web service requests are failing (I assume the listener error is related to the problem in the sampler), but most requests actually go through without error. Why are a small percentage of my requests failing as shown below?

2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: Error processing data: The element type "EOF" must be terminated by the matching end-tag "</EOF>".
2007/03/29 14:34:59 WARN  - jmeter.protocol.http.sampler.WebServiceSampler: [SOAPException: faultCode=Could not create document; msg=]
2007/03/29 14:34:59 ERROR - jmeter.threads.ListenerNotifier: Detected problem in Listener:  java.lang.ArrayIndexOutOfBoundsException: 4815 > 4329
 at java.util.Vector.insertElementAt(Unknown Source)
 at javax.swing.tree.DefaultMutableTreeNode.insert(Unknown Source)
 at javax.swing.tree.VariableHeightLayoutCache.createNodeAt(Unknown Source)
 at javax.swing.tree.VariableHeightLayoutCache.treeNodesInserted(Unknown Source)
 at javax.swing.plaf.basic.BasicTreeUI$Handler.treeNodesInserted(Unknown Source)
 at javax.swing.tree.DefaultTreeModel.fireTreeNodesInserted(Unknown Source)
 at javax.swing.tree.DefaultTreeModel.nodesWereInserted(Unknown Source)
 at javax.swing.tree.DefaultTreeModel.insertNodeInto(Unknown Source)
 at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.updateGui(ViewResultsFullVisualizer.java:184)
 at org.apache.jmeter.visualizers.ViewResultsFullVisualizer.add(ViewResultsFullVisualizer.java:168)
 at org.apache.jmeter.reporters.ResultCollector.sendToVisualizer(ResultCollector.java:415)
 at org.apache.jmeter.reporters.ResultCollector.sampleOccurred(ResultCollector.java:391)
 at org.apache.jmeter.threads.ListenerNotifier.notifyListeners(ListenerNotifier.java:239)
 at org.apache.jmeter.threads.JMeterThread.notifyListeners(JMeterThread.java:466)
 at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:255)
 at java.lang.Thread.run(Unknown Source)


Regards,
David Schulberg

c/o Object Consulting
email: david.schulberg@objectconsulting.com.au




---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org