<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I am trying to run unifiedpush server with mysql but I have some problem with datasource<br><br><a href="https://github.com/aerogear/aerogear-unifiedpush-server#mysql-database-configuration" target="_blank">https://github.com/aerogear/aerogear-unifiedpush-server#mysql-database-configuration</a><br><br>I get errors when I try to run<code><br><br>/Path/to/JBossAS/bin/jboss-cli.sh --file=./databases/mysql-database-config.cli</code><br><br>I added datasource config&nbsp; https://gist.github.com/marti1125/9806765<br><br>but I have this problem<br><br>07:36:19,418 ERROR [org.jboss.as.controller.management-operation] (Controller Bo<br>ot Thread) JBAS014613: Operation ("add") failed - address: ([<br>&nbsp;&nbsp;&nbsp; ("subsystem" =&gt; "datasources"),<br>&nbsp;&nbsp;&nbsp; ("data-source" =&gt; "UnifiedPushDS")<br>]) - failure description: {<br>&nbsp;&nbsp;&nbsp; "JBAS014771: Services with missing/unavailable dependencies" =&gt; [<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "jboss.driver-demander.java:jboss/datasources/UnifiedPushDS is missing [<br>jboss.jdbc-driver.com_mysql_jdbc_Driver]",<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "jboss.data-source.java:jboss/datasources/UnifiedPushDS is missing [jbos<br>s.jdbc-driver.com_mysql_jdbc_Driver]"<br>                                               </div></body>
</html>