Guest User

Untitled

a guest
Oct 17th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. <datasource jta="false" jndi-name="java:jboss/datasources/myDB" pool-name="myDB" enabled="true" use-ccm="false">
  2. <connection-url>jdbc:mysql://mysql/myDB</connection-url>
  3. <driver>mysql</driver>
  4. <security>
  5. <user-name>root</user-name>
  6. <password>password</password>
  7. </security>
  8. <validation>
  9. <validate-on-match>false</validate-on-match>
  10. <background-validation>false</background-validation>
  11. </validation>
  12. <statement>
  13. <share-prepared-statements>false</share-prepared-statements>
  14. </statement>
  15. </datasource>
  16.  
  17. 16:59:15,121 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 3) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "poc")]) - failure description: {
  18. "WFLYCTL0412: Required services that are not installed:" => ["jboss.jdbc-driver.mysql"],
  19. "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.data-source."jboss.naming.context.java.jboss.datasources.testDB" is missing [jboss.jdbc-driver.mysql]"]
  20. }
  21. 16:59:15,124 ERROR [org.jboss.as.server] (management-handler-thread - 3) WFLYSRV0021: Deploy of deployment "poc.war" was rolled back with the following failure message:
  22. {
  23. "WFLYCTL0412: Required services that are not installed:" => ["jboss.jdbc-driver.mysql"],
  24. "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.data-source."jboss.naming.context.java.jboss.datasources.testDB" is missing [jboss.jdbc-driver.mysql]"]
  25. }
Add Comment
Please, Sign In to add comment