Finally I find the reason which cause the issue "nested exception is org.apache.shiro.cache.CacheException: net.sf.ehcache.CacheException: Another CacheManager with sam e name 'shiroehcache1' already exists in the same VM".
In the web.xml, the xml is invoked twice in either web Context and sping dispatch servlet context. I changed the web.xml. And cache works well now. -- View this message in context: http://shiro-user.582556.n2.nabble.com/CacheManager-convert-error-tp7579236p7579271.html Sent from the Shiro User mailing list archive at Nabble.com.
