<?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-1850 Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1850 Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database</link><pubDate>Thu, 24 Jan 2019 15:33:41 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 1/24/2019 3:33:41 PM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.4/Hotfixes.html#hotfix-package-c"&gt;Appian 18.4 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.3/Hotfixes.html#hotfix-package-f"&gt;Appian 18.3 Hotfix Package F&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/17</link><pubDate>Thu, 24 Jan 2019 10:27:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Rebecca Jonas on 1/24/2019 10:27:02 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.3/Hotfixes.html#hotfix-package-f"&gt;Appian 18.3 Hotfix Package F&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.appian.com/suite/help/18.4/Hotfixes.html#hotfix-package-c"&gt;Appian 18.4 Hotfix Package C&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/16</link><pubDate>Thu, 17 Jan 2019 11:34:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Rebecca Jonas on 1/17/2019 11:34:10 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.3 Hotfix Package F&lt;/li&gt;
&lt;li&gt;Appian 18.4 Hotfix Package C&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/15</link><pubDate>Thu, 17 Jan 2019 11:33:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Rebecca Jonas on 1/17/2019 11:33:40 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.3 Hotfix Package F&lt;/li&gt;
&lt;li&gt;Appian 18.4 Hotfix Package C&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/14</link><pubDate>Thu, 17 Jan 2019 11:33:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Rebecca Jonas on 1/17/2019 11:33:09 AM&lt;br /&gt;
&lt;table style="background-color:#bcedaf;"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.3 Hotfix Package F&lt;/li&gt;
&lt;li&gt;Appian 18.4 Hotfix Package C&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/13</link><pubDate>Thu, 17 Jan 2019 11:32:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Rebecca Jonas on 1/17/2019 11:32:31 AM&lt;br /&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;This issue has been resolved in an Appian hotfix/new Appian version. Please apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;Symptoms&lt;/p&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.3 Hotfix Package F&lt;/li&gt;
&lt;li&gt;Appian 18.4 Hotfix Package C&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/12</link><pubDate>Thu, 17 Jan 2019 11:28:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Rebecca Jonas on 1/17/2019 11:28:42 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.3 Hotfix Package F&lt;/li&gt;
&lt;li&gt;Appian 18.4 Hotfix Package C&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/11</link><pubDate>Thu, 17 Jan 2019 10:58:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Rebecca Jonas on 1/17/2019 10:58:39 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been addressed via&amp;nbsp;&lt;strong&gt;AN-123225&lt;/strong&gt;&amp;nbsp;in the following versions/hotfixes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Appian 18.3 Hotfix Package&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Appian 18.4 Hotfix Package&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Apply the latest hotfix to your Appian installation or upgrade to the latest version of Appian.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/10</link><pubDate>Tue, 15 Jan 2019 16:53:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Rebecca Jonas on 1/15/2019 4:53:19 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team.&amp;nbsp;The reference number for this issue is &lt;strong&gt;AN-123225&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed:&amp;nbsp;January 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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/9</link><pubDate>Tue, 15 Jan 2019 16:50:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Rebecca Jonas on 1/15/2019 4:50:37 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team.&amp;nbsp;The reference number for this issue is &lt;strong&gt;AN-123225&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml &lt;/strong&gt;as shown in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#provide-data-source-connection-information"&gt;Configuring Relational Databases&lt;/a&gt; documentation.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/8</link><pubDate>Tue, 15 Jan 2019 16:48:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Rebecca Jonas on 1/15/2019 4:48:30 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This issue has been reported to the Appian Product Team.&amp;nbsp;The reference number for this issue is &lt;strong&gt;AN-123225&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Use &lt;code&gt;factory=&amp;quot;org.apache.tomcat.jdbc.pool.DataSourceFactory&amp;quot;&lt;/code&gt; when you specify the &lt;code&gt;XADatasouce&lt;/code&gt; in&amp;nbsp;&lt;strong&gt;tomcatResources.xml&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note:&lt;/strong&gt; This&amp;nbsp;requires the password to be placed in the file in cleartext.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and 18.4.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Null component error when using XA database</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/7</link><pubDate>Thu, 03 Jan 2019 15:57:10 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Rebecca Jonas on 1/3/2019 3:57:10 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Tomcat does not support XA database transactions.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database&amp;nbsp;configurations in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#mysql"&gt;Configuring Relational Databases&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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 Null component error when using XA database transactions</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/6</link><pubDate>Thu, 03 Jan 2019 15:55:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Rebecca Jonas on 1/3/2019 3:55:39 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Tomcat does not support XA database transactions.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database&amp;nbsp;configurations in the &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Relational_Databases.html#mysql"&gt;Configuring Relational Databases&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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 Null component error when using XA database transactions</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/5</link><pubDate>Thu, 03 Jan 2019 15:42:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Rebecca Jonas on 1/3/2019 3:42:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and a database and/or driver configured for XA transactions, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Tomcat does not support XA database transactions.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database&amp;nbsp;configurations in the &lt;a href="https://docs.appian.com/suite/help/latest/System_Requirements.html#databases"&gt;System Requirements&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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 Null component error when using Oracle XA</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/1</link><pubDate>Mon, 31 Dec 2018 19:41:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Rebecca Jonas on 12/31/2018 7:41:32 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and Oracle XA as the database, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Oracle XA is an unsupported database for all versions of Appian.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database options in the &lt;a href="https://docs.appian.com/suite/help/latest/System_Requirements.html#databases"&gt;System Requirements&lt;/a&gt;&amp;nbsp;documentation instead.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle XA as the database.&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 Null component error when using Oracle XA</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/4</link><pubDate>Mon, 31 Dec 2018 16:02:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Rebecca Jonas on 12/31/2018 4:02:06 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and Oracle XA as the database, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Oracle XA is an unsupported database.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database options in the &lt;a href="https://docs.appian.com/suite/help/latest/System_Requirements.html#databases"&gt;System Requirements&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Oracle XA as the database.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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 Null component error when using Oracle XA</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/3</link><pubDate>Mon, 31 Dec 2018 15:26:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Rebecca Jonas on 12/31/2018 3:26:30 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and Oracle XA as the database, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Oracle XA is an unsupported database for all versions of Appian.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database options in the &lt;a href="https://docs.appian.com/suite/help/latest/System_Requirements.html#databases"&gt;System Requirements&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle XA as the database.&lt;/p&gt;
&lt;p&gt;Last reviewed: December 2018&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 Null component error when using Oracle XA</title><link>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database/revision/2</link><pubDate>Mon, 31 Dec 2018 14:43:23 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6e986d5-1a9a-46d0-ab39-998861ceb98a</guid><dc:creator>Rebecca Jonas</dc:creator><comments>https://community.appian.com/support/w/kb/1282/kb-1850-null-component-error-when-using-xa-database#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Rebecca Jonas on 12/31/2018 2:43:23 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When using Tomcat as the application server and Oracle XA as the database, the following error is seen in the application server log:&lt;/p&gt;
&lt;pre&gt;SEVERE &lt;span class="error"&gt;[localhost-startStop-1]&lt;/span&gt; org.apache.tomcat.util.modeler.Registry.registerComponent Null component Catalina:type=DataSource,host=localhost,context=/suite,class=javax.sql.XADataSource,name=&amp;quot;jdbc/AppianPrimaryDS&amp;quot;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Oracle XA is an unsupported database for all versions of Appian.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Use one of the supported database options in the &lt;a href="https://docs.appian.com/suite/help/latest/System_Requirements.html#databases"&gt;System Requirements&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian using Oracle XA as the database.&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></channel></rss>