{"record":{"id":"7c558303621af6cd","repo":"apache/flink","slug":"failed-to-extract-s-as-urls-provided-value-s","errorCode":null,"errorMessage":"Failed to extract '%s' as URLs. Provided value: %s","messagePattern":"Failed to extract '(.+?)' as URLs\\. Provided value: (.+?)","errorType":"exception","errorClass":"RuntimeException","httpStatus":null,"severity":"error","filePath":"flink-clients/src/main/java/org/apache/flink/client/deployment/application/PackagedProgramApplicationEntry.java","lineNumber":140,"sourceCode":"                applicationId,\n                program,\n                recoveredJobInfos,\n                recoveredTerminalJobInfos,\n                configuration,\n                jobCountLimit,\n                streamingJobCountLimit,\n                handleFatalError,\n                submitFailedJobOnApplicationError,\n                shutDownOnFinish,\n                userJarInfo);\n    }\n\n    private List<URL> getClasspaths() {\n        try {\n            return ConfigUtils.decodeListFromConfig(\n                    configuration, PipelineOptions.CLASSPATHS, URL::new);\n        } catch (MalformedURLException e) {\n            throw new RuntimeException(\n                    String.format(\n                            \"Failed to extract '%s' as URLs. Provided value: %s\",\n                            PipelineOptions.CLASSPATHS.key(),\n                            configuration.get(PipelineOptions.CLASSPATHS)));\n        }\n    }\n\n    @Override\n    public ApplicationID getApplicationId() {\n        return applicationId;\n    }\n\n    @Override\n    public String getName() {\n        return applicationName;\n    }\n}\n","sourceCodeStart":122,"sourceCodeEnd":158,"githubUrl":"https://github.com/apache/flink/blob/2f3c205e9266cb30240eb7f4fdab15cad629a70f/flink-clients/src/main/java/org/apache/flink/client/deployment/application/PackagedProgramApplicationEntry.java#L122-L158","documentation":"Error \"Failed to extract '%s' as URLs. Provided value: %s\" thrown in apache/flink.","triggerScenarios":"Triggered at runtime when the operation fails because: Failed to extract 'the reported value' as URLs. Provided value: the reported value.","commonSituations":"Commonly caused by misconfiguration, missing dependencies or files, unsupported types or operations, or invalid user input leading to: Failed to extract 'the reported value' as URLs. Provided value: the reported value.","solutions":["Address the cause reported by the error message: Failed to extract 'the reported value' as URLs. Provided value: the reported value","Verify the inputs, configuration values, and classpath/dependency setup related to this operation, then retry."],"exampleFix":"Correct the condition described (\"Failed to extract 'the reported value' as URLs. Provided value: the reported value\") 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"}