felixlin47 opened a new issue #6632:
URL: https://github.com/apache/dolphinscheduler/issues/6632


   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and 
found no similar issues.
   
   
   ### What happened
   
   version: dolphinscheduler-2.0.0-alpha
   An error occurs during the running process:
   
   `[ERROR] 2021-10-29 10:42:17.668 
org.apache.dolphinscheduler.common.utils.DateUtils:[136] - error while parse 
date:1635474935597
   java.time.format.DateTimeParseException: Text '1635474935597' could not be 
parsed at index 0
        at 
java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949)
        at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
        at java.time.LocalDateTime.parse(LocalDateTime.java:492)
        at 
org.apache.dolphinscheduler.common.utils.DateUtils.parse(DateUtils.java:133)
        at 
org.apache.dolphinscheduler.common.utils.DateUtils.stringToDate(DateUtils.java:148)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl.getWorkerGroups(WorkerGroupServiceImpl.java:284)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl.queryAllGroupPaging(WorkerGroupServiceImpl.java:186)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl$$FastClassBySpringCGLIB$$35aefd7a.invoke(<generated>)
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl$$EnhancerBySpringCGLIB$$1f39b5c6.queryAllGroupPaging(<generated>)
        at 
org.apache.dolphinscheduler.api.controller.WorkerGroupController.queryAllWorkerGroupsPaging(WorkerGroupController.java:122)
        at 
org.apache.dolphinscheduler.api.controller.WorkerGroupController$$FastClassBySpringCGLIB$$2d4d455a.invoke(<generated>)`
   
   `[ERROR] 2021-10-29 10:42:17.670 
org.apache.dolphinscheduler.common.utils.DateUtils:[136] - error while parse 
date:1635474945176
   java.time.format.DateTimeParseException: Text '1635474945176' could not be 
parsed at index 0
        at 
java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949)
        at java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1851)
        at java.time.LocalDateTime.parse(LocalDateTime.java:492)
        at 
org.apache.dolphinscheduler.common.utils.DateUtils.parse(DateUtils.java:133)
        at 
org.apache.dolphinscheduler.common.utils.DateUtils.stringToDate(DateUtils.java:148)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl.getWorkerGroups(WorkerGroupServiceImpl.java:285)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl.queryAllGroupPaging(WorkerGroupServiceImpl.java:186)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl$$FastClassBySpringCGLIB$$35aefd7a.invoke(<generated>)
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
        at 
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687)
        at 
org.apache.dolphinscheduler.api.service.impl.WorkerGroupServiceImpl$$EnhancerBySpringCGLIB$$1f39b5c6.queryAllGroupPaging(<generated>)
        at 
org.apache.dolphinscheduler.api.controller.WorkerGroupController.queryAllWorkerGroupsPaging(WorkerGroupController.java:122)
        at 
org.apache.dolphinscheduler.api.controller.WorkerGroupController$$FastClassBySpringCGLIB$$2d4d455a.invoke(<generated>)
        at 
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)`
   
   ### What you expected to happen
   
   Is there a specific JDK version required for dolphinscheduler-2.0.0-alpha
   
   ### How to reproduce
   
   jdk: jdk1.8.0_301
   
   ### Anything else
   
   Every time
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.

To unsubscribe, e-mail: [email protected]

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


Reply via email to