faruzanCN opened a new issue, #715: URL: https://github.com/apache/incubator-seata-samples/issues/715
<!-- Please do not use this issue template to report security vulnerabilities but refer to our [security policy](https://github.com/apache/incubator-seata/security/policy). --> - [ ] I have searched the [issues](https://github.com/apache/incubator-seata-samples/issues) of this repository and believe that this is not a duplicate. ### Ⅰ. Issue Description 启动客户端出现no available service found in cluster. 客户端环境springboot3.3 + jdk17 +seata-spring-boot-starter2.5.0 + httpclient4.5.14 服务端为seata-server2.5.0(docker) + apache/seata-naming-server:2.5.0 seata-server的yml配置: seata: config: # support: nacos, consul, apollo, zk, etcd3 type: file registry: type: seata seata: server-addr: 192.168.31.237:7091 cluster: default ##集群名称 namespace: public ##命名空间 group: keli_tx_group heartbeat-period: 5000 username: seataAdm password: seata@0809#5 metadata-max-age-ms: 30000 tokenValidityInMilliseconds: 1740000 启动seata-server能正常运行; springboot客户端配置: seata: enabled: true application-id: pageSeataClient tx-service-group: keli_tx_group service: vgroup-mapping: keli_tx_group: default registry: type: seata seata: server-addr: 192.168.31.237:7091 namespace: public ##命名空间 heartbeat-period: 5000 username: seataAdm password: seata@0809#5 cluster: default 启动客户端出现Caused by: org.apache.seata.common.exception.FrameworkException: no available service found in cluster. <img width="2081" height="1288" alt="Image" src="https://github.com/user-attachments/assets/cefde2ae-ce46-4255-a306-892bac7290da" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@seata.apache.org For additional commands, e-mail: dev-h...@seata.apache.org