Skip to content

Instantly share code, notes, and snippets.

@ck
Created February 7, 2014 22:18
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 ck/8873154 to your computer and use it in GitHub Desktop.
Save ck/8873154 to your computer and use it in GitHub Desktop.
Immutant Test Failure with Java Class
% lein immutant test active/ialab (immutant-and-java-classes ⚡)
Running tests inside Immutant...
Starting JBoss
/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/jre/bin/java -Xms64m -Xmx1024m -XX:MaxPermSize=1024m -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSClassUnloadingEnabled -Djboss.home.dir=/Users/ck/.immutant/current/jboss -Dlogging.configuration=file:/Users/ck/.immutant/current/jboss/standalone/configuration/logging.properties -Dorg.jboss.boot.log.file=/Users/ck/code/active/ialab/target/isolated-immutant/standalone/log/boot.log -jar /Users/ck/.immutant/current/jboss/jboss-modules.jar -mp /Users/ck/.immutant/current/jboss/modules -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -Djboss.server.base.dir=/Users/ck/code/active/ialab/target/isolated-immutant/standalone -Djboss.socket.binding.port-offset=67
Deploying /Users/ck/code/active/ialab/.descriptors/ialab.clj
Connecting to remote app...
Running clojure.test tests...
Testing namespaces in container: (ialab.math-test)
ClassNotFoundException ialab.Num java.net.URLClassLoader$1.run (URLClassLoader.java:366)
Exception No namespace: ialab.math-test found clojure.core/the-ns (core.clj:3760)
Undeploying ialab
Stopping JBoss
Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment