Skip to content

Instantly share code, notes, and snippets.

@johndemic
Created February 7, 2011 18:37
Show Gist options
  • Save johndemic/814915 to your computer and use it in GitHub Desktop.
Save johndemic/814915 to your computer and use it in GitHub Desktop.
Exception in thread "main" java.lang.RuntimeException: java.lang.IllegalArgumentException: Shared ClassLoader Domain 'Embedded' doesn't exist
at org.mule.module.launcher.MuleSharedDomainClassLoader.<init>(MuleSharedDomainClassLoader.java:80)
at com.mulesoft.aiab.mule.EmbeddedMuleApplication.createDeploymentClassLoader(EmbeddedMuleApplication.java:319)
at com.mulesoft.aiab.mule.EmbeddedMuleApplication.install(EmbeddedMuleApplication.java:80)
at com.mulesoft.aiab.js.JsAppRunner.main(JsAppRunner.java:59)
Caused by: java.lang.IllegalArgumentException: Shared ClassLoader Domain 'Embedded' doesn't exist
at org.mule.module.launcher.MuleSharedDomainClassLoader.<init>(MuleSharedDomainClassLoader.java:43)
... 3 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment