tracker issue : CF-3600908

select a category, or use search below
(searches all categories and all time range)
Title:

Error after update 11

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): Chris Giminez / Chris Giminez (Chris Giminez)

Created: 07/24/2013

Components: General Server

Versions: 10.0

Failure Type: Non Functioning

Found In Build/Fixed In Build: Final / 286298

Priority/Frequency: Critical / All users will encounter

Locale/System: English / Win 2008 Server R2 64 bit

Vote Count: 0

Problem Description: A page produced this error only after applying update 11. The page calls many functions, and the error is not specific to any part of the code. It also did not create an entry in the log file, so I don't know how many sites it affected. This one was particularly busy with processing transactions (this was the point of failure). One of the functions makes a call to authorize.net, so maybe that's related? The fix was to roll back update 11. I can't install update 11 until this is resolved or a fix is understood. 

Steps to Reproduce: Can't reproduce unless I install the site on a server with update 11. 

Actual Result: 

Expected Result:

Any Workarounds:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3600908

External Customer Info:
External Company:  
External Customer Name: cgiminez
External Customer Email:  
External Test Config: My Hardware and Environment details: VPN with Hostek

Attachments:

  1. July 25, 2013 00:00:00: 1_cf11updateerror.pdf

Comments:

The error received is in the attached pdf.
Comment by External U.
14815 | July 24, 2013 03:33:54 PM GMT
This error will be caused by a form which has multiple "_cf_nocache" field. Please check the post request which causes this. This has nothing to do with update 11.
Comment by Rupesh K.
14816 | July 26, 2013 01:44:26 AM GMT
That's not an attribute I am familiar with and do not use. Is it something that CF is outputting? If this has nothing to do with update 11, then why does it work on prior versions, but breaks ONLY when update 11 has been installed?
Comment by External U.
14817 | July 26, 2013 11:23:19 AM GMT
By chance do you use an AD service account to run CF? We had two servers give us a similar error that actually prevented update 11 from successfully installing (partial install). We switched to the default system account and installed without issue. It is some sort of permissions issue.
Comment by External U.
14818 | July 26, 2013 05:57:03 PM GMT
In CF10 Update 11 The below test case was causing the exception mentioned <form action="http://URL/some_filename.cfm" method="POST"> <input type="submit" value="TEST_NOCACHE"/> <input type="text" name="_cf_nocache" value="true" /> <input type="text" name="_cf_nocache" value="true" /> </form> Click on SUBMIT you get the exception !! This is now fixed in CF 10 Update 12 Note : _cf_nocache is an internal attribute , Here I am using the same field name just to repro the Issue (Comment added from ex-user id:yrr)
Comment by Adobe D.
14819 | September 30, 2013 07:51:34 AM GMT
The error was resolved. The cause was an old Ben Forta custom tag to add hidden form fields from the form submitted. When the form is delivered inside a cfdiv, the _cf_nocache field is now inserted. The error was corrected by adding conditional code to the custom tag that excluded passing hidden fields that contain _cf_ in their name.
Comment by External U.
14820 | October 14, 2013 04:18:29 PM GMT