Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an error when calling the Job from the Route in the server environment. Everything works well in Studio, but when deploy to the server, the error appears in the log:
"ERROR: No input for tRouteInput_1, You may need to start it Via a Route instead of running it directly!"
I use Talend Open Studio for ESB 6.3.1_SE_206_release/6.3.1
P.S. The same problem is described https://community.talend.com/t5/Design-and-Development/route-not-run-in-karaf/td-p/62614, but there is no answer.
I have determined what is causing this error in the container.
If in Job I remove the component tJMSOutput_1 and put instead tLogRow then error does not appear.
It's very, very strange.