{"record":{"id":"4084843e307b0094","repo":"apache/flink","slug":"stop-with-savepoint-is-not-supported-by-the-job-cl","errorCode":null,"errorMessage":"Stop with Savepoint is not supported by the Job Client when in Web Submission.","messagePattern":"Stop with Savepoint is not supported by the Job Client when in Web Submission\\.","errorType":"exception","errorClass":"FlinkRuntimeException","httpStatus":null,"severity":"error","filePath":"flink-clients/src/main/java/org/apache/flink/client/deployment/application/WebSubmissionJobClient.java","lineNumber":73,"sourceCode":"\n    @Override\n    public CompletableFuture<JobStatus> getJobStatus() {\n        throw new FlinkRuntimeException(\n                \"The Job Status cannot be requested when in Web Submission.\");\n    }\n\n    @Override\n    public CompletableFuture<Void> cancel() {\n        throw new FlinkRuntimeException(\n                \"Cancelling the job is not supported by the Job Client when in Web Submission.\");\n    }\n\n    @Override\n    public CompletableFuture<String> stopWithSavepoint(\n            boolean advanceToEndOfEventTime,\n            @Nullable String savepointDirectory,\n            SavepointFormatType formatType) {\n        throw new FlinkRuntimeException(\n                \"Stop with Savepoint is not supported by the Job Client when in Web Submission.\");\n    }\n\n    @Override\n    public CompletableFuture<String> triggerSavepoint(\n            @Nullable String savepointDirectory, SavepointFormatType formatType) {\n        throw new FlinkRuntimeException(\n                \"A savepoint cannot be taken through the Job Client when in Web Submission.\");\n    }\n\n    @Override\n    public CompletableFuture<Map<String, Object>> getAccumulators() {\n        throw new FlinkRuntimeException(\n                \"The Accumulators cannot be fetched through the Job Client when in Web Submission.\");\n    }\n\n    @Override\n    public CompletableFuture<JobExecutionResult> getJobExecutionResult() {","sourceCodeStart":55,"sourceCodeEnd":91,"githubUrl":"https://github.com/apache/flink/blob/2f3c205e9266cb30240eb7f4fdab15cad629a70f/flink-clients/src/main/java/org/apache/flink/client/deployment/application/WebSubmissionJobClient.java#L55-L91","documentation":"Error \"Stop with Savepoint is not supported by the Job Client when in Web Submission.\" thrown in apache/flink.","triggerScenarios":"Triggered at runtime when the operation fails because: Stop with Savepoint is not supported by the Job Client when in Web Submission.","commonSituations":"Commonly caused by misconfiguration, missing dependencies or files, unsupported types or operations, or invalid user input leading to: Stop with Savepoint is not supported by the Job Client when in Web Submission.","solutions":["Address the cause reported by the error message: Stop with Savepoint is not supported by the Job Client when in Web Submission.","Verify the inputs, configuration values, and classpath/dependency setup related to this operation, then retry."],"exampleFix":"Correct the condition described (\"Stop with Savepoint is not supported by the Job Client when in Web Submission.\") and rerun the job or command.","handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"2f3c205e9266cb30240eb7f4fdab15cad629a70f","analyzedAt":"2026-08-14T08:48:24.518Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}