Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SOA beneficiarymanagerapproval composite callback service failing.

2882235Feb 11 2015 — edited Mar 8 2015

Hello Everyone

Hope this email finds everyone in a good condition. My question is regarding BeneficiaryManagerApproval, we are using this composite for manager level approval. So, right now we are testing this again https oim url, we have set up everything required - deployed the composite, set discovery configuration parameters like soapuri, oimfrontenduri and other things. Now, when a user raises a request for a resource, the request goes for the approver and he could see, approve it. But after approval during the callback service we are seeing some difficulties. We checked the instance and found out some errors as shown - pic1.jpg

The errors from the soa log are as follows -

Caused By: java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'hostname, port: '80'

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:342)

    at weblogic.net.http.HttpClient.openServer(HttpClient.java:435)

    at weblogic.net.http.HttpClient.New(HttpClient.java:261)

    at weblogic.net.http.HttpURLConnection.connect(HttpURLConnection.java:218)

<Warning> <oracle.integration.platform.blocks.soap> <BEA-000000> <Unable to invoke endpoint URI "https://host/workflowservice/CallbackService" successfully due to: Unable to invoke endpoint URI "https://host/workflowservice/CallbackService" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 404 Not Found from url "https://host/workflowservice/CallbackService" >

<Error> <oracle.wsm.resources.enforcement> <WSM-07501> <Failure in Oracle WSM Agent processRequest, category=security, function=agent.function.client, application=default, composite=BeneficiaryManagerApproval, modelObj=CallbackService_2, policy=null, policyVersion=null, assertionName=null.oracle.wsm.common.sdk.WSMException: no protocol: localhost

    at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.initialize(SecurityScenarioExecutor.java:476)

    at oracle.wsm.security.policy.scenario.executor.SecurityScenarioExecutor.init(SecurityScenarioExecutor.java:347)

    at oracle.wsm.security.policy.scenario.executor.Wss11SamlWithCertsScenarioExecutor.init(Wss11SamlWithCertsScenarioExecutor.java:76)

    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:259)

    at oracle.wsm.policyengine.impl.runtime.WSPolicyRuntimeExecutor.populateAssertionExecutors(WSPolicyRuntimeExecutor.java:282)

Caused By: oracle.wsm.security.SecurityException: no protocol: localhost

    at oracle.wsm.security.identity.WSMIdentityReaderValidator.getHostname(WSMIdentityReaderValidator.java:206)

    at oracle.wsm.security.identity.WSMIdentityReaderValidator.getIdentity(WSMIdentityReaderValidator.java:149)

Caused By: java.net.MalformedURLException: no protocol: localhost

    at java.net.URL.\<init>(URL.java:585)

    at java.net.URL.\<init>(URL.java:482)

    at java.net.URL.\<init>(URL.java:431)

<Warning> <oracle.integration.platform.blocks.soap> <BEA-000000> <Unable to invoke endpoint URI "localhost" successfully due to: Unable to invoke endpoint URI "localhost" successfully due to: oracle.fabric.common.PolicyEnforcementException: no protocol: localhost>

<Feb 10, 2015 10:33:48 AM CST> <Error> <oracle.soa.bpel.engine.ws> <BEA-000000> <got FabricInvocationException java.net.MalformedURLException: no protocol: localhost

After searching a lot through internet, I found some things like to check if soapuri is correct - I checked these parameters and they are correct. What should I need to do to remove this exceptions, why is this call back failing and the request not getting completed?. Do I need to add SSL certificate into keystore as this is SSL communications. Please help me as this issue is becoming serious, thank you in advance for the help and suggestions.

Thanking You again.

This post has been answered by 2882235 on Mar 8 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 5 2015
Added on Feb 11 2015
9 comments
4,558 views