DaanHoogland commented on PR #7131: URL: https://github.com/apache/cloudstack/pull/7131#issuecomment-1560970916
@JoaoJandre I see the following in our test env builds: ``` 09:08:11 cmd: java -classpath /usr/share/cloudstack-common/lib/cloudstack-utils.jar com.cloud.utils.crypt.EncryptionCLI -p password -i R6QPwRUz09TVXBjXNwZk7grTjcPtsFRphH6xhN1oPvnc12YUk296t4KHytg8zRLczDA0X5NsLVi4d8rfMMx3yg 09:08:11 09:08:11 start: 2023-05-24 07:08:10.931599 09:08:11 09:08:11 end: 2023-05-24 07:08:11.014625 09:08:11 09:08:11 delta: 0:00:00.083026 09:08:11 09:08:11 stderr: Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager 09:08:11 at com.cloud.utils.crypt.CloudStackEncryptor.<init>(CloudStackEncryptor.java:33) 09:08:11 at com.cloud.utils.crypt.EncryptionCLI.main(EncryptionCLI.java:63) 09:08:11 Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.LogManager 09:08:11 at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) 09:08:11 at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) 09:08:11 at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522) 09:08:11 ... 2 more ``` I'm doing a code inspection to see if that is an ommision in code or somewhere else. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
