Skip to Main Content

Java Development Tools

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Getting below error while trying to invoke BI Publisher SOAP service from Weblogic 12c

bala36-OracleDec 8 2022 — edited Dec 8 2022

Same code works in standalone
<Dec 9, 2022 1:00:18,987 AM GST> <Error> <Default> <BEA-000000> <Error while invoking endpoint https://emsk-test.fa.em8.oraclecloud.com:443/xmlpserver/services/ExternalReportWSSService from client; ServiceName: {http://xmlns.oracle.com/oxp/service/PublicReportService}ExternalReportWSSService ; PortName: {http://xmlns.oracle.com/oxp/service/PublicReportService}ExternalReportWSSService ; Client side features: [weblogic.jws.jaxws.client.ClientIdentityFeature]; Client side policies: >
<Dec 9, 2022 1:00:18,987 AM GST> <Warning> <oracle.iam.scheduler.vo> <BEA-000000> <IAM-1020021 Unable to execute job : HCM Trusted Custom Data Recon Task with Job History Id:136773
java.lang.NullPointerException
at weblogic.wsee.security.saml.SAMLTrustCredentialProvider.getCredentialFromRSTR(SAMLTrustCredentialProvider.java:843)
at weblogic.wsee.security.saml.SAMLTrustCredentialProvider.createCredential(SAMLTrustCredentialProvider.java:774)
at weblogic.wsee.security.saml.SAMLTrustCredentialProvider.getCredentialSTSCSS(SAMLTrustCredentialProvider.java:225)
at weblogic.wsee.security.saml.SAMLTrustCredentialProvider.getCredential(SAMLTrustCredentialProvider.java:127)

Comments

Timo Hahn

The error points to some kind of misconfiguration on the cloud. There must be something different between the cloud server and the stand alone server.
Anyway, you should ask this question in one of the cloud related form.

Timo

dvohra21

Being an http service verify if permissions are set.

1 - 2

Post Details

Added on Dec 8 2022
2 comments
300 views