Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisx02
Contributor
Contributor

twaitforFile not work in ESB on linux and mac

I have a simple FileListener which  wait for new files.

when I develop this and run it in the Studio it works as expected.

The same behavior is it , when build this as standalone job, this works too.

But when build this ass OSGI bundle for esb and deploy this in a runtime,

the service is started and active, but no files are processed although files are there 

I have tried this on Linux ( ubuntu 18.4) and Mac os ( 10.14.6) on both system the same

and on Windows server as well

Studio works,  but not in ESB runtime.

Any Ideas ?

 

 

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

Is there any message in runtime error log? which is located in <RuntimeInstallationPath>\containber\log\tesb.log.

Best regards

Sabrina     

chrisx02
Contributor
Contributor
Author

only that the service is start successfully 

Anonymous
Not applicable

Hi
The Talend Runtime is based upon Apache Karaf, which is used to run service or Route. You are creating a standard DI job, not a service, you should deploy it to Jobserver if you are using enterprise product or schedule it using other scheduler tools, such as Windows task scheduler or Linux Crontab command.

Regards
Shong