johnny2002 opened a new issue #1742:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1742


   ## Bug Report
   I use elasticjob with spring-boot, datasource config correctly, while I 
cannot get any job trace data and job history data.
   
   ### Which version of ElasticJob did you use? 
   3.0.0-beta
   
   ### Which project did you use? ElasticJob-Lite or ElasticJob-Cloud?
   ElasticJob-Lite
   
   ### Expected behavior
   Can see job trance and history in ui console at: 
http://localhost:8088/#/history-trace
   
   ### Actual behavior
   Empty table 
   
   ### Reason analyze (If you can)
   RDB job trace doesn't work.
   
   
   ### Steps to reproduce the behavior.
   Use the official example,  "elasticjob-example-lite-springboot“, datasource 
as:
   ```yaml
   spring:
     datasource:
       driver-class-name: org.h2.Driver
       url: jdbc:h2:tcp://localhost/~/test
       username: sa
       password: 
   ```
   
   ### Example codes for reproduce this issue (such as a github link).
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to