On 8/22/07, Steve Alex <[EMAIL PROTECTED]> wrote: > Have you checked your libraries for errors? (might have to disable > the library and put code in test routine)
So loading the library at server start does not produce any errors in the log (if there are any) ? Not sure I understand how to test it otherwise. Could I change it from a library to a group of methods then just include it in a web page without actually calling any of the methods? > Had a case last year where houeskeeper was trying to load a library > with a bad error and it crashed housekeeper (actually it was a bug > that I'm sure was fixed in the current version that tried to load a > "._foo.a4l" file left behind by TextMate). Right. I saw your messages to the list. On our development sever this comand yields lots of results: [09:07 [EMAIL PROTECTED]:v2.x]$ find . -name ".*.a4l" -print I got excited when I saw that. But then, on their production server there is not one stray .a4l file. (or .ini or .a4d). Ugh. > Does housekeeper start and run okay for a while, or does it crash on > start? Ah, good question. I think it crashes on start now. Because I can call a site that creates a session, but does not do any session saving, and once abandon session is called, the expiry time goes to 0, but the session does not disappear. This leads me to believe that it is either crashing on start (it is still in the 4D Server window as delayed), or something is happening so that the housekeeping process never gets woken up. > Have not tried this, but you might be able to copy the code out > a4d_init and wrap it in a method that would restart the process. It > would be better to find the cause. I agree to find the cause. But I _really_ need to save those sessions if at all possible. There are about 800 of them. > Might have to get logging version of A4D plugin but you need to try > to find out what is crashing housekeeper. Logging version of A4D? I wasn't aware of such a thing. Thanks, Michael Check _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
