Posts

Showing posts with the label webshere

Trouble shooting in Websphere

Generally in trouble shooting mainly we concentrate on 1)Log files 2)Hung threads 3)OOM(OutOfMemory) 4)CPU starvation 5)Disk space issues 6)Web container issues Log Files Application Server ----> jvm logs -----------> SystemOut.log (Start,Stop,Application processes)                                                       -----------> SystemErr.log (server related errors)                                                               -----> ProcessLogs ------> NativeStdOut.log (Sun jdk related memory,GC,etc.,)                                               ...