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
How do I programmatically get a list of queues or topics? : BEA Weblogic
How do I call a servlet with parameters in the url? : BEA Weblogic
How can I avoid asynchronous message deadlocks? : BEA Weblogic
How does a file store compare with a jdbc store? : BEA Weblogic
Why is there no polymorphic-type response from a create () or find () method?
How many ways take thread dumps?
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
How Administration Server And Managed Servers Will Interact ?
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?
What is meant by adminserver?
Explain load blancing alogarthims in cluster??
Explain where are the files placed while deploying the resource adapter in web logic server?
How does sorting on message priority work? : BEA Weblogic
How to troubleshoot it?
What is mulicast and unicast in weblogic?