On Tue, 2003-07-01 at 19:24, Ian wrote: > Now that i've fixed the 404 error with all your help, lets try another > problem :) > > Seemingly random, the appserver will hang during startup or shutdown. I > just hit ctrl-c on the console and this is what its saying: > > Shutdown Called Tue Jul 1 17:28:39 2003 > ThreadedAppServer: Shutting Down > > > And its just sitting there. It does something similar during startup as > well where it just sits at the creating threads message. Anyone have any > idea why this happens?
I haven't encountered hangs during startup, but hangs during shutdown are usually due to stuck threads. Are you creating any threads of your own? Do you have requests that may have hung?
Ian
I am not doing anything with the threads. And there shouldnt be any requests or anything that has hung. ATM i'm just getting it working, so its not handling any requests. The config settings are as close to default as i could get them and get it working. Meaning about the only thing i changed was the password, added a context, and i think i filled in the info for emailing errors. Thats it.
ian
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
