在服务器上执行./shutup.sh的时候出现异常:
Linux启动tomcat后执行shutdown.sh关闭时出现异常:Could not contact [localhost:8005],java.net.ConnectException: Con
解决方法:
1,找到jdk安装的地方,cd进入jdk1,8./jre/lib/security,
修改文件: java.security
使用命令:vim java.security
2,在文件中找到securerandom.source,
使用:/securerandom.source进行查找。
将其修改为:securerandom.source=file:/dev/./urandom
3,可以正常运行了试试看吧。
Linux启动tomcat后执行shutdown.sh关闭时出现异常:Could not contact [localhost:8005],java.net.ConnectException: Con
少年强,则国强

相关文章:

  • 2022-12-23
  • 2021-06-30
  • 2021-11-23
  • 2021-07-14
  • 2021-06-26
  • 2021-07-28
猜你喜欢
  • 2021-10-14
  • 2021-12-07
  • 2022-12-23
  • 2021-11-07
  • 2021-10-16
相关资源
相似解决方案