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 r the General SHIFTING TIMES for WEB LOGIC ADmin? mostly my frnd said night sifts ? Is it Right?
What is the boot? What is the significance of it?
How Administration Server And Managed Servers Will Interact ?
How do you differentiate between a server hang and server crash issue?
When we will take thread dump?
what are the benefits of load order in the deployment of the application?
Are there c/c++ interfaces to wls jms? : BEA Weblogic
What is a domain template?
How do I enable debugging for the messaging bridge? : BEA Weblogic
Explain the difference between dynamic and non-dynamic changes in the console?
What is the managed server?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?