Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.