so i'm trying to deploy what is currently on master to wildfly 9(also tried 10) and i'm getting this error:

https://gist.github.com/lholmquist/6743191e4c4f225dac7e8e16e86f09fc


i've copied the h2 db deployment script to the wildly deployment directory,  manually copied the  auth-server and ag-push war files to the wildlfy deployment directory from their respective target directories,

started with "./bin/standalone.sh -c standalone-full.xml -b 0.0.0.0" 

perhaps i'm missing a step?