我也收到了错误信息
PentahoSystem.ERROR_0014 - 尝试执行 org.pentaho.platform.scheduler.QuartzSystemListener 的启动序列时出错
尝试启动服务时。在搜索了几个不同的线程后,我找到了这个解决方案:
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