we1she2 opened a new issue, #10452: URL: https://github.com/apache/seatunnel/issues/10452
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened Subject: HTTP 500 Error when submitting SeaTunnel job via REST API with isStartWithSavePoint set to true. Description: > When using Python to request the SeaTunnel REST API /submit-job, I encountered an HTTP 500 error: {"status":"fail","message":null}. Details: URL: http://127.0.0.1:5800/submit-job?format=hocon&jobId=2950287337&isStartWithSavePoint=true Context: The job was previously stopped normally after a savepoint was successfully created. Status: The checkpoint/savepoint files exist on the storage, but the API still fails. ### SeaTunnel Version 2.3.12-release ### SeaTunnel Config ```conf 1 Master + 1 Worker ``` ### Running Command ```shell http://127.0.0.1:5800/submit-job?format=hocon&jobId=2950287337&isStartWithSavePoint=true ``` ### Error Exception ```log 500: {"status":"fail","message":null} ``` ### Zeta or Flink or Spark Version _No response_ ### Java or Scala Version _No response_ ### Screenshots _No response_ ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
