<?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-1206 "Communications link failure during rollback(). Transaction resolution unknown" error thrown in application server log</title><link>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1206 "Communications link failure during rollback(). Transaction resolution unknown" error thrown in application server log</title><link>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log</link><pubDate>Thu, 25 Oct 2018 02:41:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be8ba500-9cf3-4726-b90e-269a514723ae</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 10/25/2018 2:41:17 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;INFO  [stdout] (ajp-/0.0.0.0:8009-14) 2016-07-06 13:16:52,016 [ajp-/0.0.0.0:8009-14] ERROR org.hibernate.util.JDBCExceptionReporter - Statement cancelled due to timeout or client request
WARN  [com.arjuna.ats.jta] (ajp-/0.0.0.0:8009-14) ARJUNA016045: attempted rollback of &amp;lt; formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac176096:b16e:5776f2fb:4971, node_name=1, branch_uid=0:ffffac176096:b16e:5776f2fb:4975, subordinatenodename=null, eis_name=0 &amp;gt; (org.apache.commons.dbcp2.managed.LocalXAConnectionFactory$LocalXAResource@420114fe) failed with exception code ARJUNA016099: Unknown error code:0: javax.transaction.xa.XAException
...
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback(). Transaction resolution unknown.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;One of the possible causes is the mismatch of the maximum transmission unit (MTU) between the client and server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;If using Linux, to determine the MTU value, run the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ifconfig
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will display the network interface configurations of the server hosting the database instance, along with the MTU value.&lt;/p&gt;
&lt;p&gt;If the Appian instance and database are hosted on the same network, review the MTU settings with your network administrator including any firewalls, proxys, or any other entity regulating the traffic between the servers.&lt;/p&gt;
&lt;p&gt;If the Appian instance is hosted on Appian Cloud and the database is being accessed over VPN, please contact Appian Support to assist with the MTU troubleshooting.&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;October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, network&lt;/div&gt;
</description></item><item><title>KB-1206 "Communications link failure during rollback(). Transaction resolution unknown" error thrown in application server log</title><link>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log/revision/3</link><pubDate>Thu, 25 Oct 2018 02:41:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be8ba500-9cf3-4726-b90e-269a514723ae</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Parmida Borhani on 10/25/2018 2:41:01 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;INFO  [stdout] (ajp-/0.0.0.0:8009-14) 2016-07-06 13:16:52,016 [ajp-/0.0.0.0:8009-14] ERROR org.hibernate.util.JDBCExceptionReporter - Statement cancelled due to timeout or client request
WARN  [com.arjuna.ats.jta] (ajp-/0.0.0.0:8009-14) ARJUNA016045: attempted rollback of &amp;lt; formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac176096:b16e:5776f2fb:4971, node_name=1, branch_uid=0:ffffac176096:b16e:5776f2fb:4975, subordinatenodename=null, eis_name=0 &amp;gt; (org.apache.commons.dbcp2.managed.LocalXAConnectionFactory$LocalXAResource@420114fe) failed with exception code ARJUNA016099: Unknown error code:0: javax.transaction.xa.XAException
...
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback(). Transaction resolution unknown.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;One of the possible causes is the mismatch of the maximum transmission unit (MTU) between the client and server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;If using Linux, to determine the MTU value, run the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ifconfig
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will display the network interface configurations of the server hosting the database instance, along with the MTU value.&lt;/p&gt;
&lt;p&gt;If the Appian instance and database are hosted on the same network, review the MTU settings with your network administrator including any firewalls, proxys, or any other entity regulating the traffic between the servers.&lt;/p&gt;
&lt;p&gt;If the Appian instance is hosted on Appian Cloud and the database is being accessed over VPN, please contact Appian Support to assist with the MTU troubleshooting.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&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;October 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, network&lt;/div&gt;
</description></item><item><title>KB-1206 "Communications link failure during rollback(). Transaction resolution unknown" error thrown in application server log</title><link>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log/revision/2</link><pubDate>Mon, 23 Jul 2018 17:49:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be8ba500-9cf3-4726-b90e-269a514723ae</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 5:49:48 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;INFO  [stdout] (ajp-/0.0.0.0:8009-14) 2016-07-06 13:16:52,016 [ajp-/0.0.0.0:8009-14] ERROR org.hibernate.util.JDBCExceptionReporter - Statement cancelled due to timeout or client request
WARN  [com.arjuna.ats.jta] (ajp-/0.0.0.0:8009-14) ARJUNA016045: attempted rollback of &amp;lt; formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac176096:b16e:5776f2fb:4971, node_name=1, branch_uid=0:ffffac176096:b16e:5776f2fb:4975, subordinatenodename=null, eis_name=0 &amp;gt; (org.apache.commons.dbcp2.managed.LocalXAConnectionFactory$LocalXAResource@420114fe) failed with exception code ARJUNA016099: Unknown error code:0: javax.transaction.xa.XAException
...
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback(). Transaction resolution unknown.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;One of the possible causes is the mismatch of the maximum transmission unit (MTU) between the client and server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To determine the MTU value, run the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ifconfig
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will display the eth0 configurations, along with the MTU value.&lt;/p&gt;
&lt;p&gt;To set a new value for the MTU:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ifconfig eth0:0 &amp;lt;IP ADDRESS&amp;gt; netmask 255.255.255.255 mtu &amp;lt;NEW MTU VALUE&amp;gt;
&lt;/code&gt;&lt;/pre&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;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: administration, network&lt;/div&gt;
</description></item><item><title>KB-1206 "Communications link failure during rollback(). Transaction resolution unknown" error thrown in application server log</title><link>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log/revision/1</link><pubDate>Mon, 06 Mar 2017 20:39:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be8ba500-9cf3-4726-b90e-269a514723ae</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/422/kb-1206-communications-link-failure-during-rollback-transaction-resolution-unknown-error-thrown-in-application-server-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 8:39:52 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;INFO  [stdout] (ajp-/0.0.0.0:8009-14) 2016-07-06 13:16:52,016 [ajp-/0.0.0.0:8009-14] ERROR org.hibernate.util.JDBCExceptionReporter - Statement cancelled due to timeout or client request
WARN  [com.arjuna.ats.jta] (ajp-/0.0.0.0:8009-14) ARJUNA016045: attempted rollback of &amp;lt; formatId=131077, gtrid_length=29, bqual_length=36, tx_uid=0:ffffac176096:b16e:5776f2fb:4971, node_name=1, branch_uid=0:ffffac176096:b16e:5776f2fb:4975, subordinatenodename=null, eis_name=0 &amp;gt; (org.apache.commons.dbcp2.managed.LocalXAConnectionFactory$LocalXAResource@420114fe) failed with exception code ARJUNA016099: Unknown error code:0: javax.transaction.xa.XAException
...
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Communications link failure during rollback(). Transaction resolution unknown.
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="cause"&gt;Cause&lt;/h2&gt;
&lt;p&gt;One of the possible causes is the mismatch of the maximum transmission unit (MTU) between the client and server.&lt;/p&gt;
&lt;h2 id="action"&gt;Action&lt;/h2&gt;
&lt;p&gt;To determine the MTU value, run the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ifconfig
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This will display the eth0 configurations, along with the MTU value.&lt;/p&gt;
&lt;p&gt;To set a new value for the MTU:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;ifconfig eth0:0 &amp;lt;IP ADDRESS&amp;gt; netmask 255.255.255.255 mtu &amp;lt;NEW MTU VALUE&amp;gt;
&lt;/code&gt;&lt;/pre&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;March 2017&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

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