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
Tell me what are the steps involved in configuring the jms?
How will a single machine run multiple web logic server instances?
How do stubs function in a web logic cluster?
How is security handled in the weblogic j2ee connector architecture? : BEA Weblogic
Tell me how does a server find out server unavailability?
Why did my jdbc code throw a rollback sqlexception? : BEA Weblogic
Write a program to bind string values in a preparedstatement?
In web logic how are new threads assigned?
Can two jms servers share the same persistent store? : BEA Weblogic
How to check the version of Java?
When we will take thread dump?
Can we deploy jar in weblogic?
How many types of logs are there?
What is thread stack size?
Explain where are the files placed while deploying the resource adapter in web logic server?