java.lang.IllegalArgumentException: timeToLive can't be negative
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Terracotta Project Issue Tracker by Alex Miller, 2 years ago
via Terracotta Project Issue Tracker by Alex Miller, 1 year ago
java.lang.IllegalArgumentException: timeToLive can't be negative
at net.sf.ehcache.Element.setTimeToLive(Element.java:313)
at net.sf.ehcache.Cache.applyDefaultsToElementWithoutLifespanSet(Cache.java:903)
at net.sf.ehcache.Cache.put(Cache.java:867)
at net.sf.ehcache.Cache.put(Cache.java:807)
at net.sf.ehcache.CacheTest.testMaxLongTTLIsEternal(CacheTest.java:2689)