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

What is the significance of boot?

0 Answers  


Differences between an application server and a web-server? What is the conman architecture which is used forhigh availability and load balancing describe in few lines.

0 Answers  


Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic

0 Answers  


Do you know what is the local interface used by web logic server?

0 Answers  


What is Connection Pool ?

2 Answers  


Which of the algorithms is used by the weblogic server as the default load balancing strategy for clustered object stubs when no algorithm is specified ? : BEA Weblogic

0 Answers  


what is domian and how can it work ?

6 Answers   HCL,


How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic

0 Answers  


Define memory leak ?

0 Answers  


What is meany by plugin?

0 Answers  


Can struck threads be killed manually?

0 Answers  


What is multicast Address?

4 Answers   Oracle, Satyam,


Categories