<?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-2032 Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-2032 Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning</link><pubDate>Mon, 02 Dec 2019 22:44:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 12/2/2019 10:44:34 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&lt;/code&gt;&lt;code class="highlighter-rouge"&gt;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information" rel="nofollow"&gt;Configuring Relational Databases&lt;/a&gt;&lt;span&gt;&amp;nbsp;documentation contains recommendations on which properties should be set in&amp;nbsp;&lt;/span&gt;&lt;b&gt;tomcat-resources.xml&lt;/b&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>KB-2032 Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/15</link><pubDate>Mon, 02 Dec 2019 22:05:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Rebecca Jonas on 12/2/2019 10:05:59 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information" rel="nofollow"&gt;Configuring Relational Databases&lt;/a&gt;&lt;span&gt;&amp;nbsp;documentation contains recommendations on which properties should be set in&amp;nbsp;&lt;/span&gt;&lt;b&gt;tomcat-resources.xml&lt;/b&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: December 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/14</link><pubDate>Wed, 13 Nov 2019 15:36:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Saurabh Pisal on 11/13/2019 3:36:35 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information" rel="nofollow"&gt;Configuring Relational Databases&lt;/a&gt;&lt;span&gt;&amp;nbsp;documentation contains recommendations on which properties should be set in&amp;nbsp;&lt;/span&gt;&lt;b&gt;tomcat-resources.xml&lt;/b&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/13</link><pubDate>Wed, 06 Nov 2019 21:50:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Rebecca Jonas on 11/6/2019 9:50:17 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information" rel="nofollow"&gt;Configuring Relational Databases&lt;/a&gt;&lt;span&gt;&amp;nbsp;documentation contains recommendations on which properties should be set in&amp;nbsp;&lt;/span&gt;&lt;b&gt;tomcat-resources.xml&lt;/b&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: November 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/12</link><pubDate>Wed, 06 Nov 2019 21:33:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Rebecca Jonas on 11/6/2019 9:33:10 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;a class="external-link" href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information" rel="nofollow"&gt;Configuring Relational Databases&lt;/a&gt;&lt;span&gt;&amp;nbsp;documentation contains recommendations on which properties should be set in&amp;nbsp;&lt;/span&gt;&lt;b&gt;tomcat-resources.xml&lt;/b&gt;&lt;span&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed&amp;nbsp;November 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/11</link><pubDate>Tue, 05 Nov 2019 17:37:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Saurabh Pisal on 11/5/2019 5:37:12 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The documentation on tomcat-resources.xml default for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed October 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/10</link><pubDate>Tue, 05 Nov 2019 16:43:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Saurabh Pisal on 11/5/2019 4:43:33 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The documentation on tomcat-resources.xml default for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Last Reviewed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;October 2019&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/9</link><pubDate>Mon, 04 Nov 2019 19:52:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Rebecca Jonas on 11/4/2019 7:52:00 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned=&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;li&gt;Last Reviewed : October 2019&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/8</link><pubDate>Mon, 04 Nov 2019 19:51:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Rebecca Jonas on 11/4/2019 7:51:20 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned =&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;li&gt;Last Reviewed : October 2019&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/7</link><pubDate>Mon, 04 Nov 2019 19:50:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Rebecca Jonas on 11/4/2019 7:50:45 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;pre&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;&lt;br /&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned =&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;li&gt;Last Reviewed : October 2019&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with "Connection has been abandoned" warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/6</link><pubDate>Mon, 04 Nov 2019 19:44:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Rebecca Jonas on 11/4/2019 7:44:43 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes have been made to&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below properties set:&lt;/p&gt;
&lt;p&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;&lt;br /&gt;The error above occurs mainly due to the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value being present and the&amp;nbsp;&lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt;&amp;nbsp;value being set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned =&amp;quot;false&amp;quot;&amp;nbsp;&lt;/code&gt;or remove the&amp;nbsp;properties listed in the&amp;nbsp;cause from&amp;nbsp;&lt;strong&gt;tomcat-resources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;li&gt;Last Reviewed : October 2019&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat fails to start with 'Connection pool Abandon' warning</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/5</link><pubDate>Wed, 30 Oct 2019 21:16:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Saurabh Pisal on 10/30/2019 9:16:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after changes &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[xxxxxxxxxx:xxxxxxxx]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.xxx.xxx.xxx.xxx]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below property set.&amp;nbsp; The error above occurs mainly due to &lt;code class="highlighter-rouge"&gt;removeAbandonedTimeout&lt;/code&gt; value present, and &lt;code class="highlighter-rouge"&gt;removeAbandoned&lt;/code&gt; is set to &lt;code class="highlighter-rouge"&gt;&amp;quot;true&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Set &lt;code class="highlighter-rouge"&gt;removeAbandoned =&amp;quot;false&amp;quot;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;Remove the above lines from cause from the file&amp;nbsp;&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The documentation doesn&amp;#39;t recommend having the below in&amp;nbsp;&lt;span&gt;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;li&gt;Last Reviewed : October 2019&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat Connection pool abandoned</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/4</link><pubDate>Wed, 30 Oct 2019 20:42:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Rebecca Jonas on 10/30/2019 8:42:27 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after a fresh install. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[2074407503:1572289078027]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.ibm.db2.jcc.t4.b@2a7968cc]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below property set&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the above lines from cause from the file&amp;nbsp;&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>[DRAFT] KB-XXXX Tomcat Connection pool abandoned</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/3</link><pubDate>Wed, 30 Oct 2019 17:45:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Saurabh Pisal on 10/30/2019 5:45:43 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after a fresh install. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[2074407503:1572289078027]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.ibm.db2.jcc.t4.b@2a7968cc]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below property set&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the above lines from cause from the file&amp;nbsp;&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>Tomcat Connection pool abandoned</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/2</link><pubDate>Wed, 30 Oct 2019 17:22:38 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Saurabh Pisal on 10/30/2019 5:22:38 PM&lt;br /&gt;

