<?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-1731 Engines fail to start after upgrade with “ShaMismatchException” or "EngineReplayException"</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1731 Engines fail to start after upgrade with “ShaMismatchException” or "EngineReplayException"</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception</link><pubDate>Tue, 05 Aug 2025 15:53:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>pauline.delacruz</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Current Revision posted to Appian Knowledge Base by pauline.delacruz on 8/5/2025 3:53:52 PM&lt;br /&gt;
&lt;h2 id="mcetoc_1iu20vjea0"&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Following an upgrade, the Appian Engines fail to&amp;nbsp;start successfully. One of the following errors are also observed in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;K sha256 was &amp;lt;sha&amp;gt;, but the transaction log sha was &amp;lt;sha&amp;gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="content-scrollable-wrapper content-scrollable-wrapper-scrolled"&gt;
&lt;pre&gt;ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for &amp;lt;engine&amp;gt;: &lt;br /&gt;TransactionReplayFailedEvent{createdInstant=engineId=&amp;lt;engine&amp;gt;, startTransactionId=Optional[0], transactionsReplayedCount=***, &lt;br /&gt;cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, &lt;br /&gt;caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;/div&gt;
&lt;h2 id="mcetoc_1iu20vjea1"&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engine(s) were improperly shut down before upgrading&amp;nbsp;and there are transactions that have not been checkpointed. Attempting to proceed with an upgrade can result in silent data corruption.&lt;/p&gt;
&lt;p&gt;An Appian on Kubernetes (AoK) site can encounter this issue if the Service Manager finalizer is removed during the site shutdown prior to the upgrade.&lt;/p&gt;
&lt;h2 id="mcetoc_1iu20vjea2"&gt;Action&lt;/h2&gt;
&lt;h3 id="mcetoc_1iu20vjea3"&gt;Self-Managed Appian&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Restore the site to a backup from prior to the upgrade.&lt;/li&gt;
&lt;li&gt;Perform a clean shutdown&amp;nbsp;as documented&amp;nbsp;in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that there are no checkpointing errors in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;. See&amp;nbsp;&lt;a href="/support/w/kb/1653/kb-2068-how-to-understand-checkpointing-in-service_5f00_manager-log"&gt;KB-2068&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for detailed information on how to understand checkpointing in the logs.&lt;/li&gt;
&lt;li&gt;Re-attempt the upgrade.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 id="mcetoc_1iu20vjea4"&gt;Appian on Kubernetes&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Stop the site by deleting the Appian CR. Since the Service Manager pods will be unable to start, deleting the CR will require&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/k8s/troubleshooting-appian-k8s.html#removing-the-service-manager-finalizer"&gt;removing the Service Manager finalizer&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;as well.&lt;/li&gt;
&lt;li&gt;Change the Appian version in the Appian CRD&amp;nbsp;back to the Appian version prior to the upgrade.
&lt;ol&gt;
&lt;li&gt;Note that if&amp;nbsp;your CRD specifies a&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/k8s/crds.html#v1beta1.image"&gt;tag for component images&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;as well, the tags must also be updated.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Start the site back up. Some components may not come up successfully, but this is expected. Wait until all of the Service Manager pods are in a Ready state.&lt;/li&gt;
&lt;li&gt;Re-attempt the upgrade. Do NOT remove&amp;nbsp;the Service Manager finalizer while shutting the site down.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="mcetoc_1iu20vjea5"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: August 2025&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1731 Engines fail to start after upgrade with “ShaMismatchException” or "EngineReplayException"</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/13</link><pubDate>Tue, 01 Feb 2022 06:46:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Parmida Borhani on 2/1/2022 6:46:47 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Following an upgrade, the Appian Engines fail to&amp;nbsp;start successfully. One of the following errors are also observed in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;K sha256 was &amp;lt;sha&amp;gt;, but the transaction log sha was &amp;lt;sha&amp;gt;&lt;/pre&gt;
&lt;pre&gt;ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for &amp;lt;engine&amp;gt;: &lt;br /&gt;TransactionReplayFailedEvent{createdInstant=engineId=&amp;lt;engine&amp;gt;, startTransactionId=Optional[0], transactionsReplayedCount=***, &lt;br /&gt;cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, &lt;br /&gt;caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engine(s) were improperly shut down before upgrading&amp;nbsp;and there are transactions that have not been checkpointed. Attempting to proceed with an upgrade can result in silent data corruption.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restore the site to a backup from prior to the upgrade.&lt;/li&gt;
&lt;li&gt;Perform a clean shutdown&amp;nbsp;as documented&amp;nbsp;in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that there are no checkpointing errors in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;. See&amp;nbsp;&lt;a href="/support/w/kb/1653/kb-2068-how-to-understand-checkpointing-in-service_5f00_manager-log"&gt;KB-2068&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for detailed information on how to understand checkpointing in the logs.&lt;/li&gt;
&lt;li&gt;Re-attempt the upgrade.&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.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: January 2022&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1731 Engines fail to start after upgrade with “ShaMismatchException” or "EngineReplayException"</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/12</link><pubDate>Tue, 01 Feb 2022 06:41:01 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Parmida Borhani on 2/1/2022 6:41:01 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Following an upgrade, the Appian Engines fail to&amp;nbsp;start successfully. One of the following errors are also observed in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;K sha256 was &amp;lt;sha&amp;gt;, but the transaction log sha was &amp;lt;sha&amp;gt;&lt;/pre&gt;
&lt;pre&gt;ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for &amp;lt;engine&amp;gt;: TransactionReplayFailedEvent{createdInstant=engineId=&amp;lt;engine&amp;gt;, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engine(s) were improperly shut down before upgrading&amp;nbsp;and there are transactions that have not been checkpointed. Attempting to proceed with an upgrade can result in silent data corruption.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restore the site to a backup from prior to the upgrade.&lt;/li&gt;
&lt;li&gt;Perform a clean shutdown&amp;nbsp;as documented&amp;nbsp;in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that there are no checkpointing errors in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;. See&amp;nbsp;&lt;a href="/support/w/kb/1653/kb-2068-how-to-understand-checkpointing-in-service_5f00_manager-log"&gt;KB-2068&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for detailed information on how to understand checkpointing in the logs.&lt;/li&gt;
&lt;li&gt;Re-attempt the upgrade.&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.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: January 2022&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1731 Engines fail to start after upgrade with “ShaMismatchException” or "EngineReplayException"</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/11</link><pubDate>Mon, 31 Jan 2022 06:22:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Parmida Borhani on 1/31/2022 6:22:12 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Following an upgrade, the Appian Engines fail to&amp;nbsp;start successfully. One of the following errors are also observed in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;K sha256 was &amp;lt;sha&amp;gt;, but the transaction log sha was &amp;lt;sha&amp;gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;pre&gt;ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for &amp;lt;engine&amp;gt;: TransactionReplayFailedEvent{createdInstant=engineId=&amp;lt;engine&amp;gt;, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engine(s) were improperly shut down before upgrading&amp;nbsp;and there are transactions that have not been checkpointed. Attempting to proceed with an upgrade can result in silent data corruption.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restore the site to a backup from prior to the upgrade.&lt;/li&gt;
&lt;li&gt;Perform a clean shutdown&amp;nbsp;as documented&amp;nbsp;in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that there are no checkpointing errors in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;. See&amp;nbsp;&lt;a href="/support/w/kb/1653/kb-2068-how-to-understand-checkpointing-in-service_5f00_manager-log"&gt;KB-2068&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for detailed information on how to understand checkpointing in the logs.&lt;/li&gt;
&lt;li&gt;Re-attempt the upgrade.&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.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: January 2022&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1731 Engines fail to start after upgrade with “ShaMismatchException” or "EngineReplayException"</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/10</link><pubDate>Thu, 20 Jan 2022 05:32:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Parmida Borhani on 1/20/2022 5:32:05 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Following an upgrade, the Appian Engines fail to&amp;nbsp;start successfully. One of the following errors are also observed in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;:&amp;nbsp;&lt;/p&gt;
&lt;div class="content-scrollable-wrapper"&gt;
&lt;pre&gt;K sha256 was &amp;lt;sha&amp;gt;, but the transaction log sha was &amp;lt;sha&amp;gt;&lt;/pre&gt;
&lt;/div&gt;
&lt;div class="content-scrollable-wrapper content-scrollable-wrapper-scrolled"&gt;
&lt;pre&gt;ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for &amp;lt;engine&amp;gt;: TransactionReplayFailedEvent{createdInstant=engineId=&amp;lt;engine&amp;gt;, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;/div&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engine(s) were improperly shut down before upgrading&amp;nbsp;and there are transactions that have not been checkpointed. Attempting to proceed with an upgrade can result in silent data corruption.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Restore the site to a backup from prior to the upgrade.&lt;/li&gt;
&lt;li&gt;Perform a clean shutdown&amp;nbsp;as documented&amp;nbsp;in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Ensure that there are no checkpointing errors in the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;service_manager.log&lt;/strong&gt;. See&amp;nbsp;&lt;a href="/support/w/kb/1653/kb-2068-how-to-understand-checkpointing-in-service_5f00_manager-log"&gt;KB-2068&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;for detailed information on how to understand checkpointing in the logs.&lt;/li&gt;
&lt;li&gt;Re-attempt the upgrade.&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.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Last Reviewed: January 2022&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1731 Engines fail to start-up after migration with "EngineReplayException" observed in service_manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/9</link><pubDate>Fri, 28 Sep 2018 14:34:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Jordan Horwat on 9/28/2018 2:34:08 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up during &lt;a href="https://docs.appian.com/suite/help/18.3/Upgrade_Guide.html#10.-start-appian"&gt;this&lt;/a&gt; step of the&amp;nbsp;upgrade with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down without being checkpointed before they were copied over to the new environment.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as documented&amp;nbsp;in the &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt; before migrating the engine KDB files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/8</link><pubDate>Fri, 28 Sep 2018 10:23:36 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Jordan Horwat on 9/28/2018 10:23:36 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up during &lt;a href="https://docs.appian.com/suite/help/18.3/Upgrade_Guide.html#10.-start-appian"&gt;this&lt;/a&gt; step of the&amp;nbsp;upgrade with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down without being checkpointed before they were copied over to the new environment.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as documented&amp;nbsp;in the &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;Update Guide&lt;/a&gt; before migrating the engine KDB files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/7</link><pubDate>Thu, 20 Sep 2018 15:43:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Tejas Kargutkar on 9/20/2018 3:43:54 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up during &lt;a href="https://docs.appian.com/suite/help/18.3/Upgrade_Guide.html#10.-start-appian"&gt;this&lt;/a&gt; step of the&amp;nbsp;upgrade with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down without being checkpointed before they were copied over to the new environment.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine KDB files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/6</link><pubDate>Tue, 18 Sep 2018 09:44:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Tejas Kargutkar on 9/18/2018 9:44:08 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up during an upgrade with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down without being checkpointed before they were migrated.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine KDB files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/5</link><pubDate>Thu, 13 Sep 2018 13:20:50 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Tejas Kargutkar on 9/13/2018 1:20:50 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up after migration with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down before they were migrated.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine KDB files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/4</link><pubDate>Thu, 13 Sep 2018 13:14:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Tejas Kargutkar on 9/13/2018 1:14:12 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up after migration with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down before they were migrated.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine kdb files and redo the migration.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/3</link><pubDate>Tue, 11 Sep 2018 17:30:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Tejas Kargutkar on 9/11/2018 5:30:44 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up after migration with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down before they were migrated.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian engines as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine kdb files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/2</link><pubDate>Tue, 11 Sep 2018 17:25:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Tejas Kargutkar on 9/11/2018 5:25:57 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up after migration with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down before they were migrated.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine kdb files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: engines, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Engines fail to start-up after migration with "EngineReplayException" observed in service-manager.log</title><link>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception/revision/1</link><pubDate>Tue, 11 Sep 2018 17:25:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:0781e07a-dd60-462b-89b7-f9c62e28a6aa</guid><dc:creator>Tejas Kargutkar</dc:creator><comments>https://community.appian.com/support/w/kb/1125/kb-1731-engines-fail-to-start-after-upgrade-with-shamismatchexception-or-enginereplayexception#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Tejas Kargutkar on 9/11/2018 5:25:30 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;Engines fail to start up after migration with the following error observed in the&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;\logs\service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;[KomodoEventBus-60] ERROR com.appian.komodo.engine.status.ReplayStateProvider - Error replaying transactions for analytics00: TransactionReplayFailedEvent{createdInstant=engineId=analytics00, startTransactionId=Optional[0], transactionsReplayedCount=***, cause=com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update}, caused by: com.appian.komodo.engine.EngineReplayException: Replaying request with transaction id&amp;nbsp;*** did not result in an update&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Engines were improperly shut down before they were migrated.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Shut down Appian as &lt;a href="https://docs.appian.com/suite/help/latest/Upgrade_Guide.html#2.-shut-down-appian"&gt;documented&lt;/a&gt;&amp;nbsp;in the update guide before migrating the engine kdb files.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;div class="content"&gt;
&lt;div class="content"&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;September 2018&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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