Exception in thread "main" java.lang.NoClassDefFoundError: oracle/cluster/install/InstallException
While ran the opatchauto command in one of the node getting java error in three node rac db, other nodes are working fine.
[root@citsdbpr03 OPatch]# ./opatchauto apply /backupFS/OCTPSU/24433148 -oh /oracle/cits/12.1.0.2/grid -analyze
Exception in thread "main" java.lang.NoClassDefFoundError: oracle/cluster/install/InstallException
at oracle.opatchauto.gi.PatchVersionReader.main(PatchVersionReader.java:67)
Caused by: java.lang.ClassNotFoundException: oracle.cluster.install.InstallException
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)