CGI Timeout errors

Post Reply
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

CGI Timeout errors

Post by legedza.henry »

Have just started getting the error below when I try listing the Top Query Words or List URLS - when I look at the Webinator box cpu it runs at 100% during these commands and then eventually stops and displays the error.

Nothing has changed on the box that hosts webinator. This has only happened in the last couple of weeks.

Searches and general admin seem to be working OK

HTTP/1.1 502 Gateway Error
Server: Microsoft-IIS/5.0
Date: Fri, 04 Apr 2008 05:12:28 GMT
Connection: close
Content-Length: 186
Content-Type: text/html

CGI TimeoutThe specified CGI application exceeded the allowed time for processing. The server has deleted the process.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

CGI Timeout errors

Post by mark »

My guess is your logs are getting bigger and therefore take longer to process. Rotate your query log periodically and/or extend the CGI timeout on your webserver.
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

CGI Timeout errors

Post by legedza.henry »

I can understand that with the query log but what about when I just want to LIST URLS?
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

CGI Timeout errors

Post by legedza.henry »

I also have increased the server timeout to 10 minutes and the result is still the same.

I also noticed that we have reached our license limit of 19999 pages - would that be the cause of the problem?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

CGI Timeout errors

Post by mark »

The license limit won't have any effect on time.

Are searches working ok for this profile?

With list/edit are you trying to list the whole thing or a subset using a pattern? Try lookuping one specific url, like the base url, to see how that performs.

Look in the vortex.log to see if it's issuing any error messages there.

How heavily loaded is this machine otherwise?
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

CGI Timeout errors

Post by legedza.henry »

Doing pattern subsets works OK - it only seems to happen when I try listing the whole set.

The machine isn't overloaded - although as soon as I run the full list it shoots up to 100% and sits there until the timeout limit is reached (which has been increased from the standard 5 mins)

I check vortex.log and this seems to be the message that appears: "/webinator/dowalk:8766: Cannot create temporary KDBF file C:\TEMP\T00380a: error 2: No such file or directory in the function kdbf_open"
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

CGI Timeout errors

Post by mark »

What is line 8766 of your dowalk script?

Make sure the c:\temp directory exists and is writable by everyone.
legedza.henry
Posts: 142
Joined: Wed Jul 24, 2002 11:52 pm

CGI Timeout errors

Post by legedza.henry »

Thanks. Creating the temp file worked. Not sure why it disappeared though, as the List Url function was working previously (a few weeks back) when i displayed all URLS
Post Reply