Did it ever work before? Was there a hotfix or code change
recently? You could start with a fresh copy of the core files, and a skeleton
app to isolate whether something you introduced is causing the issue. I
have never seen FB take a server down, so there must be some type of infinite
loop or something in your code that is causing it I imagine. I would
break the app down and start adding things back in until it crashes again to
see what the issue is being caused by. If it is the Enterprise edition
you could also use the server monitor, I'm on the standard edition so I have
used fusion reactor instead with great luck finding issues.
From:
fusebox5@yahoogroups.com [mailto:fusebox5@yahoogroups.com] On Behalf Of matthewklevine
Sent: Friday, July 03, 2009 12:55 PM
To: fusebox5@yahoogroups.com
Subject: [fusebox5] Fusebox 5.5 hanging on IIS6/Server2003/CF8/SQL2005
Has anyone seen any issues when a fusebox 5.5
app with xml first loads up on IIS6/Server2003/CF8/SQL2005 hangs and then the
server fans starts up and then the server eventually dies?
I don't think it has anything to do with a component instantiation bottle neck
because the the front end of the application (which is not FB) starts up fine.
It's just when the FB framework itself start up.
I also don't think that it has to do with the size of the application because
when I do a parseALL it only creates one file.
Any hints would be appreciated.