This has happened on 3.4 and 4.0.0 as well, I read somewhere on this forum it was fixed, but for some reason NOT in my case.
Error is thrown after running my test for 45min-1hr, this test contains 4 telnet, 2 ssh, and 1 snmp session; it's a soak/stress test.
I've tried adjusting my itest.ini, but that's made little different. Here's the whole error:
Exception of Stack Track:
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOfRange(Unknown Source)
at java.lang.String.<init>(Unknown Source)
at java.lang.StringBuffer.toString(Unknown Source)
at com.mysql.jdbc.PreparedStatement.setString(PreparedStatement.java:4124)
at org.apache.commons.dbcp.DelegatingPreparedStatement.setString(DelegatingPreparedStatement.java:132)
at org.apache.commons.dbcp.DelegatingPreparedStatement.setString(DelegatingPreparedStatement.java:132)
at com.fnfr.foundation.database.Database2.fillPreparedStatement(Database2.java:512)
at com.fnfr.foundation.database.Database2.executeUpdateQuery(Database2.java:551)
at com.fnfr.svt.testreport.database.TestReportDatabase2.updateReportItem(TestReportDatabase2.java:511)
at com.fnfr.svt.testreport.database.manager.TestReportWriter.updateStep(TestReportWriter.java:66)
at com.fnfr.svt.execution.kernel.TestReporter.updateStep(TestReporter.java:206)
at com.fnfr.svt.execution.kernel.BaseStepExecutor.updateStepReport(BaseStepExecutor.java:914)
at com.fnfr.svt.execution.kernel.BaseStepExecutor.execute(BaseStepExecutor.java:293)
at com.fnfr.svt.execution.kernel.ExecutionThread.executeStep(ExecutionThread.java:926)
at com.fnfr.svt.execution.kernel.ExecutionThread.executeMainLoop(ExecutionThread.java:802)
at com.fnfr.svt.execution.kernel.ExecutionThread.ffrun(ExecutionThread.java:722)
at com.fnfr.foundation.FanfareRunnable.run(FanfareRunnable.java:86)
at java.lang.Thread.run(Unknown Source)