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

Key: XPR-177
Type: Bug Bug
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Blocker Blocker
Assignee: Jacques Morel
Reporter: Antonin Kral
Votes: 0
Watchers: 0
Operations

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

Interation close causes exception

Created: 15/Nov/05 02:16 AM   Updated: 30/Nov/05 02:26 AM
Component/s: Jsps
Affects Version/s: 0.7
Fix Version/s: 0.7

Time Tracking:
Not Specified

File Attachments: 1. File catalina.out (56 kb)
2. Text File close_iteration_exeption.txt (6 kb)
3. Text File localhost_log.2005-11-24.txt (13 kb)

Image Attachments:

1. close_iteration_exeption-all_tasks.png
(35 kb)

JDK version and platform: j2sdk1.4.2_09 on Linux
Application server: jakarta-tomcat-5.0.30


 Description  « Hide
I will get exception when trying to close interation:

org.apache.jasper.JasperException
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1069)
org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:274)
org.apache.struts.action.RequestProcessor.processForwardConfig(RequestProcessor.java:455)
org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:320)
org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:279)
org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
com.technoetic.xplanner.filters.RequestCharacterEncodingFilter.doFilter(RequestCharacterEncodingFilter.java:37)
com.technoetic.xplanner.security.filter.AbstractSecurityFilter.doFilter(AbstractSecurityFilter.java:51)
com.technoetic.xplanner.filters.ServletRequestFilter.doFilter(ServletRequestFilter.java:24)
com.technoetic.xplanner.db.hibernate.HibernateSessionFilter.doFilter(HibernateSessionFilter.java:62)



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jacques Morel - 15/Nov/05 08:16 AM
Was this a brand new install or an upgrade?
Could you describe what type of story/task you had in this iteration? A screen shot of the All Tasks view maybe?
At what point did you get the exception? Before or after your choose the destination iteration?
Was the target iteration started or closed?

Antonin Kral - 16/Nov/05 12:01 AM
This is upgraded version from 0.7b1 (which was freshly installed) to b2.

I get this exception, when I try to click to 'Close' link at the bottom of e.g. this page (on screenshot).

Antonin Kral - 16/Nov/05 12:01 AM
all-tasks screenshot

Jacques Morel - 23/Nov/05 08:33 AM
Could you attach your tomcat log. To keep it small, shutdown tomcat, clean up the logs directory, restart tomcat and produce the exception, copy the log (catalina.out should have everything but if other logs have different info please attach them as well).
Could you also set your database info in the issue?
Thanks

Antonin Kral - 24/Nov/05 02:36 AM
Sure, I have cleared logs, then start tomcat, tried to close iteration, then shutdown the tomcat. And here they are.

Jacques Morel - 26/Nov/05 11:51 PM
Antonin, I am pulling my hair on this one. The editIterationStatus.jsp should only be called when you are automatically starting an iteration on entering time. When you close an iteration from the main iteration action links, you should go to the continueUnfinishedStories.jsp!
Could you make sure that you don't have some old content by deleting your work directory content (TOMCAT_DIR/work/*)? I had some instances where I went in circle for some stupid caching issues.

Jacques

Antonin Kral - 27/Nov/05 04:29 AM
Oh man, this is it. Sorry for that, next time I will be more clever :) Thanks for help and nice software.

Jacques Morel - 27/Nov/05 11:23 PM
Wrong resolution code

Jacques Morel - 27/Nov/05 11:25 PM
Nothing to fix. Problem was due to a stale tomcat work cache that disappear once it was cleaned.