ASAP Orders are failing with 253 "Cannot submit order to SARM" - Exception
Hi All,
While preparing some performance tests for the our new ASAP 7.3 instances. When we start multiple (up to 20) CSDL commands “simultaneously”, some of them (e.g. 3 out of 20) are failing with WO_STATUS=253 and ERROR_TEXT=”Cannot submit order to SARM. Exception (java.rmi.AccessException:[EJB:010160]Security violation: User <anonymous> has insufficient permission to access EJB type=<ejb>, application=asapSY73, module=srp.jar, ejb=JVTActivation, method=makeOrderValue, methodInterface=Remote, signature={java.lang.String}.)”.
We made some experiments with WebLogic configuration. We changed in RPCDataSource the jdbc-connection-pool-params: max-capacity from 5 to 20 – since then, we cannot reproduce the SARM issue.
The strange thing is: when changing the parameter back to 5, the problem still does not occur anymore. But performance seem to be better with value 5.