Today after cloning a DEV instance from PROD – where we recently applied RUP4 (4676589) patch, I was not able to login to APPS.
Launching a direct URL – http://server.domain.com:8000, I was getting below error
Java.lang.NullPointerException
at oracle.apps.fnd.framework.webui.OADialogManager.getDialogMessages(OADialogManager.java:187)
at
oracle.apps.fnd.framework.webui.OAPageSecurity.displayPageSecurityError(OAPageSecurity.java:1223)
at oracle.apps.fnd.framework.webui.OAPageSecurity.validatePageSecurity(OAPageSecurity.java:938)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2132)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
at _oa__html._OA._jspService(_OA.java:86)
This reminded me another issue where after applying RUP4 patch, I was getting blank page when iProcurement was launched. Hence applied the same fix here and bounced the apache
Fix was – changed the profile “Self Service Personal Home Page Mode” from “Personal Home Page” to “Personal Home Page with Framework”. Reference – Metalink Note ID – 859151.1
This resolved the issue and I was successfully login to APPS
Anand
Leave a Reply