今天在启动项目时,本项目使用了Elasticsearch服务,发现后台报这个错误:
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:9300
错误信息提示如下图:
本项目使用了Elasticsearch搜索服务,而报错信息里也提示了elasticsearch.transport等关键信息,其实这个错误就是因为Elasticsearch服务没有启动成功导致的。
解决方案:
重新启动Elasticsearch服务(如果一次不行,就尝试关闭然后再重新启动)。
我重新启动了好几次才成功。不要灰心哦~
Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no furthe
现象:今天在启动项目时,本项目使用了Elasticsearch服务,发现后台报这个错误:Caused by: io.netty.channel.AbstractChannel$AnnotatedConnectException: Connection refused: no further information: /127.0.0.1:9300错误信息提示如下图:原因:本...
io
.net
ty
.
channel
.
Abstract
Channel
$
Annotated
Connect
Exception
:
Connection
timed out: no
furthe
r informa
Exception
in thread "main"
io
.net
ty
.
channel
.
Abstract
Channel
$
Annotated
Connect
Exception
:
Connection
ref
u
sed
: no
furthe
r informat
io
n: /127.0.0.1:6668
at sun.n
io
.ch.Socket
Channel
Impl.check
Connect
(Native Method)
at sun.n
io
.ch.SocketChan
报错信息如下:
Caused
by:
io
.net
ty
.
channel
.
Connect
Timeout
Exception
:
connection
timed out: /192.168.73.10:6379
at
io
.net
ty
.
channel
.n
io
.
Abstract
N
io
Channel
$
Abstract
N
io
Unsafe1.
io
.net
ty
.
channel
.
Abstract
Channel
$
Annotated
Connect
Exception
:
Connection
ref
u
sed
: no
furthe
r informati
项目启动报错:
io
.net
ty
.
channel
.
Abstract
Channel
$
Annotated
Connect
Exception
:
Connection
ref
u
sed
: no
furthe
r informat
io
n: /127.0.0.1:6379
报错原因是redis没有打开。
解决方法:
Windows+R打开服务管理器,找到redis,
右键开启:
Caused
by: org.apache.flink.shaded
.net
ty
4.
io
.net
ty
.
channel
.
Abstract
Channel
$
Annotated
Connect
Exception
:
Connection
ref
u
sed
: /0.0.0.0:9905
Caused
by: java
.net
.
Connect
Exception
:
Connection
r...
1.问题描述:
Caused
by:
io
.net
ty
.
channel
.
Abstract
Channel
$
Annotated
Connect
Exception
: 拒绝连接: hadoop115/172.168.29.115:7077
2.原因分析:
2.1 我的是节点 Master 未启动
2.2检查盘符剩余内...
这个
异常
是由于连接被拒绝导致的。在这种情况下,可能是由于以下原因之一:
1. Redis 服务器没有运行或未在指定的端口上监听连接。
2. 防火墙或网络配置阻止了与 Redis 服务器的连接。
3. Redis 服务器正在使用不同的 IP 地址或端口。
要解决这个问题,你可以尝试以下步骤:
1. 确保 Redis 服务器正在运行,并且已经在指定的端口上监听连接。你可以尝试使用 `redis-cli` 命令连接到 Redis 服务器,确保它可以正常工作。
2. 检查防火墙或网络配置,确保允许与 Redis 服务器的连接。
3. 如果 Redis 服务器正在使用不同的 IP 地址或端口,请确保你在代码中正确指定了正确的连接地址和端口。
如果问题仍然存在,请提供更多信息,例如你的代码片段和 Redis 服务器的配置,以便我能够提供更具体的帮助。
【异常解决】Handler dispatch failed;nested exception is java.lang.NoClassDefFoundError: org/apache/common
152580
【Java异常】com.netflix.client.ClientException: Load balancer does not have available server for client
98260