【发布时间】:2018-08-08 02:31:23
【问题描述】:
在 Wildfly 10 上成功部署 EAR 并在几天后正常工作后,它为已部署 EAR 的 URL 返回 404(服务器未关闭),只有我在 server.log 文件中有此警告
WARN [org.apache.activemq.artemis.core.server] (Thread-25 (ActiveMQ-server-
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$2@43653a52-
915383569)) AMQ222010: Critical IO Error, shutting down the server.
file=NIOSequentialFile
/home/wildfly/wildfly/standalone/data/activemq/largemessages/2317811.msg,
message=/home/wildfly/wildfly/standalone/data/activemq/largemessages
/2317811.msg (Too many open files):
ActiveMQIOErrorException[errorType=IO_ERROR
我使用 JMS 进行应用程序审计
【问题讨论】:
标签: jms wildfly-10 activemq-artemis