在Wildfly 10上成功部署EAR并在几天后工作正常后,它返回404以获取部署的EAR的URL(服务器未关闭),只有我在server.log文件中有此WARN
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进行应用程序审核
答案 0 :(得分:0)
当ActiveMQ Artemis遇到关键IO错误时,它会自行关闭以防止危及数据完整性。在您的情况下,看起来代理已超出操作系统强制执行的打开文件的限制。