Edward Chanter wrote: > Dear All, > > I have a file in one of my apps that is causing some weird problems. It's a > fairly simple output page taking dbase contact and displayign it to the > user. Unfortunately for some reason it makes the cfserver kick off an > autoreastart process when it runs. The tricky thing is that it's not leaving > any info in the log as to why it restarted. Has anyone seen anything like > this before? The file works ok on another server and doesn't seem to be > doing anything particularly intensive. It's got me a bit stumped. > > Thanks in advance. > > -= Ed >
When I have a problem like that, where I won't get any error messages and the server restarts, its usually some type of database problem. Take your query out of the page, fake the return if necessary, and see if you still get the error. If so, pull that query out and run it somewhere else (MySQL / SQL client) and see if you get a more useful error. I've also had similar problems when I have an error template defined and the error template tries to reference variables that are not available. -Ryan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Linux/message.cfm/messageid:4230 Subscription: http://www.houseoffusion.com/groups/CF-Linux/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.14
