I used to get an error every couple days at a shop I worked at, one of the users called it "Beak" because she thought it reminded her of one:
<.
...which, in the source, looks like:
<P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><.</B>
"Beak" can be readily reserved by bouncing JRun on the Coldfusion server, and that was enough for me when I had direct control over my server, and bouncing it took no time and impacted no one too severely.
Now I'm in a shop where I don't have admin access to the webserver, and moreover (from a business perspective), the servers are transacting big dollar signs at any given moment, and can't just be bounced.
My undying curiosity was perpetually thwarted by Google's inability to search for anything other than a random collection of B's and P's.
But NOW... Now I have SO... and SO knows.
I can't say its CF, in fact, I suspect its Java actually... or IIS... or the cosmos poking me with an annoying beak shaped stick...
What the heck is Beak, and how do I make it go away.
Edits for the confused...
I can't say I can make the question much clearer, but I can say the lack of clarity was mostly a function of the error, and not my lack of inclusion.
The error doesn't come from a piece of code... there is no specific line number... Looking through log files has never revealed a template or templates that are run before the problem occurs.
Once triggered the error affects every template that is requested from the server, that effect is to return this string of letters, and nothing else, in response to the HTTP request: <P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><B><P><.</B>
Restarting the JRUN service causes the issue to go away... resetting the web server (IIS in all cases) or the database server (MSSQL, MySQL and Access) or the server itself (windows, various versions, various hardware) is unnecessary.
I honestly didn't expect anyone who HASN'T SEEN THIS EXACT ERROR before to even respond. I appreciate that well meaning folks have tried, but this isn't a Web Developer Oversight error (in the traditional sense) and code snippets will probably not be required to identify or resolve it.
I hope this clarifies my lack of information at least more to the degree to elucidate why I am asking for more information.