日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

2012-04-26 16:08 Director installer fails with error Unable to run run-cds-tool script“

發布時間:2024/8/26 编程问答 45 豆豆
生活随笔 收集整理的這篇文章主要介紹了 2012-04-26 16:08 Director installer fails with error Unable to run run-cds-tool script“ 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

版本:gg-director-serversetup_win_v11_1_1_1_0_001

Symptoms

After installing JDK 6 and WebLogic Server 10.3.1,?I started the GG Director v2.0 server?installation. The installation started off but did not complete successfully. The error I get is -"Unable to run run-cds-tool script" .

Cause

The error "Unable to run run-cds-tool script file" can be caused by a couple of different reasons.??When you get to this point, before you click?OK,?check the cds-tool-error.log which should be in the <weblogic install>\wlserver_10.3\server\bin directory. If you click OK, this file will be dropped and you won't be able to see what the root cause of the problem?is.

Solution

You don't need to create a Weblogic domain prior to running the Director install. The Director installer expects the default Weblogic admin password to be available and it will display this error if it is not available. If the Weblogic admin password has been changed from the default, change it back to the default?or uninstalling Weblogic and reinstalling without?any configuration of Weblogic. The Director installer will create the domain it needs.

The error can also be caused when the installer cannot access the database to install?the Director database repository. Make sure that the database connection credentials supplied in the install are correct and that the database is up and available for logon.

?

解決:

最后發現確實是由于安裝時連接數據庫的問題,在安裝之前沒有創建director的數據庫管理用戶gg_director,所以連接失敗。

創建用戶后,再重新安裝成功。

SQL> create user gg_director identified by password123 default tablespace users;

SQL> grant resource,connect,create view to gg_director;


總結

以上是生活随笔為你收集整理的2012-04-26 16:08 Director installer fails with error Unable to run run-cds-tool script“的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。