【发布时间】: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