Firefly开源社区

打印 上一主题 下一主题

[Android] Android7.1 Industry编译报错SSL error when connecting to the Jack server

20

积分

0

威望

0

贡献

技术小白

积分
20

Android7.1 Industry编译报错SSL error when connecting to the Jack server

发表于 2021-5-2 14:58:11      浏览:5669 | 回复:1        打印      只看该作者   [复制链接] 楼主
在ubuntu20上为Firefly-RK3399编译Android7.1 Industry,有关jack的错误总是不断出现。不停地通过jack-amin kill-server && make 推进,但是却快结束的时候卡在了recovery build img后面,反复报Jack server failed to (re)start, try 'jack-diagnose' or see Jack server log
SSL error when connecting to the Jack server. Try 'jack-diagnose'。
解决方法是查看open-jdk 版本,若为8u292,则留意TLSv1, TLSv1.1是否被禁用,从/etc/java-8-openjdk/security/java.security中移除TLSv1, TLSv1.1,相关部分修改如下:
```
jdk.tls.disabledAlgorithms=SSLv3, RC4, DES, MD5withRSA, \
    DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \
    include jdk.disabled.namedCurves
```
回复

使用道具 举报

20

积分

0

威望

0

贡献

技术小白

积分
20
发表于 2021-5-2 15:01:34        只看该作者  沙发
感谢google,stackoverflow,搞了1晚上
https://stackoverflow.com/questi ... y-aosp-build-system
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

友情链接 : 爱板网 电子发烧友论坛 云汉电子社区 粤ICP备14022046号-2
快速回复 返回顶部 返回列表