• 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

Connection aborted by peer: socket write error

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey Guys,
I'm trying to run a jsp application inside jbuilder? Everything compiles ok but after this:
Starting tomcat. Check logs/tomcat.log for error messages
2004-03-29 05:51:53 - ContextManager: Adding context Ctx( )
2004-03-29 05:51:54 - Ctx( ): Removing duplicate servlet jsp jsp(org.apache.jasper.servlet.JspServlet/null)
2004-03-29 05:51:54 - Ctx( ): Removing duplicate *.jsp -> jsp(org.apache.jasper.servlet.JspServlet/null)
2004-03-29 05:51:57 - PoolTcpConnector: Starting HttpConnectionHandler on 8080
2004-03-29 05:51:57 - PoolTcpConnector: Starting Ajp12ConnectionHandler on 8081
I just get this!
2004-03-29 05:52:02 - Ctx( ): IOException in: R( + / + null) Connection aborted by peer: socket write error

Its breaking my heart!
Any clues as to why this is happening?
Cheers.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Since this is JBuiler-specific, I'm moving it along to the IDEs and other Tools Forum.
 
reply
    Bookmark Topic Watch Topic
  • New Topic