• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Servlet Exception....

 
Ranch Hand
Posts: 62
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When ever i am running Servlets i get a message saying
Servlet failed with Exception
java.io.IOException : Broken Pipe
in my console window. I am running these servlets on weblogic server, using Oracle as my database. This exception is nothing to do with my servlet(s), my servlets work fine, but i am not able to figure out why it is throwing this exception. I am getting this exception for quite sometime, just want to figure out why. Could anyone please let me know if you have faced the similar problem.
Thanks,
Appreciate u'r help!
 
Ranch Hand
Posts: 163
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai Mandy Smith,
Broken Pipe exception usually occurs whenever there is a failure in communication with some socket ie Your InputStream or OutputStream fails.I think you have some problems with your JDBC connection to Oracle.May be some JDBC driver not propeerly configured
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic