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

Can you briefly describe local interfaces?

0 Answers  


Explain Abt ur wls environment in ur company ?How to answer this question?

4 Answers   HCL,


What is wlst in web logic?

0 Answers  


What are the types of gc and in which different scenarios each should be used?

0 Answers  


Can I use a native two-tier driver for a browser applet? : BEA Weblogic

0 Answers  






What happens if acknowledge() is called within a transaction? : BEA Weblogic

0 Answers  


How do I put a message back on the queue for processing? : BEA Weblogic

0 Answers  


How to delete connection pool?

3 Answers   TCS,


What are the uses of a middleware server?

0 Answers  


How can the nm be made to work with web logic? Explain?

0 Answers  


What is the difference between jndi lookup(), list(), listbindings(), and search()?

0 Answers  


When can high usage of CPU occur?

0 Answers  


Categories