View Issue Details

IDProjectCategoryView StatusLast Update
0003996SymmetricDSBugpublic2019-08-26 12:54
Reportermz8080 Assigned Toadmin  
Prioritynormal 
Status closedResolutionno change required 
Product Version3.10.2 
Summary0003996: Symmetric fails to load phoenix driver due to conflicting slf4j versions
DescriptionError log:
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/opt/symmetric-server-3.10.1/lib/phoenix-5.0.0-HBase-2.0-client.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/opt/symmetric-server-3.10.1/web/WEB-INF/lib/slf4j-log4j12-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: The following loggers will not work because they were created
SLF4J: during the default configuration phase of the underlying logging system.
SLF4J: See also http://www.slf4j.org/codes.html#substituteLogger
SLF4J: org.jumpmind.symmetric.AbstractSymmetricEngine
Exception in thread "main" java.lang.NoSuchMethodError: org.slf4j.helpers.Util.safeGetSystemProperty(Ljava/lang/String;)Ljava/lang/String;
    at org.slf4j.impl.VersionUtil.getJavaMajorVersion(VersionUtil.java:11)
    at org.slf4j.impl.Log4jMDCAdapter.<clinit>(Log4jMDCAdapter.java:37)
    at org.slf4j.impl.StaticMDCBinder.getMDCA(StaticMDCBinder.java:59)
    at org.slf4j.MDC.<clinit>(MDC.java:74)
    at org.jumpmind.symmetric.SymmetricLauncher.main(SymmetricLauncher.java:82)
TagsNo tags attached.

Activities

elong

2019-06-19 16:20

developer   ~0001537

Are you sure you're using a clean installation of 3.10.2? There was a slf4j conflict in 3.10.1 but it was fixed in 3.10.2. I think the nuodb JAR was causing the issue, so you could try deleting that JAR file.

Issue History

Date Modified Username Field Change
2019-06-12 02:50 mz8080 New Issue
2019-06-19 16:20 elong Status new => feedback
2019-06-19 16:20 elong Note Added: 0001537
2019-08-26 12:54 admin Assigned To => admin
2019-08-26 12:54 admin Status feedback => closed
2019-08-26 12:54 admin Resolution open => no change required