weizhouapache commented on issue #9462: URL: https://github.com/apache/cloudstack/issues/9462#issuecomment-2255754610
@rohityadavcloud I did a quick check on the vmops.log, the issue seems to be related to jdk17 upgrade. ``` Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @75acb326 ``` Exporting MAVEN_OPTS should have fixed the issue -- 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]
