当前位置:首页 > 后端开发 > SpringBoot启动zipkin-server报错Error creating bean with name ‘armeriaServer’

SpringBoot启动zipkin-server报错Error creating bean with name ‘armeriaServer’

7个月前 (05-20)78

目前,GitHub 上最新 release 版本是 Zipkin 2.12.9,从 2.12.6 版本开始有个较大的更新,迁移使用 Armeria HTTP 引擎。

从此版本开始,若直接添加依赖的 Spring Boot 应用启动会存在冲突,会报上面的错,降到2.12.3版本就可以正常启动了。

参考文章

来自blog.koreyoshi.work

作者:heroic_zjx
来源链接:https://www.cnblogs.com/z-jx/p/11581885.html

标签: 异常

“SpringBoot启动zipkin-server报错Error creating bean with name ‘armeriaServer’” 的相关文章

*Android 错误:AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher**

*Android 错误:AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher**

Android 错误:AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher 报错图片...

防火墙firewalld报错:ERROR: Exception DBusException: org.freedesktop.DBus.Error.AccessDenied:...

ERROR: Exception DBusException: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.1985"...

Error creating bean with name 'itemCatController'

Error creating bean with name 'itemCatController'

Error creating bean with name 'itemCatController': Injection of autowired dependencies failed...

SpringBoot 引入第三方包之后 报错 java.lang.NoSuchMethodError: com.google.gson.GsonBuilder.setLenient()

SpringBoot 引入第三方包之后 报错 java.lang.NoSuchMethodError: com.google.gson.GsonBuilder.setLenient()

背景 在使用powerjob时引入第三方jar包(odps)后SpringBoot启动报错 org.springframework.beans.fa...

Error creating bean with name 解决

报错:Error creating bean with name 解决 报错原因: 未开启注解扫描; 未设置注解扫描的包路...

Spring解决bean之间的循环依赖

转自链接:https://blog.csdn.net/lyc_liyanchao/article/details/83099675通过前几节的分析,已经成功将bean实例化,但是大家一定...

Spring boot mybatis  : Error creating bean with name 'com.github.pagehelper.autoconfigure.MapperAutoConfiguration': Invocation of init method failed;

Spring boot mybatis : Error creating bean with name 'com.github.pagehelper.autoconfigure.MapperAutoConfiguration': Invocation of init method failed;

报错截图: 解决方法:   只能扫描到自定义的mapper,不能扫描到其他文件。   @MapperScan("com.streamax.s17.tms.dao...

Spring 报错:Error creating bean with name

java项目编译正常,但在tomcat中发布时,报错,错误信息如下: 严重: Exception sending context initialized event to list...

Android自定义抛出异常

Android自定义抛出异常

前言 在android开发过程中,我们经常遇到异常的问题,崩溃抛出异常的时候,是非常令人烦闷的。但是异常有一个好处,使得app能在编译的时候给我们提供一些bug信息,有...

Android新建项目构建出现问题

Android新建项目构建出现问题

Build file '/Users/zhangfengzhou/AndroidProjects/Android/CoordinatorBehavior/app/build....