Im trying to build a .jar file of my job that will be used in a container in our server.
Unfortunately, after placing the .jar file in the container and checking the list of jobs, it shows as "Failure".
Am I missing any setting/s or file/s in my Talend Job export and/or container folders?
EDIT: My Talend Job uses a .jar library that is called in a tLibraryLoad, as well as routines called in tJavaFlex components.
maybe you're missing some dependencies (or TOS doesn't link them automatically). I suggest to deploy the bundle (with the failure result) and see the logs - log:display or content of the tesb.log, where you'll find the core reason
Yes it works when I run it and use Postman to act as the REST caller.
Here is a sample screenshot of a test scenario running the job in Talend and using Postman (red highlighted sections show working functions):
I have tried deactivating some components 1 at a time and deploying the modified job to the container. I have found out that it fails when I activate back the tJavaFlex that calls the routine code. How can I place the routine code in the container?
maybe you're missing some dependencies (or TOS doesn't link them automatically). I suggest to deploy the bundle (with the failure result) and see the logs - log:display or content of the tesb.log, where you'll find the core reason