安装过程中报错:
日志文件信息:
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.InstallServiceFatal Error: TXK Install Serviceoracle.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.rspat 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 UtilitiesRW-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.logCAUSE: 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.logCAUSE: 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目录下的所有内容,然后重新安装。