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 can be the reasons of server hang?
How should you type cast a remote object?
Weblogic admin don't know the admin credentials of weblogic 8.1 UI..how can he get the credentials?
What is a license file ?
what is proxy? how it is used in real time?
What are jvm tuning parameters?
What does isidentical() method return in case of different type of beans?
Is an xslt processor bundled in weblogic server?
How Work Manager works in wls 9.2 and above versions?
What is the use of persistent store in weblogic?
Explain Abt ur wls environment in ur company ?How to answer this question?
How do I put a message back on the queue for processing? : BEA Weblogic