Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm on TDI 6.2 and i have this issue using JSONs composants :
Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/spi/LoggerFactoryBinder
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.slf4j.LoggerFactory.<clinit>(LoggerFactory.java:60)
at com.jayway.jsonpath.Configuration.<clinit>(Configuration.java:39)
[statistics] disconnected
at com.jayway.jsonpath.internal.JsonReader.<init>(JsonReader.java:43)
at com.jayway.jsonpath.JsonPath.parse(JsonPath.java:578)
at clients.jcltpragestionactif_0_1.jCLTPRAGestionActif.tFileInputDelimited_2Process(jCLTPRAGestionActif.java:1136)
at clients.jcltpragestionactif_0_1.jCLTPRAGestionActif.runJobInTOS(jCLTPRAGestionActif.java:1711)
at clients.jcltpragestionactif_0_1.jCLTPRAGestionActif.main(jCLTPRAGestionActif.java:1491)
Caused by: java.lang.ClassNotFoundException: org.slf4j.spi.LoggerFactoryBinder
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
Someone have the same issue ?
Hello,
Are you using talend subscription solution 6.2.1 or a free trial version of data integration product?
Best regards
Sabrina
Hello,
I'm using the talend subscription solution 6.2.1 on a Macbook (El Capitan).
I've just finished to reinstall the client solution and added the slf4j-all-log4j12-1.4.3.jar.
It works now.
Thks for all feedbacks
Hello,
Great that you issue has been fixed. Feel free to let us know if there is any further help we can give.
Best regards
Sabrina