Registering Plugins to OIM is Failing with ClassNotFoundException
(Doc ID 1550348.1)
Last updated on AUGUST 12, 2021
Applies to:
Identity Manager - Version 11.1.1.3.0 and laterInformation in this document applies to any platform.
Goal
When trying to register a plugin to OIM with plugin_utility, it fails with the error below.
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/iam/platformservice/utils/PluginUtility
Caused by: java.lang.ClassNotFoundException: oracle.iam.platformservice.utils.PluginUtility
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
Could not find the main class: oracle.iam.platformservice.utils.PluginUtility. Program will exit.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |