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

Define the functions of t3 in the web logic server?

0 Answers  


What are the admin default ports?

0 Answers  


What should an xpath selector look like? : BEA Weblogic

0 Answers  


what r middleware services of weblogic application server

7 Answers   IBM,


How can the issue associated with high CPU usage be solved?

0 Answers  






Explain the performance tuning in jdbc?

0 Answers  


Do you know what type of object is returned by resultset.getobject()?

0 Answers  


What is administration server?

0 Answers  


What are class paths? How can they be set?

0 Answers  


What is the weblogic server?

0 Answers  


what is the differencees between work manager and executequeue?

2 Answers   iFlex,


How to find the heap memory of managedServer?

4 Answers   Delta,


Categories