[数据处理]
数据集使用mysql连本地数据库报错
fggggg
2022-08-03 14:40:43
发布在 论坛
2921
13
错误信息如下:g5.util.RTWrappedException: 无法连接数据库,具体原因:“Communications link failure
Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
Caused by: javax.net.ssl.SSLHandshakeException: No appropriate protocol (protocol is disabled or cipher suites are inappropriate)
免责声明:本文不代表本站立场,且不构成任何建议,请谨慎对待。
版权声明:作者保留权利,不代表本站立场。
lwaaa
显示全部楼层
发表于 2022-8-3 14:40:44
fggggg
显示全部楼层
发表于 2022-8-3 14:43:22
本帖最后由 fggggg 于 2022-8-3 14:45 编辑
这是截图 使用的JDK11 z-suite版本是9.2.5.1
yhdata_bear
显示全部楼层
发表于 2022-8-3 14:45:18
fggggg
显示全部楼层
发表于 2022-8-3 14:55:18
设置了ssl=false然后报空指针了
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server.
Caused by: java.lang.NullPointerException
yhdata_bear
显示全部楼层
发表于 2022-8-3 15:15:57
fggggg
显示全部楼层
发表于 2022-8-3 15:27:04
speedy
显示全部楼层
发表于 2022-8-3 15:28:19
您好,尝试在java环境中的security/java.security中搜索jdk.tls.disable ,删掉SSLV1 、v3、v1.1试下
lwaaa
显示全部楼层
发表于 2022-8-3 15:51:45
fggggg
显示全部楼层
发表于 2022-8-3 16:34:47
删除之后重启应用再连接还是一样的,数据库连接如果不加ssl=false就报最开始的错,加了就报空指针