<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>KB-1085 STUCK threads shown in WebLogic Administration Console</title><link>https://community.appian.com/support/w/kb/309/kb-1085-stuck-threads-shown-in-weblogic-administration-console</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1085 STUCK threads shown in WebLogic Administration Console</title><link>https://community.appian.com/support/w/kb/309/kb-1085-stuck-threads-shown-in-weblogic-administration-console</link><pubDate>Mon, 30 Jul 2018 04:08:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:219b2116-b5ac-4665-8e90-f853672c9822</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/309/kb-1085-stuck-threads-shown-in-weblogic-administration-console#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/30/2018 4:08:27 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing thread dumps from the WebLogic Administration Console, users will see threads with the &lt;code&gt;[STUCK]&amp;nbsp;&lt;/code&gt;label such as this:&lt;/p&gt;
&lt;pre&gt;&amp;quot;[STUCK] ExecuteThread: &amp;#39;XX&amp;#39; for queue: &amp;#39;weblogic.kernel.Default (self-tuning)&amp;#39;&amp;quot; daemon prio=XX tid=0x0000XXXXXXXX nid=XXXXXX waiting for monitor entry [0x0000XXXXXXX000]
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;WebLogic has a parameter named &lt;strong&gt;Stuck Thread Max Time&lt;/strong&gt;, which configures the number of seconds that a thread must be continually working before the server considers the thread stuck. This value is set by the server administrator to separate threads that complete immediately and threads that do not. This is useful to narrow down threads that may be causing problems, but the &lt;code&gt;[STUCK]&lt;/code&gt; label does not actually imply a problem.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Appian has several functions that run continuously and therefore have a few threads that work for long periods of time. In most cases, if users do not experience issues during their normal activity, the presence of [STUCK] threads can be safely ignored. It is only when issues present themselves that [STUCK] threads need to be scrutinized.&lt;/p&gt;
&lt;h2 id="workaround"&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Increasing the &lt;strong&gt;Stuck Thread Max Time&lt;/strong&gt; property can reduce the number of threads considered &lt;code&gt;[STUCK]&lt;/code&gt;. You can configure this value in &lt;strong&gt;WebLogic Administration Console&lt;/strong&gt; &amp;gt; &lt;strong&gt;Server&lt;/strong&gt; &amp;gt; &lt;strong&gt;Settings&lt;/strong&gt; &amp;gt; &lt;strong&gt;Configuration&lt;/strong&gt; &amp;gt; &lt;strong&gt;Tuning&lt;/strong&gt;. For more information, refer to the WebLogic documentation here: &lt;a href="http://docs.oracle.com/html/E24401_02/taskhelp/tuning/TuningExecuteThreads.html"&gt;http://docs.oracle.com/html/E24401_02/taskhelp/tuning/TuningExecuteThreads.html&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using WebLogic as an application server.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, application server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1085 STUCK threads shown in WebLogic Administration Console</title><link>https://community.appian.com/support/w/kb/309/kb-1085-stuck-threads-shown-in-weblogic-administration-console/revision/1</link><pubDate>Wed, 22 Feb 2017 21:21:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:219b2116-b5ac-4665-8e90-f853672c9822</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/309/kb-1085-stuck-threads-shown-in-weblogic-administration-console#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/22/2017 9:21:17 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When analyzing thread dumps from the WebLogic Administration Console, users will see threads with the &lt;code&gt;[STUCK]&amp;nbsp;&lt;/code&gt;label such as this:&lt;/p&gt;
&lt;pre&gt;&amp;quot;[STUCK] ExecuteThread: &amp;#39;XX&amp;#39; for queue: &amp;#39;weblogic.kernel.Default (self-tuning)&amp;#39;&amp;quot; daemon prio=XX tid=0x0000XXXXXXXX nid=XXXXXX waiting for monitor entry [0x0000XXXXXXX000]
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;WebLogic has a parameter named &lt;strong&gt;Stuck Thread Max Time&lt;/strong&gt;, which configures the number of seconds that a thread must be continually working before the server considers the thread stuck. This value is set by the server administrator to separate threads that complete immediately and threads that do not. This is useful to narrow down threads that may be causing problems, but the &lt;code&gt;[STUCK]&lt;/code&gt; label does not actually imply a problem.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Appian has several functions that run continuously and therefore have a few threads that work for long periods of time. In most cases, if users do not experience issues during their normal activity, the presence of [STUCK] threads can be safely ignored. It is only when issues present themselves that [STUCK] threads need to be scrutinized.&lt;/p&gt;
&lt;h2 id="workaround"&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Increasing the &lt;strong&gt;Stuck Thread Max Time&lt;/strong&gt; property can reduce the number of threads considered &lt;code&gt;[STUCK]&lt;/code&gt;. You can configure this value in &lt;strong&gt;WebLogic Administration Console&lt;/strong&gt; &amp;gt; &lt;strong&gt;Server&lt;/strong&gt; &amp;gt; &lt;strong&gt;Settings&lt;/strong&gt; &amp;gt; &lt;strong&gt;Configuration&lt;/strong&gt; &amp;gt; &lt;strong&gt;Tuning&lt;/strong&gt;. For more information, refer to the WebLogic documentation here: &lt;a href="http://docs.oracle.com/html/E24401_02/taskhelp/tuning/TuningExecuteThreads.html"&gt;http://docs.oracle.com/html/E24401_02/taskhelp/tuning/TuningExecuteThreads.html&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using WebLogic as an application server.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed: February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: weblogic, application server&lt;/div&gt;
</description></item></channel></rss>