Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Hello,
Is there any message in runtime error log? which is located in <RuntimeInstallationPath>\containber\log\tesb.log.
Best regards
Sabrina
only that the service is start successfully
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