Spring Cloud Gateway 突然报错,重启后恢复正常,有大神知道什么原因嘛?
[DiscoveryClient-CacheRefreshExecutor-0] ERROR [com.netflix.discovery.DiscoveryClient] DiscoveryClient.java:1532 - Cannot fetch registry from server
reactor.core.Exceptions$ErrorCallbackNotImplemented: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'regexp' to java.lang.String
Caused by: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'regexp' to java.lang.String
...
Caused by: org.springframework.core.convert.ConverterNotFoundException: No converter found capable of converting from type [java.lang.UNIXProcess] to type [java.lang.String]
at org.springframework.core.convert.support.GenericConversionService.handleConverterNotFound(GenericConversionService.java:321)
at org.springframework.core.convert.support.GenericConversionService.convert(GenericConversionService.java:194)
1
laiyifa 2022-03-03 17:07:48 +08:00
|
2
fakeMaster OP 在 nginx 日志中看到了这个问题,目前是先把 gateway 的 Actuator 关闭了
|