Skip to content

Instantly share code, notes, and snippets.

@maeste
Created October 19, 2010 20:03
Show Gist options
  • Save maeste/634987 to your computer and use it in GitHub Desktop.
Save maeste/634987 to your computer and use it in GitHub Desktop.
21:58:03,153 ERROR [deployment] Caught exception handling update (param is 6ebd0457-5cfb-4670-8ab4-ff9d041d44b9): org.jboss.msc.service.StartException in service service jboss.naming.context.java.global.ra16outjbossra_rar: Failed to create sub-context with name 'java:global/ra16outjbossra_rar' in context 'org.jboss.as.naming.NamingContext@9d532ae'
at org.jboss.as.deployment.naming.ContextService.start(ContextService.java:65)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1001)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_18]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_18]
at java.lang.Thread.run(Thread.java:636) [:1.6.0_18]
Caused by: javax.naming.NameNotFoundException: Name 'global' not found in context ''
at org.jboss.as.naming.util.NamingUtils.nameNotFoundException(NamingUtils.java:66)
at org.jboss.as.naming.InMemoryNamingStore$NodeTraversingVisitor.visit(InMemoryNamingStore.java:355)
at org.jboss.as.naming.InMemoryNamingStore$ContextNode.accept(InMemoryNamingStore.java:311)
at org.jboss.as.naming.InMemoryNamingStore.createSubcontext(InMemoryNamingStore.java:197)
at org.jboss.as.naming.NamingContext.createSubcontext(NamingContext.java:302)
at org.jboss.as.naming.NamingContext.createSubcontext(NamingContext.java:311)
at org.jboss.as.deployment.naming.ContextService.start(ContextService.java:63)
... 4 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment