Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unable to start container for blueprint bundle

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.

 

0683p000009MaNI.pngThis is the Route

0683p000009MaNN.pngThis is the job

 

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. 

Labels (3)
3 Replies
rsmits
Contributor
Contributor

hmmmm same issue here! Already found a solution?

JPF153101
Contributor
Contributor

Having the exact same issue as well - any new findings?

philorg1
Contributor
Contributor

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.

 

philorg1_0-1710250675705.png