关于seata:StoreException-the-storedbdriverclassname-cant-be-empty

7次阅读

共计 813 个字符,预计需要花费 3 分钟才能阅读完成。

问题形容

15:48:56,160 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
15:48:56,160 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@3ecd23d9 - Registering current configuration as safe fallback point
Exception in thread "main" io.seata.common.loader.EnhancedServiceNotFoundException: not found service provider for : io.seata.server.store.TransactionStoreManager caused by io.seata.common.exception.StoreException: the {store.db.driver-class-name} can't be empty.

解决办法 及 配置应用 nacos 域名

[root@p0-tkhijbs-jcsszy-web36 bin]# cat ../conf/registry.conf 
registry {
  # file、nacos、eureka、redis、zk、consul、etcd3、sofa
  type = "nacos"
  nacos {
    serverAddr = "api.txxx.txxe.com:80" 
    #serverAddr = "192.x.x.xx" #失常这个地位放的 nacos ip,启动会主动加上 8848
.
.
.
config {
  # file、nacos、apollo、zk、consul、etcd3
  type = "file"
  nacos {
    serverAddr = "api.txxx.txxe.com:80"
    namespace = "xxxx"
.
.
.
正文完
 0