• 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
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

IBM WebSphere - Core Dump

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
After migrating from WebSphere 3.5 to 4.0.5 our application is crashing when under a heavy load. I was hoping to get a core dump after the app crashed to find some clues as to what may be causing the problem. Unfortunately, WebSphere does not seem to provide a core dump.
How and when exactly does WebSphere administer a core-dump? Does the developer need to add any specific error/exception handling to receive a core-dump? Any advice/help would be greatly appreciated....
thanks,
Travis
 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
for java core dump try "kill -3 <processid>" if unix
 
Gravity is a harsh mistress. But this tiny ad is pretty easy to deal with:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic