在JBoss EAP 7启动期间,操作“read-attribute”失败

时间:2017-04-24 06:56:24

标签: jboss wildfly

我已经在SSL模式下在JBoss EAP 7上部署了我的应用程序 我的应用程序已部署并成功运行但在启动期间, 每次服务器启动时都会在控制台上出现以下错误,同时部署WAR,不会抛出任何异常。

11:28:11,402 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 92) WFLYCTL0013: Operation ("read-attribute") failed - address: ([
    ("subsystem" => "undertow"),
    ("server" => "default-server"),
    ("https-listener" => "defaultssl")
]) - failure description: "WFLYCTL0216: Management resource '[(\"subsystem\" => \"undertow\")]' not found"

我一直在搜索红帽JBoss知识库,但尚未找到任何解决此问题的方法。

如果我在应用服务器完全启动并初始化后部署WAR,则不会重现此问题。

此问题不会影响我的申请。

这个问题不会在JBoss EAP 6.x,JBoss AS 7.1.x和Wildfly上重现 这个问题可能是什么原因?

1 个答案:

答案 0 :(得分:1)

我观察了JBoss EAP 7应用服务器的行为。在服务器初始化期间未加载下位子系统。当应用程序尝试在启动期间访问底部子系统的详细信息时,会发生此问题。在服务器启动后部署应用程序时,不会发生此问题。