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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
hson
Contributor
Contributor

Error loading S3 - Exception com.fasterxml.jackson.core.JsonFactory

Exception in thread "main" java.lang.NoSuchMethodError: com.fasterxml.jackson.core.JsonFactory.requiresPropertyOrdering()Z
error happens when loading tRedshiftOutputBulk
not sure why
Labels (5)
3 Replies
Anonymous
Not applicable

Hi,
There is not enough information for us to diagnose your issue.
What's your job design and how did you set your tRedshiftOutputBulk component? More information will be preferred.
Best regards
Sabrina
Anonymous
Not applicable

old thread but I ran into a similar problem and wanted to leave the solution I found here.

 

there is a version incompatibility between pre-2.6 and post-2.6 versions of the com.fasterxml.jackson libraries used by the amazon libs. Talend is likely including both versions of the jackson libraries in your jobs thus causing this failure. 

 

I was able to correct it by entering the exact version of the jackson libs I want in the job or the project pom. 

 

 

Anonymous
Not applicable

Hello,

Thanks for sharing your solution here.

Best regards

Sabrina