Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SB 5 - SCDF : Cant visualize Jobs/Tasks in Admin Console Panel #6044

Open
RafaCJ opened this issue Nov 4, 2024 · 4 comments
Open

SB 5 - SCDF : Cant visualize Jobs/Tasks in Admin Console Panel #6044

RafaCJ opened this issue Nov 4, 2024 · 4 comments
Labels
status/need-feedback Calling participant to provide feedback

Comments

@RafaCJ
Copy link

RafaCJ commented Nov 4, 2024

Description:
In our project, we are using Spring Batch 5 and Spring Cloud Data Flow, and we want to use the Admin Console panel. We are using the @EnableTask annotation as recommended for our version of Spring Batch, but when we access the panel, it should display the previously launched Jobs, yet they do not appear.

In our Oracle Database, the tables are saved with the "BOOT3" prefix when we use the "@EnableTask" annotation. We have tried different annotations and attempted to register the proccesses as both "Jobs" and "Tasks", but in both cases, although they are correctly stored in the database, they are not displayed in the Admin Console.

Could an expert help us identify the issue preventing us from viewing the Jobs/Tasks in the Admin Console panel?

Thanks for reading
Greetings <3

Screenshots:
imagen
imagen
imagen
imagen

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Nov 4, 2024
@cppwfs
Copy link
Contributor

cppwfs commented Nov 4, 2024

What version of SCDF are you using?

@cppwfs cppwfs added status/need-feedback Calling participant to provide feedback and removed status/need-triage Team needs to triage and take a first look labels Nov 4, 2024
@RafaCJ
Copy link
Author

RafaCJ commented Nov 4, 2024

Hi, we're using 2.11.3

@github-actions github-actions bot added for/team-attention For team attention and removed status/need-feedback Calling participant to provide feedback labels Nov 4, 2024
@cppwfs
Copy link
Contributor

cppwfs commented Nov 4, 2024

Please try with the 2.11.5.

@cppwfs cppwfs added status/need-feedback Calling participant to provide feedback and removed for/team-attention For team attention labels Nov 4, 2024
@corneil
Copy link
Contributor

corneil commented Nov 5, 2024

@RafaCJ Please use SCDF 2.11.5, register maven:io.spring:timestamp-batch-task:3.0.0 as a Boot 3.x app of type task named timestamp-batch and create a task definition timestamp-batch.
Launch the task and let us know if you can see the task execution as well as the related job execution.

If you are using Oracle you need use the instructions to add the driver to the various application jars and publish them to a private registry that you configure for Data flow server and skipper and ctr configuration.
You can also refer to jar files directly if you are running in 'local' mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-feedback Calling participant to provide feedback
Projects
None yet
Development

No branches or pull requests

3 participants