My Oracle Support Banner

GLDRMLDR Erroring with SEVERE: Error while invoking endpoint... from Client (Doc ID 2456916.1)

Last updated on AUGUST 29, 2023

Applies to:

Oracle General Ledger - Version 12.1 and later
Hyperion Data Relationship Management - Version 11.1.1.0.00 and later
Information in this document applies to any platform.

Symptoms

When running the General Ledger (GL) program - GLDRMLDR: Load Segment Values and Hierarchies
The following is found in the log file:

2018.07.25 11:58:16:-- Scanning DRM for version to Export...
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
INFO: WSM-09004 Component auditing cannot be initialized.
SEVERE: java.io.FileNotFoundException: ./config/jps-config.xml (No such file or directory)
INFO: WSM-09004 Component auditing cannot be initialized.
SEVERE: Error while invoking endpoint "http://serverexample.oracleoutsourcing.com:xxxxx/oracle-epm-drm-webservices/DrmService" from client
2018.07.25 11:58:20:-- oracle.apps.gl.drm.ws.DrmWSClient.getVersions(): Event payload -
<drm:getVersions xmlns:drm='http://drm.webservices.epm.oracle'/>
2018.07.25 11:58:20:-- Unexpected Error -> oracle.apps.gl.drm.ws.DrmWSException: Exception when Invoking Web Service -> oracle.j2ee.ws.client.jaxws.JRFSOAPFaultException: Client received SOAP Fault from server : FailedAuthentication : The security token cannot be authenticated.
null: null

Reviewed the following items and the error remains:
1) Client Received SOAP Fault From Server : FailedAuthentication : The Security Token Cannot Be Authent" : Error Seen After Upgrading the JDK To 1.7.0_151 (Doc ID 2334904.1).
    1. Take up sha2 certificates and use them in the SSL configuration.

    2. Take a look at JDK_HOME/jre/lib/security/java.security file from the prior to the upgrade (i.e. from JDK1.7.0_83) and update the JDK1.7.0_151 java.security file as below making sure that it's identical to the previous JDK1.7.0_83:

    3. Restart all the servers.

2) Username matches between profile and server checked via:
   1.  What is the profile GL: DRM Username is set to?
   2.  Does this match the output for: SELECT fnd_vault.get('SQLGL','&DRM_USERNAME') FROM dual;

3) Verify no clock skew is present check via:
The following values should match -
  1. select to_char( sysdate ,'DD-MON-YY HH24:MI:SS') from dual;
  2. At the same time In the Unix , Open Unix session and type 'Date'

 

This has not worked in the past and is a new setup.

Changes

 New functionality setup.

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.