Exchangis
Exchangis copied to clipboard
Error message “unable to find instance for exchangis-service”
127.0.0.1:9503 can be opened, but the prompt "unable to find instance for exchange is-service" appears, and this prompt appears for all menu functions. 可打开127.0.0.1:9503,但是提示unable to find instance for exchangis-service,所有菜单功能一点也出现这个提示。
I also encountered this problem today. It should be that the default 8500 port has been modified, but only part of the configuration has been changed. 今天我也遇到了这个问题,应该是修改了默认的8500端口,而只改了部分配置。
$ grep "8500" -R ./*/*/conf/*.properties
./modules/exchangis-executor/conf/bootstrap.properties:EUREKA_SERVICE_URL=http://127.0.0.1:8500/eureka/
./modules/exchangis-gateway/conf/bootstrap.properties:EUREKA_SERVICE_URL=http://127.0.0.1:8500/eureka/
./modules/exchangis-service/conf/bootstrap.properties:EUREKA_SERVICE_URL=http://127.0.0.1:8500/eureka/
I changed all the 8500 ports in the above configuration file to the same one, restarted the service, and didn't report an error. 在我把上面的配置文件中的8500端口都改成同一个,重启服务,不报错了。
The latest version is exchangis1.1.1 and had fixed this problem. You can pay attention to it.