RW-50004 While Running adrunfmw during EBS 12.2 Installation
安装过程中报错:
日志文件信息:
Executing command: /app/R1220/startCD/Disk1/rapidwiz/jre/Linux_x64/1.6./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= 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:) at oracle.apps.fnd.txk.config.PatchActionNode.processState(PatchActionNode.java:) at oracle.apps.fnd.txk.config.PatchNode.processState(PatchNode.java:) at oracle.apps.fnd.txk.config.PatchesNode.processState(PatchesNode.java:) at oracle.apps.fnd.txk.config.InstallNode.processState(InstallNode.java:) at oracle.apps.fnd.txk.config.TXKTopology.traverse(TXKTopology.java:) at oracle.apps.fnd.txk.config.InstallService.doInvoke(InstallService.java:) at oracle.apps.fnd.txk.config.InstallService.invoke(InstallService.java:) at oracle.apps.fnd.txk.config.InstallService.main(InstallService.java:) Cannot install Web Tier Utilities RW-: Error: - script has returned an error:
RW-: 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--25_11--25AM.log
CAUSE: Some of the optional prerequisites are not met. See logs for details. /app/oracle/oraInventory/logs/installActions2015--25_11--35AM.log 继续查看/app/oracle/oraInventory/logs/installActions2015--25_11--35AM.log发现以下内容:
...
WARNING: [WARNING] [INS-] 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目录下的所有内容,然后重新安装。
RW-50004 While Running adrunfmw during EBS 12.2 Installation的更多相关文章
- Oracle EBS 12.2.6 on VirtualBox
Back in May, Oracle announced the general availability of Oracle VM Virtual Appliance for E-Business ...
- Workflow Builder 2.6.3 Certified on Windows 10 for EBS 12.x
By Steven Chan - EBS-Oracle on May 17, 2016 Workflow Builder 2.6.3 is now certified on Windows 10 de ...
- ebs 12.1.1 单节点多用户安装
本次测试环境:操作系统 oracle linux 6.9 oracle ebs 12.1.1 192.168.20.210 erpapp1.hthorizon.com erpapp1 yum ...
- Symmetrical Network Acceleration with EBS 12
Andy Tremayne, my esteemed colleague and fellow blogger, has published a new whitepaper that discuss ...
- JDeveloper 10g Certified on Windows 10 for EBS 12.1
JDeveloper 10g is now certified for Windows 10 desktops for Oracle E-Business Suite 12.1. See: Reco ...
- Forms and Reports Developer 10g Certified on Windows 10 for EBS 12.x
Forms Developer 10g and Reports Developer 10g are now certified on Windows 10 desktops for E-Busines ...
- Microsoft Edge Certified with EBS 12.1 and 12.2
I am very pleased to announce that Microsoft Edge is certified as a new browser for Oracle E-Busines ...
- oracle ebs 12.20 安装成功其过程失败日记及总结(1)
由于公司业务须要,须要安装oracle ebs进行 form 开发,所以就開始了痛苦oracle ebs安装之过程.刚開始是在vm中win2003 server 中安装ebs,,不知是我自已的水平太差 ...
- ebs 12.1.1升级到12.1.3
升级过程参考 Oracle电子商务套件版本12.1.3自述文件 (文档 ID 1534411.1) 应用启动到维护模式 adadmin 打以下patch 9239089 9239090 92390 ...
随机推荐
- 【ZOJ】1015 Fishing Net
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1015 题意:给出一个n个点的无向图,询问是否为弦图,弦图定义为对于图中任意 ...
- 在Eclipse中使用JSHint检查JavaScript
之前使用 JSlint 来校验 JavaScript 代码,发现灵活性不够,因此改用 JSHint.按照官方的说法,JSHint 是一个社区驱动(community-driven)的工具,用于检测Ja ...
- C程序编译过程
1.1程序被其他程序翻译成不同的格式 1.hello.c #include <stdio.h> int main() { printf("hello world\n") ...
- [LintCode] 3Sum 三数之和
Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all un ...
- hdu Hike on a Graph
此题是道bfs搜索的题目.bfs的精髓就是找到下一步的所有可能然后存储起来,有点暴力的感觉,这题就是每步中 所有的可能都入队,然后一一 判断.这道题的题意是 : 给你一幅完全图,再给你三个盘,目的是把 ...
- 使用UEditor 的时候,ajax注意使用同步的方法
使用UEditor 的时候,ajax注意使用同步的方法去读取后台数据,然后填写到前端的文本域当中.
- 允许浏览器跨域访问web服务端的解决方案
今天和同事探讨了前后端如何真正实现隔离开发的问题,如果前端单独作为服务发布,势必会涉及到无法直接调用后端的接口的问题,因为浏览器是不允许跨域提交请求的. 所谓跨域访问,就是在浏览器窗口,和某个服务端通 ...
- iOS no visible @interface for 'UIButton' declares the selector errors
no visible @interface for 'UIButton' declares the selector errors 原理不是特别理解,通过清理缓存,代码更新了,Xcode还是读旧的缓 ...
- php有效的过滤html标签,js代码,css样式标签
过滤html标签�php中太简单了,我们可以直接使用strip_tags函数来实现了,下面给各位整理了一些关于 strip_tags函数的例子. php过滤html的函数:strip_tags(str ...
- array_sum函数 number array_sum
数组的概念 数组就是一个用来存储一系列变量值的命名区域,每个数组元素有一个相关的索引,也成为关键字,它可以用来访问元素. PHP允许间隔性地使用数字或字符串作为数组的索引. 2.数字索引数组 2.1 ...