<?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-1160 "Could not create connection... java.net.SocketException: Connection reset" error shown in application server log</title><link>https://community.appian.com/support/w/kb/377/kb-1160-could-not-create-connection-java-net-socketexception-connection-reset-error-shown-in-application-server-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1160 "Could not create connection... java.net.SocketException: Connection reset" error shown in application server log</title><link>https://community.appian.com/support/w/kb/377/kb-1160-could-not-create-connection-java-net-socketexception-connection-reset-error-shown-in-application-server-log</link><pubDate>Mon, 23 Jul 2018 03:59:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38488048-8695-4758-b5c7-64e3e3475878</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/377/kb-1160-could-not-create-connection-java-net-socketexception-connection-reset-error-shown-in-application-server-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 7/23/2018 3:59:44 AM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;h2 id="symptoms"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The following error is displayed in application server log:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection
...
Caused by: java.net.SocketException: Connection reset
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When using an Oracle database, the following information is printed after enabling extra logging:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Caused by: java.lang.IllegalStateException: liquibase.exception.LockException: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE DATABASECHANGELOGLOCK (ID INTEGER NOT NULL, LOCKED NUMBER(1) NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR2(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)); on jdbc:oracle:thin:@ipaddress:port/sid INTO DATABASECHANGELOGLOCK (ID, LOCKED) VALUES (1, 0): ORA-01950: no privileges on tablespace &amp;#39;APPIAN01&amp;#39;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The logging is increased in &lt;strong&gt;appian_log4j.properties&lt;/strong&gt; located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/resources&lt;/code&gt; by setting &lt;code&gt;log4j.logger.liquibase=DEBUG&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;The user configured for that data source does not have privileges to allocate an extent in the specified tablespace.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Grant the user the appropriate system privileges or grant the user space resource on the tablespace by running one of the following commands (these commands are specific to Oracle; consult your DBA for commands specific to your RDBMS):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;ALTER USER &amp;lt;username&amp;gt; QUOTA 100M ON &amp;lt;tablespace name&amp;gt;;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;GRANT UNLIMITED TABLESPACE TO &amp;lt;username&amp;gt;;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a database.&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-1160 "Could not create connection... java.net.SocketException: Connection reset" error shown in application server log</title><link>https://community.appian.com/support/w/kb/377/kb-1160-could-not-create-connection-java-net-socketexception-connection-reset-error-shown-in-application-server-log/revision/1</link><pubDate>Tue, 28 Feb 2017 20:00:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:38488048-8695-4758-b5c7-64e3e3475878</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/377/kb-1160-could-not-create-connection-java-net-socketexception-connection-reset-error-shown-in-application-server-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 2/28/2017 8:00: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 following error is displayed in application server log:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;IJ000604: Throwable while attempting to get a new connection: null: javax.resource.ResourceException: Could not create connection
...
Caused by: java.net.SocketException: Connection reset
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;When using an Oracle database, the following information is printed after enabling extra logging:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Caused by: java.lang.IllegalStateException: liquibase.exception.LockException: liquibase.exception.DatabaseException: Error executing SQL CREATE TABLE DATABASECHANGELOGLOCK (ID INTEGER NOT NULL, LOCKED NUMBER(1) NOT NULL, LOCKGRANTED TIMESTAMP, LOCKEDBY VARCHAR2(255), CONSTRAINT PK_DATABASECHANGELOGLOCK PRIMARY KEY (ID)); on jdbc:oracle:thin:@ipaddress:port/sid INTO DATABASECHANGELOGLOCK (ID, LOCKED) VALUES (1, 0): ORA-01950: no privileges on tablespace &amp;#39;APPIAN01&amp;#39;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; The logging is increased in &lt;strong&gt;appian_log4j.properties&lt;/strong&gt; located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/resources&lt;/code&gt; by setting &lt;code&gt;log4j.logger.liquibase=DEBUG&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;The user configured for that data source does not have privileges to allocate an extent in the specified tablespace.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;Grant the user the appropriate system privileges or grant the user space resource on the tablespace by running one of the following commands (these commands are specific to Oracle; consult your DBA for commands specific to your RDBMS):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;ALTER USER &amp;lt;username&amp;gt; QUOTA 100M ON &amp;lt;tablespace name&amp;gt;;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;GRANT UNLIMITED TABLESPACE TO &amp;lt;username&amp;gt;;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle as a database.&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>