Forum OpenACS Q&A: Re: Lots of tcl_url2file request processor errors in log file

Don wrote:

Ouch, something got trashed, yes, I'd worry. If it happens again I'd add diagnostic code to see why tcl_url2file("/") fails. The array caching the information got hosed somehow.

Ouch, those are all over our log file as well. Since they were always there, I assumed it was just a matter of a cache miss being logged the first time a url was requested.

Checking, I see 8000 occurences this morning, with 3000 different urls.

I just realized now that the error message is sometimes

no such element in array

which should be normal for a cache miss, and sometimes

no such variable

which seems BAD.

I might be totally off the mark here - since I don't really understand the inner workings of the request processor.