【问题标题】:Connection failure has been detected: HQ119014: Did not receive data from invm:0已检测到连接失败:HQ119014:未收到来自 invm:0 的数据
【发布时间】:2015-10-11 15:00:35
【问题描述】:

实际上我的 TimerWS 运行正常,但几个小时后我就出现了这个错误

WARN  [org.hornetq.core.client] (hornetq-failure-check-thread) HQ212037: Connection failure has been detected: HQ119014: Did not receive data from invm:0. It is likely the client has exited or crashed without closing its connection, or the network between the server and client has failed. You also might have configured connection-ttl and client-failure-check-period incorrectly. Please check user manual for more information. The connection will now be closed. [code=CONNECTION_TIMEDOUT]

WARN  [org.hornetq.jms.server] (Thread-3 (HornetQ-client-global-threads-451033388)) Notified of connection failure in xa discovery, we will retry on the next recovery: HornetQException[errorType=NOT_CONNECTED message=HQ119006: Channel disconnected]



Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The connection is closed.

有什么想法吗?

【问题讨论】:

标签: hornetq jboss-eap-6


【解决方案1】:

客户端与服务器的连接出现问题。 这些警告是从确定客户端不再响应的服务器生成的。发生这种情况时,服务器会清理与客户端连接相关的服务器端资源。

我已经多次看到客户端没有正确编码以在退出时关闭其资源(最终阻塞)。 还要查看中断连接的网络问题。

【讨论】:

    猜你喜欢
    • 2011-05-20
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2015-03-14
    • 2020-10-16
    相关资源
    最近更新 更多