Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, I'm trying to deploy a route built on Talend Open Studio ESB 7.3.1.20200219. It works fine in studio but when deploying to runtime, it fails to start with the following error:
2020-07-09T12:49:33,746 | ERROR | Start Level: Equinox Container: e677f149-534e-4cab-8532-886d55f7c32c | container.BlueprintContainerImpl 460 | 34 - org.apache.aries.blueprint.core - 1.10.2 | Unable to start container for blueprint bundle salesforcetalend.TestSQSRoute/0.1.0
org.osgi.service.blueprint.container.ComponentDefinitionException: Unable to initialize bean .camelBlueprint.factory.salesforcetalend.testsqsroute_0_1.TestSQSRoute
The Route is very simple, it is polling an SQS queue and when it gets a message it runs a job which simply saves the message to a Google Drive folder. Below are images of both, the route and the job. They run fine on studio but when deploying to container in runtime, the job loads OK but the route fails to start.
I'm going nuts trying to make it work on different containers, there must be some sort of dependency missing in the karaf runtime.
Your help will be extremely appreciated.
hmmmm same issue here! Already found a solution?
Having the exact same issue as well - any new findings?
Hello,
This is a old post, but this problem is due to the file blueprint.xml generated by Talend.
If you delete it from the .kar all is ok.