<?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-1736 HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1736 HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log</link><pubDate>Thu, 04 Oct 2018 07:21:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Parmida Borhani</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Parmida Borhani on 10/4/2018 7:21:07 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Appian&amp;nbsp;and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;.&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;&amp;nbsp;in&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later using Apache as a web server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Last Reviewed: October 2018&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/8</link><pubDate>Wed, 03 Oct 2018 09:08:21 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Zach Puderbach on 10/3/2018 9:08:21 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Appian&amp;nbsp;and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;.&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;&amp;nbsp;in&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later using Apache as a web server.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Last Reviewed: October 2018&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/1</link><pubDate>Tue, 02 Oct 2018 13:53:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 1 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 1:53:18 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Tomcat and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt;&lt;/span&gt; file shows the following error:&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &amp;#39;JKWorkerProperty&amp;#39; fields from Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Apache documentation indicates this is possible with the &amp;#39;JkWorkersFile&amp;#39; directive to reference the &amp;#39;JKWorkerProperty&amp;#39; fields as a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &amp;#39;JkWorkersFile&amp;#39; directive doesn&amp;#39;t make&amp;nbsp;the contents of the &amp;#39;workers.properties&amp;#39; accessible within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any names specified by the &amp;#39;JKWorkerProperty&amp;#39; field &amp;#39;worker.list&amp;#39; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation Configuring Apache Web Server with Appian under Setup Worker Properties (or Configuring Apache Web Server with Jboss in 18.2 and below) when configuring the JKWorkerProperty fields.&lt;br /&gt; 1) Remove the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt; file.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/7</link><pubDate>Tue, 02 Oct 2018 11:20:22 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 11:20:22 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Appian&amp;nbsp;and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;&amp;nbsp;in&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Last Reviewed: October 2018&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/6</link><pubDate>Tue, 02 Oct 2018 10:54:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 6 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 10:54:51 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Appian&amp;nbsp;and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;&amp;nbsp;in&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/5</link><pubDate>Tue, 02 Oct 2018 10:54:07 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 5 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 10:54:07 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Tomcat and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;&amp;nbsp;in&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/4</link><pubDate>Tue, 02 Oct 2018 10:53:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 4 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 10:53:24 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Tomcat and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&amp;nbsp;&lt;/code&gt;in&amp;nbsp;httpd.conf&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/3</link><pubDate>Tue, 02 Oct 2018 10:21:00 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 3 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 10:21:00 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Tomcat and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt;&amp;nbsp;under Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX HTTP 500 Internal Server Error with "Could not find a worker for worker name" in mod_jk.log</title><link>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log/revision/2</link><pubDate>Tue, 02 Oct 2018 10:11:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e2626a5d-f9c2-4fa7-85f7-5a184459604e</guid><dc:creator>Zach Puderbach</dc:creator><comments>https://community.appian.com/support/w/kb/1160/kb-1736-http-500-internal-server-error-with-could-not-find-a-worker-for-worker-name-in-mod_5f00_jk-log#comments</comments><description>Revision 2 posted to Appian Knowledge Base by Zach Puderbach on 10/2/2018 10:11:27 AM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;Tomcat and Apache start successfully, but a HTTP 500 Internal Server Error appears when trying to access the Appian login page.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;The &lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/logs/mod_jk.log&lt;/code&gt; file shows the following error:&lt;/span&gt;&lt;/p&gt;
&lt;pre&gt;&lt;span style="font-family:inherit;"&gt;[info] init_jk::mod_jk.c (3595): mod_jk/1.2.42 initialized&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:inherit;"&gt;[info] jk_handler::mod_jk.c (3003): Could not find a worker for worker name=LoadBalancer&amp;rdquo;&lt;/span&gt;&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;JKWorkerProperty&lt;/code&gt; fields configured in Setup Worker Properties are specified in a file outside&amp;nbsp;&lt;span style="font-family:inherit;"&gt;&lt;code&gt;&amp;lt;APACHE_HOME&amp;gt;/conf/httpd.conf&lt;/code&gt;&lt;/span&gt;, rather than directly within it. Apache documentation indicates this is possible with the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive referencing a separate file called &lt;strong&gt;workers.properties&lt;/strong&gt;, which contains the JKWorkerProperty fields.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;However, the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive doesn&amp;#39;t&amp;nbsp;include the contents of&amp;nbsp;&lt;strong&gt;workers.properties&lt;/strong&gt;&amp;nbsp;within &lt;strong&gt;httpd.conf&lt;/strong&gt;. Trying to reference any worker names specified by the &lt;code&gt;JKWorkerProperty&lt;/code&gt; field &lt;code&gt;worker.list&lt;/code&gt; within &lt;strong&gt;httpd.conf&lt;/strong&gt; will fail, causing the error in &lt;strong&gt;mod_jk.log&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;p&gt;Follow the Appian Documentation &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html"&gt;Configuring Apache Web Server with Appian&lt;/a&gt; under Setup Worker Properties (or &lt;a href="https://docs.appian.com/suite/help/18.2/Configuring_Apache_Web_Server_with_JBoss.html"&gt;Configuring Apache Web Server with Jboss&lt;/a&gt; in 18.2 and below) when configuring the JKWorkerProperty fields.&lt;br /&gt; 1) Remove the line using the &lt;code&gt;JkWorkersFile&lt;/code&gt; directive:&amp;nbsp;&lt;code&gt;JkWorkersFile /path/to/workers.properties&lt;/code&gt;&lt;br /&gt; 2) Directly add the contents of &lt;strong&gt;workers.properties&lt;/strong&gt; to &lt;strong&gt;httpd.conf&lt;/strong&gt;&lt;/p&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;Instead of following the action steps, add the line &lt;code&gt;Include conf/workers.properties&lt;/code&gt; after the line &lt;code&gt;JkWorkerFile /path/to/workers.properties&lt;/code&gt;.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;This article applies to Appian 17.1 and later&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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