The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

CreateWorklog Thread corrupted! ActionContext still references a HttpSession

Pablo Arango
May 8, 2014

We are getting the following error when users try to log work, and some aren't able to complete the action:

/secure/CreateWorklog!default.jspa [filters.steps.requestcleanup.WebworkActionCleanupStep] Thread corrupted! ActionContext still references a HttpSession.

Any hint on whats causing it and how to fix it?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
JPB
Contributor
May 15, 2014

Hi Pablo.

About that error, it is caused by a custom filter you created with some issues in his code.
That message is caused because in the code there are several calls to the method doFilter of the FilterChain interface at the same time. That was what I could reproduced, the error was removed after cleaning the code and taking care with the calls to doFilter.