Child requestor did not created
We noticed that in our system, when it tries to create a child requestor (using tools.getRequestor().queueBatchActivity() method), no child requestor created.
As a consequence, we face several problems:
1. A test scenario does not run - activity pzRunTestSuiteWrapper has java method with above mentioned code.
2. Triggering a web service, which runs asynchronously (using a request processor), does not work - it stays in PR_SYS_EXECREQ_SVC in the status Immediate forever.
Increasing the DSS prconfig/services/maxRequestorChildren/default does not help.
Small update:
We have 2 nodes - Web and BackgroundProcessing. On BackgroundProcessing node it works (if I login into it) - both test suite run and request processor, but not on Web