Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Zied
You're right the logs are telling only there's a fault / exception occurred during the service execution, still a suggestion - please place a combo tLogCatcher -> tLogRow into your service (https://www.talendforge.org/tutorials/screenshot.php?language=english&idTuto=31&step=377 ) it should give you the root reason behind the exception / fault.
g.
Hello Zimil
Are you invoking any Talend job from your service? Does your container running as OS service then in wrapper.log you should see at which component its failing.
Thanks,
Aniket
Zimil,
Then you may want to have a look into the container/logs/tesb.log to fetch more details..
Hi,
Did you install any external libs in your container? Have you tried to deploy your service without invoking any job to see if it works as expected?
Any error message in wrapper.log?
Best regards
Sabrina
Zied
You're right the logs are telling only there's a fault / exception occurred during the service execution, still a suggestion - please place a combo tLogCatcher -> tLogRow into your service (https://www.talendforge.org/tutorials/screenshot.php?language=english&idTuto=31&step=377 ) it should give you the root reason behind the exception / fault.
g.