【发布时间】:2018-12-23 11:03:19
【问题描述】:
我正在尝试将 Pentaho 配置为使用 MySQL 作为 Pentaho Community Edition 8.x 上的默认 BI 存储库
我根据 Here 的官方文档应用了所有设置。
https://help.pentaho.com/Documentation/8.1/Setup/Installation/Archive/MySQL_Repository
默认 Pentaho 随 HSQLDB 一起提供。但是配置到 MySQL 我得到了这个错误:
2018-12-23 16:22:11,291 ERROR [org.pentaho.platform.plugin.services.security.userrole.CompositeUserRoleListService] User/Role List could not be obtained.
java.lang.IllegalStateException: Target of Bean was never resolved: org.springframework.security.core.userdetails.UserDetailsService
at org.pentaho.platform.engine.core.system.objfac.spring.BeanBuilder$1.invoke(BeanBuilder.java:159)
at com.sun.proxy.$Proxy85.loadUserByUsername(Unknown Source)
Caused by: org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.engine.services.connection.datasource.dbcp.DynamicallyPooledDatasourceSystemListener
谁能帮帮我。我错过了哪些步骤?
真的很感激 非常感谢,
【问题讨论】: