最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

kafka 2.13-4.0.0 error reconfiguration failed - Stack Overflow

programmeradmin4浏览0评论

I tried to donwload kafka_2.13-4.0.0.tgz from . When I run "bin\windows\kafka-storage.bat random-uuid", I receive the following message:

main ERROR Reconfiguration failed: No configuration found for '2c7b84de' at 'null' in 'null'

What could be the issue?

main ERROR Reconfiguration failed: No configuration found for '2c7b84de' at 'null' in 'null'

I tried to donwload kafka_2.13-4.0.0.tgz from https://kafka.apache./downloads. When I run "bin\windows\kafka-storage.bat random-uuid", I receive the following message:

main ERROR Reconfiguration failed: No configuration found for '2c7b84de' at 'null' in 'null'

What could be the issue?

main ERROR Reconfiguration failed: No configuration found for '2c7b84de' at 'null' in 'null'

Share Improve this question edited Mar 26 at 13:48 K__ asked Mar 25 at 18:04 K__K__ 11 bronze badge
Add a comment  | 

1 Answer 1

Reset to default 0

I ran into this issue. In my case, the error was getting thrown because the java code is looking for a log file in a valid URI format. I resolved this by setting my tools-log4j2.yaml path in KAFKA_LOG4J_OPTS system variable with a file:/ prefix.

export KAFKA_LOG4J_OPTS="-Dlog4j.configurationFile=file:/[ABSOLUTE_PATH_TO_YOUR_KAFKA_LOCATION]/kafka_2.13-4.0.0/config/tools-log4j2.yaml"
发布评论

评论列表(0)

  1. 暂无评论