我在服务器A和服务器B上安装了声纳和mysql数据库.我正在尝试使用声纳运行器进行声纳分析,但每次出现以下错误:
Caused by: java.lang.RuntimeException: wrapper
at org.picocontainer.lifecycle.ReflectionLifecycleStrategy.monitorAndThrowReflectionLifecycleException(ReflectionLifecycleStrategy.java:130)
... 22 more
Caused by: org.sonar.core.persistence.BadDatabaseVersion: The current batch process and the configured remote server do not share the same DB configuration.
- Batch side: jdbc:mysql://xx.xx.xx.xx:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true (sonar / *****)
- Server side: check the configuration at http://xx.xx.xx.xx:9000/system
Run Code Online (Sandbox Code Playgroud)
服务器B正在从服务器A访问数据库.我检查了批处理和服务器端的所有配置,一切似乎都没问题.
我也用Google搜索并找到以下链接,但我无法理解如何解决此问题.
有什么指针吗?
sonarqube ×1