suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
Answer Posted / lingareddy
1)obtain the process id of server
$ps -ef|grep java
2)kill the process
$ kill -3 PID
3)see the log file of server
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain where are the files placed while deploying the resource adapter in web logic server?
Explain what is the purpose of using multipools in web logic server?
What is the boot?
How do I increase weblogic server memory? : BEA Weblogic
What technologies are included in j2ee?
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?
What is mulicast and unicast in weblogic?
How do I bind string values in a preparedstatement? : BEA Weblogic
How Can Cluster Communication Occur ?
how ITIL process occurs in weblogic?
Explain the use of http ?
Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
What signal tells the jvm to give a thread dump? Does those signal work if you specify -xrs? Why?
Ho do you troubleshoot server hang?