Error:
opmn id=:6200
0 of 1 processes started.
ias-instance id=app1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
ias-component/process-type/process-set:
default_group/oafm/default_group/
Error
--> Process (index=1,uid=2117948558,pid=4957)
time out while waiting for a managed process to start
Log:
/u01/app/applmgr/inst/apps/app1/logs/ora/10.1.3/opmn/default_group~oafm~default_group~1.log
11/20/16-04:24:18 :: adoafmctl.sh: exiting with status 152
SOLUTION
1. Manually edit the $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/config/system-jazn-data.xml file and change the following section for the ASADMIN user:
FROM:
<user>
<name>ASADMIN</name>
<display-name>Default Apps SOA User</display-name>
<description>Used by SOAProvider for DB connection</description>
<credentials>asadmin</credentials>
</user>
TO:
<user>
<name>ASADMIN</name>
<display-name>Default Apps SOA User</display-name>
<description>Used by SOAProvider for DB connection</description>
<credentials>!asadmin</credentials>
</user>
NOTE: The change is adding the exclamation mark (!) "!" before the password.
2. Then try starting OAFM and check results:
$ADMIN_SCRIPTS_HOME/adoafmctl.sh start
Reference note id:1599784.1
opmn id=:6200
0 of 1 processes started.
ias-instance id=app1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
--------------------------------------------------------------------------------
ias-component/process-type/process-set:
default_group/oafm/default_group/
Error
--> Process (index=1,uid=2117948558,pid=4957)
time out while waiting for a managed process to start
Log:
/u01/app/applmgr/inst/apps/app1/logs/ora/10.1.3/opmn/default_group~oafm~default_group~1.log
11/20/16-04:24:18 :: adoafmctl.sh: exiting with status 152
SOLUTION
1. Manually edit the $ORA_CONFIG_HOME/10.1.3/j2ee/oafm/config/system-jazn-data.xml file and change the following section for the ASADMIN user:
FROM:
<user>
<name>ASADMIN</name>
<display-name>Default Apps SOA User</display-name>
<description>Used by SOAProvider for DB connection</description>
<credentials>asadmin</credentials>
</user>
TO:
<user>
<name>ASADMIN</name>
<display-name>Default Apps SOA User</display-name>
<description>Used by SOAProvider for DB connection</description>
<credentials>!asadmin</credentials>
</user>
NOTE: The change is adding the exclamation mark (!) "!" before the password.
2. Then try starting OAFM and check results:
$ADMIN_SCRIPTS_HOME/adoafmctl.sh start
Reference note id:1599784.1
No comments:
Post a Comment