{"record":{"id":"749c5196c71dd532","repo":"apache/flink","slug":"error-749c51","errorCode":null,"errorMessage":"{}","messagePattern":"\\{\\}","errorType":"exception","errorClass":"IOException","httpStatus":null,"severity":"error","filePath":"flink-filesystems/flink-s3-fs-base/src/main/java/org/apache/flink/fs/s3/common/AbstractS3FileSystemFactory.java","lineNumber":231,"sourceCode":"            Preconditions.checkArgument(localTmpDirectories.length > 0);\n            final String localTmpDirectory = localTmpDirectories[0];\n            final long s3minPartSize = flinkConfig.get(PART_UPLOAD_MIN_SIZE);\n            final int maxConcurrentUploads = flinkConfig.get(MAX_CONCURRENT_UPLOADS);\n            final S3AccessHelper s3AccessHelper = getS3AccessHelper(fs);\n\n            return createFlinkFileSystem(\n                    fs,\n                    S5CmdConfiguration.of(flinkConfig).orElse(null),\n                    localTmpDirectory,\n                    entropyInjectionKey,\n                    numEntropyChars,\n                    s3AccessHelper,\n                    s3minPartSize,\n                    maxConcurrentUploads);\n        } catch (IOException e) {\n            throw e;\n        } catch (Exception e) {\n            throw new IOException(e.getMessage(), e);\n        }\n    }\n\n    protected FileSystem createFlinkFileSystem(\n            org.apache.hadoop.fs.FileSystem fs,\n            @Nullable S5CmdConfiguration s5CmdConfiguration,\n            String localTmpDirectory,\n            @Nullable String entropyInjectionKey,\n            int numEntropyChars,\n            @Nullable S3AccessHelper s3AccessHelper,\n            long s3minPartSize,\n            int maxConcurrentUploads) {\n        return new FlinkS3FileSystem(\n                fs,\n                s5CmdConfiguration,\n                localTmpDirectory,\n                entropyInjectionKey,\n                numEntropyChars,","sourceCodeStart":213,"sourceCodeEnd":249,"githubUrl":"https://github.com/apache/flink/blob/2f3c205e9266cb30240eb7f4fdab15cad629a70f/flink-filesystems/flink-s3-fs-base/src/main/java/org/apache/flink/fs/s3/common/AbstractS3FileSystemFactory.java#L213-L249","documentation":"Error \"{}\" thrown in apache/flink.","triggerScenarios":"Triggered at runtime when the operation fails because: the reported value.","commonSituations":"Commonly caused by misconfiguration, missing dependencies or files, unsupported types or operations, or invalid user input leading to: the reported value.","solutions":["Address the cause reported by the error message: the reported value","Verify the inputs, configuration values, and classpath/dependency setup related to this operation, then retry."],"exampleFix":"Correct the condition described (\"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"}