OAF JVM issue after OS migration
We cloned an EBS environment to OCI. The only technology component that has been changed is the OS. It went from Solaris to Linux (the DB has been changed as well, but I think it has nothing to do with the issue).
What am I missing?
The issue:
In OCI, we get the following error when trying to open any of our customized pages:
…at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused by: java.lang.ClassNotFoundException: Class bytes found but defineClass()failed for: 'oracle.apps.bra.paineldeescopo.server.utils.BraOAViewObjectImpl'
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:276)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)