You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Handler dispatch failed: java.lang.IllegalAccessError: class me.chanjar.weixin.cp.util.crypto.WxCpCryptUtil (in unnamed module @0x2d2e5f00) cannot access class sun.security.util.DerInputStream (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x2d2e5f00] with root cause
java.lang.IllegalAccessError: class me.chanjar.weixin.cp.util.crypto.WxCpCryptUtil (in unnamed module @0x2d2e5f00) cannot access class sun.security.util.DerInputStream (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x2d2e5f00
at me.chanjar.weixin.cp.util.crypto.WxCpCryptUtil.decryptPriKeyByPKCS1(WxCpCryptUtil.java:108) ~[weixin-java-cp-4.6.0.jar!/:na]
The text was updated successfully, but these errors were encountered:
简要描述
使用jdk21的时候,企业微信会话存档解密报错IllegalAccessError
模块版本情况
详细描述
代码是这样的,解密的时候报的错,
日志
如果日志不多,直接使用md代码引用格式贴在此处,否则如果太长,请将日志放在 pastebin 或者其他地方,然后将其url地址贴在这里
The text was updated successfully, but these errors were encountered: