This repository was archived by the owner on May 14, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 590
Cannot launch composed tasks #5072
Milestone
Comments
@aruiz14 thank you for the report and digging into the cause. We will get this addresses ASAP. In the meantime... WorkaroundSpecify the property manually such as:
OR as env var:
ℹ️ NOTE This property is required at SCDF server start time (app content refresh) and therefore must be specified when launching the server. Unfortunately setting it as an app or deployment property at task launch time will have no effect. |
This was referenced Sep 1, 2022
onobc
pushed a commit
that referenced
this issue
Sep 1, 2022
onobc
pushed a commit
that referenced
this issue
Sep 1, 2022
Will make a 2.9.6 release to address this. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
Trying to launch a very simple composed task definition results in the following error:
Release versions:
I think that only the latest 2.9.5 version is affected, while 2.9.4 works well.
Steps to reproduce:
2.1 "Stream application starters for RabbitMQ/Maven"
2.2 "Task application starters for Maven"
1: timestamp && 2:timestamp
Screenshots:

Additional context:
From what I could observe, I think it's a problem with a variable interpolation affecting the
spring.cloud.dataflow.task.composedtaskrunner.uri
property in thespring-cloud-dataflow-server-core
module. Probably missing from this PR ( #5014 ). I downloaded and extracted the.jar
file for this version and I could check howspring-cloud-dataflow-server-core/src/main/resources/META-INF/dataflow-server-defaults.yml
still contained@dataflow.version@
:The text was updated successfully, but these errors were encountered: