一、该问题的重现步骤是什么?
1. 调用sm2keyGenerator方法获取加密后的密码
2. 调用接口文档中获取token方法 传入参数
3.控制台报错
二、你期待的结果是什么?实际看到的又是什么?
期待的结果是认证成功 获取token
实际结果 认证失败,控制台报错
三、你正在使用的是什么产品,什么版本?在什么操作系统上?
bladex 4.5.0 win11
四、请提供详细的错误堆栈信息,这很重要。
2025-04-08 08:51:53.431 WARN 25100 --- [ XNIO-1 task-2] o.s.core.oauth2.utils.OAuth2LogUtil : ----------OAuth2认证异常,具体信息如下----------
2025-04-08 08:51:53.431 WARN 25100 --- [ XNIO-1 task-2] o.s.core.oauth2.utils.OAuth2LogUtil : OAuth2Request: OAuth2Request(clientArgs={client_id=saber3, client_secret=saber3_secret}, parameterArgs={username=admin, password=04781dea999cc0fb9d45142dc2fb29cf926202b29ee04243a899b97e6a37939686192f4d6ef41202c186d10ded53bc054f11d83178251002738296a99e301eda2deb20fd802425b309251d687883347ef0c7c24af7137d386e7bdd062a6eb1ab297ae10f431f, grant_type=password, scope=all}, headerArgs={Authorization=Basic c2FiZXIzOnNhYmVyM19zZWNyZXQ=, Tenant-Id=000000})
2025-04-08 08:51:53.432 WARN 25100 --- [ XNIO-1 task-2] o.s.core.oauth2.utils.OAuth2LogUtil : OAuth2Exception:
org.springblade.core.oauth2.exception.UserInvalidException: 认证信息错误或无效
Caused by: java.lang.Throwable: null
at org.springblade.core.oauth2.utils.OAuth2ExceptionUtil.lambda$static$4(OAuth2ExceptionUtil.java:57) ~[blade-core-oauth2-4.5.0.RELEASE.jar:4.5.0.RELEASE]
at org.springblade.core.oauth2.utils.OAuth2ExceptionUtil.throwFromCode(OAuth2ExceptionUtil.java:108) ~[blade-core-oauth2-4.5.0.RELEASE.jar:4.5.0.RELEASE]
at org.springblade.core.oauth2.granter.AbstractTokenGranter.user(AbstractTokenGranter.java:113) ~[blade-core-oauth2-4.5.0.RELEASE.jar:4.5.0.RELEASE]
at org.springblade.core.oauth2.granter.PasswordTokenGranter.user(PasswordTokenGranter.java:56) ~[blade-core-oauth2-4.5.0.RELEASE.jar:4.5.0.RELEASE]
at org.springblade.core.oauth2.endpoint.OAuth2TokenEndPoint.token(OAuth2TokenEndPoint.java:117) ~[blade-core-oauth2-4.5.0.RELEASE.jar:4.5.0.RELEASE]
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[na:na]
at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:255) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:188) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:118) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:926) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:831) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1089) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:979) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1014) ~[spring-webmvc-6.1.15.jar:6.1.15]
at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:914) ~[spring-webmvc-6.1.15.jar:6.1.15]
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:547) ~[jakarta.servlet-api-6.0.0.jar:6.0.0]
at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:885) ~[spring-webmvc-6.1.15.jar:6.1.15]
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:614) ~[jakarta.servlet-api-6.0.0.jar:6.0.0]
at io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:129) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at org.springblade.core.log.filter.LogTraceFilter.doFilter(LogTraceFilter.java:48) ~[blade-starter-log-4.5.0.RELEASE.jar:4.5.0.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.15.jar:6.1.15]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.15.jar:6.1.15]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at org.springframework.session.web.http.SessionRepositoryFilter.doFilterInternal(SessionRepositoryFilter.java:142) ~[spring-session-core-3.2.6.jar:3.2.6]
at org.springframework.session.web.http.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:82) ~[spring-session-core-3.2.6.jar:3.2.6]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:362) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:278) ~[spring-web-6.1.15.jar:6.1.15]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at org.springframework.web.filter.ServerHttpObservationFilter.doFilterInternal(ServerHttpObservationFilter.java:113) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.15.jar:6.1.15]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201) ~[spring-web-6.1.15.jar:6.1.15]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:116) ~[spring-web-6.1.15.jar:6.1.15]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:67) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:68) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.RedirectDirHandler.handleRequest(RedirectDirHandler.java:68) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:117) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.SendErrorPageHandler.handleRequest(SendErrorPageHandler.java:52) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:276) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:132) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:256) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:101) ~[undertow-servlet-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:395) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:859) ~[undertow-core-2.3.17.Final.jar:2.3.17.Final]
at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) ~[jboss-threads-3.5.0.Final.jar:3.5.0.Final]
at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) ~[jboss-threads-3.5.0.Final.jar:3.5.0.Final]
at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) ~[jboss-threads-3.5.0.Final.jar:3.5.0.Final]
at org.xnio.XnioWorker$WorkerThreadFactory$1$1.run(XnioWorker.java:1282) ~[xnio-api-3.8.16.Final.jar:3.8.16.Final]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[na:na]
2025-04-08 08:51:53.437 WARN 25100 --- [ XNIO-1 task-2] o.s.core.oauth2.utils.OAuth2LogUtil : --------------------------------------------
2025-04-08 08:51:53.445 ERROR 25100 --- [ XNIO-1 task-2] o.s.a.handler.BladeAuthorizationHandler : 用户:admin,认证失败,失败原因:认证信息错误或无效
2025-04-08 08:52:04.836 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:52:04.837 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:52:24.815 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:52:24.816 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:52:44.812 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:52:44.838 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:53:04.813 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:53:04.814 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:53:24.818 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:53:24.819 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:53:44.814 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:53:44.815 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:54:04.829 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:54:04.850 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:54:24.810 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:54:24.811 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:54:44.816 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:54:44.818 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:55:04.817 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:55:04.818 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:55:24.819 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:55:24.819 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:55:44.820 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:55:44.821 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:56:04.816 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:56:04.817 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:56:24.814 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:56:24.838 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:56:44.828 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:56:44.829 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:57:04.821 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:57:04.822 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:57:24.823 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:57:24.824 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
2025-04-08 08:57:44.811 INFO 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Find sentinel dashboard server list: [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}]
2025-04-08 08:57:44.813 WARN 25100 --- [ XNIO-1 task-2] c.a.c.s.e.SentinelHealthIndicator : Sentinel dashboard heartbeat message can't be sent to the dashboard servers [Endpoint{protocol=HTTP, host='127.0.0.1, port=8858}] one of them can't be connected
五、若有更多详细信息,请在下面提供。
扫一扫访问 Blade技术社区 移动端