• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

socket reset by peer

 
Ranch Hand
Posts: 189
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The following messages turned up in my web server log:
java.net.SocketException: Connection reset by peer: socket write error
at desisoft.jsp.JspWriter.print(JspWriter.java:129)
at desisoft_jsp_ejbCatsTest_jsp1016052879100._jspService(desisoft_jsp_ej
bCatsTest_jsp1016052879100.java:682)
at desisoft.server.JspBaseClass.service(JspBaseClass.java:48)
Error occurred in JSP element starting at line number 451

The situation is really quite complex. The JSP response for the page is working fine. However, in the JSP page there is a Swing Applet. This applet establishes a URLconnection for the same URL and this is the URLconnection that is failing due to the connection reset.
Any suggestions as how to fix this?
 
Ranch Hand
Posts: 305
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Even I am facing same problem but could not able to find any answer for same. Hope some one will reply for it for the benefits for all of us...
regards,
Arun
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic