<?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-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail</link><pubDate>Tue, 29 Jan 2019 14:49:31 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 1/29/2019 2:49:31 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/service_manager.log&lt;/code&gt; file:&lt;/p&gt;
&lt;pre&gt;ERROR com.appian.komodo.Bootstrap - Uncaught error in thread. com.typesafe.config.ConfigException$WrongType:&amp;lt;APPIAN_HOME&amp;gt;/conf/custom.properties: transaction has type STRING rather than NUMBER&lt;/pre&gt;
&lt;p&gt;A specific &amp;quot;Caused by:&amp;quot; statement for this error is shown below:&lt;/p&gt;
&lt;pre&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Service Manager&amp;nbsp;has encountered an unexpected property value in the&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt; file located at&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;. Specifically, a property listed in &lt;strong&gt;custom.properties&lt;/strong&gt; is set equal to a value that is being read as a string rather than a number.&lt;/p&gt;
&lt;p&gt;In the example above, the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Review the &lt;strong&gt;custom.properties&lt;/strong&gt; file to ensure all properties have expected values and that there are no unexpected trailing characters appending the properties.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the example above, ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&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;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/10</link><pubDate>Tue, 29 Jan 2019 14:48:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Jordan Horwat on 1/29/2019 2:48:04 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/service_manager.log&lt;/code&gt; file:&lt;/p&gt;
&lt;pre&gt;ERROR com.appian.komodo.Bootstrap - Uncaught error in thread. com.typesafe.config.ConfigException$WrongType:&amp;lt;APPIAN_HOME&amp;gt;/conf/custom.properties: transaction has type STRING rather than NUMBER&lt;/pre&gt;
&lt;p&gt;A specific &amp;quot;Caused by:&amp;quot; statement for this error is shown below:&lt;/p&gt;
&lt;pre&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Service Manager&amp;nbsp;has encountered an unexpected property value in the&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt; file located at&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;. Specifically, a property listed in &lt;strong&gt;custom.properties&lt;/strong&gt; is set equal to a value that is being read as a string rather than a number.&lt;/p&gt;
&lt;p&gt;In the example above, the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Review the &lt;strong&gt;custom.properties&lt;/strong&gt; file to ensure all properties have expected values and that there are no unexpected trailing characters appending the properties.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the example above, ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/9</link><pubDate>Tue, 29 Jan 2019 14:47:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Jordan Horwat on 1/29/2019 2:47:52 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/service_manager.log&lt;/code&gt; file:&lt;/p&gt;
&lt;pre&gt;ERROR com.appian.komodo.Bootstrap - Uncaught error in thread. com.typesafe.config.ConfigException$WrongType:&amp;lt;APPIAN_HOME&amp;gt;/conf/custom.properties: transaction has type STRING rather than NUMBER&lt;br /&gt;&lt;br /&gt;&lt;/pre&gt;
&lt;p&gt;A specific &amp;quot;Caused by:&amp;quot; statement for this error is shown below:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;pre&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;Service Manager&amp;nbsp;has encountered an unexpected property value in the&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt; file located at&amp;nbsp;&lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/conf/&lt;/code&gt;. Specifically, a property listed in &lt;strong&gt;custom.properties&lt;/strong&gt; is set equal to a value that is being read as a string rather than a number.&lt;/p&gt;
&lt;p&gt;In the example above, the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Review the &lt;strong&gt;custom.properties&lt;/strong&gt; file to ensure all properties have expected values and that there are no unexpected trailing characters appending the properties.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For the example above, ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed: January 2019&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/8</link><pubDate>Tue, 27 Nov 2018 11:58:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Jordan Horwat on 11/27/2018 11:58:56 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/service_manager.log&lt;/code&gt; file:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/7</link><pubDate>Tue, 27 Nov 2018 11:58:19 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Jordan Horwat on 11/27/2018 11:58:19 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/service_manager.log&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/6</link><pubDate>Mon, 23 Jul 2018 12:43:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Jordan Horwat on 7/23/2018 12:43:39 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the application server log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: installation, infrastructure, service manager&lt;/div&gt;
</description></item><item><title>KB-1560 "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/5</link><pubDate>Thu, 26 Apr 2018 13:26:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Nick Vigilante on 4/26/2018 1:26:07 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the application server log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXX "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/4</link><pubDate>Thu, 26 Apr 2018 09:13:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Jordan Horwat on 4/26/2018 9:13:33 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the application server log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/latest/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC&lt;/code&gt;&amp;nbsp;property&amp;nbsp;listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXX "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/3</link><pubDate>Wed, 25 Apr 2018 17:46:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Jordan Horwat on 4/25/2018 5:46:45 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the application server log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt;&amp;nbsp;line listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.1/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt;&amp;nbsp;line listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXX "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/2</link><pubDate>Wed, 25 Apr 2018 17:46:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Jordan Horwat on 4/25/2018 5:46:24 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the application server log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt;&amp;nbsp;line listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. More information about this setting can be found in the&amp;nbsp;&lt;a href="https://docs.appian.com/suite/help/18.1/Configuring_the_Process_Engine_Servers.html#max_exec_engine_load_metric"&gt;Configuring the Process Engine Servers&lt;/a&gt;&amp;nbsp;documentation.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt;&amp;nbsp;line listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value.&lt;/p&gt;
&lt;h2&gt;&amp;nbsp;&lt;/h2&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: service manager&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXX "loadMetric.threshold has type STRING rather than NUMBER" causes Service Manager startup to fail</title><link>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail/revision/1</link><pubDate>Tue, 24 Apr 2018 18:55:49 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:78d9744e-08c0-4798-a517-fa829b385083</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/935/kb-1560-loadmetric-threshold-has-type-string-rather-than-number-causes-service-manager-startup-to-fail#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Jordan Horwat on 4/24/2018 6:55:49 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;When starting the Appian services, the startup stalls at &amp;quot;Waiting for Service Manager to launch,&amp;quot; and the following exception appears in the application server log:&lt;/p&gt;
&lt;pre&gt;java.lang.IllegalStateException: Expected the service to be TERMINATED, but the service has FAILED&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;.&lt;br /&gt;Caused by: com.typesafe.config.ConfigException$WrongType: &amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/conf/custom.properties: loadMetric.threshold has type STRING rather than NUMBER&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt;&amp;nbsp;line listed in &lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to a value that is being read as a string rather than a number. If this line is set equal to a&amp;nbsp;variable that is defined (as an integer) in a separate configuration file, this file containing the integer value is not being properly implemented/read.&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Ensure that the&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt;&amp;nbsp;line listed in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;&amp;nbsp;is set equal to an integer value, whether the integer is listed explicitly in &lt;strong&gt;custom.properties&lt;/strong&gt; or&amp;nbsp;through a variable that calls an integer value from a separate configuration file.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;If a variable (that is defined in a separate configuration file) is being used to define this value, and the separate configuration file is not being properly implemented/read, set&amp;nbsp;&lt;code&gt;server.conf.processcommon.MAX_EXEC_ENGINE_LOAD_METRIC=&lt;/code&gt; equal to an integer value explicitly in&amp;nbsp;&lt;strong&gt;custom.properties&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Version&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 17.3 and later.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;April 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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