次の警告が表示されますが、どうすればよいかわかりません。禁止 IP が更新されるたびに、Tomcat の catalina.out ログ ファイルにこの警告を書き込むエントリが約 80000 あります。
WARNING: Cache package.BannedIP Key package.BannedIP#73121 Lockable : null
A soft-locked cache entry was expired by the underlying Ehcache. If this happens regularly you should consider increasing the cache timeouts and/or capacity limits
Dec 16, 2010 10:00:53 PM net.sf.ehcache.hibernate.strategy.AbstractReadWriteEhcacheAccessStrategy handleLockExpiry
ehcache.xml ファイルの BannedIP の構成:
<cache name="package.BannedIP"
maxElementsInMemory="80000"
eternal="true"
overflowToDisk="true"
diskPersistent="true" />
どんな助けでも大歓迎です。