【Java遇错】Error: failed to initialize Sentinel CommandCenterLog

这篇具有很好参考价值的文章主要介绍了【Java遇错】Error: failed to initialize Sentinel CommandCenterLog。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

问题描述:

  • 引入sentinel的相关依赖之后,启动项目服务,发现如下错误
    【Java遇错】Error: failed to initialize Sentinel CommandCenterLog,Java遇错合集,java,sentinel,开发语言
Error: failed to initialize Sentinel CommandCenterLog
java.lang.NoClassDefFoundError: com/alibaba/csp/sentinel/log/LoggerSpiProvider
	at com.alibaba.csp.sentinel.transport.log.CommandCenterLog.<clinit>(CommandCenterLog.java:36)
	at com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter$2.run(SimpleHttpCommandCenter.java:104)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: com.alibaba.csp.sentinel.log.LoggerSpiProvider
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 3 more
Exception in thread "Thread-73" java.lang.NoClassDefFoundError: com/alibaba/csp/sentinel/log/Logger
	at com.alibaba.csp.sentinel.transport.log.CommandCenterLog.info(CommandCenterLog.java:48)
	at com.alibaba.csp.sentinel.transport.command.SimpleHttpCommandCenter$2.run(SimpleHttpCommandCenter.java:104)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: com.alibaba.csp.sentinel.log.Logger
	at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	... 3 more

问题解决:文章来源地址https://www.toymoban.com/news/detail-539840.html

  • 在引入sentinel依赖的地方引入下面的依赖spring-boot-starter-ahas-sentinel-client即可成功解决!
 <dependency>
    <groupId>com.alibaba.cloud</groupId>
     <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
 </dependency>
 <dependency>
     <groupId>com.alibaba.csp</groupId>
     <artifactId>spring-boot-starter-ahas-sentinel-client</artifactId>
     <version>1.4.0</version>
 </dependency>

到了这里,关于【Java遇错】Error: failed to initialize Sentinel CommandCenterLog的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • [Labtools 27-3733] Error during cs_server initialization: Failed to connect cs_server at TCP:localho

    记录遇到过的问题: [Labtools 27-3733] Error during cs_server initialization: Failed to connect cs_server at TCP:localhost:3042 to hw_server at TCP:localhost:3121. 烧录程序时,打开硬件目标找不到JTAG。 (此链接可见详情)xilinx vivado 2019 驱动问题,Connecting to hw_server url TCP:localhost:3121,jtag连接不上 | 码农家园

    2024年02月02日
    浏览(42)
  • ERROR: failed to solve: java:8: failed to do request:

    问题 : 通过 docker build构建SpringBoot镜像时出现如下问题: 方案 : 该问题由网络不好产生,可以更换网络环境尝试一下,如果还是没有解决,可以通过修改dockerfile文件FROM配置尝试一下,如下所示:

    2024年02月14日
    浏览(41)
  • Failed to initialize NVML: Driver/library version mismatch

    昨天跑代码,cuda还能好好的to(device),今天就不行了。输出 torch.cuda.is_available() 显示False,运行代码出现以下错误: 在终端输入nvidia-smi出现了以下错误 上网查询,发现了许多解决方法。为了更好的解决问题,并且避免再次出现,我对这些方法进行了简单的整理。希望能够帮到

    2024年02月02日
    浏览(44)
  • Failed to initialize NVML: Driver/library version mismatch (解决)

    运行 nvidia-smi 报错: 只需一步:下载一个安装包,运行一个命令来重新安装 cuda driver 和 cuda toolkit (在一个包里)。 到这里:https://developer.nvidia.com/cuda-toolkit-archive 选择要下载的安装包。 点击要下载的版本后,下载对应的安装包,这个安装包包括 Driver(驱动) Cuda toolkit (工具

    2024年02月16日
    浏览(49)
  • 严重: Failed to initialize connector [Connector[HTTP/1.1-8080]] 端口号冲突

    严重: Failed to initialize connector [Connector[HTTP/1.1-8080]] 原因 :这是由于8080端口被占用导致 解决方法: 1、首先按下键盘win+R ,在其中输入“cmd”并回车。 2、打开后输入“netstat -ano”命令查看所有端口被占用情况,找到被占用端口的PID码。 3、按Crtl + Alt + Del 键打开任务管理器,

    2024年02月13日
    浏览(47)
  • Unable to initialize Git; AggregateError(2) Error: Unable to find git Error: Unable to find git

    MacBook Pro m1 升级系统到13版本后,系统中原有的git突然就不能用了,,,输入git -v 既然打印不到版本号???使用which git 是能打印到配置路径的,,, 解决方案: stack overfolw 帖子地址 然后会跳出一个弹窗让你安装xcode-select 点击安装,自动安装完成,控制台再输入git -v就能

    2024年02月12日
    浏览(80)
  • YOLOv5运行错误:ImportError: Failed to initialize: Bad git executable.

    问题描述:我们在跑YOLOv5官方数据集时,出现这个错误,ImportError: Failed to initialize: Bad git executable. 具体错误如下 具体原因:未知 解决办法: 在train.py文件中的import os后面加上 具体位置

    2024年02月11日
    浏览(70)
  • python调用git出错:ImportError: Failed to initialize: Bad git executable.

    #报错信息 Traceback (most recent call last): File “”, line 1, in File “C:Python27libsite-packagesgit_ init _.py”, line 85, in raise ImportError(‘Failed to initialize: {0}’.format(exc)) ImportError: Failed to initialize: Bad git executable. The git executable must be specified in one of the following ways: - be included in your $PATH - be

    2024年02月08日
    浏览(38)
  • 严重: Failed to initialize end point associated with ProtocolHandler [“http-bio-8080“]

    目录 场景: 问题描述 原因分析: 解决方案: 在IDEA写web项目时候,启动Tomcat出现严重错误。 Tomcat执行时出现:严重: Failed to initialize end point associated with ProtocolHandler [\\\"http-bio-8080\\\"]  没有正常关闭之前的Tomcat服务器,然后再一次的打开Tomcat,造成严重错误8080端口号的进程在后

    2024年02月11日
    浏览(35)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包