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



suppose we have the thread dump for particular weblogic server.ho can you analyse it manually withou..

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

suppose we have the thread dump for particular weblogic server.ho can you analyse it manually withou..

Answer / 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

suppose we have the thread dump for particular weblogic server.ho can you analyse it manually withou..

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

Post New Answer

More Weblogic Interview Questions

Explain the difference between dynamic and non-dynamic changes in the console?

0 Answers  


Explain what are the ways in which the dns request of failed servers handled?

0 Answers  


What are the differences between a web logic server and a web server?

0 Answers  


Why would a client application use jta transactions?

0 Answers  


What is the default thread stack size in windows?

0 Answers  






what r middleware services of weblogic application server

7 Answers   IBM,


How is the security handled in web logic j2ee connector architecture?

0 Answers  


What is os tuning?

0 Answers  


What elements make up the administration console?

0 Answers  


What are the databases that are available to be used with the web logic j2ee connector architecture?

0 Answers  


What is an administration server?

0 Answers  


What Is The Advantage Of Clustering ?

0 Answers  


Categories