Page 1 of 1

Vortex Log Error

Posted: Tue May 12, 2009 3:12 pm
by gerry.odea
I am constantly getting the error below. What does it mean and how can I fix it, or figure out what is causing it. I have version 2.69

000 May 12 15:09:48 /open/search:694: (2478) Terminated (signal 15)
000 May 12 15:09:56 (2484) Terminated (signal 15)
000 May 12 15:10:21 (2500) Terminated (signal 15)

Vortex Log Error

Posted: Tue May 12, 2009 3:48 pm
by mark
Signal 15 is a basic "kill". It can be caused by someone issuing a "kill" from the command line or other program. It can be caused by the webserver killing the cgi process because the client terminated the connection.

If there's no script name that usually indicates that it's during script startup or shutdown when the script is not running.