We are load testing one of our client's Oracle Forms Application for the simple LogIn and LogOut scenario with NeoLoad 5.0. There is a pause time (Delay action) of 5 seconds between LogIn and LogOut. The Scenario is such that each vUser hits the HomePage > LogsIn > Waits 5 seconds > LogsOut. All these requests are put in the Actions container, with a pacing duration of 60 seconds.
The check-virtual-user worked fine. But, when we started a test with 50vUsers, initially the iterations went fine. All the vUsers were ramped up in 500 seconds; after 10-15 minutes, all the users were stalled at the "LogIn" action in their 2nd or 3rd iterations. There is no error shown in NeoLoad runtime even after 1 hour of test run.
Please suggest if there is any configuration / setting for the timeout error to show up for oracle forms application? I have seen that in the "controller.properties" file, the following settings are present. Please help. Thank you.
[OracleForms]
oracle.correlationById=true
oracle.forms.session.migration.max.retry=5
oracle.forms.session.migration.retry.delay=1000
[Runtime]
timeout.loadGenerator.stop.wait=120000
runtime.so.timeout=300000
runtime.connection.timeout=300000