• 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

JSP servlet Exception

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
We are doing a project for General Motors. The web application using the following components.
1. Struts and JSP
2. Weblogic 7.0
3. Oblix
4. See beyond
5. Cognos.
6. Web server

When surfing the application, JSP servlet exception was displayed in the screen and the same found in the logs.

####<Jun 12, 2006 3:17:05 PM BST> <Error> <HTTP> <gbdxproc1> <vauxhallserver1> <ExecuteThread: '45' for queue: 'default'> <kernel identity> <> <101017> <[ServletContext(id=2189483,name=vauxhall,context-path=/vauxhall)] Root cause of ServletException>
javax.servlet.jsp.JspException: [ServletException in:/jsp/pricingmatrix/PMApprove.jsp] Input/output error: java.io.IOException: Broken pipe'
at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.processException(InsertTag.java:956)
at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:905)
at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:473)


Can anybody help me to find out the problem would be highly appreciated.

Thanks,
Pk
 
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
'Broken pipe' usually means that the database connection has been interrupted. Whether that's the case here or not is not possible to ascertain without the original stack trace for the exception.
 
Periakaruppan Thiagarajan
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Bear,
For each request, the request first goes to web server then web logic and lastly database. I am damn sure that the database connection has not been the case. This was the trace i could able to find out server logs.

Thanks,
Pk
 
Bear Bibeault
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
Without a more detailed stack trace from the root exception, it's going to be hard to track down.

Since it looks like Struts is handling the exception, I'm going to move this to the Struts forum so that someone that uses it may be able to determine how to get more information.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic