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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Description:
application: Spring Batch 4
task: Consists of a single application
dataflow: 2.11.0-RC1
env: k8s
When I try to run a task, the following error pop-up occurs.
PreparedStatementCallback; SQL [INSERT INTO BOOT3_TASK_EXECUTION_METADATA (ID, TASK_EXECUTION_ID, TASK_EXECUTION_MANIFEST) VALUES (?, ?, ?)]; ERROR: insert or update on table "boot3_task_execution_metadata" violates foreign key constraint "boot3_task_metadata_fk" Detail: Key (task_execution_id)=(66) is not present in table "boot3_task_execution".; nested exception is org.postgresql.util.PSQLException: ERROR: insert or update on table "boot3_task_execution_metadata" violates foreign key constraint "boot3_task_metadata_fk" Detail: Key (task_execution_id)=(66) is not present in table "boot3_task_execution".