gpt4 book ai didi

java - ActiveMQ 客户端问题 : ClassNotFoundException org. apache.logging.log4j.spi.AbstractLoggerAdapter

转载 作者:行者123 更新时间:2023-12-02 00:10:01 43 4
gpt4 key购买 nike

我有一个小型 ActiveMQ 客户端,它应该只是连接到 AMQ 服务、创建队列并发送消息。我收到以下错误消息:

Failed to instantiate SLF4J LoggerFactory
Reported exception:
java.lang.NoClassDefFoundError: org/apache/logging/log4j/spi/AbstractLoggerAdapter
at java.lang.ClassLoader.defineClassl(Native Method)
...

以下 jar 位于我的类路径上:

log4j-1.2-api-2.6.2.jar
log4j-core-2.6.2.jar
log4j-slf4j-impl-2.6.2.jar

activemq-broker-5.13.3.jar
activemq-client-5.13.3.jar
activemq-console-5.13.3.jar
activemq-jaas-5.13.3.jar
activemq-kahadb-store-5.13.3.jar
activemq-openwire-legacy-5.13.3.jar
activemq-protobuf-1.1.jar
activemq-spring-5.13.3.jar
activemq-web-5.13.3.jar
geronimo-j2ee-management_1.1_spec-1.0.1.jar
geronimo-jms_1.1_spec-1.1.1.jar
geronimo-jta_1.0.1B_spec-1.0.1.jar
hawtbuf-1.11.jar
jcl-over-slf4j-1.7.13.jar
slf4j-api-1.7.13.jar

如果我去掉前三个库,我会收到错误无法加载类“org.slf4j.impl.StaticLoggerBinder”

我尝试过搜索,但我不能说我找到了迄今为​​止有效的任何内容。

最佳答案

您需要将 log4j-api-2.6.2.jar 添加到类路径中。

关于java - ActiveMQ 客户端问题 : ClassNotFoundException org. apache.logging.log4j.spi.AbstractLoggerAdapter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38459581/

43 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com