xuxueli / xxl-job

A distributed task scheduling framework.(分布式任务调度平台XXL-JOB)
http://www.xuxueli.com/xxl-job/
GNU General Public License v3.0
27.35k stars 10.82k forks source link

2.3.0 sql 错误找不到 xxl_job.XXL_JOB_QRTZ_TRIGGER_LOG #2498

Open maodua opened 3 years ago

maodua commented 3 years ago

Please answer some questions before submitting your issue. Thanks!

我使用的是2.3.0版本

使用docker images 跑起来以后,进入web 页面 《任务管理》页面,程序报错提示没有找到

 Table 'xxl_job.XXL_JOB_QRTZ_TRIGGER_LOG' doesn't exist

sql 从此链接拿到 https://github.com/xuxueli/xxl-job/blob/2.3.0/doc/db/tables_xxl_job.sql image

flysoeasy commented 2 years ago

打开【任务管理】菜单,报: org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.xxl.job.admin.core.route.ExecutorRouteStrategyEnum at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1082) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)