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
Can you briefly describe local interfaces?
When we can update the application? Is server up time or downtime?
What is the default jvm used for weblogic?
How to debug my ant script?
What should an xpath selector look like? : BEA Weblogic
Can you explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
Can you use a foreign jms provider to drive an mdb transactionally? : BEA Weblogic
Do you know what are the steps involved in setting up classpath in web logic server?
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
Why the node manager is required?
What is unicast in weblogic?
Which memory space does thread stack get allocated from?
What causes an ociw32.dll error? : BEA Weblogic
What is core server tuning?