启动corda网络时获取SLF4J错误

启动corda网络时获取SLF4J错误,corda,Corda,我在启动corda netowrk时遇到SLF4J错误, 我使用的是JDK8_221、corda 4.1、windows操作系统、, 我在用gradle 日志: SLF4J:未能加载类“org.SLF4J.impl.StaticLoggerBinder”。 SLF4J:默认为无操作(NOP)记录器实现SLF4J: 详见 细节s 用JDK8_181和JDK8_191进行了同样的试验 环境。变量和路径变量正确。此问题可能是由于SLF4J版本造成的 使用1.6或1.7版本的SLF4J 有关详细信息,请

我在启动corda netowrk时遇到SLF4J错误, 我使用的是JDK8_221、corda 4.1、windows操作系统、, 我在用gradle 日志:

SLF4J:未能加载类“org.SLF4J.impl.StaticLoggerBinder”。 SLF4J:默认为无操作(NOP)记录器实现SLF4J: 详见 细节s

用JDK8_181和JDK8_191进行了同样的试验
环境。变量和路径变量正确。

此问题可能是由于SLF4J版本造成的

使用1.6或1.7版本的SLF4J

有关详细信息,请浏览以下链接

网址:

以上连结摘录-


我使用的是1.7.28,也尝试过1.6.1,仍然是同一个问题,它使corda构建失败。
As of SLF4J version 1.8.0, the static binder mechanism (StaticLoggerBinder) is deprecated.

This class exists for backward compatibility earlier versions of slf4j-api.jar, in particular in the 1.6.x and the 1.7.x series.

Note that this class is likely to be removed in future releases of SLF4J.