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

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 you set the classpath ?

0 Answers  


What is Connection Pool ?

6 Answers   HCL,


What is the difference between multicast and unicast?

0 Answers  


What is the no_acknowledge acknowledge mode used for? : BEA Weblogic

0 Answers  






What is advantage if silent mode installation...urgent..need answer to this question

3 Answers   IBM,


What is the default jvm used for weblogic?

0 Answers  


Can I still use the default connection factories supported in weblogic release 5.1? : BEA Weblogic

0 Answers  


How to find out the listening ports?

0 Answers  


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

0 Answers  


How do stubs work in a weblogic server cluster? : BEA Weblogic

0 Answers  


What is Domain? how many domains are possible in a single instance?

3 Answers   Wipro,


Categories