2013-07-16 89 views
0

通過Pentaho管理控制檯創建的數據源出現問題,現在我的MySQL IP已更改,我在我的BI服務器中進行了修改。 但Pentaho管理控制檯不起來。! 從日誌中我發現這是有通過Pentaho管理控制檯創建的數據源問題

01:24:40,370 ERROR [Logger] misc-org.pentaho.platform.engine.services.connection.datasource.dbcp.PooledDatasourceSystemListener: PooledDatasourceSystemListener.ERROR_0003 - Unable to pool datasource object: MyLocalDatabase caused by com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure 

The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. 
01:24:40,857 WARN [PersistenceEngine] Falling back to built-in config 

這MyLocalDatabase數據庫中創建在Pentaho的管理控制檯已用新的IP被改變。做任何一個可以幫助我知道,這文件由多個通過Pentaho的管理控制檯

我PAC創建數據源的下跌,在server.log文件中沒有錯誤

+0

我的PAC啓動了,但它顯示正在載入...對話框窗體很長時間。 – Surya

+0

有連接超時錯誤 – Surya

+0

來自server.log文件的錯誤: - 2013-07-16 02:02:58,628 INFO [org.apache.commons.httpclient.HttpMethodDirector] I/O異常(java.net.ConnectException)當處理請求時抓到:連接超時 2013-07-16 02:02:58,628 INFO [org.apache.commons.httpclient.HttpMethodDirector]重試請求012-2013-07-16 02:02:58,920 INFO [org.apache。 commons.httpclient.HttpMethodDirector]處理請求時捕獲I/O異常(java.net.ConnectException):連接超時信息[org.apache.commons.httpclient.HttpMethodDirector] 2013-07-16 02:02:58,920重試請求 – Surya

回答

1

數據源的信息保存在數據庫中休眠。 默認情況下,它保存在啓動BI服務器時啓動的超音速數據庫中。檢查webapps/pentaho/META-INF中的context.xml以確保。

那裏有一個DATASOURCE表,用於存儲數據源定義。

相關問題