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 |
How do I manage a queue to view and delete specific messages? : BEA Weblogic
What are the prerequisites of starting a server?
What is meant by session replication?
Can struck threads be killed manually?
how to monitor the servers
how can you increase heap size from command line
2 Answers IBM, TCS, Wells Fargo, Wipro,
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
What can happen when stub can’t to connect to web-logic server instances?
What is the local interface used by web logic server?
Can you explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
What is meant by cluster??
How do I protect weblogic server from security attacks from bogus clients using the wl-proxy-client-cert header? : BEA Weblogic