how can we handle if server is hang? and how to handle out of
memory in weblogic?
Answer Posted / 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 View All Answers
What is web.xml ?
Explain what is the procedure to configure jms security?
What are weblogic clusters?
Must ejbs be homogeneously deployed across a cluster? Why?
What is meant by cluster??
Tell me how does a server find out server unavailability?
What is node manager?
What are tuning jvm parameters?
What are stating modes are available in Weblogic Server ?
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
How should you type cast a remote object?
What are the different versions of nm?
Difference between production and development mode?
How many deployment descriptor files does a cmp entity bean deployed on the weblogic server have? : BEA Weblogic
What is SSL in weblogic ?