DaanHoogland commented on PR #7131:
URL: https://github.com/apache/cloudstack/pull/7131#issuecomment-1479843772

   @JoaoJandre I see the envs failing to setup with 
   ```
   10:09:34 stderr: Traceback (most recent call last):
   10:09:34   File "/usr/bin/cloudstack-setup-databases", line 636, in <module>
   10:09:34     o.run()
   10:09:34   File "/usr/bin/cloudstack-setup-databases", line 625, in run
   10:09:34     self.processEncryptionStuff()
   10:09:34   File "/usr/bin/cloudstack-setup-databases", line 427, in 
processEncryptionStuff
   10:09:34     encryptDBSecretKey()
   10:09:34   File "/usr/bin/cloudstack-setup-databases", line 410, in 
encryptDBSecretKey
   10:09:34     self.putDbProperty('db.cloud.encrypt.secret', 
formatEncryptResult(encrypt(self.dbsecretkey)))
   10:09:34   File "/usr/bin/cloudstack-setup-databases", line 396, in encrypt
   10:09:34     return str(runCmd(cmd)).strip('\r
   10:09:34 ')
   10:09:34   File "/usr/bin/cloudstack-setup-databases", line 51, in runCmd
   10:09:34     raise Exception(stderr)
   10:09:34 Exception: b'Exception in thread "main" 
java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager
   10:09:34 \tat 
com.cloud.utils.crypt.CloudStackEncryptor.<init>(CloudStackEncryptor.java:33)
   10:09:34 \tat com.cloud.utils.crypt.EncryptionCLI.main(EncryptionCLI.java:63)
   10:09:34 Caused by: java.lang.ClassNotFoundException: 
org.apache.logging.log4j.LogManager
   10:09:34 \tat 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
   10:09:34 \tat 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
   10:09:34 \tat java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
   10:09:34 \t... 2 more
   ```
   I imagine this is due to some merge conflict?


-- 
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]

Reply via email to