2013-01-31 55 views
1

當我試圖取代hsqldb與MySQL-5.XI得到石英錯誤以下錯誤初始化失敗: -與MySQL-5.X Pentaho的整合

Pentaho Initialization Exception 

檢出以下錯誤 一個或多個系統偵聽器失敗。這些在systemListeners.xml中設置。

PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.scheduler.QuartzSystemListener 

有關檢測到的每個錯誤的更多詳細信息,請參閱服務器控制檯。

回答

0

我也收到錯誤消息

PentahoSystem.ERROR_0014 - 錯誤試圖執行的啓動序列org.pentaho.platform.scheduler.QuartzSystemListener

當試圖調出服務CE。我發現搜索了幾個不同的線程後,此解決方案:

刪除註釋掉這些屬性的一部分(或複製並粘貼到這裏,並作必要的修改)在quartz.properties(位於pentaho-solutions/system/quartz):

org.quartz.dataSource.quartz.driver = com.mysql.jdbc.Driver 
org.quartz.dataSource.quartz.URL = jdbc:mysql://localhost:3306/quartz 
org.quartz.dataSource.quartz.user = pentaho_user 
org.quartz.dataSource.quartz.password = password 
org.quartz.dataSource.quartz.maxConnections = 5 
org.quartz.dataSource.quartz.validationQuery= select 1 

此外註釋掉JNDI URL:

#org.quartz.dataSource.myDS.jndiURL = Quartz 
+0

我有同樣的問題 Pentaho的初始化異常 下面的錯誤是檢測到一個或多個系統偵聽器失敗。這些在systemListeners.xml中設置。 org.pentaho.platform.api.engine.PentahoSystemException:PentahoSystem.ERROR_0014 - 嘗試執行org.pentaho.platform.scheduler2.quartz.EmbeddedQuartzSystemListener的啓動順序時出錯 Catalina日誌https://www.dropbox.com/ s/knpuu6nazwa8p0g/catalina.out?dl = 0 Pentaho日誌文件https://www.dropbox.com/s/fz99afs9ov0pnfs/pentaho.log?dl=0 請幫幫我!提前致謝 – Rohit