tracker issue : CF-3851512

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

Page error during first retrieval of page that has caching enabled: Cache appnameTEMPLATE already exists null

| View in Tracker

Status/Resolution/Reason: Closed/Withdrawn/CannotReproduce

Reporter/Name(from Bugbase): Claire Harmony / Claire Harmony (Claire Harmony)

Created: 11/13/2014

Components: Caching

Versions: 11.0

Failure Type:

Found In Build/Fixed In Build: CF11_Final /

Priority/Frequency: Major / Some users will encounter

Locale/System: English / Windows 8 64-bit

Vote Count: 0

Problem Description:When retrieving a page that has CFCACHE enabled for it, during the first retrieval getting this error.

Steps to Reproduce:  Cache a page with this command:  <CFCACHE action="optimal" stripWhiteSpace="true" timespan="#CreateTimeSpan(0,0,10,0)#" useCache=true>

script
</CFCACHE>

Actual Result:  Intermittently getting this error:  Cache appnameTEMPLATE already exists null 

Template in Error:
/default.cfm? 
Error message: Cache MusicCultTEMPLATE already exists
Root cause: net.sf.ehcache.ObjectExistsException: Cache MusicCultTEMPLATE already exists
Tag context: 
array 
1	struct
COLUMN	0 
ID	CFCACHE 
LINE	3 
RAW_TRACE	at cfdefault2ecfm1502743695.runPage(D:\cust\advances\mcc\web\default.cfm:3) 
TEMPLATE	D:\some path\default.cfm 
TYPE	CFML 


Exception type: coldfusion.runtime.CfErrorWrapper


Expected Result:  The page should come up instead of erroring out

Any Workarounds:  None

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

Watson Bug ID:	3851512

External Customer Info:
External Company:  
External Customer Name: Quinnster
External Customer Email:  
External Test Config: My Hardware and Environment details:

Windows Server 2008 R2, ColdFusion 11

Attachments:

Comments:

Not able to repro the issue with given details. Please provide more information such as - if there was any application.cfm related setting specific to cache or any other CF admin setting. Thanks.
Comment by Akhila K.
10107 | November 14, 2014 12:36:04 AM GMT
Please provide us required information, its been a while now. It would be good to know if this issue that you are facing is resolved at your end.
Comment by Akhila K.
10108 | December 03, 2014 12:23:03 AM GMT
We are closing this bug. Incase if user is still facing the issue and wants it to be fixed, please let us know. We will look into it.Thanks.
Comment by Akhila K.
10109 | December 08, 2014 03:54:08 AM GMT
I am able to reproduce this bug. If you put your CFCACHE tag in a template that is included in another template using CFINCLUDE and then also include that same template in another template, you will get the error on occasion. I think it matters that the CFCACHE has the same name. My guess is the issue here is with the same included file that contains CFCACHE being included in two different templates.
Comment by External U.
10110 | May 06, 2016 10:47:53 PM GMT