How to reload the APPS Java Classes This should only be necessary if the JVM was rebuilt for some reason. Using the utility adadmin it is possible to rebuild the JAR/ZIP files and have these loaded into the database. Before providing steps to do the rebuild and load it is necessary to be aware of unpublished bugsThe issue is that the file $AD_TOP/admin/driver/adldjava.drv used by adadmin to reload the JAR files into the Database is incorrect.The contents of $AD_TOP/admin/driver/adldjava.drv should be: loadjava csf java/jar csflf.jar UPDATE ADLDJAVA.DRV REBUILD THE JAR/ZIP FILES RELOAD THE JAR/ZIP FILES INTO THE DATABASE RECOMPILE THE LOADED JAVA CLASSES 1. Run Adadmin NOTE: The number of APPS Java Classes from before rebuilding the JVM will be more than the number of APPS Java Classes after completing above steps. This is because when Applications is first installed it also loads a Base image of the Database. This image includes a lot of Java Classes that are no longer necessary to be loaded. The fact that the JVM has been recreated and the Java Classes reloaded, only those Java Classes that should be loaded have been loaded. The fact that the number of Java Classes decreases is correct and expected. |
No comments:
Post a Comment