<?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-1898 Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1898 Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error</link><pubDate>Tue, 26 Mar 2019 19:31:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 3/26/2019 7:31:49 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Zookeeper did not respond within the timeout threshold.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Check if Zookeeper is running.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If yes, check &lt;strong&gt;zookeeper.logs&lt;/strong&gt; located in &lt;code&gt;&amp;lt;APPAIN_HOME&amp;gt;/logs/service-manager/zookeeper&lt;/code&gt; to find why it is not responding to the script.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If no, start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;. Rerun the recovery script using the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: zookeeper, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/9</link><pubDate>Mon, 25 Mar 2019 18:47:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Tom Ryan</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Tom Ryan on 3/25/2019 6:47:00 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Zookeeper did not respond within the timeout threshold.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Check if Zookeeper is running.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If yes, check &lt;strong&gt;zookeeper.logs&lt;/strong&gt; located in &lt;code&gt;&amp;lt;APPAIN_HOME&amp;gt;/logs/service-manager/zookeeper&lt;/code&gt; to find why it is not responding to the script.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If no, Start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;. Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/8</link><pubDate>Mon, 25 Mar 2019 10:59:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Anirudh Rathi on 3/25/2019 10:59:48 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Service Manager and Zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Check if Zookeeper is running.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If yes, check &lt;strong&gt;zookeeper.logs&lt;/strong&gt; located in &lt;code&gt;&amp;lt;APPAIN_HOME&amp;gt;/logs/service-manager/zookeeper&lt;/code&gt; to find why it is not responding to the script.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If no, Start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;. Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/7</link><pubDate>Mon, 25 Mar 2019 10:59:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Anirudh Rathi on 3/25/2019 10:59:15 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Service Manager and Zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Check if Zookeeper is running.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If yes, check &lt;strong&gt;zookeeper.logs&lt;/strong&gt; located in &lt;code&gt;&lt;code&gt;&amp;lt;APPAIN_HOME&amp;gt;/logs/service-manager/zookeeper&amp;nbsp;&lt;/code&gt;&lt;/code&gt;to find why it is not responding to the script.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If no, Start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;. Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/6</link><pubDate>Mon, 25 Mar 2019 10:59:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Anirudh Rathi on 3/25/2019 10:59:02 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Service Manager and Zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Check if Zookeeper is running.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;If yes, check &lt;strong&gt;zookeeper.logs&lt;/strong&gt; located in &lt;code&gt;&lt;code&gt;&amp;lt;APPAIN_HOME&amp;gt;/logs/service-manager/zookeeper &lt;/code&gt;&lt;/code&gt;to find why it is not responding to the script.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;If no, Start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;. Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/5</link><pubDate>Mon, 25 Mar 2019 10:56:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Anirudh Rathi on 3/25/2019 10:56:43 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Service Manager and Zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Check if Zookeeper is running. If yes, check &lt;strong&gt;zookeeper.logs&lt;/strong&gt; located in &lt;code&gt;&lt;code&gt;&amp;lt;APPAIN_HOME&amp;gt;/logs/service-manager/zookeeper &lt;/code&gt;&lt;/code&gt;to find why it is not responding to the script.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/4</link><pubDate>Fri, 22 Mar 2019 17:44:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jordan Horwat on 3/22/2019 5:44:24 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Service Manager and Zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start Service Manager by running: &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/start.sh|bat -p &amp;lt;password&amp;gt; -s manager&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/3</link><pubDate>Fri, 22 Mar 2019 17:43:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 3/22/2019 5:43:25 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The recovery script,&amp;nbsp;&lt;strong&gt;recovery.sh&lt;/strong&gt;,&amp;nbsp;located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&lt;/code&gt;&amp;nbsp;fails to execute with the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because Service Manager and Zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start Service Manager by running:&amp;nbsp;&lt;tt&gt;&amp;lt;APPIAN_HOME&amp;gt;\services\bin\start.sh (bat) -p &amp;lt;password&amp;gt; -s manager.&lt;/tt&gt;&lt;/li&gt;
&lt;li&gt;Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/1</link><pubDate>Fri, 22 Mar 2019 17:05:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Anirudh Rathi on 3/22/2019 5:05:32 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Recovery script (&lt;strong&gt;recovery.sh&lt;/strong&gt;) located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&amp;nbsp;&lt;/code&gt;fails to execute due to the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because service manager and zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start the Service Manager (&lt;tt&gt;&amp;lt;APPIAN_HOME&amp;gt;\services\bin\start.sh (bat) -p &amp;lt;password&amp;gt; -s manager&lt;/tt&gt;)&lt;/li&gt;
&lt;li&gt;Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This articles applied to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-XXXX Recovery.sh script fails to execute due to "Unable to connect to zookeeper server within timeout" error</title><link>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error/revision/2</link><pubDate>Fri, 22 Mar 2019 13:07:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:7b92c662-f2e2-4ada-831b-df0f11b038fe</guid><dc:creator>Anirudh Rathi</dc:creator><comments>https://community.appian.com/support/w/kb/1396/kb-1898-recovery-sh-script-fails-to-execute-due-to-unable-to-connect-to-zookeeper-server-within-timeout-error#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Anirudh Rathi on 3/22/2019 1:07:16 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Recovery script (&lt;strong&gt;recovery.sh&lt;/strong&gt;) located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/services/bin/&amp;nbsp;&lt;/code&gt;fails to execute due to the following error printed on console:&amp;nbsp;&lt;/p&gt;
&lt;pre class="code-java"&gt;Exception in thread &lt;span class="code-quote"&gt;&amp;quot;main&amp;quot;&lt;/span&gt; org.I0Itec.zkclient.exception.ZKTimeoutException: Unable to connect to zookeeper server within timeout : 30000&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The script fails to execute because service manager and zookeeper are not running.&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Start the Service Manager (&lt;tt&gt;&amp;lt;APPIAN_HOME&amp;gt;\services\bin\start.sh (bat) -p &amp;lt;password&amp;gt; -s manager&lt;/tt&gt;)&lt;/li&gt;
&lt;li&gt;Rerun the recovery script using &lt;a href="https://docs.appian.com/suite/help/latest/Recovery_Script.html" target="_blank"&gt;recovery script&lt;/a&gt; documentation.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Last Reviewed: March 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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