ERROR: URL Validation Failed. The Error Could Have Been Caused Through The Use Of The Browser’s Naviation

 

APPLIES TO:
Oracle HRMS (US) - Version 12.1.3 to 12.2.5 [Release 12.1 to 12.2]

SYMPTOMS:
When trying to open either the 'Disclose Veteran Status' or the 'Disclose Disability Status' pdf forms from Employee Self Service,the following error occurs:
'URL validation failed. The error could have been caused through the use of the browser's navigation buttons ( the browser Back button or refresh, for example). If the error persists, Please contact system administrator.'

STEPS
The issue can be reproduced at will with the following steps:
1. Log into Employee Self-Service
2. Click on either the 'Disclose Veteran Status' or the 'Disclose Disability Status' pdf forms
3. Error occurs

CAUSE:
Exact cause could not be determine but after compiling the following files the issue was resolved
paydisplayPDF.jsp
pyshpslp.jsp

SOLUTION:
There could be multiple reasons for the issue, but compiling these files can resolve the issue. Below is the steps for compiling the files
Command to compile paydisplayPDF.jsp:
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'paydisplayPDF.jsp' --flush

Command to compile pyshpslp.jsp:
$FND_TOP/patch/115/bin/ojspCompile.pl --compile -s 'pyshpslp.jsp' --flush
Recent Posts