Followed to Deployment to WildFly-10/EAP7, I got this error:
[INFO] ------------------------------------------------------------------------ |
[INFO] Reactor Summary: |
[INFO] |
[INFO] UnifiedPush Auth Server ............................ FAILURE [ 6.341 s] |
[INFO] UnifiedPush Server for Wildfly (WAR) ............... SKIPPED |
[INFO] UnifiedPush Servers Parent ......................... SKIPPED |
[INFO] ------------------------------------------------------------------------ |
[INFO] BUILD FAILURE |
[INFO] ------------------------------------------------------------------------ |
[INFO] Total time: 6.826 s |
[INFO] Finished at: 2017-05-01T15:44:22+09:00 |
[INFO] Final Memory: 43M/541M |
[INFO] ------------------------------------------------------------------------ |
[WARNING] The requested profile "wildfly" could not be activated because it does not exist. |
[ERROR] Failed to execute goal org.wildfly.plugins:wildfly-maven-plugin:1.1.0.Alpha7:deploy (default-cli) on project unifiedpush-auth-server: Deployment failed: Operation failed: {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2" => { |
[ERROR] "WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./auth" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./auth: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher) |
[ERROR] Caused by: java.lang.RuntimeException: RESTEASY003325: Failed to construct public org.jboss.aerogear.unifiedpush.keycloak.UpsKeycloakApplication(javax.servlet.ServletContext,org.jboss.resteasy.core.Dispatcher) |
[ERROR] Caused by: java.lang.RuntimeException: Failed to connect to database |
[ERROR] Caused by: javax.naming.NameNotFoundException: datasources/KeycloakDS -- service jboss.naming.context.java.jboss.datasources.KeycloakDS"}, |
[ERROR] "WFLYCTL0412: Required services that are not installed:" => ["jboss.undertow.deployment.default-server.default-host./auth"], |
[ERROR] "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined |
[ERROR] }}} |
[ERROR] -> [Help 1]
|
|