seata2.5的namingserver启动后,控制台查询报404 #7703
-
|
2.5版本 seata-server使用nacos做配置中心,为了使用控制台,同时增加了naming-server的配置中心配置,文档说支持多中心,但是都启动后,控制什么也看不到,查询事务、锁都返回404错误码,我在分布式事务执行中加了断点,可以看到store-redis里有数据,但是控制太还是404什么也没有,相关配置如下: naming-server: spring: seata-server的配置: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
|
Refer to the discuss: #7619 |
Beta Was this translation helpful? Give feedback.
-
|
You need to ensure that the server node is registered with the naming server. |
Beta Was this translation helpful? Give feedback.
-
|
type: nacos-> type: nacos,seata。否则server只注册在nacos,而不会注册在namingserver中 |
Beta Was this translation helpful? Give feedback.
type: nacos-> type: nacos,seata。否则server只注册在nacos,而不会注册在namingserver中
Change "type: nacos" to "type: nacos,seata". Otherwise, the server will register only with Nacos and will not be registered with the naming server.