“Error:(26, 16) java: 程序包sun.misc不存在” && “Path does not chain with any of the trust anchors 异常”

重构遇到的问题项目

  1. “Error:(26, 16) java: 程序包sun.misc不存在”

解决方案:

将SDK版本改为1.8的即可~
“Error:(26, 16) java: 程序包sun.misc不存在” && “Path does not chain with any of the trust anchors 异常”

  1. Caused by: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors 异常

解决方案:

useSSL=true改为useSSL=false即可(同时主要url中数据库名不要写错!)
“Error:(26, 16) java: 程序包sun.misc不存在” && “Path does not chain with any of the trust anchors 异常”

上一篇:redis从入门到放弃 -> 部署方案


下一篇:HDU 5914 Triangle 【构造】 (2016中国大学生程序设计竞赛(长春))