EBS R12.1.3
在使用 adstrtal.sh apps/xxx 开启所有apps服务时, 在 oacore 及 oafm 上会出现 timeout 的错误,不过一般
Executing service control script:
/data_backup/applgerpst/d2/inst/apps/gerpst_szxtsp002-lx/admin/scripts/adoafmctl.sh start
script returned:
****************************************************
ERROR : Timed out( 100000 ): Interrupted Exception
查询Metalink ,文档 Release 12 : ADSTRTAL.sh returns error : TIMED OUT( 100000 ): INTERRUPTED EXCEPTION (文档 ID 564536.1) 说明了原因和处理方式。 一般server 负载较大, 或分配JVM内存时间太久, 就会出现这种错误。 一般发生在如下过程:
adoacorectl.sh , adformsctl.sh, adoafmctl.sh
一般这种错误抛出后,如果通过adopmnctl.sh status 立刻查看oacore 或 oafm 服务的状态, 有可能看到这些服务的状态是init , 也有可能已经alive了, 一小段时间后再次查看会发现所有service 都变成 alive 了。 实际上开启是成功的。
timeout值(三个)定义在 $ORA_CONFIG_HOME/10.1.3/opmn/conf/opmn.xml 文件中 。分别对应 OC4J containers (oacore, forms and oafm). 要修改timeout值(600)如下 , 根据情况将600改为 1800测试 :
...............
...............
具体参考Metalink Doc . 564536.1
在使用 adstrtal.sh apps/xxx 开启所有apps服务时, 在 oacore 及 oafm 上会出现 timeout 的错误,不过一般
Executing service control script:
/data_backup/applgerpst/d2/inst/apps/gerpst_szxtsp002-lx/admin/scripts/adoafmctl.sh start
script returned:
****************************************************
ERROR : Timed out( 100000 ): Interrupted Exception
查询Metalink ,文档 Release 12 : ADSTRTAL.sh returns error : TIMED OUT( 100000 ): INTERRUPTED EXCEPTION (文档 ID 564536.1) 说明了原因和处理方式。 一般server 负载较大, 或分配JVM内存时间太久, 就会出现这种错误。 一般发生在如下过程:
adoacorectl.sh , adformsctl.sh, adoafmctl.sh
一般这种错误抛出后,如果通过adopmnctl.sh status 立刻查看oacore 或 oafm 服务的状态, 有可能看到这些服务的状态是init , 也有可能已经alive了, 一小段时间后再次查看会发现所有service 都变成 alive 了。 实际上开启是成功的。
timeout值(三个)定义在 $ORA_CONFIG_HOME/10.1.3/opmn/conf/opmn.xml 文件中 。分别对应 OC4J containers (oacore, forms and oafm). 要修改timeout值(600)如下 , 根据情况将600改为 1800测试 :
...............
...............
具体参考Metalink Doc . 564536.1
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-1152341/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/35489/viewspace-1152341/