Heltman commented on issue #3696:
URL:
https://github.com/apache/incubator-dolphinscheduler/issues/3696#issuecomment-688727404
api-server.log:
[ERROR] 2020-09-08 16:52:12.087
org.apache.dolphinscheduler.api.controller.ExecutorController:[156] - execute
process instance error
java.lang.NullPointerException: null
at
org.apache.dolphinscheduler.dao.ProcessDao.verifyIsNeedCreateCommand(ProcessDao.java:223)
at
org.apache.dolphinscheduler.dao.ProcessDao$$FastClassBySpringCGLIB$$ee5e71ba.invoke(<generated>)
at
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
at
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:684)
at
org.apache.dolphinscheduler.dao.ProcessDao$$EnhancerBySpringCGLIB$$f01aea7c.verifyIsNeedCreateCommand(<generated>)
at
org.apache.dolphinscheduler.api.service.ExecutorService.insertCommand(ExecutorService.java:348)
at
org.apache.dolphinscheduler.api.service.ExecutorService.execute(ExecutorService.java:220)
at
org.apache.dolphinscheduler.api.controller.ExecutorController.execute(ExecutorController.java:153)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
----------------------------------------------------------------
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]