[Solved] Application launch error in Oracle EBS R12.1

EBS R12.1 oracle Apps DBA eror issue solved
Oracle

Share Post Now :

HOW TO GET HIGH PAYING JOBS IN AWS CLOUD

Even as a beginner with NO Experience Coding Language

Explore Free course Now

Table of Contents

Loading

In this post, we are going to cover the issue and its fix that one of our trainees was facing this issue while accessing Oracle EBS R12.1.3 application. They were getting this error java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.profiles.Profiles.

The following error occurred after patching EBS to 12.1.3 don’t worry we have got you covered in this blog.

Let’s check in the error log why this happened, go to $IAS_ORACLE_HOME/j2ee/oacore/logs and check the log file

Error:

Request URI:/OA_HTML/AppsLocalLogin.jsp

Exception:
java.lang.NoClassDefFoundError: Could not initialize class oracle.apps.fnd.profiles.Profiles

Check Out: Our blog post on Edelivery Oracle Download Guide. Click here

Solution:

There are two ways in which the issue can be resolved now.

1. We can resolve this issue by Bouncing the database on each node in case of RAC.

OR

2. You can make below changes in application and bounce services:

1. Backup the Jserv.properties file. (Backing up the original file is the best practice, if anything goes sideways you can restore the original state of the system.)

2. changing the value of the LONG_RUNNING_JVM=  parameter from “true” to “false” in Jserv.properties file.

grep -i wrapper.bin.parameters=-DLONG_RUNNING_JVM Jserv.properties
wrapper.bin.parameters=-DLONG_RUNNING_JVM=false

3. Stoping adapactl.sh stop (To ensure that all the serves are stoped)

cd $COMMON_TOP/admin/scripts/$CONTEXT_NAME
adapactl.sh stop

4. Clearing server-level cache:

cd $COMMON_TOP
mv _pages _pages_09July2014
mkdir _pages

5. Clearing modplsql caches:

cd  $IAS_ORACLE_HOME/Apache/modplsql/
mv cache cache_09July2014
cd cache
rm -rf *

6. Clearing Apache logs

cd $IAS_ORACLE_HOME/Apache/Apache/
mv logs logs_09July2014
cd logs
rm - rf *

 Start Services:

Now try starting the services

cd $COMMON_TOP/admin/scripts/$CONTEXT_NAME
adapactl.sh start.

Please share this blog with your friends and Colleagues and stay tuned for our future blogs.

Check Out: Our previous blog post on Workflow Notification Mailer. Click here

Related/Further Readings

Next Task For You

We cover Oracle E-Business R12.2 Architecture & concepts in our Oracle Apps DBA For Beginners Training along with the Installation, Patching, Cloning, and Troubleshooting and also, Database upgrade to 19c  and much more including the hands-on labs you must perform to upgrade your skills and get a good job with a high package.

Begin your journey towards becoming an Apps DBA by joining our FREE Masterclass on How To Learn Oracle Apps DBA (R12) & It’s New Features.

Picture of mike

mike

I started my IT career in 2000 as an Oracle DBA/Apps DBA. The first few years were tough (<$100/month), with very little growth. In 2004, I moved to the UK. After working really hard, I landed a job that paid me £2700 per month. In February 2005, I saw a job that was £450 per day, which was nearly 4 times of my then salary.