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 are the enhancements in ejb 2.0 with respect to cmp?

0 Answers  


Must ejbs be homogeneously deployed across a cluster? Why?

0 Answers  


In how many ways we can implementg session replication?

0 Answers  


What is multicast Address?

4 Answers   Oracle, Satyam,


What is the managed server?

0 Answers  






what is directory structure of any ear/war file in weblogic

1 Answers   Wipro,


Explain what is the procedure to configure jms security?

0 Answers  


What are the different modules of wlst? Explain?

0 Answers  


where can we set classpath, which will reflect to whole domain

5 Answers   HP,


What does isidentical() method return in case of different type of beans?

0 Answers  


What are the functions of t3 in the web logic server?

0 Answers  


Define the list of pre-configured queues?

0 Answers  


Categories