Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

个别几个微服务启动报:Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: com/google/common/eventbus/AsyncEventBus #19

Open
yangxiumin4759 opened this issue Apr 17, 2023 · 1 comment

Comments

@yangxiumin4759
Copy link

有五个服务启动时报:Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: com/google/common/eventbus/AsyncEventBus, 在报错的服务中添加guava依赖也一样报
1681744229911

@hgx
Copy link

hgx commented Apr 19, 2023

我也碰到这个问题,我删除了父项目pom中的

<exclusions>
    <exclusion>
        <groupId>com.google.guava</groupId>
        <artifactId>guava</artifactId>
     </exclusion>
 </exclusions>

节点得到解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants