首页 > 解决方案 > 春季启动网络问题

问题描述

当我向 Spring Boot 发出请求时遇到以下问题(内部使用 Netty 服务器)

2019-02-21 07:28:21.647 错误 9 --- [or-http-epoll-2] reactor.netty.tcp.TcpServer : [id: 0x460eebde, L:/10.0.125.18:80 - R:/10.0 .125.55:56958] onUncaughtException(SimpleConnection{channel=[id: 0x460eebde, L:/10.0.125.18:80 - R:/10.0.125.55:56958]})

io.netty.channel.unix.Errors$NativeIoException: syscall:read(..) failed: Connection reset by peer

在 io.netty.channel.unix.FileDescriptor.readAddress(..)(Unknown Source) ~[netty-transport-native-unix-common-4.1.31.Final.jar!/:4.1.31.Final]enter code here

标签: spring-bootnetty

解决方案


推荐阅读