0 Replies Latest reply on Jan 13, 2019 7:50 PM by tbh_8772

    Wildfly Reverse Proxy hit UT005028: Proxy request to xxxx/jquery.js failed: java.nio.channels.ClosedChannelException

    tbh_8772

      Hi All,

       

      I have setup a Wildfly 11.0.0 Final as HTTPS Reverse Proxy. However, it seems unstable and will hit

      UT005028: Proxy request to xxxx/jquery.js failed: java.nio.channels.ClosedChannelException.

      So far the impacted file are .js and .css.

      Appreciate if there are any suggestion.

       

      Error Details:

      2019-01-11 11:13:29,117 ERROR [io.undertow.proxy] (default I/O-28) UT005028: Proxy request to /AppServerTest/template/jquery.custom.js failed: java.nio.channels.ClosedChannelException

      at io.undertow.client.http.HttpClientConnection$5.handleEvent(HttpClientConnection.java:194)

      at io.undertow.client.http.HttpClientConnection$5.handleEvent(HttpClientConnection.java:173)

      at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)

      at org.xnio.StreamConnection.invokeCloseListener(StreamConnection.java:80)

      at org.xnio.Connection.close(Connection.java:142)

      at org.xnio.IoUtils.safeClose(IoUtils.java:152)

      at io.undertow.util.ConnectionUtils.doDrain(ConnectionUtils.java:130)

      at io.undertow.util.ConnectionUtils.cleanClose(ConnectionUtils.java:74)

      at io.undertow.client.http.HttpClientConnection.close(HttpClientConnection.java:467)

      at org.xnio.IoUtils.safeClose(IoUtils.java:152)

      at io.undertow.server.handlers.proxy.ProxyHandler$IoExceptionHandler.handleException(ProxyHandler.java:770)

      at org.xnio.ChannelListeners.invokeChannelExceptionHandler(ChannelListeners.java:126)

      at io.undertow.util.Transfer$TransferListener.handleEvent(Transfer.java:193)

      at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)

      at io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener.handleEvent(DetachableStreamSinkChannel.java:285)

      at io.undertow.channels.DetachableStreamSinkChannel$SetterDelegatingListener.handleEvent(DetachableStreamSinkChannel.java:272)

      at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:92)

      at org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.writeReady(WriteReadyHandler.java:65)

      at io.undertow.protocols.ssl.SslConduit$SslWriteReadyHandler.writeReady(SslConduit.java:1227)

      at org.xnio.nio.NioSocketConduit.handleReady(NioSocketConduit.java:94)

      at org.xnio.nio.WorkerThread.run(WorkerThread.java:591)