Question
Cache initialization failed due to following reason: Error configuring from null.
Hi,
We are experiencing this cache issue, we have 4 instances and one instance, we have this issue,
We manually cleared the cache and uncheck all the cache options and restarted the service but still we got issue,
Any help would be greatly appreciated
<cfquery name="abc" datasource="#xyz#" cachedwithin="#createtimespan(0,1,0,0)#"> 9 : SELECT test_column 10 : FROM tast_table
Error :
Cache initialization failed due to following reason: Error configuring from null. Initial cause was Cannot invoke "java.net.URL.openStream()" because "url" is null
| Stack Trace |
at cffacilities2ecfm1461612999.runPage(D:/web/live/mercury/view/facilities.cfm:8)coldfusion.tagext.io.cache.CacheExceptions$CacheInitializationException: Cache initialization failed due to following reason: Error configuring from null. Initial cause was Cannot invoke "java.net.URL.openStream()" because "url" is null at coldfusion.cache.ehcache.GenericEhcache.getCacheManager(GenericEhcache.java:418) at coldfusion.cache.ehcache.GenericEhcache.createCache(GenericEhcache.java:457) at coldfusion.runtime.ApplicationScope.getDefaultQueryCache(ApplicationScope.java:551) at coldfusion.runtime.AppHelper.getDefaultCache(AppHelper.java:1339) at coldfusion.sql.Executive.getCachedQuery(Executive.java:1753) at coldfusion.tagext.sql.QueryTag.setupCachedQuery(QueryTag.java:1111) at coldfusion.tagext.sql.QueryTag.startQueryExecution(QueryTag.java:869) at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:822) at cffacilities2ecfm1461612999.runPage(D:\ABC\xyz.cfm:8) |
