java.net.ConnectException: Connection refused: no further information拒绝连接访问

时间:2024-03-15 12:11:46

运行遇到连接拒绝问题或页面一直加载都是同一个问题如图:

java.net.ConnectException: Connection refused: no further information拒绝连接访问

解决方案:

a)虚拟机centos配置如下:vi /etc/hosts

java.net.ConnectException: Connection refused: no further information拒绝连接访问

b) zookeeper关闭防火墙

c)杀死zookeeper所有进程,重启zookeeper

查询zookeeper所有进程: ps -ef|grep zookeeper

杀死进程:kill-9 端口号

d)可以将web工程中pomtomcat插件删除在添加然后安装,服务层manager工程中的pomtomcat插件删除在添加安装

数据库连接问题解决如图:

java.net.ConnectException: Connection refused: no further information拒绝连接访问