• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

WLS 10.3: Location of error unknown: java.net.SocketException: Broken pipe

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've deployed an struts application in WLS 10.3. In the application there is an left menu jsp which has a xml & xsml source. Now whenever I'm running the application I'm getting this exception:


The line repeats itself n-number of time without any conceivable pattern, sometimes for a page it can be 8, but the next time it can be 2 or 0.

Now, I've pinpointed from which line the error is coming, its coming from menu.jsp:



I've put sysout before & after that to confirm that this line is the cause.

Since, there is no stacktrace & also because of the haphazard nature of the error, I couldn't yet solve the problem. When I run the same application in my local machine, it ran perfect.

Another info: In the integration there are multiple domains running parallel. Can there be any server setting/memory issue which causing this?

Thanks
 
An elephant? An actual elephant. Into the apartment. How is the floor still here. Hold this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic