how can we handle if server is hang? and how to handle out of
memory in weblogic?

Answer Posted / supreet yadav

When a Server is hanging, we can ping the server using java

weblogic.Admin t3://server:port PING. If the server can

respond to the ping, it may be that the application is

hanging and not the server itself.


We can use -verbosegc flag to check whether the server is
doing the proper garbage collection or not.

Also we can analyze the thread dumps to check out which
thread are actually stucking.

Is This Answer Correct ?    24 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I configure jdbc so that the jms jdbc store recovers automatically? : BEA Weblogic

501


Define the toolbar elements.

544


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic

481


What is SSL in weblogic ?

557


What is the default thread stack size in windows?

555






What is http tunneling? How can we configure it on weblogic?

585


What are the classes placed in the weblogic classpath?

548


What is the difference in the web.xml and weblogic.xml ?

621


Why is my jms work not part of a user transaction (i.e., Called within a transaction but not rolled back appropriately)? How do I track down transaction problems? : BEA Weblogic

499


What is the format of the log message out to standard out?

574


Explain the diffrernces between 8.x and 9.x?

546


How can an application do a jms operation and have it succeed, independent of the result of the transaction? : BEA Weblogic

571


What is meany by plugin?

572


What is the sla in prd,qa,dev.?

667


What is meant by prallel gc and explain it?

547