Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm using tSystem component to check weather Karaf is running or not with below command
cmd /c C:/Talend/runtime/bin/client.bat -h servername
After running this command, job is not getting stopped. So I have used parallel component.
tParallel--->tSystem---onsubjobError---tdie
|
|---------------->tsleep(20sec)----tjava(check that job is going to be killed manually)---->tdie (In this subjob, its concluded karaf is running)
But this completes in one hour...dont know why ?
Can anyone suggest me why its happening ? Or any other option to stop tSystem ?
Thanks
@fdenisCan you please explain more...? What should I do or try exactly ...?
It shows Karaf started and goes into karaf console like below..
karaf@trun()>
Moreover , even after tdie, job is still running...!
@fdenisHow can I stop my job the moment tdie executes ?