thread-dump
How to interpret a Java thread dump?
I got a Java web-application here running on Tomcat6 with Ubuntu (server edition). After 1-3 days, the application becomes very slow, so I created a threaddump after a fresh restart of tomcat and anot[详细]
2023-04-11 04:16 分类:问答Understanding the Reference Handler thread
I am continuing my path to deep understanding of Java Thread. Unfortunately my Java Certification didn\'t cover that part, so the only way of learning is to post a series of dumb questions. With so ma[详细]
2023-04-10 14:36 分类:问答How to analyze a java thread dump?
I am trying to understand more about java, especially about memory management and threads. For this reason I have recently found interest in looking at thread dumps.[详细]
2023-04-09 14:38 分类:问答What are those java threads starting with "pool"?
I have a problem with a Tomcat server that is unable to shutdown gracefully. I have taken a thread dump after I issued the shutdow开发者_运维百科n command, and it looks like this:[详细]
2023-04-07 06:25 分类:问答Java: How to read a locked up thread dump
Can anyone help me understand how I should read this stacktrace? \"Task-Thread-for-com.mchange.v2.async.ThreadPerTaskAsynchronousRunner@488cf1f1\" daemon prio=6 tid=0x000000000880f000 nid=0x644 runna[详细]
2023-03-26 12:59 分类:问答How to find an infinite loop in a java web application?
One day our java web application goes up to 100% CPU usage. A restart solve the incident but not the 开发者_Go百科problem because a few hours after the problem came back.[详细]
2023-03-02 14:41 分类:问答How to debug Java OutOfMemory exceptions?
What is the best way to debug java.lang.OutOfMemoryError exceptions? When this happens to our application, our app server (Weblogic) generates a heap dump file.Should we use the heap 开发者_开发百科d[详细]
2023-01-31 16:25 分类:问答How can I generate thread dump for jnlp application in java
I a开发者_JAVA技巧m trying to debug a jnlp application. It get hanged after some scenario. I want to collect thread dump of my jnlp application.[详细]
2023-01-29 01:06 分类:问答evaluation of a java thread dump
I got a thread dump of one of my processes. It has a bunch of these threads. I guess they are keeping a bunch of memory so I am getting OOM.[详细]
2022-12-24 22:24 分类:问答Add a link to a JQueryUI autocomplete item
When a user starts typing on the searchbox, the suggestion page returns the latest item from all collections matching that nama, plus other data.[详细]
2022-12-24 20:18 分类:问答