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 differences between a web logic server and a web server?

1 Answers  


What are the common domain types?

1 Answers  


how to handle out of memory in weblogic? and if server is getting more requests then what we have to do in production environment?

4 Answers   HP,


How to update license?

1 Answers  


What Are The Various Types Of Weblogic Installations ?

1 Answers  


Explain the diffrernces between 8.x and 9.x?

1 Answers  


What is console mode?

1 Answers  


how can you change the jvm arguments in weblogic server

2 Answers  


How does weblogic support corba and client communication via iiop? : BEA Weblogic

1 Answers  


Whenever we see a very slow response from server-side, then what all thing we need to look into?

1 Answers  


How do we generate a digital certificate

2 Answers  


What is the Basic Components of Weblogic Server ?

1 Answers  


Categories