Missing jar files
--------------------------------
Hi,
Thanks for the reply.
I have resolved that issue by adding more jar files in my classpath and disabling the administration security. But now I am getting the following error:
Exception in thread /"main/" java.lang.NoClassDefFoundError: com.ibm.websphere.mod
els.config.security.LTPA
at java.lang.J9VMInternals.verifyImpl(Native Method)
at java.lang.J9VMInternals.verify(J9VMInternals.java:68)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:129)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManage
rImpl.java:1711)
at com.ibm.ws.security.auth.ContextManagerImpl.getProperty(ContextManage
rImpl.java:1732)
at com.ibm.websphere.security.WSSecurityException.printStackTrace(WSSecu
rityException.java:154)
at com.oblix.registry.RegistryLogger.logException(RegistryLogger.java:21
3)
at com.oblix.tools.registryTester.main(registryTester.java:104)
Caused by: java.lang.ClassNotFoundException: com.ibm.websphere.models.config.sec
urity.LTPA
at java.net.URLClassLoader.findClass(URLClassLoader.java:496)
at java.lang.ClassLoader.loadClass(ClassLoader.java:631)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:597)
... 8 more
Do you have any idea, where I can find this class?
Thanks
Gaurav
--------------------------------
Posted By: gaurav_jain12 at Jul 8 2009 9:56AM