JBAS011843: Failed instantiate InitialContextFactory

This message usually pops out from the application that is deployed to the JBoss.


Error:

Exception at Initial Conext: JBAS011843: Failed instantiate InitialContextFactory org.jboss.naming.remoe.client.InitialContextFactory from classloader ModuleClassLoader for Module "dployment ... ... :main" from Service Module Loader


reason:

The library jboss-client.jar is couldn't be loaded from your deployed application at JBoss. You must add this jar to the classpath to eradicate this error.


Comments