Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

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

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.

Suggest an answer

Log in or Sign up to answer