• 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

Output Stream already obtained Exception in Websphere

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
We have the following problem in our WebSphere Server:

When out users submit an order, they get sometimes an exeption page. The WAS Logs show the exception below.

Has anyone any idea what the problem could be?

Some infos:
The application is a java struts app with iText, spring and hibernate (middleware, separated). The WAS version 6.1.0.5 is running on a Solaris machine and before is a F5 Loadbalancer with HTTPS
We had no deployment, it seems that this had just started sometime ago.

If you need more info please just ask.

Thanks for any help in advance.

greets, Manuel

 
author & internet detective
Posts: 41860
908
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That error means an exception was thrown in your view layer (JSP, Tiles, iText). The way to find the actual exception is through debugging. Can you reproduce this in a non-production environment?
 
Manuel DeAngelo
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Sorry for not answering sooner.

We tried to reproduce this error (local with a stress test and in a Test Environment) but we were not able to reproduce the error.

greets, Manuel
 
That feels good. Thanks. Here's a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic