码迷,mamicode.com
首页 > 编程语言 > 详细

异常 java.net.ConnectException: Connection refused: no further information

时间:2018-03-20 18:11:41      阅读:815      评论:0      收藏:0      [点我收藏+]

标签:http   服务启动   inux   start   client   apach   运行   cal   keep   

java.net.ConnectException: Connection refused: no further information
at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:739)
at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:361)
at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1141)
2018-03-20 16:29:50,781 [localhost-startStop-1-SendThread(192.168.220.129:2181)] [org.apache.zookeeper.ClientCnxnSocketNIO]-[DEBUG] Ignoring exception during shutdown input
技术分享图片

在一开始启动的时候会报这样的错误

看到错误,有

第一个要看你的server是否真正的运行起来了,比如server在启动过程某些组件加载异常,会导致服务启动不成功。

第二个有可能是防火墙的原因,关闭防火墙试试

技术分享图片

 

 我首先是关闭防火墙,再启动服务

在linux下关闭防火墙可以使用命令

service iptables stop  来关闭防火墙

 

等我启动服务,关闭防火墙之后 ,程序 就可以正常启动了

异常 java.net.ConnectException: Connection refused: no further information

标签:http   服务启动   inux   start   client   apach   运行   cal   keep   

原文地址:https://www.cnblogs.com/limn/p/8610210.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!