websphere 配置庫中已存在應用程序,異常處理
Posted on 2012-02-03 11:26 瘋狂 閱讀(2486) 評論(0) 編輯 收藏 所屬分類: questions_hander 、questions出現此問題的原因之一:操作界面上沒有卸載完成。
進行一下操作:
1、刪除 $WAS_HOME/profiles/AppSrv01/config/cells/...cell/applications下對應的文件夾
2、刪除 $WAS_HOME/profiles/AppSrv01/installedApps/...cell下對應的文件夾
如有還有問題,請重啟websphere。
強行的方法,查找相關全部刪除
find . -name '項目名*'|xargs rm -rf
進行一下操作:
1、刪除 $WAS_HOME/profiles/AppSrv01/config/cells/...cell/applications下對應的文件夾
2、刪除 $WAS_HOME/profiles/AppSrv01/installedApps/...cell下對應的文件夾
如有還有問題,請重啟websphere。
強行的方法,查找相關全部刪除
find . -name '項目名*'|xargs rm -rf