Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
EV89
Contributor III
Contributor III

Deployed talend esb job osgi status is only installed and not started

Hi everyone,

when i deploy, as osgi , a job in my talend esb container folder when i enter in karaf console i see the service as installed but it doesn't starting so i cannot call it (for example with postman).

When i try to start it with the specific karaf command i get an error (see screeshot).

I don't understand why i get the error and why the osgi is not started just after being deployed

i use the version 8, in the 7.2 version my deploy process works. If job is runned in talend esb studio it works without problem.

thank you very much for your help, it's very appreciate

x

Labels (2)
6 Replies
Antonio69
Contributor
Contributor

Build the job as a Standalone Job, a ZIP file will be produced with all the required jars and script files to launch it.

liteblue

gjeremy1617088143

HI @Elia Verga​ , It seems the dependency is not deployed

I hope this post could help you :

https://community.talend.com/s/feed/0D73p000004kNB0CAM?language=en_US

EV89
Contributor III
Contributor III
Author

hi hermann69, thanks for your answer but i need it works as service in container folder

EV89
Contributor III
Contributor III
Author

hi gjeremy1617088143 , thanks but this scenario not suite for my case

gjeremy1617088143

I think you have to put all the jar dependencies in the runtime folder, for eg if you use jdbc driver you have to put the jar in the runtime folder

gjeremy1617088143

also wich version of karaf do you have ?

for Talend 8 Apache Karaf 4.2 is recommended.

for Talend 8 Talend runtime 7.3 or higher is recommended