Problemy z odpaleniem wildfly...

0

Podczas tworzenia projektu wyrzuca mi coś takiego:

undertow-deployment.UndertowDeploymentInfoService: org.jboss.msc.service.StartException in service jboss.deployment.unit. undertow-deployment.UndertowDeploymentInfoService: java.lang.ClassNotFoundException: org.apache.catalina.servlets from Module deployment from Service Module Loader

Po reinstalacji wildfly i wpisaniu w cmd .\standalone.bat pokazuje:

ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "ejb3"),
("service" => "timer-service"),
("file-data-store" => "default-file-store")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.ejb3.timerService.timerPersistence.default-file-store is missing [jboss.txn.TransactionManager, jboss.txn.TransactionSynchronizationRegistry]"]}
08:50:48,307 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([
("subsystem" => "ejb3"),
("service" => "remote")
]) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => [
"jboss.ejb3.connector is missing [jboss.txn.TransactionManager, jboss.remoting.remotingConnectorInfoService.http-remoting-connector, jboss.txn.TransactionSynchronizationRegistry]",
"jboss.ejb.remote-transactions-repository is missing [jboss.txn.TransactionManager, jboss.txn.UserTransaction, jboss.txn.ArjunaRecoveryManager]"
]}
08:50:48,399 INFO [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.concurrent.ee.tsp (missing) dependents: [service jboss.concurrent.ee.context.service.default]
service jboss.remoting.remotingConnectorInfoService.http-remoting-connector (missing) dependents: [service jboss.ejb3.connector]
service jboss.txn.ArjunaRecoveryManager (missing) dependents: [service jboss.connector.transactionintegration, service jboss.ejb.remote-transactions-repository, service jboss.ejb.tx-recovery-service]
service jboss.txn.ArjunaTransactionManager (missing) dependents: [service jboss.connector.bootstrapcontext.default]
service jboss.txn.CoreEnvironment (missing) dependents: [service jboss.ejb.tx-recovery-service]
service jboss.txn.TransactionManager (missing) dependents: [service jboss.ejb3.connector, service jboss.connector.transactionintegration, service jboss.ejb.remote-transactions-repository, service jboss.ejb3.timerService.timerPersistence.default-file-store, WFLYCTL0208: ... and 3 more ]
service jboss.txn.TransactionSynchronizationRegistry (missing) dependents: [service jboss.ejb3.connector, service jboss.connector.transactionintegration, service jboss.ejb3.timerService.timerPersistence.default-file-store, service jboss.jpa, WFLYCTL0208: ... and 2 more ]
service jboss.txn.UserTransaction (missing) dependents: [service jboss.ejb.remote-transactions-repository, service jboss.ejb.utilities]
service jboss.txn.UserTransactionAccessControlService (missing) dependents: [service jboss.ejb3.EJB3UserTransactionAccessControlService]
service jboss.txn.UserTransactionRegistry (missing) dependents: [service jboss.jpa-usertransactionlistener, service jboss.connector.transactionintegration]
service jboss.txn.XATerminator (missing) dependents: [service jboss.connector.bootstrapcontext.default, service jboss.connector.transactionintegration, service jboss.connector.workmanager.default]
08:50:49,095 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
08:50:49,097 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
08:50:49,099 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 9.0.2.Final (WildFly Core 1.0.2.Final) started (with errors) in 8168ms - Started 121 of 160 services (23 services failed or missing dependencies, 36 services are lazy, passive or on-demand)

Co zrobić aby serwer w końcu zaczął działać?

1

wystarczyło dodać do projektu pusty folder META-INF
i DZIAŁA !

1 użytkowników online, w tym zalogowanych: 0, gości: 1