# EBS Known Issues

### ***STARTUP & Shutdown Issues***

### *<mark>EBS 12.2 WebLogic : Managed Server &amp; Admin Server</mark>*

### ***<mark>Concurrent Managers</mark>***

### ***<mark>Workflow Mailer</mark>***

### ***<mark>APACHE/OHS</mark>***

### ***<mark>OACORE</mark>***

1. CLEAR THE persistence and Try Restart of OACORE /OAFM if not check for LONG\_RUNNING\_JVM
    
    sh [adopmnctl.sh](http://adopmnctl.sh) stopall  
    rm -rf $INST\_TOP/ora/10.1.3/j2ee/oacore/persistence/\*
    
    rm -rf $INST\_TOP/ora/10.1.3/j2ee/oafm/persistence/\*  
    rm -rf $INST\_TOP/ora/10.1.3/j2ee/forms/persistence/\*  
    sh [adopmnctl.sh](http://adopmnctl.sh) startall
    
2. Java Object Cache (JOC) Configuration parameter was Enabled in [oc4j.properties](http://oc4j.properties) : LONG\_RUNNING\_JVM="true"
    

Distributed JVM Cache a) Can be changed to $CONTEXT\_FILE & Run AC &lt;jms\_cache oa\_var="s\_long\_running\_jvm"&gt;false&lt;/jms\_cache&gt; s\_java\_object\_cache\_port --&gt; Distributed JVM cache Port

b) Temporarly modify in [oc4j.properties](http://oc4j.properties) (for oacore/oafm if unable to start)

Check long\_running\_jvm & If required - Set LONG\_RUNNING\_JVM=false after backup.

grep -i long\_running\_jvm $ORA\_CONFIG\_HOME/10.1.3/j2ee/oacore/config/[oc4j.properties](http://oc4j.properties)  
grep -i long\_running\_jvm $ORA\_CONFIG\_HOME/10.1.3/j2ee/oafm/config/[oc4j.properties](http://oc4j.properties)

Read More:  
OAFM OC4J is Not Starting. Error: "time out while waiting for a managed process to start" (Doc ID 952583.1)  
[https://www.linkedin.com/pulse/java-virtual-machines-jvms-e-business-suite-r12-dawa-tamangg/](https://www.linkedin.com/pulse/java-virtual-machines-jvms-e-business-suite-r12-dawa-tamangg/)  
[https://avdeo.com/2008/07/24/tuning-jvm-in-oracle-e-business-suite/](https://avdeo.com/2008/07/24/tuning-jvm-in-oracle-e-business-suite/)  
[https://docs.oracle.com/cd/E24628\_01/doc.121/e57981/T508706T624633.htm](https://docs.oracle.com/cd/E24628_01/doc.121/e57981/T508706T624633.htm)
