Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6934405
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:57:21+00:00 2026-05-27T11:57:21+00:00

I get the following exception seemingly at random on several occations per day in

  • 0

I get the following exception seemingly at random on several occations per day in production environment, and it’s starting to bother me. I never get it while developing soi I have a hard time deciding the cause. Does anyone know what the cause might be? I’ve searched around on the exception without really finding anything useful.

2011-12-0808:18:51,311VARNING[javax.enterprise.resource.webcontainer.jsf.application](http-0.0.0.0-80-16)JSF1064:Unable to find or serve resource,jquery/ui/jquery-ui.js,from library,primefaces.
2011-12-0808:18:51,311VARNING[javax.enterprise.resource.webcontainer.jsf.application](http-0.0.0.0-80-16):ClientAbortException:java.net.SocketException:Connection reset by peer:socket write error
    at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:402)[:6.1.0.Final]
    at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:449)[:6.1.0.Final]
    at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)[:6.1.0.Final]
    at org.apache.catalina.connector.OutputBuffer.writeBytes(OutputBuffer.java:425)[:6.1.0.Final]
    at org.apache.catalina.connector.OutputBuffer.write(OutputBuffer.java:414)[:6.1.0.Final]
    at org.apache.catalina.connector.CoyoteOutputStream.write(CoyoteOutputStream.java:89)[:6.1.0.Final]
    at java.nio.channels.Channels$WritableByteChannelImpl.write(Channels.java:296)[:1.6.0_27]
    at com.sun.faces.application.resource.ResourceHandlerImpl.handleResourceRequest(ResourceHandlerImpl.java:277)[:2.0.3-]
    at javax.faces.application.ResourceHandlerWrapper.handleResourceRequest(ResourceHandlerWrapper.java:119)[:2.0.3-]
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:306)[:2.0.3-]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:324)[:6.1.0.Final]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)[:6.1.0.Final]
    at org.primefaces.webapp.filter.FileUploadFilter.doFilter(FileUploadFilter.java:79)[:]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)[:6.1.0.Final]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)[:6.1.0.Final]
    at org.jboss.weld.servlet.ConversationPropagationFilter.doFilter(ConversationPropagationFilter.java:67)[:6.1.0.Final]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:274)[:6.1.0.Final]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:242)[:6.1.0.Final]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)[:6.1.0.Final]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)[:6.1.0.Final]
    at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:181)[:6.1.0.Final]
    at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)[:6.1.0.Final]
    at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.event(CatalinaContext.java:285)[:1.1.0.Final]
    at org.jboss.modcluster.catalina.CatalinaContext$RequestListenerValve.invoke(CatalinaContext.java:261)[:1.1.0.Final]
    at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:88)[:6.1.0.Final]
    at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:100)[:6.1.0.Final]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:159)[:6.1.0.Final]
    at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)[:6.1.0.Final]
    at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)[:6.1.0.Final]
    at org.jboss.web.tomcat.service.request.ActiveRequestResponseCacheValve.invoke(ActiveRequestResponseCacheValve.java:53)[:6.1.0.Final]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:362)[:6.1.0.Final]
    at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:877)[:6.1.0.Final]
    at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:654)[:6.1.0.Final]
    at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:951)[:6.1.0.Final]
    at java.lang.Thread.run(Thread.java:662)[:1.6.0_27]
Caused by:java.net.SocketException:Connection reset by peer:socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)[:1.6.0_27]
    at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)[:1.6.0_27]
    at java.net.SocketOutputStream.write(SocketOutputStream.java:136)[:1.6.0_27]
    at org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOutputBuffer.java:726)[:6.1.0.Final]
    at org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:449)[:6.1.0.Final]
    at org.apache.tomcat.util.buf.ByteChunk.append(ByteChunk.java:349)[:6.1.0.Final]
    at org.apache.coyote.http11.InternalOutputBuffer$OutputStreamOutputBuffer.doWrite(InternalOutputBuffer.java:750)[:6.1.0.Final]
    at org.apache.coyote.http11.filters.ChunkedOutputFilter.doWrite(ChunkedOutputFilter.java:126)[:6.1.0.Final]
    at org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:559)[:6.1.0.Final]
    at org.apache.coyote.Response.doWrite(Response.java:567)[:6.1.0.Final]
    at org.apache.catalina.connector.OutputBuffer.realWriteBytes(OutputBuffer.java:397)[:6.1.0.Final]
    ...34more
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T11:57:21+00:00Added an answer on May 27, 2026 at 11:57 am

    It is harmless. It is caused by the client-side resetting / closing the socket that your server is trying to write a response to. Maybe the user got impatient and hit the browser stop button, closed a browser pane, killed the browser.

    There’s nothing you can do about it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We get the followIng exception message at least 3 times per week on a
I get the following exception while inserting an object with hibernate. Reading from the
while using Perf4j together with Log4j I get the following exception: log4j:ERROR Error occured
I get the following exception when trying to access any nodes of a parsed
I get the following Exception running my app: java.net.SocketException: Permission denied (maybe missing INTERNET
I seemed to get the following exception when trying to deploy my application: Caused
I get the following error: Unhandled Exception: System.IO.IOException: The parameter is incorrect. at System.IO.__Error.WinIOError(Int32
I get the following error when I run a java program: Exception in thread
For the attached code, I get the following compile time error : exception during
The following WMI query throws an exception at serverProtocolsManagement.Get() when sqlHost is an invalid

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.