Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 10, 2015 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/488e541abdb049d944b2 to your computer and use it in GitHub Desktop.
Save jcrossley3/488e541abdb049d944b2 to your computer and use it in GitHub Desktop.
-*- mode: compilation; default-directory: "~/src/immutant/integration-tests/" -*-
Compilation started at Mon Aug 10 14:55:11
LOG_LEVEL=DEBUG lein with-profile +transactions,+eap-base all
Running tests inside WildFly (log output available in /home/jim/src/immutant/integration-tests/target/isolated-wildfly/standalone/log/server.log)...
No :main specified in project.clj, no app initialization will be performed.
Created /home/jim/src/immutant/integration-tests/target/integs-dev.war
Starting JBoss
/usr/lib/jvm/java-8-oracle/jre/bin/java -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Djboss.home.dir=/home/jim/local/wildfly -Dlogging.configuration=file:/home/jim/local/wildfly/standalone/configuration/logging.properties -Dorg.jboss.boot.log.file=/home/jim/src/immutant/integration-tests/target/isolated-wildfly/standalone/log/boot.log -jar /home/jim/local/wildfly/jboss-modules.jar -mp /home/jim/local/wildfly/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.server.base.dir=/home/jim/src/immutant/integration-tests/target/isolated-wildfly/standalone -Djboss.socket.binding.port-offset=67 -Djboss.logging.level=INFO -c standalone-full.xml
Deploying /home/jim/src/immutant/integration-tests/target/integs-dev.war as integs.war... done!
Connecting to remote app...
Running clojure.test tests...
Testing namespaces in container: (immutant.transactions.jdbc-test immutant.transactions-test)
Testing immutant.transactions.jdbc-test
Testing immutant.transactions-test
NoSuchMethodException org.hornetq.jms.client.HornetQXAConnection.close() java.lang.Class.getDeclaredMethod (Class.java:2130)
Undeploying integs.war... done!
Stopping JBoss
Tests failed
Error encountered performing task 'all' with profile(s): 'base,system,user,provided,dev,integ-base-integs,integ-transactions-integs,eap-base-integs'
Tests failed
Compilation exited abnormally with code 1 at Mon Aug 10 14:55:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment