{"record":{"id":"81790e50a4773ffe","repo":"alibaba/nacos","slug":"500-81790e","errorCode":"500","errorMessage":"{} load fail","messagePattern":"(.+?) load fail","errorType":"exception","errorClass":"NacosRuntimeException","httpStatus":null,"severity":"error","filePath":"core/src/main/java/com/alibaba/nacos/core/remote/grpc/negotiator/tls/DefaultTlsContextBuilder.java","lineNumber":104,"sourceCode":"                }\n                sslClientContextBuilder.clientAuth(ClientAuth.REQUIRE);\n            }\n            SslContextBuilder configure = GrpcSslContexts.configure(sslClientContextBuilder,\n                TlsTypeResolve.getSslProvider(rpcServerTlsConfig.getSslProvider()));\n            return configure.build();\n        } catch (SSLException e) {\n            Loggers.REMOTE.info(\"Nacos Rpc server reload ssl context fail tls config:{}\",\n                JacksonUtils.toJson(rpcServerTlsConfig));\n            throw new NacosRuntimeException(NacosException.SERVER_ERROR, e);\n        }\n    }\n    \n    private static InputStream getInputStream(String path, String config) {\n        try {\n            Resource resource = RESOURCE_LOADER.getResource(path);\n            return resource.getInputStream();\n        } catch (IOException e) {\n            throw new NacosRuntimeException(NacosException.SERVER_ERROR, config + \" load fail\", e);\n        }\n    }\n}\n","sourceCodeStart":86,"sourceCodeEnd":108,"githubUrl":"https://github.com/alibaba/nacos/blob/9b989acdf181d00898f2e8839257bb2b2a3cefe3/core/src/main/java/com/alibaba/nacos/core/remote/grpc/negotiator/tls/DefaultTlsContextBuilder.java#L86-L108","documentation":"Error \"{} load fail\" thrown in alibaba/nacos.","triggerScenarios":"Thrown at core/src/main/java/com/alibaba/nacos/core/remote/grpc/negotiator/tls/DefaultTlsContextBuilder.java:104 when the library encounters an invalid state.","commonSituations":"Loading a TLS certificate or key file failed.","solutions":["Inspect the server logs for the underlying cause, fix it, and retry the operation."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"9b989acdf181d00898f2e8839257bb2b2a3cefe3","analyzedAt":"2026-08-14T07:17:31.569Z","schemaVersion":2},"datasetVersion":"2026-08-14T10:17:34.591Z"}