--I have multiple Spring(4.3.6) hibernate(5.2.7) applications.
Each application has session factory configured with
SingletonEhCacheRegionFactoryclass to enable second level query cache.All applications are deployed inside single tomcat server.
Tomcat has shared folder which contains
ehcache.xmlincludes default cache, timestamp and standard query cache.
I expecting that only 3 cache regions will be created inside jvm and shared by all session factories.
So correct if I am wrong.
And for one application query caching working fine but for second application I getting The
org.hibernate.cache.internal.StandardQueryCacheCache is not alive(STATUS_SHUTDOWN)error on linequery.setCacheable(true. This exception occurs when one of application is reloaded.
I am attaching logs of ehcache run.
Thanks,
Shekhar
You received this message because you are subscribed to the Google Groups "ehcache-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ehcache-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ehcache-dev/07061406-1a27-4b24-96a0-7c45d76e8929%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.