zoukankan      html  css  js  c++  java
  • Cloning EBS from Linux 5 to Linux 6 Fails: "Error While Loading Shared Libraries: libclntsh.so.10.1

    SYMPTOMS 
     
    During clone Oracle Applications R12 from Linux 5 to Linux 6 the following error occurs in the
    apps tier:
    perl adcfgclone.pl appsTier
    73% completed
    RC-50004: Fatal: Error occurred in ApplyAppsTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at
    sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at
    sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.NoSuchMethodError:
     
    oracle.apps.ad.autoconfig.InstantiateFile.writeReport($AD_TOP/util/LogFile
    ;I)V
    at oracle.apps.ad.clone.ApplyApplTop.checkAutoConfigErr(ApplyApplTop.java:590)
    at oracle.apps.ad.clone.ApplyApplTop.runAutoConfig(ApplyApplTop.java:558)
    at oracle.apps.ad.clone.ApplyApplTop.doConf(ApplyApplTop.java:339)
    at oracle.apps.ad.clone.ApplyApplTop.doApply(ApplyApplTop.java:382)
    at oracle.apps.ad.clone.ApplyApplTop.<init>(ApplyApplTop.java:267)
    at oracle.apps.ad.clone.ApplyAppsTier.<init>(ApplyAppsTier.java:105)
    ... 6 more
    ERROR while running Apply...
    Thu Sep 4 07:22:29 2008
    ERROR: Failed to execute $COMMON_TOP/clone/bin/adclone.pl Please check logfile.
    The following error also appears in the log file (ApplyAppsTier.log):
    #############################################################
    Started ApplyAppsTier at Thu Sep 04 07:16:51 PDT 2008
    Version:
    ApplyAppsTier.java : 120.4
    #############################################################
    Updating s_tnsmode to 'generateTNS'
    UpdateContext exited with status: 0
    AC-50480: Internal error occurred: java.lang.Exception: Error while generating listener.ora. adgentns.pl exiting with status 512
    txkWfClone.sh started at Thu Sep 4 07:22:00 PDT 2008 Executable : $10.1.2 ORACLE_HOME/bin/sqlplus
    ERRORCODE = 127 ERRORCODE_END
    .end std out.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object
    file:
    No such file or directory
     
    CAUSE 
     
    Differences between the packages requirements in Linux 5 and Linux 6
    Different packages are required in each OS, that causes the clone to fail since the target
    environment doesn't have the same packages as in the source. Also, the package which deliveries
    libclntsh.so.10.1 in the target is not installed.
     
    SOLUTION
     
    To implement the solution, please execute the following steps:
     
    1. Install 32-bit (ppc) and 64-bit (ppc64) glibc-devel packages in the target, Linux 5, environment.
     
    2. Re-run the clone.
    see note :Doc ID 736410.1
    <EOF>
  • 相关阅读:
    实习第一天
    附加、分离数据库和备份、还原数据库的区别(转载于中雪的BLOG)
    2014-08-29 Last Day
    2014-08-26 解决HttpContext.Current.Session在ashx文件中出现“未将对象引用设置到对象的实例”的问题
    什么是Ajax? (转载于疯狂客的BLOG)
    Response.Expires 属性 (转载于疯狂客的BLOG)
    2014-08-22 关于Response、Request等对象在cs文件中的使用
    ASP.NET获取IP的6种方法(转载于LanceZhang's Tech Blog)
    2014-08-13 SQL语句之Left Join
    2014-08-07 优秀程序员所应具备的思想
  • 原文地址:https://www.cnblogs.com/ebs-blog/p/4848369.html
Copyright © 2011-2022 走看看