Have you checked
- ColdFusion logs (In CF Administrator - logfiles)
- Event viewer (For any CF service related entries)
- IIS or Apache (or whatever webserver you're using) log for unusual stuff
That would be the first things to investigate.
Also, ask yourself, has the issue started after a certain update? If so, review that update.
Main Topics
Browse All Topics





by: mrichmonPosted on 2005-01-19 at 13:09:58ID: 13087155
I would guess that there is one of the following:
an endless loop
a memory leak - posisbly caused by things such as accessing session, application, or client variables without locking
some other software causeing problems.
It is really hard to trouble shoot these.
1st try to see if you can reproduce the problem by hitting a specific page or by doing a specific task or set of tasks.
Double check all code to make sure you use cflock on appropriate scopes.
Double check loops that are not query based.
See if a certain page has a long run time.
Also as a side note you can often restart the services (all the ones called Cold Fusion ______ and the WWW service) instead of a full machine reboot which is faster.