<?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-1943 The application server fails to start with a "Too many connections" error thrown in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1943 The application server fails to start with a "Too many connections" error thrown in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log</link><pubDate>Thu, 23 May 2019 23:43:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 5/23/2019 11:43:00 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The application server fails to start with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;...&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, and all available connections are in use by other clients.&amp;nbsp;More information regarding this database error can be found in the&amp;nbsp;&lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;MySQL documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Set the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value.&amp;nbsp;For MySQL, this can be done without having to restart the database. Refer to the respective database documentation for the exact steps on how to perform this action on the database server.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Restart the database server which will reset the connections if you wish to not increase the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX The application server fails to start with a "Too many connections" error thrown in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/9</link><pubDate>Thu, 23 May 2019 23:39:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 5/23/2019 11:39:03 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The application server fails to start with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;...&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, and all available connections are in use by other clients.&amp;nbsp;More information regarding this database error can be found in the&amp;nbsp;&lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;MySQL documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Set the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value.&amp;nbsp;For MySQL, this can be done without having to restart the database. Refer to the respective database documentation for the exact steps on how to perform this action on the database server.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Restart the database server which will reset the connections if you wish to not increase the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/8</link><pubDate>Thu, 23 May 2019 23:38:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Parmida Borhani on 5/23/2019 11:38:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The application server fails to start with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;...&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, and all available connections are in use by other clients.&amp;nbsp;More information regarding this database error can be found in the&amp;nbsp;&lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;MySQL documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Set the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value.&amp;nbsp;For MySQL, this can be done without having to restart the database. Refer to the respective database documentation for the exact steps on how to perform this action on the database server.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Restart the database server which will reset the connections if you wish to not increase the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: May 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, application server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/7</link><pubDate>Thu, 02 May 2019 14:49:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Tejas Kargutkar on 5/2/2019 2:49:04 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;...&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, and all available connections are in use by other clients.&amp;nbsp;More information regarding this database error can be found in the&amp;nbsp;&lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;MySQL documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Set the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value.&amp;nbsp;For MySql, this can be done on the fly without having to restart the database. Refer to the respective database documentation for the exact steps on how to perform this action on the database server.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Restart the database server which will reset the connections if you wish to not increase the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt;&amp;nbsp;variable.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, database, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/6</link><pubDate>Mon, 22 Apr 2019 20:48:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Jordan Horwat on 4/22/2019 8:48:42 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;...&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, and all available connections are in use by other clients.&amp;nbsp;More information regarding this database error can be found in the&amp;nbsp;&lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;MySQL documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restart the database. This will reset the connections&amp;nbsp;and&amp;nbsp;allow Appian to connect to the database.&lt;/li&gt;
&lt;li&gt;If this is a recurring issue, the database team may want to &lt;span&gt;set the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt; variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value. Please refer to the respective database documentation on how to perform this.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, database, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/5</link><pubDate>Mon, 22 Apr 2019 20:48:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Jordan Horwat on 4/22/2019 8:48:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;...&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, and all available connections are in use by other clients.&amp;nbsp;More information regarding this database error can be found in the&amp;nbsp;&lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;MySQL documentation&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restart the database. This will reset the connections&amp;nbsp;and&amp;nbsp;allow Appian to connect to the database.&lt;/li&gt;
&lt;li&gt;If this is a recurring issue, the database team may want to &lt;span&gt;set the&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt; variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value. Please refer to the respective database documentation on how to perform this.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, database, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/4</link><pubDate>Mon, 22 Apr 2019 19:38:35 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Tejas Kargutkar on 4/22/2019 7:38:35 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start up with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, all available connections are in use by other clients. &lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;This&lt;/a&gt; documentation can be used as a reference for more details on this database error.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restart the database which will reset the connections&amp;nbsp;and&amp;nbsp;allow Appian to connect to the database.&lt;/li&gt;
&lt;li&gt;If this is a recurring issue, then the database team may want to &lt;span&gt;set&amp;nbsp;&lt;code&gt;max_connections&lt;/code&gt; variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value. Please refer to the respective database documentation on how to perform this.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, database, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/3</link><pubDate>Mon, 22 Apr 2019 19:36:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Tejas Kargutkar on 4/22/2019 7:36:56 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start up with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, all available connections are in use by other clients. &lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;This&lt;/a&gt; documentation can be used as a reference for more details on this database error.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restart the database which will reset the connections&amp;nbsp;and&amp;nbsp;allow Appian to connect to the database.&lt;/li&gt;
&lt;li&gt;If this is a recurring issue, then the database team may want to &lt;span&gt;set&amp;nbsp;max_connections variable&amp;nbsp;&lt;/span&gt;&lt;span&gt;to a larger value. Please refer to the respective database documentation on how to perform this.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, database, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/2</link><pubDate>Mon, 22 Apr 2019 19:31:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Tejas Kargutkar on 4/22/2019 7:31:16 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start up with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, all available connections are in use by other clients. &lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;This&lt;/a&gt; documentation can be used as a reference for more details on this database error.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;The database administrator may increase the max connections value.&lt;/li&gt;
&lt;li&gt;If increasing the value to a higher number is not warranted, then the database team may perform a database restart which will reset the connections&amp;nbsp;and&amp;nbsp;allow Appian to connect to the database.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: Tomcat, database, application server, infrastructure, jboss&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Jboss/Tomcat fails to start with "Too many connections" error in the application server log</title><link>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log/revision/1</link><pubDate>Fri, 19 Apr 2019 17:51:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ef4455c4-6e1d-4356-b92e-480380c05fac</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1418/kb-1943-the-application-server-fails-to-start-with-a-too-many-connections-error-thrown-in-the-application-server-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Tejas Kargutkar on 4/19/2019 5:51:23 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Application server fails to start up with the following error observed in the application server log:&lt;/p&gt;
&lt;pre&gt;ERROR [org.jboss.jca.core.tx.jbossts.XAResourceRecoveryImpl] (Periodic Recovery) IJ000906: Error during crash recovery: jdbc/AppianPrimaryDS (Could not create connection): javax.resource.ResourceException: Could not create connection
	at org.jboss.jca.adapters.jdbc.xa.XAManagedConnectionFactory.getXAManagedConnection(XAManagedConnectionFactory.java:522)&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Data source rejected establishment of connection,  message from server: &lt;span class="code-quote"&gt;&amp;quot;Too many connections&amp;quot;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The application server will throw this&amp;nbsp;error when attempting to connect to the&amp;nbsp;database server, all available connections are in use by other clients. &lt;a href="https://dev.mysql.com/doc/refman/5.5/en/too-many-connections.html"&gt;This&lt;/a&gt; documentation can be used as a reference for more details on this database error.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;The max connections value can be increased to a higher value.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;A database restart can reset the connections which will allow Appian to connect to the database.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed: April&amp;nbsp;2019&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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