登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
AI 队友
登录
注册
轻量养虾,开箱即用!低 Token + 稳定算力,Gitee & 模力方舟联合出品的 PocketClaw 正式开售!点击了解详情~
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
后台管理框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
559
Star
7K
Fork
4.2K
dromara
/
RuoYi-Cloud-Plus
代码
Issues
2
Pull Requests
0
统计
流水线
服务
JavaDoc
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
开发画像分析
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
[Bug]: 无法启动ruoyi-system模块
已完成
#I8MWK2
风一样的男子
创建于
2023-12-08 17:38
### 版本 jdk版本(带上尾号): 例如 1.8.0_281 框架版本(项目启动时输出的版本号): 2.7.17 其他依赖版本(你觉得有必要的): ### 功能不好用不会用是否已经看过项目文档? - [x] https://plus-doc.dromara.org ### 这个问题是否已经存在? - [x] 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Cloud-Plus/issues) ### 异常模块 ruoyi-system ### 希望结果 正常启动 ### 相关代码与报错信息(请勿发混乱格式) 启动时出现错误,这个是啥问题呢  详情: ```java com.alibaba.nacos.api.exception.NacosException: http error, code=403,msg=user not found!,dataId=seata-server.properties,group=DEFAULT_GROUP,tenant=prod at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:985) at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:403) at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:184) at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:96) at io.seata.config.nacos.NacosConfiguration.initSeataConfig(NacosConfiguration.java:321) at io.seata.config.nacos.NacosConfiguration.<init>(NacosConfiguration.java:98) at io.seata.config.nacos.NacosConfiguration.getInstance(NacosConfiguration.java:84) at io.seata.config.nacos.NacosConfigurationProvider.provide(NacosConfigurationProvider.java:29) at io.seata.config.ConfigurationFactory.buildConfiguration(ConfigurationFactory.java:131) at io.seata.config.ConfigurationFactory.getInstance(ConfigurationFactory.java:94) at io.seata.spring.annotation.GlobalTransactionScanner.<init>(GlobalTransactionScanner.java:105) at io.seata.spring.annotation.GlobalTransactionScanner.<init>(GlobalTransactionScanner.java:162) at io.seata.spring.boot.autoconfigure.SeataAutoConfiguration.globalTransactionScanner(SeataAutoConfiguration.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:633) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:258) at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:765) at org.springframework.context.support.AbstractApplicationContext.__refresh(AbstractApplicationContext.java:567) at org.springframework.context.support.AbstractApplicationContext.jrLockAndRefresh(AbstractApplicationContext.java:41002) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:42008) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at com.ruoyi.system.RuoYiSystemApplication.main(RuoYiSystemApplication.java:19) 2023-12-08 17:32:49 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.disableGlobalTransaction,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Initializing Global Transaction Clients ... 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.bossThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.workerThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.shareBossWorker,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.type,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.workerThreadSize,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.server,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.heartbeat,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.rpcRmRequestTimeout,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.rpcTmRequestTimeout,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.enableClientBatchSendRequest,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.clientSelectorThreadSize,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.clientSelectorThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.enableTmClientBatchSendRequest,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.clientWorkerThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] INFO i.s.c.rpc.netty.NettyClientBootstrap - NettyClientBootstrap has started 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.c.r.n.NettyClientChannelManager - can not get cluster name in registry config 'service.vgroupMapping.ruoyi-system-group', please make sure registry config correct 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Transaction Manager Client is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group] 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.enableRmClientBatchSendRequest,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.connectionTwoPhaseHoldTimeoutXA,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.asyncCommitBufferLimit,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] INFO io.seata.rm.datasource.AsyncWorker - Async Commit Buffer Limit: 10000 2023-12-08 17:32:50 [main] INFO i.s.r.d.xa.ResourceManagerXA - ResourceManagerXA init ... 2023-12-08 17:32:50 [main] INFO i.s.c.rpc.netty.NettyClientBootstrap - NettyClientBootstrap has started 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Resource Manager is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group] 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Global Transaction Clients are initialized. INFO: Sentinel log output type is: file INFO: Sentinel log charset is: utf-8 INFO: Sentinel log base directory is: C:\Users\Administrator\logs\csp\ INFO: Sentinel log name use pid is: false INFO: Sentinel log level is: INFO 2023-12-08 17:32:52 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext 2023-12-08 17:32:52 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it 2023-12-08 17:32:52 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.tableMetaCheckEnable,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:52 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.tableMetaCheckerInterval,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:52 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect ALIBABA SEATA and enabled it 2023-12-08 17:32:52 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... 2023-12-08 17:32:53 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. Consume Time:46 ms 2023-12-08 17:32:53 Execute SQL:SELECT VERSION() 2023-12-08 17:32:53 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:53 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:53 [main] ERROR i.s.c.r.n.NettyClientChannelManager - can not get cluster name in registry config 'service.vgroupMapping.ruoyi-system-group', please make sure registry config correct 2023-12-08 17:32:53 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success 2023-12-08 17:32:53 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] 2023-12-08 17:32:54 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 1, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:55 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 2, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:56 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 3, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:57 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 4, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:58 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 5, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:59 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 6, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:01 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 7, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:02 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 8, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:03 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 9, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:04 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 10, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:05 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Exceed retry max times.Try times: 11, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:06 [main] ERROR o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to create nacos config service client. Reason: server status check failed., dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:06 [main] ERROR o.s.boot.SpringApplication - Application run failed java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to create nacos config service client. Reason: server status check failed. at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.prepareEnvironment(DefaultApplicationDeployer.java:717) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.startConfigCenter(DefaultApplicationDeployer.java:269) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.initialize(DefaultApplicationDeployer.java:193) at org.apache.dubbo.config.deploy.DefaultModuleDeployer.prepare(DefaultModuleDeployer.java:479) at org.apache.dubbo.config.spring.context.DubboConfigApplicationListener.initDubboConfigBeans(DubboConfigApplicationListener.java:73) at org.apache.dubbo.config.spring.context.DubboConfigApplicationListener.onApplicationEvent(DubboConfigApplicationListener.java:59) at org.apache.dubbo.config.spring.context.DubboConfigApplicationListener.onApplicationEvent(DubboConfigApplicationListener.java:37) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:178) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:145) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:133) at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:884) at org.springframework.context.support.AbstractApplicationContext.__refresh(AbstractApplicationContext.java:580) at org.springframework.context.support.AbstractApplicationContext.jrLockAndRefresh(AbstractApplicationContext.java:41002) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:42008) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at com.ruoyi.system.RuoYiSystemApplication.main(RuoYiSystemApplication.java:19) Caused by: java.lang.IllegalStateException: Failed to create nacos config service client. Reason: server status check failed. at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.buildConfigService(NacosDynamicConfiguration.java:125) at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.<init>(NacosDynamicConfiguration.java:90) at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfigurationFactory.createDynamicConfiguration(NacosDynamicConfigurationFactory.java:39) at org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory.lambda$getDynamicConfiguration$0(AbstractDynamicConfigurationFactory.java:39) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) at org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory.getDynamicConfiguration(AbstractDynamicConfigurationFactory.java:39) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.getDynamicConfiguration(DefaultApplicationDeployer.java:754) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.prepareEnvironment(DefaultApplicationDeployer.java:710) ... 19 common frames omitted 2023-12-08 17:33:06 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... 2023-12-08 17:33:06 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... 2023-12-08 17:33:06 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. 2023-12-08 17:33:06 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye ```
### 版本 jdk版本(带上尾号): 例如 1.8.0_281 框架版本(项目启动时输出的版本号): 2.7.17 其他依赖版本(你觉得有必要的): ### 功能不好用不会用是否已经看过项目文档? - [x] https://plus-doc.dromara.org ### 这个问题是否已经存在? - [x] 我已经搜索过现有的问题 (https://gitee.com/dromara/RuoYi-Cloud-Plus/issues) ### 异常模块 ruoyi-system ### 希望结果 正常启动 ### 相关代码与报错信息(请勿发混乱格式) 启动时出现错误,这个是啥问题呢  详情: ```java com.alibaba.nacos.api.exception.NacosException: http error, code=403,msg=user not found!,dataId=seata-server.properties,group=DEFAULT_GROUP,tenant=prod at com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient.queryConfig(ClientWorker.java:985) at com.alibaba.nacos.client.config.impl.ClientWorker.getServerConfig(ClientWorker.java:403) at com.alibaba.nacos.client.config.NacosConfigService.getConfigInner(NacosConfigService.java:184) at com.alibaba.nacos.client.config.NacosConfigService.getConfig(NacosConfigService.java:96) at io.seata.config.nacos.NacosConfiguration.initSeataConfig(NacosConfiguration.java:321) at io.seata.config.nacos.NacosConfiguration.<init>(NacosConfiguration.java:98) at io.seata.config.nacos.NacosConfiguration.getInstance(NacosConfiguration.java:84) at io.seata.config.nacos.NacosConfigurationProvider.provide(NacosConfigurationProvider.java:29) at io.seata.config.ConfigurationFactory.buildConfiguration(ConfigurationFactory.java:131) at io.seata.config.ConfigurationFactory.getInstance(ConfigurationFactory.java:94) at io.seata.spring.annotation.GlobalTransactionScanner.<init>(GlobalTransactionScanner.java:105) at io.seata.spring.annotation.GlobalTransactionScanner.<init>(GlobalTransactionScanner.java:162) at io.seata.spring.boot.autoconfigure.SeataAutoConfiguration.globalTransactionScanner(SeataAutoConfiguration.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:648) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:633) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:213) at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:258) at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:765) at org.springframework.context.support.AbstractApplicationContext.__refresh(AbstractApplicationContext.java:567) at org.springframework.context.support.AbstractApplicationContext.jrLockAndRefresh(AbstractApplicationContext.java:41002) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:42008) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at com.ruoyi.system.RuoYiSystemApplication.main(RuoYiSystemApplication.java:19) 2023-12-08 17:32:49 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.disableGlobalTransaction,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Initializing Global Transaction Clients ... 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.bossThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.workerThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.shareBossWorker,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.type,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.workerThreadSize,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.server,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.heartbeat,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.rpcRmRequestTimeout,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.rpcTmRequestTimeout,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.enableClientBatchSendRequest,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.clientSelectorThreadSize,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.clientSelectorThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.enableTmClientBatchSendRequest,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.threadFactory.clientWorkerThreadPrefix,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] INFO i.s.c.rpc.netty.NettyClientBootstrap - NettyClientBootstrap has started 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.c.r.n.NettyClientChannelManager - can not get cluster name in registry config 'service.vgroupMapping.ruoyi-system-group', please make sure registry config correct 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Transaction Manager Client is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group] 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=transport.enableRmClientBatchSendRequest,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.connectionTwoPhaseHoldTimeoutXA,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.asyncCommitBufferLimit,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:50 [main] INFO io.seata.rm.datasource.AsyncWorker - Async Commit Buffer Limit: 10000 2023-12-08 17:32:50 [main] INFO i.s.r.d.xa.ResourceManagerXA - ResourceManagerXA init ... 2023-12-08 17:32:50 [main] INFO i.s.c.rpc.netty.NettyClientBootstrap - NettyClientBootstrap has started 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Resource Manager is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group] 2023-12-08 17:32:50 [main] INFO i.s.s.a.GlobalTransactionScanner - Global Transaction Clients are initialized. INFO: Sentinel log output type is: file INFO: Sentinel log charset is: utf-8 INFO: Sentinel log base directory is: C:\Users\Administrator\logs\csp\ INFO: Sentinel log name use pid is: false INFO: Sentinel log level is: INFO 2023-12-08 17:32:52 [main] INFO io.undertow.servlet - Initializing Spring embedded WebApplicationContext 2023-12-08 17:32:52 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect P6SPY plugin and enabled it 2023-12-08 17:32:52 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.tableMetaCheckEnable,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:52 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=client.rm.tableMetaCheckerInterval,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:52 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource detect ALIBABA SEATA and enabled it 2023-12-08 17:32:52 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Starting... 2023-12-08 17:32:53 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Start completed. Consume Time:46 ms 2023-12-08 17:32:53 Execute SQL:SELECT VERSION() 2023-12-08 17:32:53 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:53 [main] ERROR i.s.config.nacos.NacosConfiguration - http error, code=403,msg=user not found!,dataId=service.vgroupMapping.ruoyi-system-group,group=DEFAULT_GROUP,tenant=prod 2023-12-08 17:32:53 [main] ERROR i.s.c.r.n.NettyClientChannelManager - can not get cluster name in registry config 'service.vgroupMapping.ruoyi-system-group', please make sure registry config correct 2023-12-08 17:32:53 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource - add a datasource named [master] success 2023-12-08 17:32:53 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] 2023-12-08 17:32:54 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 1, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:55 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 2, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:56 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 3, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:57 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 4, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:58 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 5, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:32:59 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 6, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:01 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 7, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:02 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 8, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:03 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 9, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:04 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Dubbo will try to retry in 1000. Try times: 10, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:05 [main] WARN o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to connect to nacos config server. Exceed retry max times.Try times: 11, dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:06 [main] ERROR o.a.d.c.s.n.NacosDynamicConfiguration - [DUBBO] Failed to create nacos config service client. Reason: server status check failed., dubbo version: 3.1.11, current host: 192.168.0.199, error code: 5-34. This may be caused by , go to https://dubbo.apache.org/faq/5/34 to find instructions. 2023-12-08 17:33:06 [main] ERROR o.s.boot.SpringApplication - Application run failed java.lang.IllegalStateException: java.lang.IllegalStateException: Failed to create nacos config service client. Reason: server status check failed. at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.prepareEnvironment(DefaultApplicationDeployer.java:717) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.startConfigCenter(DefaultApplicationDeployer.java:269) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.initialize(DefaultApplicationDeployer.java:193) at org.apache.dubbo.config.deploy.DefaultModuleDeployer.prepare(DefaultModuleDeployer.java:479) at org.apache.dubbo.config.spring.context.DubboConfigApplicationListener.initDubboConfigBeans(DubboConfigApplicationListener.java:73) at org.apache.dubbo.config.spring.context.DubboConfigApplicationListener.onApplicationEvent(DubboConfigApplicationListener.java:59) at org.apache.dubbo.config.spring.context.DubboConfigApplicationListener.onApplicationEvent(DubboConfigApplicationListener.java:37) at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:178) at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:145) at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:133) at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:884) at org.springframework.context.support.AbstractApplicationContext.__refresh(AbstractApplicationContext.java:580) at org.springframework.context.support.AbstractApplicationContext.jrLockAndRefresh(AbstractApplicationContext.java:41002) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:42008) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at com.ruoyi.system.RuoYiSystemApplication.main(RuoYiSystemApplication.java:19) Caused by: java.lang.IllegalStateException: Failed to create nacos config service client. Reason: server status check failed. at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.buildConfigService(NacosDynamicConfiguration.java:125) at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfiguration.<init>(NacosDynamicConfiguration.java:90) at org.apache.dubbo.configcenter.support.nacos.NacosDynamicConfigurationFactory.createDynamicConfiguration(NacosDynamicConfigurationFactory.java:39) at org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory.lambda$getDynamicConfiguration$0(AbstractDynamicConfigurationFactory.java:39) at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660) at org.apache.dubbo.common.config.configcenter.AbstractDynamicConfigurationFactory.getDynamicConfiguration(AbstractDynamicConfigurationFactory.java:39) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.getDynamicConfiguration(DefaultApplicationDeployer.java:754) at org.apache.dubbo.config.deploy.DefaultApplicationDeployer.prepareEnvironment(DefaultApplicationDeployer.java:710) ... 19 common frames omitted 2023-12-08 17:33:06 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource start closing .... 2023-12-08 17:33:06 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown initiated... 2023-12-08 17:33:06 [main] INFO com.zaxxer.hikari.HikariDataSource - master - Shutdown completed. 2023-12-08 17:33:06 [main] INFO c.b.d.d.DynamicRoutingDataSource - dynamic-datasource all closed success,bye ```
评论 (
5
)
登录
后才可以发表评论
状态
已完成
待办的
进行中
已完成
已关闭
负责人
未设置
标签
bug
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
分支 (
-
)
标签 (
-
)
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(2)
Java
1
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
git@gitee.com:dromara/RuoYi-Cloud-Plus.git
dromara
RuoYi-Cloud-Plus
RuoYi-Cloud-Plus
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册