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 |
What causes the condition OUT OF MEMORY?
What are the ways in which the dns request of failed servers handled?
suppose you changed a admin password.in which other file you have to update after this
What is meant by prallel gc and explain it?
What can happen when stub can’t to connect to web-logic server instances?
When configuring a source or target messaging bridge destination, do I need to set the adapter classpath field? : BEA Weblogic
Explain where are the files placed while deploying the resource adapter in web logic server?
What is the difference between jboss and weblogic?
How do I turn the auto-deployment feature off?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
What is actually weblogic cache?
What elements make up the administration console?