配置eureka 老是报错connected time out 或者 refused connected

报错信息总是连接错误,我指定了端口号,却不按照我指定的端口进行访问,而是访问eureka-server 的端口号是8761 ,这是因为配置有问题。

查看 类 EurekaClientConfigBean 发现有默认配置

不难发现,如果配置不对会使用默认配置。要注意serviceUrl 的 defaultZone,配置好了这个参数才会生效。

例如:我的一个eureka-client 配置片段

eureka:
  instance:
    hostname: 127.0.0.1
    preferIpAddress: true
  client:
    registerWithEureka: true
    fetchRegistry: true
    serviceUrl:
      defaultZone: http://127.0.0.1:8010/eureka/

还有需要注意的是,sureka-server端和client端不能放到同一个项目下,不然会报错。生成两个不同项目进行运行即可。

原文地址:https://www.cnblogs.com/zhaopengcheng/p/9551698.html

时间: 2024-11-01 14:39:10

配置eureka 老是报错connected time out 或者 refused connected的相关文章

python 读取数据库,老是报错。

在8.04.4环境下(其实我觉得跟环境无关,是我语句有问题): $ dpkg -l | grep -i python ii  libapache2-mod-python                 3.3.1-2build1               Apache 2 module that embeds Python within th ii  moinmoin-common                       1.5.8-5.1ubuntu2.5          Python

同时安装Python2与Python3,安装第三方包,老是报错

同时安装Python2与Python3,安装第三方包,老是报错提示Fatal error in launcher: Unable to create process using '"',那可能是环境变量有冲突了. 解决办法: 是在环境变量Path中上下移调整两个"PythonX/Scripts"位置,使之位于前两位(哪个版本常用就靠前): 是使用另一种命令python3 -m pip install requests来安装.

Intellij IDEA中部署Tomcat报错“war exploded: Server is not connected. Deploy is not available”

最近将本机的Tomcat 7卸载重装了Tomcat 9后,在IDEA中运行Tomcat老是报错,一直未找到解决问题的办法. 只能讲Tomcat重新退回到版本7,才重新再IDEA中运行正常.

虚拟化--002 VCAC vcac配置sso一直报错

002 VCAC  vcac配置sso一直报错 1.选择用ia的sso失效,一直提示端口不能连接,用ip地址直接连,可以连接,但是还是会报错Error communicating to the remote server https://x.x.x.x..... 2.最后用的是vc的sso来连接,结果成功了,用的也是ip地址.

配置MySQL主从复制报错Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work

配置MySQL主从复制报错 Last_IO_Error: Fatal error: The slave I/O thread stops because master and slave have equal MySQL server ids; these ids must be different for replication to work (or the --replicate-same-server-id option must be used on slave but this do

linux 日志报错:error (unexpected RCODE REFUSED) resolving '

今天在机子上查看日志,偶然间发现了一堆错误.因为之前配置过DNS 和 squid,报错,之后查错,某度了一下,没找到答案. 下面是一点错误信息: Aug  8 11:40:30 host named[1668]: error (unexpected RCODE REFUSED) resolving '208.22.200.65.in-addr.arpa/PTR/IN': 74.115.231.45#53Aug  8 11:40:30 host named[1668]: error (unexpe

Exception occurred while processing this request, check the log for more information!安装ActiveMq-5.14.1 配置安全验证报错解决

安装ActiveMq-5.14.1  并配置了安全验证成功后,客户端也连接成功了.服务端也能通过http://IP:8161登录到控制台. 但是在点击队列,想要查看队列视图时报错,如下图: 查看日志发现有如下报错: 那么我就开始找配置这个用户的地方,发下时conf目录下的credentials.properties文件中. 内容如下: 这里有这个账户的配置,那么是哪里引用这个配置文件呢? 在主配置文件 activemq.xml 查看,发现如下: 大概了解了下,这段配置的作用,是在控制台中查看,删

linux6配置永久IP报错

全新以最小化包安装了64位的CentOS6.5系统,作为本地的Web服务器使用,现记录全过程第一步,配置并启用网上eth0 ifcfg-ethx网卡配置 文件路径,假设配置的是eth0网卡 [[email protected] ~]# vi /etc/sysconfig/network-scripts/ifcfg-eth0DEVICE=eth0 #网卡设备名称ONBOOT=yes #启动时是否激活 yes|noBOOTPROTO=static #协议类型 dhcp bootp noneIPADD

关于nginx配置的一个报错connect() to unix:/tmp/php-cgi.sock failed (2: No such file or directory)

针对配置php的情况: linux服务器一般提示这个 connect() to unix:/tmp/php-cgi.sock failed (2: No such file or directory) while connecting to upstream, client: x.x.x.x, server: xxx.xxx.xxx, request: "GET /index.php HTTP/1.1", upstream: "fastcgi://unix:/tmp/php-