Advertisement
Guest User

Untitled

a guest
Nov 20th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. 2019-11-20 10:00:31,410 WARN [com.ats.vis.rest.config.ResponseStatusProvider] (default task-2) [all] [IP:127.0.0.1] [__MAIN_WS] Developer! Check it! : java.io.IOException: Обрыв канала
  2. at sun.nio.ch.FileDispatcherImpl.writev0(Native Method)
  3. at sun.nio.ch.SocketDispatcher.writev(SocketDispatcher.java:51)
  4. at sun.nio.ch.IOUtil.write(IOUtil.java:148)
  5. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:504)
  6. at org.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:162)
  7. at io.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:646)
  8. at org.xnio.conduits.AbstractStreamSinkConduit.write(AbstractStreamSinkConduit.java:55)
  9. at org.xnio.conduits.ConduitStreamSinkChannel.write(ConduitStreamSinkChannel.java:158)
  10. at io.undertow.channels.DetachableStreamSinkChannel.write(DetachableStreamSinkChannel.java:179)
  11. at io.undertow.server.HttpServerExchange$WriteDispatchChannel.write(HttpServerExchange.java:2064)
  12. at org.xnio.channels.Channels.writeBlocking(Channels.java:152)
  13. at io.undertow.servlet.spec.ServletOutputStreamImpl.writeTooLargeForBuffer(ServletOutputStreamImpl.java:218)
  14. at io.undertow.servlet.spec.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:145)
  15. at io.undertow.servlet.spec.ServletOutputStreamImpl.write(ServletOutputStreamImpl.java:128)
  16. at net.bull.javamelody.internal.web.FilterServletOutputStream.write(FilterServletOutputStream.java:82)
  17. at net.bull.javamelody.internal.web.CounterResponseStream.write(CounterResponseStream.java:74)
  18. at org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper$DeferredOutputStream.write(HttpServletResponseWrapper.java:39)
  19. at org.jboss.resteasy.util.CommitHeaderOutputStream.write(CommitHeaderOutputStream.java:64)
  20. at com.ats.vis.rest.config.ResponseStatusProvider.aroundWriteTo(ResponseStatusProvider.java:267)
  21. at com.ats.vis.rest.config.ResponseStatusProvider$Proxy$_$$_WeldSubclass.aroundWriteTo(Unknown Source)
  22. at com.ats.vis.rest.config.ResponseStatusProvider$Proxy$_$$_WeldClientProxy.aroundWriteTo(Unknown Source)
  23. at org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.proceed(AbstractWriterInterceptorContext.java:129)
  24. at org.jboss.resteasy.security.doseta.DigitalSigningInterceptor.aroundWriteTo(DigitalSigningInterceptor.java:146)
  25. at org.jboss.resteasy.core.interception.AbstractWriterInterceptorContext.proceed(AbstractWriterInterceptorContext.java:129)
  26. at org.jboss.resteasy.core.ServerResponseWriter.lambda$writeNo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement