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/