apache 来自 mod_jk 的错误消息“所有端点都已断开连接”是什么意思
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1671286/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
What does the error message "all endpoints are disconnected" mean from mod_jk
提问by Amot
Does anyone know the meaning of the info message "all endpoints are disconnected, detected by connect check (1), cping (0), send (0)"
有谁知道信息消息“所有端点都断开连接,通过连接检查(1),cping(0),发送(0)检测到”的含义
This occurs with some regularity in my mod_jk log, but I can't find information about whether this is a problem, or just something to ignore.
这在我的 mod_jk 日志中经常发生,但我无法找到有关这是否是问题的信息,或者只是需要忽略的信息。
回答by Volker Kleinschmidt
This means that tomcat has shut down the socket due to the soTimeout parameter of the AJP connector. mod_jk is going to reconnect next, therefore this is merely an [info] message. If the reconnect fails, an [error] will be logged. So this is entirely harmless.
这意味着由于 AJP 连接器的 soTimeout 参数,tomcat 已经关闭了套接字。mod_jk 接下来将重新连接,因此这只是一个 [info] 消息。如果重新连接失败,将记录 [error]。所以这是完全无害的。

