C20171008S commented on issue #11421: URL: https://github.com/apache/dubbo/issues/11421#issuecomment-1418352508
> > 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 @5bf0d49 > > 这个是 javaassist 版本的问题,Dubbo 传递的是高版本的,看下是不是有冲突 确实有一个低版本的,现在删除低版本的javaassist就好了,多谢 -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
