Test Suite: Execution stop after 23 Passed requests

Hi @huynguyen,
I attached the error log.txt file to You, but i have not get any error under the execution running.

Regards,

error.log (23.8 KB)

I updated to the 7.1.2 version, a ran the Test suite again, the problem is the same!
I attached the error.log.

Thank You!
Regards,error.log (11.6 KB)

Hi @Gabor.Probst,

In the katalon.ini file you sent, you should change from:

-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740
-data
@noDefault-vmargs
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms1024m
-Dfile.encoding=utf-8
-Xmx4096m

to

-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740
-data
@noDefault
-vmargs
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms1024m
-Dfile.encoding=utf-8
-Xmx4096m

The different is adding a line break between: @noDefault and -vmargs.

Thanks

Hi @duyluong,

I made the modification in the katalon.ini file, at now it looks like this:

-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740
-data
@noDefault
-vmargs
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms1024m
-Dfile.encoding=utf-8
-Xmx4096m

I ran the Test suite again, the problem is the same!
The execution stopped the 24th request, without any error message.

Regards,

Hi @huynguyen,

I made the modification, what You send me private:

Please add the following properties to your above katalon.ini file:
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=<path_to_your_heap_dump_file>

At now the ini file looks like this:

-startup
plugins/org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
–launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.401.v20161122-1740
-data
@noDefault
-vmargs
-XX:+UseG1GC
-XX:+UseStringDeduplication
-Xms1024m
-Dfile.encoding=utf-8
-Xmx4096m
-XX:+HeapDumpOnOutOfMemoryError
-XX:HeapDumpPath=C:\Users\inf_probst_g\Documents\Katalon Studio\Katalon_Studio_Windows_64-7.0.7

I ran the Test Suite, the execution stopped the 24th request, but I can not find the dump file in the path.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.