CacheManager error on startup, install not going well on CF 10 shared server

Another CacheManager with same name ‘_ORM_ContentBox-Shell-3121B7183DA1962B7B06FB4F6A656B4F’ already exists in the same VM. Please provide unique names for each CacheManager in the config or do one of following: 1. Use one of the CacheManager.create() static factory methods to reuse same CacheManager with same name or create one if necessary 2. Shutdown the earlier cacheManager before creating new one with same name. The source of the existing CacheManager is: URLConfigurationSource [url=jar:file:/C:/ColdFusion10/SITES2/lib/ehcache-core-2.5.1.jar!/ehcache-failsafe.xml]\

I have no idea what this means or how to fix it. I believe it’s a known issue with CF 10 but should maybe be considered in error handling going forward for ContentBox if possible. I’m using v.1.0.6

I will post a solution if I find one.

Can’t do anything Clint. This is an issue with CF10 and secondary caches. Only workaround is to disable it.

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

I changed the application name in Application.cfc and cleared the template cache. It restarted.

Evidently after a timeout error:

# The request has exceeded the allowable time limit Tag: cfdirectory

The error occurred in D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/HandlerService.cfc: line 472
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/HandlerService.cfc: line 405
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/HandlerService.cfc: line 44
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/LoaderService.cfc: line 76
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/Coldbox.cfc: line 71
Called from D:/inetpub/psychicsamples/Application.cfc: line 78
|


<br>470 : <br>471 : <!--- List Handlers ---><br>__472 : <cfdirectory action="list" recurse="true" name="files" directory="#arguments.directory#" filter="*.cfc"/>__<br>

|

Another refresh of the site will always produce the CacheManager error.
And it seems the application name needs changed again.
I need to find out why it’s timing out but I think this is interesting to say the least.

I give up, I can’t get past a simple dump without a timeout now.

# The request has exceeded the allowable time limit Tag: cfoutput

The error occurred inD:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/HandlerService.cfc: line 470
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/HandlerService.cfc: line 405
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/HandlerService.cfc: line 44
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/web/services/LoaderService.cfc: line 76
Called from D:/inetpub/psychicsamples/frameworks/coldbox/system/Coldbox.cfc: line 71
Called from D:/inetpub/psychicsamples/Application.cfc: line 80
|


<br>468 : <cfset var cleanHandler = ""><br>469 : <cfset var fileArray = arrayNew(1)><br>**470 : <cfdump var="wtf" abort="true" />**<br>471 : <cfdump var="#arguments#" abort="true" /><br>

|

I can’t disable or change the cache settings on a shared host either.

Going with Mura CMS and FW1 instead. Didn’t have any problems there but I wanted a less blotted CMS solution. Oh well, maybe I’ll give it another try in a year or two. Good luck.

No problem. Go blame CF10 :slight_smile:

I say remove the secondary cache for cf10

signature0.jpg

Luis F. Majano
CEO
Ortus Solutions, Corp
www.ortussolutions.com

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

Social: twitter.com/lmajano facebook.com/lmajano

Or you can try to help solve the problem since this is an Open Source project… oh well, maybe you’ll benefit from other people’s hard work in a year or two…