Hi Matej, The error is in fact an Exception thrown by Undertow system but it is not caught or handled by Weld. There are multiple threads working on that session and one of them invalidate the session and the state it is not propagated by Undertow. The errors appeared recently after I added Weld into web application. No errors before. That's way I reported this error on Weld. Thanks, Cristian |