wlst.sh giving java error
I am trying to start nodemanager from the secondary node. But its failing with below java error.
On running the wlst.sh comes with below error. Please advise if anyone has got similar issues in the past.
[applmgr@host1 bin]$ . ./wlst.sh
CLASSPATH=/u1/....
.......
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic/diagnostics/debug/DebugLogger
at weblogic.descriptor.DescriptorClassLoader.<clinit>(DescriptorClassLoader.java:26)
at weblogic.WLST.main(WLST.java:19)
Caused by: java.lang.ClassNotFoundException: weblogic.diagnostics.debug.DebugLogger
at java.net.URLClassLoader$1.run(URLClassLoader.java:367)
at java.net.URLClassLoader$1.run(URLClassLoader.java:356)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:355)