Compilation Of JSP File '/error.jsp' Failed: After Oam Configuration
(Doc ID 2619718.1)
Last updated on FEBRUARY 23, 2023
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.1.3 and laterInformation in this document applies to any platform.
Symptoms
On : 12.1.3 version, Oracle Access Manager
When attempting to login using SSO after OAM configuration
the following error occurs.
ERROR
-----------------------
http://<host>.<domain>:<port>/ebsauth21/dossologin
Compilation of JSP File '/error.jsp' failed:
error.jsp:109:79: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
if (errorText.startsWith ("FND-" || errorText.startsWith("FND") || errorText.contains ("SEC_CONFIG")){
error.jsp:109:89: The type java.lang.CharSequence cannot be resolved. It is indirectly referenced from required .class files
if (errorText.startsWith ("FND-" || errorText.startsWith("FND") || errorText.contains ("SEC_CONFIG")){
STEPS
-----------------------
The issue can be reproduced at will with the following steps:
1. Configure SSO
2. Attempt login
3. Error occurs
BUSINESS IMPACT
-----------------------
The issue has the following business impact:
Due to this issue, users cannot access SSO due to the error
Changes
New Implementation
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 |