-
Notifications
You must be signed in to change notification settings - Fork 86
java.lang.IllegalArgumentException: Unknown task handler: subflow #29
Comments
Yeah, looks like I need to make a new docker image build.
…On Fri, Jan 25, 2019, 7:14 AM Omar Trigui ***@***.*** wrote:
As the title mentions, i'm running the latest version of docker container
"creactiviti/piper"
I wanted to use the subflow task in order to make a modular code, but an
exception was raised
{
"jobId": "3559b511ff3e48ff9baa5548c04c785d",
"createTime": "2019-01-25T12:08:26.118+0000",
"inputs": [
{
"source": "/path/to/source/dir"
},
{
"destination": "/path/to/destination/dir"
}
],
"taskNumber": 2,
"id": "c072543876024b89a50d753164d0201e",
"endTime": "2019-01-25T12:08:26.128+0000",
"type": "subflow",
"priority": 0,
"error": {
"stackTrace": [
"java.lang.IllegalArgumentException: Unknown task handler: subflow",
"\tat org.springframework.util.Assert.notNull(Assert.java:134)",
"\tat com.creactiviti.piper.core.task.DefaultTaskHandlerResolver.resolve(DefaultTaskHandlerResolver.java:33)",
"\tat com.creactiviti.piper.core.Worker.lambda$handle$0(Worker.java:90)",
"\tat java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)",
"\tat java.util.concurrent.FutureTask.run(FutureTask.java:266)",
"\tat java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)",
"\tat java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)",
"\tat java.lang.Thread.run(Thread.java:748)"
],
"message": "Unknown task handler: subflow"
},
"pipelineId": "job",
"status": "FAILED"
}
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#29>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC6VBgILckNMTEM4EIH5YccapYXfXiQNks5vGvUfgaJpZM4aSxQi>
.
|
I wonder when the new docker image build will be scheduled. |
Try now |
@creactiviti : The image is well updated but i am encountering an exception every time i use "subflow" it in my pipeline code. Am i missing something ?
video/transcode.yaml :
video/flow1.yaml :
EDIT :The problem doesn't seems to be related to the subflow task handler. The following pipeline raises the same exception
|
Hi,
The
The
EDIT
If acceptable, i can submit a PR |
As the title mentions, i'm running the latest version of docker container "creactiviti/piper"
I wanted to use the subflow task in order to make a modular code, but an exception was raised
The Docker Hub's image seems to be outdated
The text was updated successfully, but these errors were encountered: