Container fails to restart, PID file exist
It seems that jsvc does not remove the PID file properly (I need to investigate that further). Anyway, this is blocking proper restart as the PID file is still there.
PID files are not necessary using containers. When the container start it is always empty, so we are sure there is not already a previous process running.