You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I cloned the repo to my hard disk and opened the multiple-datasources example with IntelliJ Idea.
Without altering the source code, I ran mvn package to produce a *.jar.
I then registered the jar as an app using the Spring shell with this command:
And tried to run it. Unfortunately, SCDF does not record start or stop times for the task execution, and looking into the logs vía the shell, I found the following relevant messages:
2020-07-22 23:00:59.298 ERROR 140 --- [ main] o.s.c.t.listener.TaskLifecycleListener : An event to end a task has been received for a task that has not yet started.
2020-07-22 23:00:59.298 WARN 140 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.context.ApplicationContextException: Failed to start bean 'taskLifecycleListener'; nested exception is java.lang.IllegalArgumentException: Invalid TaskExecution, ID 52 not found
I've looked at similar issues, but am unable to understand what I'm doing wrong. Moreover I was hoping that the example would just run "out of the box". What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I cloned the repo to my hard disk and opened the multiple-datasources example with IntelliJ Idea.
Without altering the source code, I ran mvn package to produce a *.jar.
I then registered the jar as an app using the Spring shell with this command:
I created the task definition as shown:
And tried to run it. Unfortunately, SCDF does not record start or stop times for the task execution, and looking into the logs vía the shell, I found the following relevant messages:
I've looked at similar issues, but am unable to understand what I'm doing wrong. Moreover I was hoping that the example would just run "out of the box". What am I missing?
Thanks!
The text was updated successfully, but these errors were encountered: