You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2007/03/30 08:53:18 UTC

DO NOT REPLY [Bug 41991] New: - Under load web service requests start failing

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41991>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41991

           Summary: Under load web service requests start failing
           Product: JMeter
           Version: 2.2
          Platform: PC
        OS/Version: Windows Server 2003
            Status: NEW
          Keywords: ErrorMessage
          Severity: major
          Priority: P2
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: david.schulberg@objectconsulting.com.au


Errors only appear after test has been running OK for a few minutes. From 
JMeter logfile:

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)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41991] - Under load web service requests start failing

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41991>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41991


sebb@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From sebb@apache.org  2007-03-30 07:08 -------
The Thread group has 400 threads and a loop count of 5, i.e. 2000 loops in 
total.

The CSV data file contains 1000 entries, and the CSV Dataset element 
has "Recycle on EOF" set to false, so after 1000 entries that variable will be 
set to <EOF> - see:
 
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#CSV_Data_S
et_Config

So that explains the error - insufficient data.

==

Also, for a stress test I recommend removing as many listeners as possible. 
You can always write the data to a file and read it back in

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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


DO NOT REPLY [Bug 41991] - Under load web service requests start failing

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=41991>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=41991





------- Additional Comments From david.schulberg@objectconsulting.com.au  2007-03-29 23:54 -------
Created an attachment (id=19844)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19844&action=view)
Copy of JMeter log, JMeter test script and data file used


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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