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
2. 报错栈信息
Caused by: java.lang.NoClassDefFoundError: sun/misc/BASE64Encoder
at com.aliyun.openapiutil.Client.getRPCSignature(Client.java:374)
at com.aliyun.teaopenapi.Client.doRPCRequest(Client.java:154)
at com.aliyun.dysmsapi20170525.Client.sendSmsWithOptions(Client.java:238)
at com.aliyun.dysmsapi20170525.Client.sendSms(Client.java:243)
1. 环境
docker 环境 jdk11版本
2. 报错栈信息
Caused by: java.lang.NoClassDefFoundError: sun/misc/BASE64Encoder
at com.aliyun.openapiutil.Client.getRPCSignature(Client.java:374)
at com.aliyun.teaopenapi.Client.doRPCRequest(Client.java:154)
at com.aliyun.dysmsapi20170525.Client.sendSmsWithOptions(Client.java:238)
at com.aliyun.dysmsapi20170525.Client.sendSms(Client.java:243)
com.aliyun.openapiutil.Client类使用了jdk11里已经被废弃的 BASE64Encoder类,导致出现运行时报错
希望能早点修复,谢谢
The text was updated successfully, but these errors were encountered: