Hello all,
I'm trying to finish "Domain Management - Add support for database authentication.", but the servers in domain mode starts up with an error and the log indicate missing dependencies. I have been debugging and to what I can tell all services is started. If I run in standalone mode everything is working fine.
[Server:server-one] 12:00:16,723 INFO [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
[Server:server-one] JBAS014775: New missing/unsatisfied dependencies:
[Server:server-one] service jboss.server.controller.management.connection_manager.db (missing) dependents: [service jboss.server.controller.management.security_realm.ManagementRealm.database_authentication, service jboss.server.controller.management.security_realm.ApplicationRealm.database_authorization, service jboss.server.controller.management.security_realm.ApplicationRealm.database_authentication]
[Server:server-one]
[Server:server-one] 12:00:16,727 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: JBoss AS 7.2.0.Alpha1-SNAPSHOT "Steropes" started (with errors) in 523167ms - Started 219 of 306 services (6 services failed or missing dependencies, 80 services are passive or on-demand)
https://github.com/fharms/jboss-as/tree/AS7-1370
I have attached the configuration files
Any suggestions to where I should look or what it could be?
Thanks