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
Explain different parts available as part of jvm and describe them in few lines.
What is weblogic application server?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
How do I restrict access to servlets and jsps? : BEA Weblogic
What Is The Purpose Of Clustering ?
What is thread stack size?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
How Administration Server And Managed Servers Will Interact ?
What are the steps in which unicode codesets can be set with the weblogic jdriver?
How to change from development mode to production mode in weblogic 10.3?
What is the tree view pane in the web logic server?
How does a server know when another server is unavailable ?
What are the ways in which the dns request of failed servers handled?
What is the significance of boot?
What is meany by plugin?