DaanHoogland commented on PR #7131:
URL: https://github.com/apache/cloudstack/pull/7131#issuecomment-1485017718
@JoaoJandre the setup error still occurs:
```
08:58:22 stderr: Traceback (most recent call last):
08:58:22 File "/usr/bin/cloudstack-setup-databases", line 636, in <module>
08:58:22 o.run()
08:58:22 File "/usr/bin/cloudstack-setup-databases", line 625, in run
08:58:22 self.processEncryptionStuff()
08:58:22 File "/usr/bin/cloudstack-setup-databases", line 427, in
processEncryptionStuff
08:58:22 encryptDBSecretKey()
08:58:22 File "/usr/bin/cloudstack-setup-databases", line 410, in
encryptDBSecretKey
08:58:22 self.putDbProperty('db.cloud.encrypt.secret',
formatEncryptResult(encrypt(self.dbsecretkey)))
08:58:22 File "/usr/bin/cloudstack-setup-databases", line 396, in encrypt
08:58:22 return str(runCmd(cmd)).strip('\r
08:58:22 ')
08:58:22 File "/usr/bin/cloudstack-setup-databases", line 51, in runCmd
08:58:22 raise Exception(stderr)
08:58:22 Exception: b'Exception in thread "main"
java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager
08:58:22 \tat
com.cloud.utils.crypt.CloudStackEncryptor.<init>(CloudStackEncryptor.java:33)
08:58:22 \tat com.cloud.utils.crypt.EncryptionCLI.main(EncryptionCLI.java:63)
08:58:22 Caused by: java.lang.ClassNotFoundException:
org.apache.logging.log4j.LogManager
08:58:22 \tat
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
08:58:22 \tat
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
08:58:22 \tat java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
08:58:22 \t... 2 more
```
--
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]