3.8 Checking Oracle BI JavaHost Configuration

Make sure that the XMLP and Oracle BI JavaHost settings match with the settings specified for the configuration of the 11g system.

To check the XMLP and the BI JavaHost configuration:
  1. View the config.xml file on the 11g and the 12c systems.
    The file is present at the following location on the 11g system:
    (UNIX) EXISTING_DOMAIN_HOME/config/OracleBIJavaHostComponent/coreapplication_obijh1/config .xml
    (Windows) EXISTING_DOMAIN_HOME\config\OracleBIJavaHostComponent\coreapplication_obijh1\config .xml
    The file is present at the following location on the 12c system:
    (UNIX) NEW_DOMAIN_HOME/config/fmwconfig/biconfig/OBIJH/config.xml
    (Windows) NEW_DOMAIN_HOME\config\fmwconfig\biconfig\OBIJH\config.xml
  2. Verify that the XMLP configuration on both the 11g and the 12c systems is as shown in the following code block:
    <XMLP> 
    <InputStreamLimitInKB>8192</InputStreamLimitInKB> 
    <ReadRequestBeforeProcessing>true</ReadRequestBeforeProcessing>
    </XMLP>
    
  3. Verify that the OBIJH_ARGS="-server -Xmx1024M -Xrs" parameter in the 12c setOBIJHEnv.sh file matches with the "start-args" value="-server -Xmx1024M -Xrs parameter in the 11g opmn.xml file.
    The opmn.xml file is located at the following location on the 11g system:
    MW_HOME/instances/config/OPMN/opmn/opmn.xml
    <process-type id="OracleBIJavaHostComponent" module-id="CUSTOM"> 
    <module-data> 
    <category id="start-parameters"> 
    <data id="start-executable" value="$ORACLE_HOME/jdk/bin/java"/> 
    <data id="start-args" value="-server -Xmx1024M -Xrs 
    .
    .
    .
    
    The setOBIJHEnv.sh file is located at the following location on the 12c system:
    (UNIX) NEW_ORACLE_HOME/bi/modules/oracle.bi.cam.obijh/setOBIJHEnv.sh
    (Windows) NEW_ORACLE_HOME\bi\modules\oracle.bi.cam.obijh\setOBIJHEnv.sh