Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Solved: The query “/policies/oracle/no_authentication_client_policy” is queued for later retrieval

The query “/policies/oracle/no_authentication_client_policy” is queued for later retrieval

I have got into the below WebLogic error while running a deployed SOA application . 

Weblogic Error 


WSM-02557 The documents required to configure the Oracle Web Services Manager Runtime have not been retrieved from the Policy Manager application (WSM-pm), possibly because the application is not running or has not been deployed in the environment. The query “/policies/oracle/no_authentication_client_policy” is queued for later retrieval.
“.
at oracle.wsm.agent.WSMAgent.getPolRefPolMap(WSMAgent.java:1128)
at oracle.wsm.agent.WSMAgent.processCommon(WSMAgent.java:1178)
at oracle.wsm.agent.WSMAgent.processRequest(WSMAgent.java:563)
at oracle.fabric.common.BindingSecurityInterceptor.processRequest(BindingSecurityInterceptor.java:118)
at oracle.integration.platform.common.InterceptorChainImpl.processRequest(InterceptorChainImpl.java:136)
at oracle.integration.platform.common.mgmt.InterceptorChainManager.processRequest(InterceptorChainManager.java:196)
at oracle.j2ee.ws.client.mgmt.runtime.SuperClientInterceptorPipeline.handleRequest(SuperClientInterceptorPipeline.java:131)
at oracle.j2ee.ws.client.jaxws.DispatchImpl.handleRequest(DispatchImpl.java:811)
at oracle.j2ee.ws.client.jaxws.DispatchImpl.handleRequest(DispatchImpl.java:781)
at oracle.j2ee.ws.client.jaxws.DispatchImpl.invoke(DispatchImpl.java:1281)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.synchronousInvocationWithRetry(OracleDispatchImpl.java:237)
at oracle.j2ee.ws.client.jaxws.OracleDispatchImpl.invoke(OracleDispatchImpl.java:108)
at oracle.bpel.services.workflow.client.SOAPDispatcher.invokeDispatcher(SOAPDispatcher.java:257)
at oracle.bpel.services.workflow.client.SOAPDispatcher.dispatch(SOAPDispatcher.java:376)
at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.invoke(IdentityServiceSOAPClient.java:212)
at oracle.bpel.services.identity.client.IdentityServiceSOAPClient.authenticateUser(IdentityServiceSOAPClient.java:559)
at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1100)
at oracle.bpel.services.identity.client.AbstractIdentityServiceClient.authenticateUser(AbstractIdentityServiceClient.java:1129)
at com.primavera.bpm.BPMServiceManager.getIdentityService(BPMServiceManager.java:224)
at com.primavera.bpm.BPMConnectorImpl.getProcessInstances(BPMConnectorImpl.java:591)
at com.primavera.infr.srvcs.bpm.BPMNServiceImpl$3.command(Unknown Source)
at com.primavera.infr.srvcs.bpm.BPMNServiceImpl$3.command(Unknown Source)
at com.primavera.bpm.common.BPMCommandRunner$1.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)

Solution: 

The ListenAddress field in the WebLogic server is empty, due to this the deployed application cant communicate to the WSM-PM. 

  1. Log into WebLogic console 
  2. Click on the Servers >> AdminServer 
  3. Click on the Configuration tab and Make sure the Listen Address field is not empty. Either input IP Address or the DNS name
  4. Repeat the step 1 to 3 to all the managed server 
  5. Restart the servers 


This post first appeared on Oracle ADF, BPM, BI And Primavera P6 Tutorials, please read the originial post: here

Share the post

Solved: The query “/policies/oracle/no_authentication_client_policy” is queued for later retrieval

×

Subscribe to Oracle Adf, Bpm, Bi And Primavera P6 Tutorials

Get updates delivered right to your inbox!

Thank you for your subscription

×