ELFCLASS64 at /usr/lib64/perl5/XSLoader.pm line 70

ERROR

=============================================
*** Latest formsapp.ear has been deployed ***
=============================================

Program : /u01/apps/apps_st/appl/fnd/12.0.0/patch/115/bin/txkChkFormsDeployment.pl completed @ Tue Sep 4 05:45:23 2015
Perl script txkChkFormsDeployment.pl got executed successfully

adformsctl.sh: exiting with status 0

adformsctl.sh: check the logfile /u01/apps/inst/apps/EBS_PROD/logs/appl/admin/log/adformsctl.txt for more information …

.end std out.
Can’t load ‘/usr/lib64/perl5/auto/Sys/Hostname/Hostname.so’ for module Sys::Hostname: /usr/lib64/perl5/auto/Sys/Hostname/Hostname.so: wrong ELF class: ELFCLASS64 at /usr/lib64/perl5/XSLoader.pm line 70.
 at /usr/lib64/perl5/Sys/Hostname.pm line 23
*** ALL THE FOLLOWING FILES ARE REQUIRED FOR RESOLVING RUNTIME ERRORS
*** Log File = /u01/apps/inst/apps/EBS_PROD/logs/appl/rgf/TXK/txkChkFormsDeployment_Tue_Sep_4_05_45_23_2015/txkChkFormsDeployment_Tue_Sep_4_05_45_23_2015.log

SOLUTION

Check two variables in the CONTEXT_FILE,

PERL5LIB
ADPERLPRG

They should point to  below variable, Modify them in CONTEXT_FILE as below

From 

  <ADPERLPRG oa_var=”s_adperlprg” osd=”unix”>/usr/bin/perl</ADPERLPRG>

To 

         <ADPERLPRG oa_var=”s_adperlprg” osd=”unix”>/u01/apps/tech_st/10.1.3/perl/bin/perl</ADPERLPRG>

From 

        <PERL5LIB oa_var=”s_perl5lib” osd=”LINUX_X86-64″>/usr/local/lib64/perl5:/usr/local/share/perl5:/usr/lib64/perl5/vendor_perl:/usr/share/perl5/vendor_perl:/usr/lib64/perl5:/usr/share/perl5:.:/u01/apps/apps_st/appl/au/12.0.0/perl:/u01/apps/apps_st/appl/au/12.0.0/perl</PERL5LIB>

To 

         <PERL5LIB oa_var=”s_perl5lib” osd=”LINUX_X86-64″>/apps/PROD/apps/tech_st/10.1.3/perl/lib/5.8.3:/u01/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3:/u01/apps/apps_st/appl/au/12.0.0/perl:/u01/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi</PERL5LIB>

About Syed Saad

With 13 years of experience as a certified and skilled Oracle Database Administrator, I possess the expertise to handle various levels of database maintenance tasks and proficiently perform Oracle updates. Throughout my career, I have honed my analytical abilities, enabling me to swiftly diagnose and resolve issues as they arise. I excel in planning and executing special projects within time-sensitive environments, showcasing exceptional organizational and time management skills. My extensive knowledge encompasses directing, coordinating, and exercising authoritative control over all aspects of planning, organization, and successful project completions. Additionally, I have a strong aptitude for resolving customer relations matters by prioritizing understanding and effective communication. I am adept at interacting with customers, vendors, and management, ensuring seamless communication and fostering positive relationships.

Check Also

Oracle Database Archive Log Generation Details

Oracle Database Archive Log Generation Details   The Blog presents a script designed to query …

Leave a Reply