pub.publish:publishAndWait - How to stop service runinng ?

Hi,

I have used the pub.publish:publishAndWait service without put waitTime value … so the service is always running (because I haven’t received the receiveDocument).

I can’t reload the package and I can’t restart the IS because the service is running.

How I can do to kill or to stop the service ?

Thanks,
Isabelle

Hi Isabelle,

There is no option to kill a particular running service. you can only kill the server.

if you are running the server on a windows machine and from a command prompt you can just press “ctl + c” as like killing any windows application.

else if you are running on a unix machines, you can issue a command kill -9.

hope this helps.

thanks and regards,
deepa

Thanks you Deepa.

Regards,
Isabelle