This exception indicates that the InitialContext initialization failed for your Client_TestPortal application. Resaon is that it was not able to load the class org.jnp.interfaces.NamingContextFactory , which (I assume) is the default Java naming provider for your platform.
It looks like your required class JAR is missing from your classpath class. According to this findjar query, it can be one of the following:
[LOCAL] jbossall-client.jar [LOCAL] jbossjmx-ant.jar [MAVEN2] jnpserver-3.2.3.jar [MAVEN2] jbossall-client-3.2.1.jar [MAVEN2] jbossall-client-3.2.3.jar [MAVEN2] jbossjmx-ant-3.2.3.jar [MAVEN2] jnp-client-3.2.1.jar [MAVEN2] jnp-client-4.0.2.jar
... or something like that. Which (if any) of the above JARs is the most suitable, it is difficult to say.
source share