<div dir="ltr">Well, I seem to have narrowed down the cause to CloudFlare.  If I pause CloudFlare then it stops happening.  The connection is incredibly stable and was happening consistently.</div><br><div class="gmail_quote"><div dir="ltr">On Wed, Apr 12, 2017 at 5:26 PM Stuart Douglas &lt;<a href="mailto:sdouglas@redhat.com">sdouglas@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I am guessing you are using the websocket client? This would be the<br>
exception you get if the connection failed. I don&#39;t think Undertow<br>
does any logging, so you must be logging this at the ERROR level.<br>
<br>
As to why it is failing it is hard to say. How good is the network<br>
between the client and the target server, and how often is a lot?<br>
<br>
Also what version were you using before 1.4.12.Final?<br>
<br>
Stuart<br>
<br>
On Thu, Apr 13, 2017 at 12:15 AM, Hicks, Matt &lt;<a href="mailto:matt@matthicks.com" target="_blank">matt@matthicks.com</a>&gt; wrote:<br>
&gt; I seem to be experiencing a lot of:<br>
&gt;<br>
&gt; [XNIO-1 task-40] ERROR i.y.E.defaultHandler.???:23 -<br>
&gt; java.nio.channels.ClosedChannelException<br>
&gt;     at io.undertow.protocols.ssl.SslConduit.write(SslConduit.java:369)<br>
&gt;     at<br>
&gt; org.xnio.conduits.ConduitStreamSinkChannel.write(ConduitStreamSinkChannel.java:150)<br>
&gt;     at<br>
&gt; org.xnio.http.HttpUpgrade$HttpUpgradeState$StringWriteListener.handleEvent(HttpUpgrade.java:385)<br>
&gt;     at<br>
&gt; org.xnio.http.HttpUpgrade$HttpUpgradeState$StringWriteListener.handleEvent(HttpUpgrade.java:372)<br>
&gt;     at<br>
&gt; org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)<br>
&gt;     at<br>
&gt; org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.writeReady(WriteReadyHandler.java:65)<br>
&gt;     at<br>
&gt; io.undertow.protocols.ssl.SslConduit$SslWriteReadyHandler.writeReady(SslConduit.java:1225)<br>
&gt;     at io.undertow.protocols.ssl.SslConduit$3.run(SslConduit.java:275)<br>
&gt;     at org.xnio.nio.WorkerThread.safeRun(WorkerThread.java:580)<br>
&gt;     at org.xnio.nio.WorkerThread.run(WorkerThread.java:464)<br>
&gt;<br>
&gt; I&#39;m not positive this is connected to my update to 1.4.12.Final, but I<br>
&gt; wanted to check to see if this is something anyone else is seeing?  It&#39;s<br>
&gt; likely it&#39;s related to my code, although I have no idea what I would have<br>
&gt; changed to cause this.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; undertow-dev mailing list<br>
&gt; <a href="mailto:undertow-dev@lists.jboss.org" target="_blank">undertow-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/undertow-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/undertow-dev</a><br>
</blockquote></div>