搜索
查看
编辑修改
首页
UNITY
NODEJS
PYTHON
AI
GIT
PHP
GO
CEF3
JAVA
HTML
CSS
搜索
很楠不爱3
这个屌丝很懒,什么也没留下!
关注作者
热门标签
jquery
HTML
CSS
PHP
ASP
PYTHON
GO
AI
C
C++
C#
PHOTOSHOP
UNITY
iOS
android
vue
xml
爬虫
SEO
LINUX
WINDOWS
JAVA
MFC
CEF3
CAD
NODEJS
GIT
Pyppeteer
article
热门文章
1
elasticsearch搜索引擎
2
MyBatis-Plus——实现乐观锁_mybatis-plus 乐观锁
3
部署LCM(Latent Consistency Models)实现快速出图_simianluo/lcm_dreamshaper_v7
4
富格林:明确暗箱操作保障安全
5
Angular 图片、条件判断(*ngIf、[ngSwitch]、属性[ngClass]、[ngStyle])
6
Redis可视化工具下载及其安装_redisinsight下载
7
windows 远程桌面优化及常见问题_windows 远程桌面优化设置
8
自动化测试面试题及答案大全(上)
9
HiveServer2与Beeline 报错,就此记录_authorizationexception: user 'mpp2' does not have
10
买车了
当前位置:
article
> 正文
用elasticsearch-client进行代码连接es服务器时报None of the configured nodes are available_none of the configured nodes are available: [{#tra
作者:很楠不爱3 | 2024-04-20 14:00:00
赞
踩
none of the configured nodes are available: [{#transport#-1}
用elasticsearch-client进行代码连接es服务器时,报如下错误:
NoNodeAvailableException[None of the configured nodes are available: [{#transport#-1}{EhKyOTDZQCSxzv-3d-qbXA}{127.0.0.1}{127.0.0.1:9300}]]
该错误的原因有几种情况:
1、es服务器没有启动
2、es服务器对应的端口9300-9400没有开放
3、如果前面两项确定没有问题的话,就是连接代码中的settings中的cluster.name及es配置文件中(
elaticsearch.yml)
的不一致。
保证代码中的集群名称跟配置文件中的集群名称一致即可
Settings settings = Settings.builder().put("client.transport.sniff", true)
.put("cluster.name", "clustername").build();
cluster.name: clustername
声明:
本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:
https://www.wpsshop.cn/w/很楠不爱3/article/detail/457662
推荐阅读
article
Triton
部署
YOLOV5
笔记(二)
_
yolov5
client
.
py
...
py
thon backend triton
_
yolov5
client
.
py
yolov5
client
.
py
...
赞
踩
article
接过火炬,升级
canal
-
client
-
spring
boot
-
starter
,一个支持rabbitm...
探索之路升级
canal
.
client
支持
rabbitmq
canal
-
client
-
spring
boot
-
starter
引...
赞
踩
article
接过火炬,升级
canal
-
client
-
spring
boot
-
starter
,一个支持rabbitm...
一线大厂Java面试题解析+核心总结学习笔记+最新讲解视频+实战项目源码》点击传送门即可获取!” />[外链图片转存中…...
赞
踩
article
repmgr
主从 11.3_安装
repmgr
make
:
*** [<
builtin
>
:
repmg...
我这边生产库备库由于主从切换时间过长,wal日志找不到,archive只有60分钟,起不来了所以去搭建一套新的从节点基础...
赞
踩
article
arthas
源码
分析_
arthas
-
client
...
arthas
简介
arthas
是Alibaba开源的Java诊断工具,基于jvm Agent方式,使用Instrumen...
赞
踩
article
h
t
t
p
clien
t
使用详解_didn'
t
find
class
"org.
apache
.
h
t
t
p
....
H
t
t
p协议的重要性相信不用我多说了,H
t
t
pClien
t
相比传统JDK自带的URLConnec
t
ion,增加了易用性和...
赞
踩
article
YOLOv5
的详细
使用
教程,以及
使用
yolov5
训练自己的数据集_
yolov5
http
.clien...
@本人环境声明:系统环境:Ubuntu18.04.1cuda版本:10.2.89cudnn版本:7.6.5torch版本...
赞
踩
article
Could not
open
client
transport
with
JDBC Uri: jdb...
今天我利用DBeaver工具连接linux中的hive,出现以下错误:Could not
open
client
tra...
赞
踩
article
Hive
连接报错:Could not
open
client
transport
with
JDBC...
Hive
连接报错:Could not
open
client
transport
with
JDBC Uri:
jdbc
...
赞
踩
article
Could not
open
client
transport
with JDBC Uri xxx、...
Could not
open
client
transport
with JDBC Uri xxx、Caused by:...
赞
踩
article
详解:
hive
启动
hive
server2
连
JDBC
报错:Could not
open
client
...
hive
启动
hive
server2
连
JDBC
报错:Could not
open
client
transport wit...
赞
踩
article
Error: Could not
open
client
transport
with JDBC U...
在hive目录下使用beeline命令:bin/beeline -u
jdbc
:
hive2
://
hadoop102
:10...
赞
踩
article
ssl
忽略证书 SSLHandshakeException:
PKIX
path
building
f...
ssl
忽略证书 SSLHandshakeException:
PKIX
path
building
failed ——ja...
赞
踩
article
Android
Your
build
is
currently
configured to use ...
Android
项目报错原因:是因为
Java
版本和
Gradle
版本不匹配,可以调节
Java
版本或者
Gradle
版本,但是改...
赞
踩
article
as报错:
Gradle
7.2 requires
Java
8 or later
to
run. Y...
android studio创建项目时报错“
Gradle
7.2 requires
Java
8 or later
to
...
赞
踩
article
elasticsearch
使用
tcp
访问
NoNodeAvailableException
[Non...
默认的
elasticsearch
.yml 端口是9200,是给
tcp
提供的。如果想使用 自带的TransportCli...
赞
踩
article
ES无法远程连接到服务器(
9300
):
NoNodeAvailableException
[
None
...
报错如下:
NoNodeAvailableException
[
None
of
the
configured
nod
es
...
赞
踩
article
Docker
上
ElasticSearch
无法连接 9300 异常
None
of the co...
NoNodeAvailableException:
None
of the
configured
nodes
are a...
赞
踩
article
NoNodeAvailableException
[
None
of the
configured
no...
记录一个Java调用elasticsearch报错:
NoNodeAvailableException
[
None
of t...
赞
踩
article
解决
springboot
集成
es
报错NoNodeAvailableException None o...
一、问题背景1、elasticsearch启动正常,localhost:9200能正常访问2、spring-boot-s...
赞
踩
相关标签
python
深度学习
numpy
spring boot
rabbitmq
java
java-rabbitmq
linux
centos
postgresql
http协议
开源项目
爬取
pytorch
hive
mysql
数据库
Hive连接报错
hadoop
详解:hive启动hiveserver2连JDBC报错:Could n
client
ssl
证书
PKIX