Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a very simple job consisting of a tRestClient leading to tExtractJSONFields to tBigQueryOutput.
This results in the following error
Exception in component tBigQueryOutput_1_tBQBE (job_name) java.lang.SecurityException: class "com.google.common.base.MoreObjects"'s signer information does not match signer information of other classes in the same package
How can I solve this?
I have successfully used the tBigQueryOutput in other jobs, and if I replace the BigQuery output with a CSV output, the job runs fine.
Hello,
This error indicatesyou have two or more classes in the same package with different signature data. Usually that means the classes come from different JARs, one of which is signed and the other is unsigned.
Could you please indicate on which talend build version you got this issue?
Best regards
Sabrina
I'm on the Talend Open Studio for Data Integration 7.1.1.20181026_1147
Hello,
It seems to be a bug. Does this issue also repro oin the least released version 7.2.1?
Best regards
Sabrina
I don't know. I was able to work around it by replacing the tRestClient with a tRest.