Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm getting the following message error when working with trestclient component while trying to get an xml file from an URL
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
----
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:602)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:522)
This component worked fine withn TOS 7.1 but since I updated to TOS 7.3 it does not.
OS. macOS Catalina version 10.15.4
Java Version 8. Update 2 5 1
I'd really appreciate your help cause I'm completely blocked
Thanks in advance
Manuel
My Solution is Load 2 lib wit tLibraryLoad before start Talend. jaxb-api-2.3.1.jar and jaxb-impl-2-2.3.1.jar.