suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
Answer Posted / sujit singh
kill -3 gives javacore dump which is thread dump in wl
terminology. open this file in any text editor and check
Current Thread details . If there server hanged then in
current thread details will give you details that why server
was hanged or which particular thread got stuck,.
Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Do you know what are the steps required to modify config.xml file of web logic server?
How are multi-byte characters used with weblogic jdriver?
Do you know what is the function of managedconnection.addconnectioneventlistener() in web logic server?
What are the types of gc and in which different scenarios each should be used?
How Can Cluster Communication Occur ?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
In corba, which of the files generated by the idltojava compiler must be compiled before running the server application? : BEA Weblogic
What is mulicast and unicast in weblogic?
How to find out the listening ports?
What all jvm analysis/profiling tools you are familiar with please write the names?
What is a domain?
What is a thread dump?
When should I use multicast subscribers? : BEA Weblogic
What Is The Advantage Of Clustering ?