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 2004/03/29 19:50:36 UTC

DO NOT REPLY [Bug 28028] New: - NON-GUI mode (distributed testing): IndexOutOfBoundsException

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=28028>.
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=28028

NON-GUI mode (distributed testing): IndexOutOfBoundsException

           Summary: NON-GUI mode (distributed testing):
                    IndexOutOfBoundsException
           Product: JMeter
           Version: 1.9.1
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: hsingh@globalstreams.com


when running JMeter in non-gui mode 
java -Xincgc -Xmx256m -jar ApacheJMeter.jar -n -r -t ../scripts/test.jmx -l
../scripts/out.jtl -Jremote_hosts=host1,host2

it's throwing wollowing exception:

java.lang.IndexOutOfBoundsException: Index: -1, Size: 3
        at java.util.LinkedList.entry(LinkedList.java:356)
        at java.util.LinkedList.set(LinkedList.java:313)
        at
org.apache.jorphan.collections.ListedHashTree.replace(ListedHashTree.java:171)
        at
org.apache.jmeter.engine.ConvertListeners.addNode(ConvertListeners.java:59)
        at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:893)
        at
org.apache.jmeter.engine.ClientJMeterEngine.run(ClientJMeterEngine.java:148)
        at java.lang.Thread.run(Thread.java:536)

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