Skip to content

Instantly share code, notes, and snippets.

@marianoguerra
Last active December 20, 2015 03:08
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 marianoguerra/6061016 to your computer and use it in GitHub Desktop.
Save marianoguerra/6061016 to your computer and use it in GitHub Desktop.
Immutant error "Unable to obtain JMS Connection Factory - assuming we are outside the container" on 1.0.0.cr1

Immutant issue

error: Unable to obtain JMS Connection Factory - assuming we are outside the container

setup

unzip some-app.zip
unzip some-lib.zip

cd some-lib
lein clean && lein compile :all && lein install

cd ../some-app
lein immutant deploy
lein immutant run -b 0.0.0.0

environment

➜  immutant-lib-dep-check  lein immutant version
Immutant 1.0.0.cr1 (revision: dc56bb7eceb0e3b9b855bb88c87d11025039e903, built on AS7 7.2.x.slim.incremental.5)

➜  immutant-lib-dep-check git:(master) ✗ lein version
Leiningen 2.2.0 on Java 1.7.0_21 OpenJDK 64-Bit Server VM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment