Netbeans 8.2 не может развернуть проект в Wildfly при нажатии кнопки RUN - PullRequest
0 голосов
/ 08 мая 2020

Я искал в Интернете решения, но не нашел их. Пожалуйста, я новичок в использовании 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)
...