how can we handle if server is hang? and how to handle out of
memory in weblogic?



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

Post New Answer

More Weblogic Interview Questions

How many weblogic severs can be installed in a multi cpu machince and how can you figure out how many servers?

1 Answers   IBM,


What is thread stack size? What is the default thread stack size in windows?

0 Answers  


How to access the admin console?

0 Answers  


Name the various message severity levels in web logic?

0 Answers  


what r critical issues in weblogic

2 Answers   Accenture, IBM, Tech Mahindra,






Explain the tier architecture of a web logic server?

0 Answers  


Explain Abt ur wls environment in ur company ?How to answer this question?

4 Answers   HCL,


Write a program to call the store procedure of oracle that takes no parameter?

0 Answers  


How do I provide user credentials for starting the weblogic server?

0 Answers  


By default thread dump goes to System.out log.How can we send it to a particular file so that when we take the thread dump, instead of searching in System.out we can analyse a particular file

2 Answers  


What is the format of a log message in a web logic server?

0 Answers  


How do I use a less than or greater than on a message selector in ejb-jar.xml? : BEA Weblogic

0 Answers  


Categories