<?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-1110 "Pool &lt;datasource&gt; is Suspended, cannot allocate resources to applications" error printed in the application server log; users are unable to access Appian/business data sources</title><link>https://community.appian.com/support/w/kb/332/kb-1110-pool-datasource-is-suspended-cannot-allocate-resources-to-applications-error-printed-in-the-application-server-log-users-are-unable-to-access-appian-business-data-sources</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1110 "Pool &lt;datasource&gt; is Suspended, cannot allocate resources to applications" error printed in the application server log; users are unable to access Appian/business data sources</title><link>https://community.appian.com/support/w/kb/332/kb-1110-pool-datasource-is-suspended-cannot-allocate-resources-to-applications-error-printed-in-the-application-server-log-users-are-unable-to-access-appian-business-data-sources</link><pubDate>Mon, 23 Jul 2018 04:01:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b03b11e-dac8-4c35-87b9-727a28849a61</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/332/kb-1110-pool-datasource-is-suspended-cannot-allocate-resources-to-applications-error-printed-in-the-application-server-log-users-are-unable-to-access-appian-business-data-sources#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 4:01:26 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The application server is unable to interact with a datasource. If the affected datasource is the Appian datasource, the site may become unresponsive. The following is an example of the server log message found on a Weblogic server:&lt;/p&gt;
&lt;pre&gt;Feb 18, 2016 9:23:03 AM org.hibernate.util.JDBCExceptionReporter logExceptions
WARNING: SQL Error: 0, SQLState: null
    
Feb 18, 2016 9:23:03 AM org.hibernate.util.JDBCExceptionReporter logExceptions
SEVERE: weblogic.common.resourcepool.ResourceDisabledException: Pool AppianPrimaryDS is Suspended, cannot allocate resources to applications..
    
ARNING: SQL Error: 0, SQLState: null
    
    &amp;lt;[ServletContext@624257683[app:suite module:pfdc_sit5 path:null spec-version:3.0]] Servlet failed with an Exception
org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:427)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:371)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:127)
at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.getConfig(ReadWriteConfigurationDaoImpl.java:52)
at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.containsKey(ReadWriteConfigurationDaoImpl.java:72)
Truncated. see log file for complete stacktrace
Caused By: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1214)
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1147)
at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:1224)
at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:63)
at org.springframework.orm.jpa.DefaultJpaDialect.beginTransaction(DefaultJpaDialect.java:70)
Truncated. see log file for complete stacktrace
Caused By: org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:140)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:128)
at com.appiancorp.rdbms.hb.HbSqlExceptionConverter.convert(HbSqlExceptionConverter.java:95)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:52)
Truncated. see log file for complete stacktrace
Caused By: weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool AppianPrimaryDS is Suspended, cannot allocate resources to applications..
at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:269)
at weblogic.jdbc.pool.Driver.connect(Driver.java:153)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:662)
at weblogic.jdbc.jts.Driver.connect(Driver.java:128)
at weblogic.jdbc.common.internal.RmiDataSource.getConnectionInternal(RmiDataSource.java:589)
Truncated. see log file for complete stacktrace
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There are not enough connections available in the pool based on the following message:&lt;/p&gt;
&lt;pre&gt;Caused By: weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool AppianPrimaryDS is Suspended, cannot allocate resources to applications&lt;/pre&gt;
&lt;p&gt;The configuration for the maximum connection pool size set for the datasources is insufficent, this prevents the application server from making the required number of connections.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the datasoure configuration is using the recommended connection pool size. Please see our documentation for further details: &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html"&gt;Configuring Relational Databases&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.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: database, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1110 "Pool &lt;datasource&gt; is Suspended, cannot allocate resources to applications" error printed in the application server log; users are unable to access Appian/business data sources</title><link>https://community.appian.com/support/w/kb/332/kb-1110-pool-datasource-is-suspended-cannot-allocate-resources-to-applications-error-printed-in-the-application-server-log-users-are-unable-to-access-appian-business-data-sources/revision/1</link><pubDate>Fri, 24 Feb 2017 13:09:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4b03b11e-dac8-4c35-87b9-727a28849a61</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/332/kb-1110-pool-datasource-is-suspended-cannot-allocate-resources-to-applications-error-printed-in-the-application-server-log-users-are-unable-to-access-appian-business-data-sources#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/24/2017 1:09:53 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The application server is unable to interact with a datasource. If the affected datasource is the Appian datasource, the site may become unresponsive. The following is an example of the server log message found on a Weblogic server:&lt;/p&gt;
&lt;pre&gt;Feb 18, 2016 9:23:03 AM org.hibernate.util.JDBCExceptionReporter logExceptions
WARNING: SQL Error: 0, SQLState: null
    
Feb 18, 2016 9:23:03 AM org.hibernate.util.JDBCExceptionReporter logExceptions
SEVERE: weblogic.common.resourcepool.ResourceDisabledException: Pool AppianPrimaryDS is Suspended, cannot allocate resources to applications..
    
ARNING: SQL Error: 0, SQLState: null
    
    &amp;lt;[ServletContext@624257683[app:suite module:pfdc_sit5 path:null spec-version:3.0]] Servlet failed with an Exception
org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.springframework.orm.jpa.JpaTransactionManager.doBegin(JpaTransactionManager.java:427)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.getTransaction(AbstractPlatformTransactionManager.java:371)
at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:127)
at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.getConfig(ReadWriteConfigurationDaoImpl.java:52)
at com.appiancorp.common.config.persistence.ReadWriteConfigurationDaoImpl.containsKey(ReadWriteConfigurationDaoImpl.java:72)
Truncated. see log file for complete stacktrace
Caused By: javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1214)
at org.hibernate.ejb.AbstractEntityManagerImpl.convert(AbstractEntityManagerImpl.java:1147)
at org.hibernate.ejb.AbstractEntityManagerImpl.throwPersistenceException(AbstractEntityManagerImpl.java:1224)
at org.hibernate.ejb.TransactionImpl.begin(TransactionImpl.java:63)
at org.springframework.orm.jpa.DefaultJpaDialect.beginTransaction(DefaultJpaDialect.java:70)
Truncated. see log file for complete stacktrace
Caused By: org.hibernate.exception.GenericJDBCException: Cannot open connection
at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:140)
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:128)
at com.appiancorp.rdbms.hb.HbSqlExceptionConverter.convert(HbSqlExceptionConverter.java:95)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:52)
Truncated. see log file for complete stacktrace
Caused By: weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool AppianPrimaryDS is Suspended, cannot allocate resources to applications..
at weblogic.jdbc.common.internal.JDBCUtil.wrapAndThrowResourceException(JDBCUtil.java:269)
at weblogic.jdbc.pool.Driver.connect(Driver.java:153)
at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:662)
at weblogic.jdbc.jts.Driver.connect(Driver.java:128)
at weblogic.jdbc.common.internal.RmiDataSource.getConnectionInternal(RmiDataSource.java:589)
Truncated. see log file for complete stacktrace
&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;There are not enough connections available in the pool based on the following message:&lt;/p&gt;
&lt;pre&gt;Caused By: weblogic.jdbc.extensions.PoolDisabledSQLException: weblogic.common.resourcepool.ResourceDisabledException: Pool AppianPrimaryDS is Suspended, cannot allocate resources to applications&lt;/pre&gt;
&lt;p&gt;The configuration for the maximum connection pool size set for the datasources is insufficent, this prevents the application server from making the required number of connections.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the datasoure configuration is using the recommended connection pool size. Please see our documentation for further details: &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html"&gt;Configuring Relational Databases&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.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;February 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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