A
Anand Adike
Guest
In order to resolve “java.lang.ClassNotFoundException: org.jnp.interfaces.NamingContextFactory” error, we need to add /lib/ jnp-client.jar to classpath and pluginspath under SonicMQ section in $DLC/properties/AdminServerPlugins.properties file. Instead of updating the AdminObjectFinder.class file in AdminObjectFinder.jar archive, update the AdminObjectFinder.java class with INITIAL_CONTEXT_FACTORY class that you are using and create the jar with updated classes. Use the created jar file for connection factory. Hope this help!! Thanks, Anand.
Continue reading...
Continue reading...