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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nfz11
Creator III
Creator III

Exception in thread "main" java.lang.NoClassDefFoundError: de/odysseus/staxon/json/JsonXMLConfigBuilder

I am getting this error when I run my job in the Talend cloud but not when I run it in Studio.  I also have another job that references that class in its code and it runs fine in the cloud.  It looks like that class is used by the tExtractJSONFields component when Xpath is used in the 'Read by' field.

My studio version is:

Talend Cloud Real-Time Big Data Platform
Version: 7.2.1
Build id: 20190620_1446
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 1.8.0_221

 

Any help would be appreciated.

Labels (4)
11 Replies
rmartin2
Creator II
Creator II

Hi !

 

There's a flaw in the module updater for the Cloud Client. It seems that the Studio is unable to detect changes between libraries and java version, leading to problems in compilation.

Have you upgraded your Java version recently, or try to manually add a jar ?

 

If so, try to revert it back.

If it does not work it means that you'll have to delete manually the .jar (in your filesystem), so it can be downloaded again properly. The maven repo use precise versions of some jar and you will not be able  to compile without them.

Anonymous
Not applicable

@nfz11, I have no idea now why this issue only occurs this issue. I will check with our developers if they have seen the same issue reported by others or it is a known bug. In the mean time, can you try to delete the jar and install it again as rmartin suggested?

Regards
Shong