Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi there,
I'm having an issue with Talend Cloud API Services Platform 7.1.1 on a Mac/10.14.5. I'm trying to run a simple route with a cMQConnectionFactory component and a cHTTP component.
This route fails to run giving an error:
Caused by: java.lang.NoSuchMethodError: org.apache.camel.component.http.HttpComponent.registerExtension(Ljava/util/function/Supplier;)
However the route runs when disabling either the cMQConnectionFactory component OR the cHTTP components. They don't seem to be able to run together at the same time.
It appears other users have had similar issues (here, here, here, here, and here) but no satisfactory solution has been shown. Any help would be greatly appreciated!
Not ideal but you could create a DI job which does the logic you want to use the cHTTP component for and then call it in your route via a cTalendjob. Just an idea.