【发布时间】:2018-02-09 08:01:04
【问题描述】:
所以我有一个很奇怪的问题,wildfly 没有启动......
如果我清理除一个 .war 文件之外的所有内容的独立/部署,wildfly 会完美启动。然后我可以添加所有其他 .war 文件(总共 6 个),wildfly 可以毫无问题地部署它们。
但是,如果我在那里有所有的战争文件并启动 wildfly,它会完全失败。它会保持一切都设置为 .isdeploying 的状态大约 5 分钟,直到一切都设置为失败。
我从service wildfly status得到的日志
Feb 09 08:49:12 wildfly[2079]: /etc/init.d/wildfly: 3: /etc/default/wildfly: default: not found
Feb 09 08:49:12 wildfly[2079]: * Starting WildFly Application Server wildfly
Feb 09 08:49:43 wildfly[2079]: ...done.
Feb 09 08:49:43 wildfly[2079]: * WildFly Application Server hasn't started within the timeout allowed
Feb 09 08:49:43 wildfly[2079]: * please review file "/var/log/wildfly/console.log" to see the status of the service
有没有人见过这样的事情?
环顾四周后,我在它取消部署所有内容之前发现了这个:
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0348: Timeout after [300] seconds waiting for service container stability. Operation will roll back. Step that first updated t
he service container was 'add' at address '[
("core-service" => "management"),
("management-interface" => "http-interface")
]'
但我仍然不确定我的意思......
【问题讨论】:
标签: deployment wildfly