插件开发时启动失败

提示:Please check the database service to ensure that it is available jdbc:mysql://localhost:3306/finedb?useUnicode=true&characterEncoding=UTF-8


直接启动设计器是没有问题的


Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.

19:58:45 Druid-ConnectionPool-Create-1887613730jdbc:mysql://localhost:3306/finedb?useUnicode=true&characterEncoding=UTF-8 ERROR [com.fr.third.alibaba.druid.pool.DruidDataSource] create connection error, url: jdbc:mysql://localhost:3306/finedb?useUnicode=true&characterEncoding=UTF-8, errorCode 0, state 01S00

java.sql.SQLException: The server time zone value 'ÖD1ú±ê׼걼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.

at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:127)


FineReport redsnowone 发布于 2019-8-5 20:04 (编辑于 2019-8-5 20:05)
1min目标场景问卷 立即参与
回答问题
悬赏:4 F币 + 添加悬赏
提示:增加悬赏、完善问题、追问等操作,可使您的问题被置顶,并向所有关注者发送通知
共2回答
最佳回答
0
redsnowoneLv3见习互助
发布于2019-8-6 18:46

终于整明白了,很简单,是MySql的时区问题

SHOW VARIABLES LIKE '%time_zone%'

SET GLOBAL time_zone='+8:00'

最佳回答
0
zsh331Lv8专家互助
发布于2019-8-5 20:15(编辑于 2019-8-5 20:15)

楼主:做了"数据迁移"吗?连接finedb库为什么用mysql的连接方式?

image.png


报表内置hsql数据库finedb-http://help.finereport.com/finereport9.0/doc-view-1573.html



  • redsnowone redsnowone(提问者) 我在设计器里配置了内置数据库连接,也还是不行 二次开发的环境我是Git的 https://git.fanruan.com/fanruan/report-starter-10.git MySql的数据连接是在设计器里定义的 如何配置??
    2019-08-05 20:49 
  • 漩涡 漩涡 回复 redsnowone(提问者) 删除报表运行环境下的 WEB-INF/config目录下的db.properties文件
    2019-08-06 11:51 
  • 1关注人数
  • 494浏览人数
  • 最后回答于:2019-8-6 18:46
    请选择关闭问题的原因
    确定 取消
    返回顶部