OpusCapita / weceem-app

Weceem CMS Standalone Application
http://weceem.org
53 stars 29 forks source link

failed to load cacheManager #3

Open davecramer opened 8 years ago

davecramer commented 8 years ago

I'm using grails 2.5.3 and weceem 1.4, getting the following error Update happens in 2.4.5 as well

Failed to instantiate [net.sf.ehcache.CacheManager]: Constructor threw exception; nested exception is net.sf.ehcache.CacheException: Another unnamed CacheManager 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
julyantonicheva commented 8 years ago

There is a ticket for Weceem, http://jira.jcatalog.com/browse/WCM-910 about unique name for Weceem cache manager. The ticket should be resolved soon and new version released. Thanks!

davecramer commented 8 years ago

Hi July,

Thanks for the response! Curious though how can you release something that doesn't work ?

Dave Cramer

On 2 March 2016 at 07:51, July Antonicheva notifications@github.com wrote:

There is a ticket for Weceem, http://jira.jcatalog.com/browse/WCM-910 about unique name for Weceem cache manager. The ticket should be resolved soon and new version released. Thanks!

— Reply to this email directly or view it on GitHub https://github.com/jCatalog/weceem-app/issues/3#issuecomment-191116329.

julyantonicheva commented 8 years ago

The new version will be released after finishing all fixes that are planned to do before release, the ticket WCM-910 is one of those fixes. The released weceem version was working with Grails-2.4.x, the problem with cache has been appeared with Grails-2.5.x and higher, so it should be solved for next release.

davecramer commented 8 years ago

Hi July,

I tried with 2.4.x and had the same issue.

Look forward to your next release

Dave Cramer

On 5 March 2016 at 00:37, July Antonicheva notifications@github.com wrote:

The new version will be released after finishing all fixes that are planned to do before release, the ticket WCM-910 is one of those fixes. The released weceem version was working with Grails-2.4.x, the problem with cache has been appeared with Grails-2.5.x and higher, so it should be solved for next release.

— Reply to this email directly or view it on GitHub https://github.com/jCatalog/weceem-app/issues/3#issuecomment-192583735.