When attempting to deploy a Route in Talend Runtime, encountered the following error:
java.lang.NoClassDefFoundError: Could not initialize class org.talend.components.common.oauth.Jwt Caused by: java.lang.NoClassDefFoundError: org/codehaus/jackson/map/ObjectMapper
Cause
Missing bundles for Jackson library.
Resolution
Launch the Karaf console (./trun) located in the <Runtime-Home>\bin directory, and then execute the following command:
list | grep Jackson
If the following bundles are not installed please install them using the command below: