Visit Counter

Thursday, August 6, 2020

Oracle EBS Login Page 500 Internal Server Error Servlet Error

 

I installed Oracle EBS 12.1.3 on VM....when I trying to access the URL login page getting below error:

500 Internal Server Error Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details


Solution:


Run the autoconfig script to reconfigure the oracle application system as following:

Step 1: Stop all services $ $COMMON_TOP/admin/scripts/<context_name>/adstpall.sh APPS/<apps password>

(u01/install/APPS/inst/apps/EBSDB_ebs/admin/scripts)


Step 2: Run the autoconfig script, $adautocfg.sh & respond to the prompts.

(u01/install/APPS/inst/apps/EBSDB_ebs/admin/scripts)



Step 3: Check log files for any errors.log file for autoconfig is adconfig.log & is located in 

< APPL_TOP>/admin/<context_name>/log/MMDDhhmm/

Step 4: Restart all services : $ $COMMON_TOP/admin/scripts/<context_name>/adstrtal.sh APPS/<apps password>

(u01/install/APPS/inst/apps/EBSDB_ebs/admin/scripts)