History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FISH-120
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Tim Pettersen
Reporter: Matt Quail
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA FishEye Plugin

IllegalArgumentException when cache size is zero

Created: 29/Jan/08 10:23 PM   Updated: 12/Mar/08 01:08 AM
Component/s: None
Affects Version/s: 1.4
Fix Version/s: 1.5

Time Tracking:
Not Specified

Labels:


 Description  « Hide
2008-01-22 23:36:13,683 main FATAL [atlassian.jira.upgrade.ConsistencyLauncher] A RuntimeException occurred during ConsistencyLauncher servlet context initialisation - LRUMap max size must be greater than 0.
java.lang.IllegalArgumentException: LRUMap max size must be greater than 0
at org.apache.commons.collections.map.LRUMap.<init>(LRUMap.java:121)
at org.apache.commons.collections.map.LRUMap.<init>(LRUMap.java:104)
at org.apache.commons.collections.map.LRUMap.<init>(LRUMap.java:79)
at com.atlassian.jira.ext.fisheye.FishEyeCacheImpl.<init>(FishEyeCacheImpl.java:18)
at com.atlassian.jira.ext.fisheye.FishEyeManagerImpl.refreshLocalConfig(FishEyeManagerImpl.java:66)
at com.atlassian.jira.ext.fisheye.FishEyeManagerImpl.<init>(FishEyeManagerImpl.java:56)

 All   Comments   Work Log   Change History   FishEye   Crucible   Related Builds      Sort Order: Ascending order - Click to sort in descending order
Tim Pettersen - 12/Mar/08 01:07 AM - edited
Matt fixed this earlier by preventing zero cache sizes - I've raised a new issue regarding smarter cache sizing @ FISH-134.