Javacache.log Flooded With Java.lang.OutOfMemoryError Error Messages In EBS 12.1.3 environment, a file Javacache.log growing rapidly around 100GB and consuming most space on mount. The log file was filled with "Java.lang.OutOfMemoryError Error Messages" . The issue is caused by JVM debug log level was not be set. Workaround: ============== The processes when verified was used by the OPP manager process. Command: fuser javacache.log To fix the issue--> Restart the OPP Output Post Processor manager Other Solution ============== 1) Take backup of oc4j.properties 2) Add below parameter in below files. IASCACHELOGLEVEL=0 >> Value is Zero. $ORA_CONFIG_HOME/10.1.3/j2ee/oacore/config/oc4j.properties [applmgr@appsenv config]$ diff oc4j.properties_1303470_bkp oc4j.properties 129a130,131 > #Parameter for JavaCachelog_TKT_1303470 > IASCACHELOGLEVEL=0 If autoconfig runs, it overwrite the file and value will be diminish. Hence we changed in t...