You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
Im trying to use memcached with grails 2.4.3. I have L2 cache and query cache enabled,
When i run my app i get an error
Caused by: org.hibernate.cache.NoCacheRegionFactoryAvailableException??: Second-level cache is used in the application, but property hibernate.cache.region.factory_class is not given; please either disable second level cache or set correct region factory using the hibernate.cache.region.factory_class setting and make sure the second level cache provider (hibernate-infinispan, e.g.) is available on the classpath.
I clearly states that i need to set up the hibernate.cache.region.factory_class parameter. But i've seen nothing about this in the documentation and i also don't know which class is available to play this role.
Could you give me some hint to solve this?
BTW im using com.googlecode:hibernate-memcached:1.4-SNAPSHOT and hibernate4:4.3.5.5
Thanks.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Im trying to use memcached with grails 2.4.3. I have L2 cache and query cache enabled,
When i run my app i get an error
Caused by: org.hibernate.cache.NoCacheRegionFactoryAvailableException??: Second-level cache is used in the application, but property hibernate.cache.region.factory_class is not given; please either disable second level cache or set correct region factory using the hibernate.cache.region.factory_class setting and make sure the second level cache provider (hibernate-infinispan, e.g.) is available on the classpath.
I clearly states that i need to set up the hibernate.cache.region.factory_class parameter. But i've seen nothing about this in the documentation and i also don't know which class is available to play this role.
Could you give me some hint to solve this?
BTW im using com.googlecode:hibernate-memcached:1.4-SNAPSHOT and hibernate4:4.3.5.5
Thanks.
The text was updated successfully, but these errors were encountered: