When trying to run the command to run the encrypt the password for custom_wrapper.conf for replacing the default keystores.
I keep running into the below error:
Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager
at com.webMethods.caf.common.CipherUtil.initLogging(CipherUtil.java:279)
at com.webMethods.caf.common.CipherUtil.(CipherUtil.java:47)
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
… 2 more
This is for version 10.7. Any leads to resolve this, thanks.
I will check and get back to you soon. However as a pointer, please check if your java runtime is java 8 or not as java 11 or 16 might have few modules missing due to modular structure.