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 the different groups under web logic security?
What is weblogic application server?
What is a machine?
Explain the domain creation types?
Explain deployment descriptors?
What is mulicast and unicast in weblogic?
What is error ora-6502? : BEA Weblogic
How can default JVM be changed to other?
How should I use sorted queues? : BEA Weblogic
What does isidentical() method return in case of different type of beans?
Why does jmssession.createtopic or jmssession.createqueue fail to create a destination in wls jms 6.1 (it worked in 5.1)? : BEA Weblogic
What can happen when stub can’t to connect to web-logic server instances?
What are the modes of operation for Weblogic server domains ?
Must ejbs be homogeneously deployed across a cluster? Why? : BEA Weblogic
What is the local interface used by web logic server?