Issue Details (XML | Word | Printable)

Key: JRA-3229
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Keith Brophy
Reporter: Mike Curwen
Votes: 0
Watchers: 0
Operations

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

issue navigator throws stacktrace

Created: 23/Feb/04 06:43 PM   Updated: 30/Jul/06 07:36 PM
Component/s: None
Affects Version/s: 2.6 Pro
Fix Version/s: 3.0 Pro Preview

Time Tracking:
Not Specified

Environment: jira.atlassian.com
Issue Links:
Reference
 

Participants: Keith Brophy and Mike Curwen
Since last comment: 4 years, 33 weeks ago
Resolution Date: 25/Feb/04 12:12 AM
Labels:


 Description  « Hide
Doesn't happen all the time, but here's a sure-fire (so far) use case:

http://jira.atlassian.com

click 'Reported Issues'
click 'Edit' (not the jsessionid ??)
select 'JIRA' from the drop-down
select 'Any' in all dropdowns with that choice.
select 'View'

Now re-sort the rows by clicking any column header.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mike Curwen added a comment - 23/Feb/04 06:49 PM
sometimes step 2 isn't required. For a while there, it would show me the navigator with the editor hidden, and I'd have to click 'Edit'. Now it's always showing me the left-hand pane, and i've logged out and back in again.

As for the select 'Any'.. that should read "in any list that has an 'Any XXX' selection, while keeping the reporter as 'Current User'"


Mike Curwen added a comment - 23/Feb/04 06:54 PM
YARGH!!!! I wish I could edit comments.

As for 'not the jsessionid'...

that should have read "NOTE the jsessionid" and it should be on the step where you select the JIRA project. there is nothing after the jsessionid in the URL after selecting it. Is that correct?

Also, from looking at the home page, the only link that seems to have an extraneous jsessionid encoded into it is the 'Reported Issues' link?


Keith Brophy added a comment - 24/Feb/04 10:14 PM
Can you send us the stack trace?

Did you see something about a BoundedFifoBuffer? If so, this is fixed in 2.6.

Else - please attach a screenshot or the stack trace.


Mike Curwen added a comment - 24/Feb/04 11:30 PM
It's the BoundedFifoBuffer thing you mentioned.

org.apache.commons.collections.BufferOverflowException: The buffer cannot hold more than 1 objects.
at org.apache.commons.collections.BoundedFifoBuffer.add(Unknown Source)
at com.atlassian.jira.issue.search.SearchRequest.addSearchSort(SearchRequest.java:438)
at com.atlassian.jira.issue.search.SearchRequestManager.createSearchSorts(SearchRequestManager.java:436)
at com.atlassian.jira.web.action.issue.IssueNavigator.doExecute(IssueNavigator.java:262)
at webwork.action.ActionSupport.execute(ActionSupport.java:151)
at com.atlassian.jira.action.JiraActionSupport.execute(JiraActionSupport.java:49)
at webwork.dispatcher.GenericDispatcher.executeAction(GenericDispatcher.java:131)
at com.atlassian.jira.web.dispatcher.JiraServletDispatcher.service(JiraServletDispatcher.java:185)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
at com.evermind._hb.doFilter(.:59)
at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:129)
at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:61)
at com.atlassian.jira.web.filters.SitemeshExcludePathFilter.doFilter(SitemeshExcludePathFilter.java:36)
at com.evermind._ha.doFilter(.:16)
at com.atlassian.seraph.filter.SecurityFilter.doFilter(SecurityFilter.java:161)
at com.evermind._ha.doFilter(.:20)
at com.atlassian.seraph.filter.LoginFilter.doFilter(LoginFilter.java:181)
at com.evermind._ha.doFilter(.:20)
at com.atlassian.util.profiling.filters.ProfilingFilter.doFilter(ProfilingFilter.java:132)
at com.evermind._ha.doFilter(.:20)
at com.atlassian.jira.web.filters.ActionCleanupDelayFilter.doFilter(ActionCleanupDelayFilter.java:37)
at com.evermind._ha.doFilter(.:20)
at com.atlassian.johnson.filters.JohnsonFilter.doFilter(JohnsonFilter.java:96)
at com.evermind._ha.doFilter(.:20)
at com.atlassian.jira.web.filters.gzip.GzipFilter.doFilter(GzipFilter.java:60)
at com.evermind._ha.doFilter(.:20)
at com.atlassian.core.filters.AbstractEncodingFilter.doFilter(AbstractEncodingFilter.java:38)
at com.evermind._cub._pod(.:383)
at com.evermind._cub._bmc(.:177)
at com.evermind._ax._ltc(.:666)
at com.evermind._ax._uab(.:191)
at com.evermind._bf.run(.:62)


Keith Brophy added a comment - 25/Feb/04 12:12 AM
This has been addressed in version 2.6 (see also JRA-2654).