Oracle SOA Suite 11gR1 PS2 安裝陷阱

 

1. SOAINFRA user 問題

在domain的創建過程中, 環境檢測會報告沒有找到SOAINFRA user在schema_version_registry表中.

錯誤信息:

Component Schema=SOA Infrastructure
Driver=oracle.jdbc.xa.client.OracleXADataSource
URL=jdbc:oracle:thin:@localhost:1521/XE
User=DEV_SOAINFRA
Password=********
SQL Test=select 1 from schema_version_registry where owner=(select user from dual) and mr_type='SOAINFRA' and version='11.1.1.2.0'

CFGFWK-60850: Test Failed!
CFGFWK-60853: A connection was established to the database but no rows were returned from the test SQL statement.


解決方案:

此錯誤是由有問題的RCU導致的。雖然SOA已經升級到11.1.1.3.0, 但在數據庫中卻還是11.1.1.2.0. 通過下述命令可修正此錯誤.
./Oracle_SOA1/bin/psa -dbType Oracle -dbConnectString localhost:1521:xe -dbaUserName sys -schemaUserName DEV_SOAINFRA

2. 更新下載問題.
注意: 在更新的檢查過程中,你需要提供Oracle網站的用戶名和密碼。在點擊Next之前,請先確認你的用戶和密碼正確。我選擇了保存密碼,但沒有找到方法去修改。


儘管你提供了正確的用戶和密碼,你還是會得到一個錯誤信息。從SOA的安裝指南, 提到過“If there is a problem connecting to the repositories it may be caused by a proxy server. If so go to JDeveloper – Tools -> Properties -> Web Browser and Proxy and set the proxy server and proxy exclusions to appropriate values for your environment. Then restart JDeveloper.”  但並沒有告訴如何修改。曾試圖不使用proxy, 但都失敗了。每當你試圖去下載時, proxy的設定會自動改回原樣,併到下載錯誤。

(The JDeveloper – Tools -> Properties -> Web Browser and Proxy should be JDeveloper – Tools -> Preferences -> Web Browser and Proxy.)

 

錯誤信息:

"An error occurred downloading updates. Click Back to return to the previous page and retry installation, or Cancel to close wizard. Unexpected end of file from server."

 

解決方案:

1. 直接到Oracle website下載,並手動安裝。

2. 打開JDeveloper的preference(Tools-->Preferences),在Web browser and Proxy setting中,修改proxy host name 爲 localhost,否則,你會總是失敗。

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章