Problems with OPatch - WLS 12.1.3.0
Hello,
I'm trying to install a patch in a Weblogic Server 12.1.3.0 but it failed telling me that I needed to use opatch 13.2.0.0.
So I extract opatch 13.2.0.0 to $ORACLE_HOME/OPatch and when I run opatch commands (ex: opatch lsinventory), it gives the following error:
"Exception in thread "main" java.lang.NoClassDefFoundError: com/oracle/cie/gdr/external/InventoryException
at oracle.opatch.OPatch.main(OPatch.java:548)
Caused by: java.lang.ClassNotFoundException: com.oracle.cie.gdr.external.InventoryException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)