Hi Experts,
We are getting following exception while deploying a BPM on SAP PO 7.4 server. We are using NWDS 7.31 for design, build and deployment.
"Error while setting application security. Could not get policy configuration for web application "
We are encountering this error for one of the Operation mapping, imported as WS in BPM.
I have crosschecked all required steps for using operation mapping in NWBPM from following blogs and documents,
Using Operation Mappings (PI) in a BPM Process - Process Orchestration - SAP Library
Please find below the trace,
atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor$DeployProcessorHelper.visit(AbstractDeployProcessor.java:282)
atcom.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84)
atcom.sap.engine.services.dc.cm.deploy.impl.AbstractDeployProcessor.deploy(AbstractDeployProcessor.java:100)
atcom.sap.engine.services.dc.cm.deploy.impl.DeployThread.run(DeployThread.java:39)
atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
atcom.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
atcom.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Nested exceptions :com.sap.engine.services.deploy.container.DeploymentException: com.sap.engine.services.servlets_jsp.server.exceptions.
WebDeploymentException:
Error while setting application security. Could not get policy configuration for web application
[Test_StatusUpdate_Service/Test_Execute_And_Test_Response_StatusUpdatePortType]
in application [test.org/test_status~pr~pm]
with policy config ID [test.org/test_status~pr~pm*test_org_pr_pm_Test_Execute_And_Test_Response_StatusUpdatePortType].
Let me know if any one encountered this error and know the resolution.
Thanks in Advance.