Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/spring/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Spring Boot-Hystrix仪表板读取超时_Java_Spring_Spring Boot_Spring Security_Hystrix Dashboard - Fatal编程技术网

Java Spring Boot-Hystrix仪表板读取超时

Java Spring Boot-Hystrix仪表板读取超时,java,spring,spring-boot,spring-security,hystrix-dashboard,Java,Spring,Spring Boot,Spring Security,Hystrix Dashboard,我使用弹簧靴2.2.2,Hystrix工作正常。与spring security集成后,hystrix仪表板停止工作 日志 在仪表板上,显示为的消息无法连接到命令度量流。是否在application.properties中添加了此管理.endpoints.web.exposure.include=*? 2020-09-02 16:01:05.566 [http-nio-8080-exec-5] INFO o.s.c.n.h.d.HystrixDashboardConfiguration$Pro

我使用弹簧靴2.2.2,Hystrix工作正常。与spring security集成后,hystrix仪表板停止工作

日志


在仪表板上,显示为的消息无法连接到命令度量流。

是否在application.properties中添加了此
管理.endpoints.web.exposure.include=*
2020-09-02 16:01:05.566 [http-nio-8080-exec-5] INFO  o.s.c.n.h.d.HystrixDashboardConfiguration$ProxyStreamServlet.doGet.173 - 

Proxy opening connection to: http://localhost:8080/actuator/hystrix.stream


2020-09-02 16:01:15.658 [http-nio-8080-exec-5] ERROR o.s.c.n.h.d.HystrixDashboardConfiguration$ProxyStreamServlet.doGet.226 - Error proxying request: http://localhost:8080/actuator/hystrix.stream
java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)