AutoConfig could not successfully execute adgendbc.cmd

Problem: When running AutoConfig on the application tier, the following error occurs:

  -     90% completed
ERROR while running Apply...

Checked D:\ORACLE\PROD\inst\apps\PROD_testsrv2\admin\log\09061401\adconfig.log:
  [SETUP PHASE]
  AutoConfig could not successfully execute the following scripts:
    Directory: D:\ORACLE\PROD\inst\apps\PROD_testsrv2\admin\install
      adgendbc.cmd            INSTE8_SETUP       1

Possible solution: Disable JAVA_JIT_ENABLED

SQL> show parameter jit

NAME                                 TYPE        VALUE
------------------------------------ ----------- ----------------
java_jit_enabled                     boolean     TRUE

SQL> alter system set JAVA_JIT_ENABLED=FALSE scope=both;

System altered.

SQL>

Reference: Adgendbc Fails With Database Connection Failure (Doc ID 1302708.1)

Leave a Comment


NOTE - You can use these HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>


This site uses Akismet to reduce spam. Learn how your comment data is processed.