首页 > 解决方案 > 单击“运行”按钮时,Netbeans 8.2 无法将项目部署到 Wildfly

问题描述

我在网上搜索了解决方案,但似乎找不到任何解决方案。拜托,我是使用 Netbeans 和 Wildfly 的新手。

当我尝试单击 RUN 按钮来部署我的项目时,我得到以下信息:

13:30:28,772 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0063: Http management interface is not enabled
13:30:28,772 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
13:30:28,772 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started (with errors) in 3873ms - Started 343 of 665 services (52 services failed or missing dependencies, 415 services are lazy, passive or on-demand)

我似乎无法弄清楚问题出在哪里。我需要帮助,请。

编辑

WFLYCTL0184:    New missing/unsatisfied dependencies:
      service jboss.http-upgrade-registry.default (missing) dependents: [service jboss.messaging-activemq.default] 
      service jboss.jdbc-driver.mysql-connector-java-5_1_23-bin_jar (missing) dependents: [service jboss.driver-demander.java:/CoreUat, service org.wildfly.data-source.CowrywiseDS, service org.wildfly.data-source.FlutterAlpha, service jboss.driver-demander.java:/EpinDS, WFLYCTL0208: ... and 13 more ] 
      service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector] 
WFLYCTL0186:   Services which failed to start:      service jboss.iiop-openjdk.poa-service.rootpoa: org.jboss.msc.service.StartException in service jboss.iiop-openjdk.poa-service.rootpoa: WFLYIIOP0098: Failed to resolve initial reference RootPOA
      service jboss.serverManagement.controller.management.http: org.jboss.msc.service.StartException in service jboss.serverManagement.controller.management.http: java.net.BindException: Address already in use /127.0.0.1:10090
      service jboss.undertow.listener.https: org.jboss.msc.service.StartException in service jboss.undertow.listener.https: Address already in use /127.0.0.1:8543
      service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Address already in use /127.0.0.1:8180

14:20:44,446 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0063: Http management interface is not enabled
14:20:44,446 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0054: Admin console is not enabled
14:20:44,447 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.1.0.Final (WildFly Core 2.2.0.Final) started (with errors) in 4346ms - Started 343 of 665 services (52 services failed or missing dependencies, 415 services are lazy, passive or on-demand)

标签: javanetbeansjbosswildfly

解决方案


推荐阅读