Cold Fusion 11 Application Server Crash on Form Submit
I am running Cold Fusion 11 and have a problem, intermittently, when a form is submitted the entire application server stops. The application I've created has been running for several years without throwing this problem.
I've looked through all of the log files and I've not found any indication of what is stopping the server
And, of course, the problem does not happen all the time. I was able to recreate the issue with one of my users, so at least I know it is real and not user error.
The process is such:
A call is made to the DB to get any entries associated with the master reference key
I loop over those entries and dynamically build the form inside of tables (yeah, I'm old and lazy)
Each form field is name+indexing variable. The indexer starts of at 1 and I just add 1 to it as the cfoutput loops
So, each form field name us unique
In the case where the server is crashing, I am only submitting ~30 fields (though I've previously upped the default quite a bit)
When the user hits 'Save' his browser [Chrome on Windows] displays the broken icon in the frame. My browser just freezes on the form [Safari on MAC]. I do NOT get any type of error message. Also, I do not see any indication the form has actually been submitted (no screen refresh, etc) -- though it clearly is.
This is running on an Ubuntu server. Grepping for the process returns nothing and I have to start Cold Fusion from scratch.
I've verified nothing odd is populated in the form fields. They are all either integers or text fields. Very simple.
Anyone have any ideas?
Thanks!
Dave
