Error 500: Filter [ThreadLocalCleanupFilter]: filter isunavailable.
Hey hi,
After deploying an application in websphere, when i try to open with the link, I am receiving the following error
Error 500: Filter [ThreadLocalCleanupFilter]: filter is unavailable.
Can someone please help me out.
Re: Error 500: Filter [ThreadLocalCleanupFilter]: filter isunavailable.
Btw I have installed Websphere 6.1 and patch 6.1.17.
Re: Error 500: Filter [ThreadLocalCleanupFilter]: filter is unavailable.
[email]nithisha@niharinfo.com[/email] wrote:[color=blue]
> Hey hi,
>
> After deploying an application in websphere, when i try to open with the link, I am receiving the following error
>
> Error 500: Filter [ThreadLocalCleanupFilter]: filter is unavailable.
>
> Can someone please help me out.[/color]
Sounds like your web.xml declares a ThreadLocalCleanupFilter, but this
filter isn't actually in the application.
Ken