• 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

WAS suddenly shut down in Production Env.

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Anyone of you can please throw some light on me for what reasons WAS5.1
gets shutdown suddenly.
This is a production server with IRES configuration(Linux).
No websphere processes were hung nor there was any other critical exception like OutofMemory Exception other than some usual appln exceptions.
Not sure how i can track this down atleast next time if i face it.
I used kill -3 jvmPid to generate the javacoredump with the id I got from process.pid file though this process id was already stopped.

Appreciate any help..

Thanks
Rajesh
 
Ranch Hand
Posts: 127
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Rajesh,
How big is your Exception log file ? I received similar error with WAS 4 when the log file grew file grew too much. If the log file file is too big purge it.

Regards,
Milind
 
reply
    Bookmark Topic Watch Topic
  • New Topic