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: 
Anonymous
Not applicable

Deploying Talend REST Services using Karaf

Hi,
I have developped REST services jobs using Talend (ESB 5.4.1), and launched it has an Autonomous job and it worked well.
But I want to deploy it using the Talend Container service (which si based on Karaf).
I added the jar generated by Talend (Build > OSGI Bundle For ESB) to the deploy directory, and can see it as "Active" and "Created" in the bundle list in Karaf.
But I didn't find how to launch it...
Using the "start " command didn't give any feedback (nothing in the shell or in the tesb.log file)
Is there someone that could give me a little help to begin with it ? (never used that kind of services before) I could not find any tutorial applying to this case, if someone knows one that apply to this usage.
Thanks and sorry for asking such basic questions !

Labels (3)
12 Replies
Anonymous
Not applicable
Author

I'm sorry, I don;t understand, given that the service is already working, how the container is preventing the service from being used.
When you run the service in the studio it is returning some data to the user. The same is expected to happen in the container.
Perhaps you should open a JIRA and attach a test project there for the team to look at...
Cheers, Sergey
Anonymous
Not applicable
Author

Hi,
I have found the problem, actually I'm able to reach the REST endpoint but I get Error 500 (Server error) when I try to use some functionnalities of my REST service (this will be another exciting story I guess !)
Thanks for the help, and sorry for taking your time for such basic questions.
Anonymous
Not applicable
Author

Hi, no problems,
at least you have an error reported from the live endpoint which is good :-)
Sergey