【问题标题】:Spring Integration is hanging WebSphere Liberty threadSpring Integration 正在挂起 WebSphere Liberty 线程
【发布时间】:2015-12-16 08:52:51
【问题描述】:

我在 WebSphere Liberty Application Server 中部署了一个 Spring + Spring Integration + Hibernate WebApp。

有时,当我尝试停止应用程序时,服务器会停机。

我在日志中看到了这个:

[12/16/15 9:27:27:146 CET] 00000096 webapp        I com.ibm.ws.webcontainer.webapp.WebApp log SRVE0292I: Servlet Message - [CATAPP#web-0.0.1-SNAPSHOT.war]:.Destroying Spring FrameworkServlet 'IntegrationContext'
[12/16/15 9:39:36:112 CET] 000000f1 ThreadMonitor W   WSVR0605W: Thread "Default : 2" (00000096) has been active for 729034 milliseconds and may be hung.  There is/are 1 thread(s) in total in the server that may be hung.

并且没有更多信息。我需要重新启动 WebSphere 节点才能再次启动应用程序。

我知道这很困难,但有人知道可能是什么问题吗?谢谢。

【问题讨论】:

    标签: spring websphere spring-integration websphere-liberty


    【解决方案1】:

    当您遇到这种情况时,请进行线程转储(jstack、jvisualvm 等)并查看线程在做什么。例如,它可能正在从具有长(或无)超时的套接字读取。如果您无法弄清楚,请将线程转储发布到某个地方。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-02-07
      • 2016-06-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-05-30
      相关资源
      最近更新 更多