Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Manolo_Tortola
Contributor
Contributor

tRest Client. Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException

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)

0683p000009MZvO.png

 

 

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

 

 

 

Labels (5)
1 Reply
sezgin
Contributor II
Contributor II

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.

 

0693p000009rIl9AAE.png