<?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-1726 Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1726 Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message</link><pubDate>Thu, 27 Sep 2018 00:37:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 9/27/2018 12:37:39 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;hosting.example&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;strong&gt;example&lt;/strong&gt;&amp;nbsp;instead of the &lt;strong&gt;hostname&lt;/strong&gt; specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;but the hostname specified in the product license is &amp;#39;hosting.example&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;hosting.example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, data server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1726 Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/11</link><pubDate>Wed, 26 Sep 2018 20:37:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Parmida Borhani on 9/26/2018 8:37:20 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;hosting.example&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;strong&gt;example&lt;/strong&gt;&amp;nbsp;instead of the &lt;strong&gt;hostname&lt;/strong&gt; specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;but the hostname specified in the product license is &amp;#39;hosting.example&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;hosting.example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/10</link><pubDate>Tue, 25 Sep 2018 12:13:09 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Stephen Okala on 9/25/2018 12:13:09 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;hosting.example&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;instead of the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;hosting.example&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;hosting.example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/9</link><pubDate>Thu, 13 Sep 2018 01:32:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Parmida Borhani on 9/13/2018 1:32:15 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;instead of the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;localhost&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/8</link><pubDate>Thu, 13 Sep 2018 01:31:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Parmida Borhani on 9/13/2018 1:31:40 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;instead of the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt; &lt;br /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;localhost&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;nbsp;&lt;/pre&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: September 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/7</link><pubDate>Thu, 13 Sep 2018 01:30:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Parmida Borhani on 9/13/2018 1:30:47 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;instead of the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/pre&gt;
&lt;pre&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/pre&gt;
&lt;pre&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;localhost&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;pre&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/pre&gt;
&lt;pre&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/6</link><pubDate>Wed, 12 Sep 2018 15:16:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Stephen Okala on 9/12/2018 3:16:26 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;instead of the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;localhost&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/5</link><pubDate>Wed, 29 Aug 2018 17:21:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Jordan Horwat on 8/29/2018 5:21:51 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message during startup:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2018-07-30 13:47:48,072 wd-5400 [main] INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data-server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;and not the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;localhost&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/4</link><pubDate>Wed, 29 Aug 2018 17:21:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jordan Horwat on 8/29/2018 5:21:34 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message during startup:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2018-07-30 13:47:48,072 wd-5400 [main] INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data-server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;and not the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &amp;#39;localhost&amp;#39;, the following&amp;nbsp;configuration must replace it:&lt;code&gt;&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/3</link><pubDate>Wed, 29 Aug 2018 17:20:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 8/29/2018 5:20:15 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message during startup:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2018-07-30 13:47:48,072 wd-5400 [main] INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data-server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;and not the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file to reflect the hostname specified in the product license. For example,&amp;nbsp;if the following configuration exists:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;however,&amp;nbsp;the hostname specified in the product license is &lt;strong&gt;localhost&lt;/strong&gt;, the following change is necessary:&lt;code&gt;&lt;br /&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/1</link><pubDate>Tue, 28 Aug 2018 20:57:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Stephen Okala on 8/28/2018 8:57:04 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message during startup:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2018-07-30 13:47:48,072 wd-5400 [main] INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data-server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;and not the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the Appian topology file to reflect the hostname specified in the license. For example if you have the following:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but the hostname specified in the license&amp;nbsp; is localhost, then change it to the following:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: data-server, infrastructure&lt;/div&gt;
</description></item><item><title>[Draft] KB-XXXX Data Server fails to start with ' Data Server is not configured to run on' message</title><link>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message/revision/2</link><pubDate>Tue, 28 Aug 2018 16:57:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:40975f44-4b5b-4f6f-8c7b-813a952be75d</guid><dc:creator>Stephen Okala</dc:creator><comments>https://community.appian.com/support/w/kb/1102/kb-1726-data-server-fails-to-start-with-data-server-is-not-configured-to-run-on-message#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Stephen Okala on 8/28/2018 4:57:27 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The data server fails to start with the following message during startup:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;2018-07-30 13:47:48,072 wd-5400 [main] INFO com.appian.data.server.Watchdog - Data Server is not configured to run on &amp;#39;localhost&amp;#39; according to the topology. It is configured to run on &amp;#39;example&amp;#39;. DataServer is shutting down.&lt;/code&gt;&lt;/p&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The data-server host section in&amp;nbsp;&lt;strong&gt;appian-topology.xml&lt;/strong&gt;&amp;nbsp;is set to&amp;nbsp;&lt;em&gt;example&lt;/em&gt;&amp;nbsp;and not the hostname specified in the license file.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Change the following data-server section in the Appian topology file to reflect the hostname specified in the license. For example if you have the following:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;data-server-cluster&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;example&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt; &lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;but the hostname specified in the license&amp;nbsp; is localhost, then change it to the following:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;&lt;br /&gt;&amp;lt;data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;nbsp; &amp;nbsp; &amp;lt;data-server host=&amp;quot;localhost&amp;quot; port=&amp;quot;5400&amp;quot; rts-count=&amp;quot;1&amp;quot;/&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;code&gt;&amp;lt;/data-server-cluster&amp;gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Please note&amp;nbsp;that&amp;nbsp;the above change must be made in the following locations:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/search-server/conf/&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/data-server/conf&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian&amp;nbsp;18.1 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: August 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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