Weblogic 10.3.6 upgrade to java 1.8 fails to deploy applications.
Noticed below error when we tried to update our weblogic production server to 1.8. The weblogic sucessfully picks up the changed configs and even runs how on acess to the applicaiton the following error is thrown:
##Picked this from the logs##
809bc9f74d:-8000-000000000000006a]
May 07, 2022 3:31:16 AM oracle.dfw.impl.incident.DiagnosticsDataExtractorImpl createADRIncident
INTERNAL_ERROR: incident 45076 created with problem key "DFW-99998 [java.lang.NullPointerException][oracle.adf.model.servlet.ADFBindingFilter.doFilter][GISTQUEST]"
##Picked this on access to application on the browser###
ava.lang.NullPointerException
at TQGIS.view.UIComm.GlobalCC.EXCEPTIONREPORTING(GlobalCC.java:763)
at TQGIS.view.ApplicationSessionExpiryFilter.doFilter(ApplicationSessionExpiryFilter.java:48)
at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:60)