zoukankan      html  css  js  c++  java
  • RW-50004 While Running adrunfmw during EBS 12.2 Installation

    安装过程中报错:

    日志文件信息:

    Executing command: /app/R1220/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6.0/bin/java -cp /app/erpapp/VIS/fs2/inst/apps/VIS_ebstest/temp/ASInstallHome/fnd/../j11067592_fnd.zip:/app/
    erpapp/VIS/fs2/inst/apps/VIS_ebstest/temp/ASInstallHome/fnd/java/3rdparty/stdalone/xmlparserv2.zip -Doracle.apps.fnd.txk.env_home=/app/erpapp/VIS/fs2/EBSapps/appl/admin/VIS_ebst
    est/ -Doracle.apps.fnd.txk.runtime.config=/app/erpapp/VIS/fs2/inst/apps/VIS_ebstest/temp/xmldocs/instWeb.xml oracle.apps.fnd.txk.config.InstallService
    
    Fatal Error: TXK Install Service
    
    oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed : Exit=1 See log for details. CMD= /app/R1220/TechInstallMedia/ohs11117/Disk1/runInstaller -waitForCompletio
    n -ignoreSysPrereqs -force -silent  -responseFile /app/erpapp/VIS/fs2/inst/apps/VIS_ebstest/temp/cfgHome/response/APPS_OHS_HOME/txkOHS_11117.rsp
    
        at oracle.apps.fnd.txk.config.OUIPatchActionNode.processState(OUIPatchActionNode.java:159)
    
        at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:187)
    
        at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:338)
    
        at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:79)
    
        at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:68)
    
        at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:594)
    
        at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:224)
    
        at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:237)
    
        at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:291)
    
    
    
    Cannot install Web Tier Utilities
    
        RW-50010: Error: - script has returned an error:   1
    RW-50004: Error code received when running external process.  Check log file for details.
    Running APPL_TOP Install Driver for VIS instance

    参考Oracle Support Services中的文档:

    12.2 install fails on: Fatal Error: TXK Install Service (Doc ID 1590656.1)
    
    Cause
    There was still some files or inventory references left from a previous installation causing this install to fail.
     
    This is confirmed in uploaded log filet   RDBMS $ORACLE_HOME/temp/$CONTEXT_NAME/logs/oracle.apps.fnd.txk.install0.log  which contains the errors: 
    
      CAUSE: The chosen installation conflicted with software already installed in the given Oracle home.
      ACTION: Install into a different Oracle home.


    查看日志过程:

    $ cd $ORACLE_HOME/temp/$CONTEXT_NAME/logs
    $ grep 'CAUSE' oracle.apps.fnd.txk.install0.log
       CAUSE: The selected Oracle home contained directories or files.
       CAUSE: Some of the optional prerequisites are not met. See logs for details. /app/oracle/oraInventory/logs/installActions2015-11-25_11-09-25AM.log
       CAUSE: Some of the optional prerequisites are not met. See logs for details. /app/oracle/oraInventory/logs/installActions2015-11-25_11-11-35AM.log
    
    继续查看/app/oracle/oraInventory/logs/installActions2015-11-25_11-11-35AM.log发现以下内容:
       ...
       WARNING: [WARNING] [INS-32016] The selected Oracle home contains directories or files.
       CAUSE: The selected Oracle home contained directories or files.
       ACTION: To start with an empty Oracle home, either remove its contents or choose another location.
       INFO: Advice is CONTINUE
       ...

    解决方案:

    清空$ORACLE_HOME目录下的所有内容,然后重新安装。
  • 相关阅读:
    python 单例模式
    socketserver 多进程、多线程应用实例
    socket 编程的一些应用例子
    模拟一个http 请求的json格式报文,带 rsa 签名操作
    python excel基本操作
    多线程 进程间共享变量等
    多线程 multiprocessing 的几个小例子
    mysql 数据库的相关操作
    正则表达式匹配IP地址
    32-服务的容量规划:怎样才能做到有备无患
  • 原文地址:https://www.cnblogs.com/abclife/p/4994353.html
Copyright © 2011-2022 走看看