Home » Infrastructure » Linux » Problem starting Oracle EBS 11.5.10 (Oracle ebs 11.5.10; centos 5.3; Database 9.2.0.5)
Problem starting Oracle EBS 11.5.10 [message #527649] Wed, 19 October 2011 09:40 Go to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
Hi All

I got some forms error while opening oracle forms from oracle apps. Then I tried to restart the services the appache and some services did not stop properly. It gave some errors as

Quote:
"*** glibc detected *** /U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG: double free or corruption (!prev): 0x0a1aa888 ***"


Then I killed all services. restarted the server. Then I tried to start my application and I got the same error.

*** glibc detected *** /U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG: double free or corruption (!prev): 0x095d0888 ***
======= Backtrace: =========
/lib/libc.so.6[0x4926c5]
/lib/libc.so.6(cfree+0x59)[0x492b09]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x80512f8]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x8055591]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x8071a97]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x8071b40]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x805ff07]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x8060041]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG[0x806006d]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG(vfprintf+0xa24)[0x804b8c4]
/lib/libc.so.6(__libc_start_main+0xdc)[0x43ee9c]
/U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG(dlopen+0x41)[0x804b5c1]
======= Memory map: ========
0040a000-00425000 r-xp 00000000 fd:00 9273347    /lib/ld-2.5.so
00425000-00426000 r-xp 0001a000 fd:00 9273347    /lib/ld-2.5.so
00426000-00427000 rwxp 0001b000 fd:00 9273347    /lib/ld-2.5.so
00429000-0057c000 r-xp 00000000 fd:00 9273361    /lib/libc-2.5.so
0057c000-0057e000 r-xp 00153000 fd:00 9273361    /lib/libc-2.5.so
0057e000-0057f000 rwxp 00155000 fd:00 9273361    /lib/libc-2.5.so
0057f000-00582000 rwxp 0057f000 00:00 0
00584000-005ab000 r-xp 00000000 fd:00 9273378    /lib/libm-2.5.so
005ab000-005ac000 r-xp 00026000 fd:00 9273378    /lib/libm-2.5.so
005ac000-005ad000 rwxp 00027000 fd:00 9273378    /lib/libm-2.5.so
005af000-005b2000 r-xp 00000000 fd:00 9273382    /lib/libdl-2.5.so
005b2000-005b3000 r-xp 00002000 fd:00 9273382    /lib/libdl-2.5.so
005b3000-005b4000 rwxp 00003000 fd:00 9273382    /lib/libdl-2.5.so
005b6000-005cb000 r-xp 00000000 fd:00 9273368    /lib/libpthread-2.5.so
005cb000-005cc000 r-xp 00015000 fd:00 9273368    /lib/libpthread-2.5.so
005cc000-005cd000 rwxp 00016000 fd:00 9273368    /lib/libpthread-2.5.so
005cd000-005cf000 rwxp 005cd000 00:00 0
00968000-00973000 r-xp 00000000 fd:00 9273394    /lib/libgcc_s-4.1.2-20080825.so.1
00973000-00974000 rwxp 0000a000 fd:00 9273394    /lib/libgcc_s-4.1.2-20080825.so.1
08048000-083ae000 r-xp 00000000 fd:00 21860142   /U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG
083ae000-083bb000 rwxp 00365000 fd:00 21860142   /U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG
083bb000-083c3000 rwxp 083bb000 00:00 0
09552000-095ed000 rwxp 09552000 00:00 0          [heap]
b7f4a000-b7f54000 r-xp 00000000 fd:00 9273383    /lib/libnss_files-2.5.so
b7f54000-b7f55000 r-xp 00009000 fd:00 9273383    /lib/libnss_files-2.5.so
b7f55000-b7f56000 rwxp 0000a000 fd:00 9273383    /lib/libnss_files-2.5.so
b7f56000-b7f57000 rwxp b7f56000 00:00 0
b7f68000-b7f6a000 rwxp b7f68000 00:00 0
b7f6a000-b7f6b000 r-xp b7f6a000 00:00 0          [vdso]
bf883000-bf89c000 rwxp bffe5000 00:00 0          [stack]
*** glibc detected *** /U02/oracle/apps/visgoldappl/fnd/11.5.0/bin/FNDSVCRG: double free or corruption (!prev): 0x0a1aa888 ***


