adcfgclone.pl appsTier報錯某些sh執行錯誤處理
Beginning application tier Apply - Thu Apr 12 20:25:37 2012
/data02/appluat/apps/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/oui -classpath /data02/appluat/apps/apps_st/comn/clone/jlib/xmlparserv2.jar:/data02/appluat/apps/apps_st/comn/clone/jlib/ojdbc14.jar:/data02/appluat/apps/apps_st/comn/clone/jlib/java:/data02/appluat/apps/apps_st/comn/clone/jlib/oui/OraInstaller.jar:/data02/appluat/apps/apps_st/comn/clone/jlib/oui/ewt3.jar:/data02/appluat/apps/apps_st/comn/clone/jlib/oui/share.jar:/data02/appluat/apps/apps_st/comn/clone/jlib/oui/srvm.jar:/data02/appluat/apps/apps_st/comn/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyAppsTier -e /data02/appluat/inst/apps/uat1_dgitr04-ts/appl/admin/uat1_dgitr04-ts.xml -stage /data02/appluat/apps/apps_st/comn/clone -showProgress
APPS Password : Log file located at /data02/appluat/inst/apps/uat1_dgitr04-ts/admin/log/ApplyAppsTier_04122025.log
| 79% completed
APPS Password : Log file located at /data02/appluat/inst/apps/uat1_dgitr04-ts/admin/log/ApplyAppsTier_04122025.log
| 79% completed
ERROR while running Apply...
Thu Apr 12 21:06:26 2012
ERROR: Failed to execute /data02/appluat/apps/apps_st/comn/clone/bin/adclone.pl
Please check logfile.
首先找到報錯log檔案, 這裡是 /data02/appluat/inst/apps/uat1_dgitr04-ts/admin/log/ApplyAppsTier_04122025.log
開啟Log檔案, shift+G , 到log檔案最後 ,一般報錯都在最後有summary .
[SETUP PHASE]
AutoConfig could not successfully execute the following scripts:
Directory: /data02/appluat/inst/apps/uat1_dgitr04-ts/admin/scripts/msc
mscmatlab.sh INSTALL_SETUP 127
然後在log檔案中查詢 mscmatlab.sh 檔案, 查詢到報錯原因相對明顯的部分,比如: 明顯是unzip未找到,可能是路徑PATH的問題 。 我們需要 which unzip 檢視 unzip 檔案在哪裡 。
Executing script. in InstantiateFile:
/data02/appluat/inst/apps/uat1_dgitr04-ts/admin/scripts/msc/mscmatlab.sh
/data02/appluat/inst/apps/uat1_dgitr04-ts/admin/scripts/msc/mscmatlab.sh
script. returned:
****************************************************
****************************************************
mscmatlab.sh started at Thu Apr 12 21:05:54 GMT+08:00 2012
Deploying Demantra Library, Please Wait ...
Demantra MatLab Library is copied to SHT_TOP/lib
mscmatlab.sh: exiting with status 127
ERRORCODE = 127 ERRORCODE_END
.end std out.
/data02/appluat/inst/apps/uat1_dgitr04-ts/admin/scripts/msc/mscmatlab.sh[45]: unzip: not found
cp: /data02/appluat/inst/apps/uat1_dgitr04-ts/temp/demantralib/aix/*.*: No such file or directory
.end std out.
/data02/appluat/inst/apps/uat1_dgitr04-ts/admin/scripts/msc/mscmatlab.sh[45]: unzip: not found
cp: /data02/appluat/inst/apps/uat1_dgitr04-ts/temp/demantralib/aix/*.*: No such file or directory
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-721052/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- sh指令碼執行報錯指令碼
- Camunda 流程執行錯誤處理ERROR BOUNDARY EVENTError
- 錯誤處理
- Python錯誤處理Python
- PHP 錯誤處理PHP
- php錯誤處理PHP
- Go 錯誤處理Go
- 錯誤處理:如何通過 error、deferred、panic 等處理錯誤?Error
- DBeaver同時執行多條insert into報錯處理
- openGauss 處理錯誤表
- go的錯誤處理Go
- axios 的錯誤處理iOS
- 執行錯誤集
- Android執行出現android Installation failed due to invalid URI! 錯誤處理AndroidAI
- Oracle異常錯誤處理Oracle
- 淺談前端錯誤處理前端
- ORACLE 異常錯誤處理Oracle
- PHP 核心特性 - 錯誤處理PHP
- 15-錯誤處理(Error)Error
- Go語言之錯誤處理Go
- grpc中的錯誤處理RPC
- laravel9 錯誤處理Laravel
- 學習Rust 錯誤處理Rust
- OEL6.8上安裝11.2.0.2執行root.sh報錯
- 前端的水平線,錯誤處理和除錯前端除錯
- Python錯誤處理和異常處理(二)Python
- PbootCMS錯誤提示:執行SQL發生錯誤!錯誤:no such column: def1bootSQL
- 七、Spring Boot 錯誤處理原理 & 定製錯誤頁面Spring Boot
- ogg複製程式報ORA-01438錯誤處理
- 執行shell指令碼報錯:-bash: ./test1.sh: /bin/bash^M: ...指令碼
- 【故障處理】如何避免在執行impdp後出現ORA-00001錯誤
- 淺析Node是如何進行錯誤處理的
- node端統一錯誤處理
- node錯誤處理與日誌
- [轉] Scala Try 與錯誤處理
- js錯誤處理權威指北JS
- [譯] 使用 Catcher 處理 Flutter 錯誤Flutter
- 如何處理錯誤訊息PleaseinstalltheLinuxkernelheaderfilesLinuxHeader
- 錯誤碼全域性處理(二)