java.lang.ClassNotFoundException: com.iplanet.am.sdk.ldap.DirectoryManager
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
- Expert tip
This might be an issue with the file location in the Spark submit command. Try it with
spark-submit --master spark://master:7077 \ hello_world_from_pyspark.py {file location}
You are not deploying the oracle driver with the application. Place the driver jars in a shared or library extension folder of your application server. (You should go with option one or two though
Solutions on the web
via Oracle Community by 807573, 1 year ago
java.lang.ClassNotFoundException: com.iplanet.am.sdk.ldap.DirectoryManager
at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:141)
at com.iplanet.am.sdk.AMDirectoryManager.
(AMDirectoryManager.java:98) at com.iplanet.am.sdk.AMCacheManager.
(AMCacheManager.java:97) at com.iplanet.am.sdk.AMCacheManager.getInstance(AMCacheManager.java:118)
at com.iplanet.am.sdk.AMDirectoryWrapper.
(AMDirectoryWrapper.java:91) at com.iplanet.am.sdk.AMStoreConnection.
(AMStoreConnection.java:179) at edu.ucsc.sso.utils.UserInfo.getAttribValue(UserInfo.java:93)
at edu.ucsc.sso.utils.TestMain.main(TestMain.java:13)