Re: Wicket Websocket - Exception is logged in WicketEndpoint if the user is closing the browser

2017-01-28 Thread Martin Grigorov
Hi, Please try with Tomcat 8.5.11. There were some improvements lately. What I find strange in the stacktrace is that the server is notified that the client closed the connection and still it tries to write a close frame back to it. I have two recommendations: 1) switch temporarily to English

Re: Wicket Websocket - Exception is logged in WicketEndpoint if the user is closing the browser

2017-01-28 Thread Marc
It seems that this exception only occurs in Google Chrome... -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-Websocket-Exception-is-logged-in-WicketEndpoint-if-the-user-is-closing-the-browser-tp4676886p4676889.html Sent from the Users forum mailing list archive

Wicket Websocket - Exception is logged in WicketEndpoint if the user is closing the browser

2017-01-27 Thread Marc
Hi, I've a page with a WebSocketBehavior. Everything is OK until the user is closing the browser or tab. An exception is logged in org.apache.wicket.protocol.ws.javax.WicketEndpoint. I don't know if this kind of exception should reach the onError method. Everything is working fine but the error