Skip to content

Instantly share code, notes, and snippets.

@johnament
Created June 13, 2015 00:40
Show Gist options
  • Save johnament/fa35e1c33cddc8c8775d to your computer and use it in GitHub Desktop.
Save johnament/fa35e1c33cddc8c8775d to your computer and use it in GitHub Desktop.
2015-06-12 20:33:05,431 INFO [org.jboss.as] (Controller Boot Thread) WFLYSRV0025: WildFly Core 1.0.0.CR1 "Kenny" started in 1255ms - Started 99 of 106 services (17 services are lazy, passive or on-demand)
2015-06-12 20:33:06,249 INFO [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "mysql" (runtime-name: "mysql")
2015-06-12 20:33:06,381 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
2015-06-12 20:33:06,382 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-15) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.fabric.jdbc.FabricMySQLDriver (version 5.1)
2015-06-12 20:33:06,386 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-9) WFLYJCA0018: Started Driver service with driver-name = mysql_com.mysql.jdbc.Driver_5_1
2015-06-12 20:33:06,386 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0018: Started Driver service with driver-name = mysql_com.mysql.fabric.jdbc.FabricMySQLDriver_5_1
2015-06-12 20:33:06,388 INFO [org.jboss.as.server] (main) WFLYSRV0010: Deployed "mysql" (runtime-name : "mysql")
2015-06-12 20:33:06,394 INFO [org.jboss.as.server.deployment] (MSC service thread 1-6) WFLYSRV0027: Starting deployment of "MySqlDS-ds.jar" (runtime-name: "MySqlDS-ds.jar")
2015-06-12 20:33:06,408 WARN [org.jboss.as.connector] (MSC service thread 1-11) WFLYJCA0091: -ds.xml file deployments are deprecated. Support may be removed in a future version.
2015-06-12 20:33:06,428 ERROR [org.jboss.as.controller.management-operation] (main) WFLYCTL0013: Operation ("add") failed - address: (("deployment" => "MySqlDS-ds.jar")) - failure description: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.data-source.java:jboss/datasources/MySqlDS is missing [jboss.jdbc-driver.mysql]"]}
2015-06-12 20:33:06,429 ERROR [org.jboss.as.server] (main) WFLYSRV0021: Deploy of deployment "MySqlDS-ds.jar" was rolled back with the following failure message: {"WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.data-source.java:jboss/datasources/MySqlDS is missing [jboss.jdbc-driver.mysql]"]}
2015-06-12 20:33:06,454 INFO [org.hibernate.validator.internal.util.Version] (MSC service thread 1-16) HV000001: Hibernate Validator 5.1.3.Final
2015-06-12 20:33:06,483 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-15) WFLYJCA0010: Unbound data source [java:jboss/datasources/MySqlDS]
2015-06-12 20:33:06,484 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment MySqlDS-ds.jar (runtime-name: MySqlDS-ds.jar) in 54ms
2015-06-12 20:33:06,484 INFO [org.jboss.as.controller] (main) WFLYCTL0183: Service status report
WFLYCTL0184: New missing/unsatisfied dependencies:
service jboss.data-source.java:jboss/datasources/MySqlDS (missing) dependents: [service jboss.data-source.reference-factory.java:jboss/datasources/MySqlDS]
service jboss.data-source.reference-factory.java:jboss/datasources/MySqlDS (missing) dependents: [service jboss.naming.context.java.jboss.datasources.MySqlDS]
service jboss.jdbc-driver.mysql (missing) dependents: [service jboss.data-source.java:jboss/datasources/MySqlDS]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment