After completed ebs migrated, all concurrent managers failed to start except ICM

本文记录了在尝试启动Oracle并发管理器过程中遇到的问题及解决方案。主要错误包括TNS监听器未能启动专用服务器进程、丢失连接等。通过创建正确的软链接并重新链接FND可执行文件解决了此问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

From apps tier listener log:

10-JAN-2010 09:15:08 * ping * 0
10-JAN-2010 09:15:08 * (CONNECT_DATA=(SID=FNDSM)) * (ADDRESS=(PROTOCOL=tcp)(HOST=172.18.50.116)(PORT=12937)) *
establish * FNDSM * 12500
TNS-12500: TNS:listener failed to start a dedicated server process
 TNS-12547: TNS:lost contact
  TNS-12560: TNS:protocol adapter error
   TNS-00517: Lost contact
    Linux Error: 32: Broken pipe

 

From  ICM log:

Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 10-JAN-2010 09:02:25
Starting STANDARD Concurrent Manager               : 10-JAN-2010 09:02:25
Could not start Service Manager FNDSM_appserver_PROD. The TNS alias could not be located, the listener process on appserver could not be contacted, or the listener failed to spawn the Service Manager process.
Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/applmgr/11510/fnd/11.5.0/bin/FNDLIBR.

Check that your system has enough resources to start a concurrent manager process. Contact your system administrator : 10-JAN-2010 09:02:26
Starting STANDARD Concurrent Manager               : 10-JAN-2010 09:02:26
Could not start Service Manager FNDSM_appserver_PROD. The TNS alias could not be located, the listener process on appserver could not be contacted, or the listener failed to spawn the Service Manager process.
Routine AFPEIM encountered an error while starting concurrent manager STANDARD with library /u01/applmgr/11510/fnd/11.5.0/bin/FNDLIBR.

 

Accoring the note 430812.1, the issue resolved.

---------------------------------------------------------------------------------------------

1. Create the correct links as follows:

cd $ORACLE_HOME/lib/stubs/

mv libc.so.6 libcso6.bak
mv libcrypt.so libcryptso.bak
mv libcrypt.so.1 libcryptso1.bak

ln -s /oracle/prodora/8.0.6/lib/stubs/libc-2.1.3-stub.so /oracle/prodora/8.0.
6/lib/stubs/libc.so.6
ln -s /oracle/prodora/8.0.6/lib/stubs/libcrypt-2.1.3-stub.so /oracle/prodora/8.
0.6/lib/stubs/libcrypt.so
ln -s /oracle/prodora/8.0.6/lib/stubs/libcrypt-2.1.3-stub.so /oracle/prodora/8.
0.6/lib/stubs/libcrypt.so.1

(The above link commands are an example, the file path should be applicable to the location of the files on your system)

2. Relink the FND executables through adadmin.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/658698/viewspace-624780/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/658698/viewspace-624780/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值