Answer Posted / avinash
You can also troubleshoot the outofmemory(OOM) or server
hanging issues by taking a thread dump of the server. in
unix use kill -3 pid command. in windows i am not very
sure. this gives a snapshot of the threads running in the
server at the time of issue.
Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is the difference between development mode and production mode of weblogic server?
Explain the performance tuning in jdbc?
How many types you configure managed server in weblogic server ?
Why do I get an exception when trying to find a connection factory? : BEA Weblogic
A client invokes a method on a stateful session bean instance deployed in the weblogic server. While the method execution is in progress another method call arrives on the server. What will be the result? : BEA Weblogic
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?
What is thread stack size? What is the default thread stack size in windows? Which memory space does thread stack get allocated from?
When we will take thread dump?
What are deployment descriptors?
What all jvm analysis/profiling tools you are familiar with please write the names?
Difference between multicast and unicast?
Can you briefly describe local interfaces?
How many WebLogic servers can be held inside a multi-processor machine?
Explain about cluster heart beats?
What is clustering? What are the different types and how does clustering works in a network ?