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



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

Answer / 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

More Weblogic Interview Questions

How many weblogic servers can I have on a multi-cpu machine?

0 Answers  


How to make a managed server ?

0 Answers  


What is clustering and what is achieved through it?

0 Answers  


What is the boot? What is the significance of it?

0 Answers  


Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic

0 Answers  


What oracle weblogic server includes?

0 Answers  


hey how can i give words instead of url in orkut?? eg:"click here" instead of a url..when i clik that word it should direct to another page..please help me....

0 Answers  


What are stubs?

0 Answers  


Which types of jdbc databases does weblogic jms support? : BEA Weblogic

0 Answers  


A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic

0 Answers  


How do I restrict access to servlets and jsps? : BEA Weblogic

0 Answers  


What is a messaging bridge?

0 Answers  


Categories