I am running an application on ColdFusion 8. About twice a month, some parts of my application stop working. The error recorded in in the application log files is the following:
"null null <br>The error occurred on line 149., http://mywebsite.com, /mypage.cfm?id=MYID"
When I look at the line number, it refers to a line containing a cflocation. Any other line numbers recorded during the outage also refer to a line containing a cflocation. A restart of ColdFusion always clears the problem.
Any clues as to why the cflocation tag might all of a sudden start throwing a null null error? This part of the application does not use sessions and during the outage, any program containing the cflocation tag fails at the cflocation line number. After a ColdFusion restart, these same programs are running fine...
Any ideas? Thanks!