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
Why in jdk we have two different folders for bin and lib ?
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
Explain the performance tuning in jvm?
What is the use of persistent store in weblogic?
What is the function of T3 in WebLogic Server ?
What is a domain template?
What causes java.io exceptions in the log file? : BEA Weblogic
What is a thread dump?
How can the OUT OF MEMORY be solved?
How does concurrency work for message-driven beans? : BEA Weblogic
What are logics in reference to web logic servers?
What is boot?properties file in weblogic server?
How will a single machine run multiple web logic server instances?
Define the list of pre-configured queues?
You are getting a error in your appserver/webserver logs "connection refused", from the operating system perspective how will you troubleshoot this?