According to document ID 763728.1, I edited MALLOC_CHECK_ to set it to 0 in .env files. It did not work. It just stopped to show the error on the screen while starting but apche, forms, reports etc could not start.

Please help if anybody is having any clues.

Thanks
Ridhi Sundar
Re: Problem starting Oracle EBS 11.5.10 [message #527651 is a reply to message #527649] Wed, 19 October 2011 10:09 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
Has anyone perhaps been doing anything at the OS level? Installing any security patches, upgrading anything? If so, I would try using adrelink.sh to relink your concurrent managers, and probably relink everything else too.
Re: Problem starting Oracle EBS 11.5.10 [message #527730 is a reply to message #527649] Wed, 19 October 2011 23:09 Go to previous messageGo to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
When we got the error before that no updates were done. Later I did update the rpms using yum. Tried to relink the application files. I got an error as

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory


I continued as if it is success and tried to start application. Still getting same error.
Re: Problem starting Oracle EBS 11.5.10 [message #527732 is a reply to message #527730] Wed, 19 October 2011 23:50 Go to previous messageGo to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
Below are the error messages in adrelink

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/eng/11.5.0/bin/ENCACN] Error 1
Done with link of eng executable 'ENCACN' on Thu Oct 20 10:03:54 IST 2011

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/wip/11.5.0/bin/WICMLX] Error 1
Done with link of wip executable 'WICMLX' on Thu Oct 20 10:09:33 IST 2011

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/msc/11.5.0/bin/MSCXGCAL] Error 1
Done with link of msc executable 'MSCXGCAL' on Thu Oct 20 10:10:01 IST 2011

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/wps/11.5.0/bin/WPCFSQ] Error 1
Done with link of wps executable 'WPCFSQ' on Thu Oct 20 10:11:04 IST 2011

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/wps/11.5.0/bin/WPCWFS] Error 1
Done with link of wps executable 'WPCWFS' on Thu Oct 20 10:11:04 IST 2011

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/msr/11.5.0/bin/MSRNEW] Error 1
Done with link of msr executable 'MSRNEW' on Thu Oct 20 10:13:05 IST 2011

g++: /usr/lib/libstdc++-2-libc6.1-1-2.9.0.so: No such file or directory
make: *** [/U02/oracle/apps/visgoldappl/mst/11.5.0/bin/MSTSQLDR] Error 1
Done with link of mst executable 'MSTSQLDR' on Thu Oct 20 10:13:27 IST 2011
Re: Problem starting Oracle EBS 11.5.10 [message #527809 is a reply to message #527732] Thu, 20 October 2011 05:10 Go to previous messageGo to next message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
I think someone is not telling you the truth: it looks to me as though some libraries have been changed in some way. So your OS is no longer any good for EBS. Better go back to the installation pre-requisites, and check everything as though it were a new install.
Good luck.
Re: Problem starting Oracle EBS 11.5.10 [message #527875 is a reply to message #527809] Thu, 20 October 2011 10:08 Go to previous messageGo to next message
ridhi_sundar
Messages: 184
Registered: November 2007
Location: Bangalore
Senior Member
I could install a new instance of same version of apps today. So it seems OS is ok to run EBS.

I feel it might be some apps library corrupted. How can I trace which file is causing this problem?
Re: Problem starting Oracle EBS 11.5.10 [message #527878 is a reply to message #527875] Thu, 20 October 2011 10:35 Go to previous message
John Watson
Messages: 8922
Registered: January 2010
Location: Global Village
Senior Member
No idea. And why bother? Use your new instance. In effect, you would clone the old instance to the new one.
Previous Topic: udev directory issue
Next Topic: Linux Ubuntu strange Oracle install
Goto Forum:
  


Current Time: Fri Mar 29 07:12:10 CDT 2024