https://issues.apache.org/bugzilla/show_bug.cgi?id=55375

            Bug ID: 55375
           Summary: java.lang.StackOverflowError with ModuleController in
                    Non-GUI mode
           Product: JMeter
           Version: 2.9
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 30684
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=30684&action=edit
The test to reproduce the error. The log file.

See attached a simple jmx file to reproduce the stackoverflow. There is no
problem when i start the test in GUI mode. 

In Non-GUI i have the following output.

An error occurred: null
errorlevel=1
Drücken Sie eine beliebige Taste . . .

Here is how i start the test in Non-GUI mode.

jmeter -n -t
d:\development\workspaces\2.11.3\apache-jmeter-latest\bin\temp\stackoverflow\stackoverflow.jmx
-l
d:\development\workspaces\2.11.3\apache-jmeter-latest\bin\temp\stackoverflow\stackoverflow.jtl
-j
d:\development\workspaces\2.11.3\apache-jmeter-latest\bin\temp\stackoverflow\stackoverflow.log
 

In the log (also attached) the last entry is the stacktrace of the
java.lang.StackOverflowError.

2013/08/07 10:04:45 FATAL - jmeter.JMeter: An error occurred: 
java.lang.StackOverflowError
    at java.util.HashMap.containsKey(HashMap.java:335)
    at
org.apache.jorphan.collections.ListedHashTree.add(ListedHashTree.java:163)
    at
org.apache.jmeter.control.ModuleController.getReplacementSubTree(ModuleController.java:170)
    at org.apache.jmeter.JMeter.convertSubTree(JMeter.java:883)
    at org.apache.jmeter.JMeter.convertSubTree(JMeter.java:885)
    at org.apache.jmeter.JMeter.convertSubTree(JMeter.java:885)
...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to