suppose we have the thread dump for particular weblogic server.ho can you analyse it manually without using any tool
Answers were Sorted based on User's Feedback
Answer / 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 |
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 |
Answer / gobinath
Check for the running threads for a particular Managed
server or admin server in Unix box
Syntax: ps -ef|grep <managed servername>or(Admin Server)
the above command will show the running process for the
server
| Is This Answer Correct ? | 4 Yes | 10 No |
what r critical issues in weblogic
2 Answers Accenture, IBM, Tech Mahindra,
What is mulicast in weblogic?
What are web logic servers?
How do I enable debugging for the messaging bridge? : BEA Weblogic
Explain the functionality of T3 associated with WebLogic server?
What are the different groups under web logic security?.
What happens if acknowledge() is called within a transaction? : BEA Weblogic
How can I run multiple instances of the same servlet class in the same weblogic server instance? : BEA Weblogic
Explain how can os authentication be connected with weblogic jdriver for oracle and connection pools?
How could you retrieve password for I-Planet console if you have forgotten?
How do I use a temporary destination? : BEA Weblogic
What are logics in reference to web logic servers?