jetlinks / jetlinks-community

JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。
https://www.jetlinks.cn/
Apache License 2.0
5.62k stars 1.68k forks source link

上传协议时提示Connection refused等错误。 #301

Closed me126132 closed 1 year ago

me126132 commented 1 year ago

使用docker部署的,能正常打开,但无法添加协议,上传了协议jar文件后,点击确认就报错

无法加载协议:finishConnect(..) failed: Connection refused: localhost/127.0.0.1:9000; nested exception is io.netty.channel.AbstractChannel$AnnotatedConnectException: finishConnect(..) failed: Connection refused: localhost/127.0.0.1:9000

zhou-hao commented 1 year ago
image

这个地址修改为ip地址。

me126132 commented 1 year ago

请问下是这么改吗,改了好像也是不行

image image

zhou-hao commented 1 year ago

改成内网的ip地址。192.168.xx...

me126132 commented 1 year ago

解决了,万分感谢