When attempting to log in Unified Self Service (USS) it fail with an error: "Your request failed to complete. Authentication failed. Please try again"
search cancel

When attempting to log in Unified Self Service (USS) it fail with an error: "Your request failed to complete. Authentication failed. Please try again"

book

Article ID: 7293

calendar_today

Updated On:

Products

SUPPORT AUTOMATION- SERVER CA Service Desk Manager - Unified Self Service CA Service Desk Manager CA Service Management - Asset Portfolio Management CA Service Management - Service Desk Manager

Issue/Introduction

When attempting to log in USS it fail with an error:

Your request failed to complete. Authentication failed. Please try again.

Liferay logs shows the following error

21:57:43,912 ERROR [EEMLogin:120] Error during authentication in EEM
java.lang.SecurityException: JCE cannot authenticate the provider JsafeJCE


Environment

USS 14.1 or aboveWindows 2008 R2 or above

Cause

The JAVA_HOME variable set in the file wrapper.conf file was modified to use a different JRE installed in the server. USS and liferay include a JRE which is customized to the necessities of the application, other JREs use and have different libraries which may not work the same as the out of the box (OOTB) files. Unless it is authorized by CA Support the OOTB JRE configured in the file wrapper.conf file cannot be modified.


Resolution

1. Locate the file wrapper.conf in the USS server in the following path.

..\Program Files\CA\Self Service\OSOP\tomcat-7.0.40\bin

2. Take a backup of the file wrapper.conf

3. Edit the file  under '# Specify a specific java binary:' so it looks like the following:

    set.JAVA_HOME= C:\Program Files\CA\Self Service\OSOP\tomcat-7.0.40\jre

4. Save the changes and restart the USS service.