我正在尝试从kafka主题中读取我的JSON消息,并将其写入JSON文件。我收到以下错误:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/TOS_BD-20160704_1411-V6.2.1/TOS_BD-20160704_1411-V6.2.1/workspace/.Java/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/C:/TOS_BD-20160704_1411-V6.2.1/TOS_BD-20160704_1411-V6.2.1/workspace/.Java/lib/slf4j-log4j12-1.7.6.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]这是我的工作

如何解决这个错误?
谢谢
发布于 2016-10-06 19:35:17
激活Window / Show Views,然后选择Talend / Modules。
现在检查tKafkaInput是否可用两次。如果是,请尝试访问Help / Installation Details / Features或Plugins,看看是否可以禁用不需要的组件。
它也可能是来自Talend的bug。由于没有可用的版本号,因此无法进行检查。
https://stackoverflow.com/questions/39894036
复制相似问题