&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Tomcat is not able to start after a fresh install. The following error can be seen in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARNING [Tomcat JDBC Pool Cleaner[2074407503:1572289078027]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.ibm.db2.jcc.t4.b@2a7968cc]:java.lang.Exception&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue occurs when &lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt; has the below property set&lt;/p&gt;
&lt;pre class="code-java"&gt;removeAbandoned=&amp;quot;true&amp;quot;&lt;br /&gt;removeAbandonedTimeout=&amp;quot;30&amp;quot;&lt;br /&gt;logAbandoned=&amp;quot;true&amp;quot;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Remove the above lines from cause from the file&amp;nbsp;&amp;nbsp;&lt;code class="highlighter-rouge"&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/tomcat-resources.xml&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;The documentation for Configuring Relational Databases can be found &amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/19.2/Configuring_Relational_Databases.html#db2"&gt;docs.appian.com/.../Configuring_Relational_Databases.html&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;This article applies to Appian&amp;nbsp;18.3 and later.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item><item><title>Error : Connection pool abandoned</title><link>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning/revision/1</link><pubDate>Tue, 29 Oct 2019 22:03:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e8f2b17a-1cc0-4172-8a19-b500135321ea</guid><dc:creator>Saurabh Pisal</dc:creator><comments>https://community.appian.com/support/w/kb/1578/kb-2032-tomcat-fails-to-start-with-connection-has-been-abandoned-warning#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Saurabh Pisal on 10/29/2019 10:03:01 PM&lt;br /&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;WARNING [Tomcat JDBC Pool Cleaner[2074407503:1572289078027]] org.apache.tomcat.jdbc.pool.ConnectionPool.abandon Connection has been abandoned PooledConnection[com.ibm.db2.jcc.t4.b@2a7968cc]:java.lang.Exception&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Check for the below in tomcat-resources.xml&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;removeAbandoned=&amp;quot;true&amp;quot;  -- was not required according to the documentatjion
removeAbandonedTimeout=&amp;quot;30&amp;quot;
logAbandoned=&amp;quot;true&amp;quot; -- should be fine if removeabandoned is true&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The above should not be present in tomcat-resource.xml,&amp;nbsp; some customers prefer to have a timeout according to their configuration but Appian doesn&amp;#39;t recommend it in the documentation.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;## To void above error&lt;/p&gt;
&lt;p&gt;remove the above lines from tomcat-resource.xml&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, connection pool, database, application server, timeout, infrastructure&lt;/div&gt;
</description></item></channel></rss>