ColdFusion8 Request Completes In Server Monitor But Never Returns In The Web Page?
Good Morning,
I have a Web-based report that is run at the end of each semester and compiles a lot of student data. When I make a request to the page, the Cold Fusion Admin Server Monitor shows the queries complete, then shows the request complete soon after at about 450 seconds, but the page never returns in IE (the browser tab continues to show a spinning circle for about an hour). Most of the time is taken up by one particular loop of dynamically generated queries to an Oracle DB. The generated sql runs perfectly from another program when I retrieve the sql from the Server Monitor. The Cold Fusion server responds to my other requests when I open other CF Web sites hosted by this server, so I know the server is not hung. I have request timeouts set in Application.cfm and again at the top of the report template to 4800 seconds. Session timeout is set to 100 minutes. The loop of queries is within a try/catch and the catch is set to email me the cfcatch data (which also worked well when I was designing and testing the sql).
Do you know why the page never returns?
Thanks For Your Time,
Nate
