zoukankan      html  css  js  c++  java
  • E-Business Suite 12.2 startCD 50 Install Fails with Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed Cannot install Web Tier Utilities

    在rhel7.2上,使用startCD 50安装ebs r12.2的使用,安装到38%的时候就报错,遇到了和以下文章类似的问题:

    http://www.cnblogs.com/abclife/p/4994353.html

    但是,这次是全新安装,相应目录下不该有老的内容。查看mos,发现了这个文章,贴出来以备后用:

    E-Business Suite 12.2 startCD 50 Install Fails with Fatal Error: TXK Install Service oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed Cannot install Web Tier Utilities (文档 ID 2083134.1)

    SYMPTOMS

    E-Business Suite 12.2, Installation issues
    
    Using RHEL 7 with Start CD 50, the 12.2.5 install fails at 38%:
    
    Fatal Error: TXK Install Service
    
    oracle.apps.fnd.txk.config.ProcessStateException: OUI process failed : Exit=1 See log for details. CMD= /b01/1225/TechInstallMedia/ohs11117/Disk1/runInstaller -waitForCompletion -ignoreSysPrereqs -force -silent -responseFile /u01/oracle/VIS/fs2/inst/apps/VIS_af82/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
    

     

    CAUSE

    This is related to an issue with the startCD 50 buildStage script on RHEL7 platform.
    

      

    SOLUTION

    To resolve the issue, test the following steps in a development instance and then migrate accordingly:
    
    1. It is always recommended to use the latest startCD available.  Consider using startCD 51 available via Patch 22066363, and review the startCD 51 Blog Announcement here.
    
    2 To resolve the issue with startCD 50, you will need to cleanup the failed install and retry after the step #3 below.
    
    3. Manually copy the filegroup3.jar.modified from the /startCD/Disk1/rapidwiz/etc to /TechInstallMedia/ohs11117/Disk3/stage/Components/oracle.calypso/11.1.1.7.0/1/DataFiles as filegroup3.jar
    eg: cp /startCD/Disk1/rapidwiz/etc/filegroup3.jar.modified /TechInstallMedia/ohs11117/Disk3/stage/Components/oracle.calypso/11.1.1.7.0/1/DataFiles/filegroup3.jar
    
    4. Restart the startCD 50 installation and confirm it completes successfully.
    

      

  • 相关阅读:
    压缩和还原压缩的JS代码
    1.3(Spring学习笔记)Spring-AOP
    软件配置篇-MySQL下载及安装
    软件配置篇-java下载及安装
    1.2(Spring学习笔记)Spring中的Bean
    1.1(Spring学习笔记)Spring基础(BeanFactory、ApplicationContext 、依赖注入)
    1.6(学习笔记)EL表达式
    1.5 JSP标准标签库(JSTL)(核心标签 out、set、remove、if、choose、forEach、forTokens、redirect)
    1.4(学习笔记)JSP自定义标签
    随机算式
  • 原文地址:https://www.cnblogs.com/abclife/p/6195465.html
Copyright © 2011-2022 走看看