spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

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

Open RafaCJ opened this issue 1 year ago • 4 comments
trafficstars

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

RafaCJ avatar Nov 04 '24 15:11 RafaCJ

What version of SCDF are you using?

cppwfs avatar Nov 04 '24 15:11 cppwfs

Hi, we're using 2.11.3

RafaCJ avatar Nov 04 '24 16:11 RafaCJ

Please try with the 2.11.5.

cppwfs avatar Nov 04 '24 16:11 cppwfs

@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.

corneil avatar Nov 05 '24 11:11 corneil