Tuesday, April 17, 2012

ORA-29532 when starting OWB Service


Run $ORACLE_HOME/owb/rtp/sql/start_service.sql with OWBSYS user.
If you have the following error:
Not Available
Diagnostics:
service startup failure using command "$ORACLE_HOME/owb/b
in/unix/run_service.sh -manual 1 $ORACLE_HOME OWBSYS 10.8
4.80.186:1521:bidev" reason ORA-29532: Java call terminated by uncaught Java ex
ception: java.io.IOException: service early exit: code=1 : err=JVMJ9VM015W Init
ialization error for library j9gc23(2): Failed to instantiate heap; 768M reques
ted
Could not create the Java virtual machine.
: out=
please invoke [owbhome]/owb/rtp/sql/service_doctor.sql for more information

PL/SQL procedure successfully completed.


Modify $ORACLE_HOME/owb/bin/unix/run_service.sh,
Add the following two lines before #$JAVAPATH/bin/java $OPTS -Xmx768M -Djava.awt.headless=true -DORACLE_HOME="${RTHOME}" -DOCM_HOME="${RTHOME}" -DOCM_ORACLE_HOME="${RTHOME}" -DOWB_HOME="${OWB_HOME}" -DOWBCC_HOME="${OWBCC_HOME}" $CLASSPATH_LAUNCHER oracle.wh.runtime.platform.service.Service ${STARTUP_TYPE} ${NODEID} ${RTUSER} ${CONNECT_SPEC}:
MPROTECT_TXT=OFF
export MPROTECT_TXT



And run /orasw/app/oracle/product/11.2.0.3/owb/rtp/sql/start_service.sql with OWBSYS user again:

No comments:

Post a Comment