"Invalid Request" Error During OFSAA Login Post OHS Redirection
(Doc ID 3060209.1)
Last updated on DECEMBER 17, 2024
Applies to:
Oracle Financial Services Analytical Applications Infrastructure - Version 8.0.8 and laterInformation in this document applies to any platform.
Oracle Financial Services Analytical Applications Infrastructure (OFSAAI)
Oracle Financial Services Analytical Applications (OFSAA)
Oracle Financial Services Enterprise Performance Management (EPM)
Modern Risk and Finance (MRF)
Oracle HTTP Server (OHS)
Symptoms
On OFSAA 8.0.x version, Invalid request error after login post Oracle HTTP Server (OHS) redirection.
ERROR
Invalid request / Error while processing request
weblogic.xml from $FIC_WEB_HOME has cookie secure parameter set to false (same in deployed location).
<session-descriptor>
<cookie-name>JSESSIONID</cookie-name>
<cookie-domain><OFSAA URL></cookie-domain>
<cookie-path>/OFSAA</cookie-path>
<cookie-http-only>true</cookie-http-only>
<cookie-secure>false</cookie-secure>
</session-descriptor>
Below error is found in Weblogic Managed Server log:
#### <[ACTIVE] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'> <> <> <0069J0pjZfz3j4C_JDd9if0004040001Uz> <[severity-value: 8] [rid: 0:1] [partition-id: 0] [partition-name: DOMAIN] > <[ServletContext@301742544[app:OFSAA module:OFSAA path:null spec-version:3.1], request: weblogic.servlet.internal.ServletRequestImpl@fb73f9d[
POST /OFSAA/auth/validldaplogin.jsp HTTP/1.1
Content-Length: 282
Cache-Control: max-age=0
Origin: http://<OHS IP address>:9005
Content-Type: application/x-www-form-urlencoded
Upgrade-Insecure-Requests: 1
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36 Edg/130.0.0.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
Referer: http://<OHS IP address>:9005/OFSAA/login.jsp
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
ECID-Context: 1.0069J0pjZfz3j4C_JDd9if0004040001Uz;kXjE
Connection: Keep-Alive
X-Forwarded-For: <ip_address>
X-WebLogic-KeepAliveSecs: 30
X-WebLogic-Force-JVMID: -1911543018
]] Root cause of ServletException.
javax.servlet.jsp.JspTagException: i18n:message tag, could not find bundleRef=bundle1
at reveleus.tags.revmessage.getBundle(revmessage.java:120)
at reveleus.tags.revmessage.doStartTag(revmessage.java:185)
at jsp_servlet._auth.__validldaplogin._jsp__tag3(__validldaplogin.java:3171)
at jsp_servlet._auth.__validldaplogin._jspService(__validldaplogin.java:1032)
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 |
Cause |
Solution |