CF 11 crashes for particular url
Hi all,
I've inherrited an old web server running CF 11 on Ubuntu 14.04. The server hasn't had a problem in the last 2 years that I've been here.
However, at about 2:00pm last Tuesday, it started to crash. When a user tried to access the site with their browser, it would just spin. On the server, we noted that the java task was using 100% cpu.
When we restart coldfusion and apache, we are back to normal... for a while.
I've discovered that one particular url will consistently crash the server:
/shop/ItemAdd.cfm
I was working on that file, but I've backed out all of my changes, and to my knowledge, nothing else was changed on the server.
We've done a lot to try to diagnose this.
But here's where it gets odd.
If I rename ItemAdd.cfm to ItemAdd.cfm.orig, I would expect to get a 404 error when I point a browser to /shop/ItemAdd.cfm, but I don't. It still crashes! So, I don't THINK it's a code issue.
I've looked at the cf logs. But they get new entries added even when the server seems to be running correctly. Nothing changes in the logs when it crashes (hangs?)
I'm at a loss.
Any ideas?
Mike.
