28 October 2010

adbldxml.pl DB tier errors out: FOLLOWING ERROR OCCURED : 3 >= 3

adbldxml.pl DB tier errors out: FOLLOWING ERROR OCCURED : 3 >= 3

The critical error i faced during the upgrade database to 11.2.0 from 9.2.0.5 in oracle Applications 11.5.10.2

Error during adbldxml.pl on Database Tier

FOLLOWING ERROR OCCURED :

3 >= 3


StackTrace:
java.lang.ArrayIndexOutOfBoundsException: 3 >= 3
at java.util.Vector.setElementAt(Vector.java:505)
at oracle.apps.ad.context.GenerateContext.setJRETOP(GenerateContext.java:7471)
at oracle.apps.ad.context.GenerateContext.InstantiateRestForDB(GenerateContext.java:3045)
at oracle.apps.ad.context.GenerateContext.main(GenerateContext.java:8138)



Cause for this issue:
  • GenerateContext.java Release reported in the logfile is 115.87
  • Latest version of GenerateContext.java is 115.103
You need to apply the patch 4709948 in the apps Tier using the tnsnames.ora and listener.ora just we created during the upgrade process in latest RDBMS_ORACLE_HOME (11.2.0)


once applied the patch, synchronize the DB Tier with Apps Tier using admkappsutil.pl from $AD_TOP/bin

Run adbldxml.pl from db Tier now. The error should not appear now.

No comments: