StoreException: the {store.db.driver-class-name} can't be empty.

问题描述

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"
.
.
.

你可能感兴趣的:(seata)