Tuesday, July 21, 2015

Error while deploying the OAF page in R12.2.4

Error while deploying the OAF page in R12.2.4

When I am migrating the objects from R12.1.3 to R12.2.4 I am facing the below error.

Exception Details.
oracle.apps.fnd.framework.OAException: Could not load application module 
'xxmsc.oracle.apps.wsm.TLS.server.AssemblyLotAM'.

The solution for this is, we need to follow below steps. In R12.2.4 the weblogic server was introduced. We need to create the custom jar files and it must be made available for WebLogic to pick it up.

Steps
=====

Go to the custom path where class file is present

adcgnjar

Bounce the oacore

cd $ADMIN_SCRIPTS_HOME

./admanagedsrvctl.sh stop oacore_server1

./admanagedsrvctl.sh start oacore_server1

Bounce the apache

./adapcctl.sh stop 

./adapcctl.sh start