Web load testing with OpenSTA

IanPurves

Member
I have set up a test system with toolset 8.98.2.1 on OAS, and want to perform some stress testing with OpenSTA. I can get OpenSTA to record a session, and when I replay the script it works with most apps, but I have two issues :

- when submitting a job, if I opt to enter Data Selection, the script fails and doesn't get past the 'Data Selection' form. This error is reported in the jas log file - '12 Mar 2010 14:36:02,219 [Line ?] [AJPRequestHandler-RMICallHandler-105] [SEVERE] - [RUNTIME] DSELInputProcessor.processInput() - Unknown command, null. Ignoring command.'

- the script fails to log out a session. This error is in the log file - '12 Mar 2010 14:20:31,596 [SEVERE] - [MAFLETCONTAINER] ERROR: unable to get node by ID (140164316001eb-KRHGEOMPSV-UXKYYYYYYY_999_9994079) because it wasn't in the NodeDataSource individual node cache.'

Is anyone else using OpenSTA and come across the same issues?
 
You stress test the JAS server.
When submitting a job, the JAS server only passes the command to the Batch server, where the job executes.
Maybe OpenSTA cannot retrieve the batch# / ProcessID the batch server returns.
 
Back
Top