<?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-1825 Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1825 Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log</link><pubDate>Fri, 28 Dec 2018 15:42:44 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Current Revision posted to Appian Knowledge Base by Jordan Horwat on 12/28/2018 3:42:44 PM&lt;br /&gt;
&lt;h2&gt;Symptoms&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;li&gt;The environment is using a version of the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h3&gt;Ensure&amp;nbsp;Search Server Is Running without Issues&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors or warnings, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;If Search Server Is Running without Issues...&lt;/h3&gt;
&lt;p&gt;Ensure that the web server is using the correct connector version. Please see the following details for Apache and IIS:&lt;/p&gt;
&lt;h4&gt;Apache&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;li&gt;If the environment is already using Apache 2.4 or later, but the&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt; version is earlier than&amp;nbsp;1.2.42, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html#load-mod_jk-module" target="_blank"&gt;install the latest version&lt;/a&gt; of the&amp;nbsp;&lt;strong&gt;mod_jk&amp;nbsp;&lt;/strong&gt;connector and restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;IIS&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of&amp;nbsp;&amp;nbsp;the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42, upgrade to the most recent version of the&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL.&lt;/li&gt;
&lt;li&gt;Restart IIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector. There is no known workaround for IIS at this time.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: IIS, apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>KB-1825 Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/26</link><pubDate>Fri, 28 Dec 2018 20:31:20 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 26 posted to Appian Knowledge Base by Jordan Horwat on 12/28/2018 8:31:20 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;li&gt;The environment is using a version of the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h3&gt;Ensure&amp;nbsp;Search Server Is Running without Issues&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors or warnings, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;If Search Server Is Running without Issues...&lt;/h3&gt;
&lt;p&gt;Ensure that the web server is using the correct connector version. Please see the following details for Apache and IIS:&lt;/p&gt;
&lt;h4&gt;Apache&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;li&gt;If the environment is already using Apache 2.4 or later, but the&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt; version is earlier than&amp;nbsp;1.2.42, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html#load-mod_jk-module" target="_blank"&gt;install the latest version&lt;/a&gt; of the&amp;nbsp;&lt;strong&gt;mod_jk&amp;nbsp;&lt;/strong&gt;connector and restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;IIS&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of&amp;nbsp;&amp;nbsp;the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42, upgrade to the most recent version of the&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL.&lt;/li&gt;
&lt;li&gt;Restart IIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector. There is no known workaround for IIS at this time.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: IIS, apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/25</link><pubDate>Wed, 26 Dec 2018 12:50:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 25 posted to Appian Knowledge Base by Jordan Horwat on 12/26/2018 12:50:52 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;li&gt;The environment is using a version of the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h3&gt;Ensure&amp;nbsp;Search Server Is Running without Issues&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors or warnings, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;If Search Server Is Running without Issues...&lt;/h3&gt;
&lt;p&gt;Ensure that the web server is using the correct connector version. Please see the following details for Apache and IIS:&lt;/p&gt;
&lt;h4&gt;Apache&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;li&gt;If the environment is already using Apache 2.4 or later, but the&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt; version is earlier than&amp;nbsp;1.2.42, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html#load-mod_jk-module" target="_blank"&gt;install the latest version&lt;/a&gt; of the&amp;nbsp;&lt;strong&gt;mod_jk&amp;nbsp;&lt;/strong&gt;connector and restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;IIS&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of&amp;nbsp;&amp;nbsp;the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42, upgrade to the most recent version of the&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL.&lt;/li&gt;
&lt;li&gt;Restart IIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector. There is no known workaround for IIS at this time.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: IIS, apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/24</link><pubDate>Wed, 26 Dec 2018 12:50:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 24 posted to Appian Knowledge Base by Jordan Horwat on 12/26/2018 12:50:02 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;li&gt;The environment is using a version of the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h3&gt;Ensure&amp;nbsp;Search Server Is Running without Issues&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors or warnings, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;If Search Server Is Running without Issues...&lt;/h3&gt;
&lt;p&gt;Ensure that the web server is using the correct connector version. Please see the following details for Apache and IIS:&lt;/p&gt;
&lt;h4&gt;Apache&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;li&gt;If the environment is already using Apache 2.4 or later, but the&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt; version is earlier than&amp;nbsp;1.2.42, &lt;a href="https://docs.appian.com/suite/help/latest/Configuring_Apache_Web_Server_with_Appian.html#load-mod_jk-module" target="_blank"&gt;install the latest version&lt;/a&gt; of the&amp;nbsp;&lt;strong&gt;mod_jk&amp;nbsp;&lt;/strong&gt;connector and restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;IIS&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of&amp;nbsp;&amp;nbsp;the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42, upgrade to the most recent version of the&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL.&lt;/li&gt;
&lt;li&gt;Restart IIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector. There is no known workaround for IIS.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: IIS, apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/23</link><pubDate>Wed, 26 Dec 2018 12:45:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 23 posted to Appian Knowledge Base by Jordan Horwat on 12/26/2018 12:45:04 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;li&gt;The environment is using a version of the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h3&gt;Ensure&amp;nbsp;Search Server Is Running without Issues&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors or warnings, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;If Search Server Is Running without Issues...&lt;/h3&gt;
&lt;p&gt;Ensure that the web server is using the correct connector version. Please see the following details for Apache and IIS:&lt;/p&gt;
&lt;h4&gt;Apache&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;IIS&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of&amp;nbsp;&amp;nbsp;the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42, upgrade to the most recent version of the&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL.&lt;/li&gt;
&lt;li&gt;Restart IIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector. There is no known workaround for IIS.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/22</link><pubDate>Wed, 26 Dec 2018 12:36:39 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 22 posted to Appian Knowledge Base by Jordan Horwat on 12/26/2018 12:36:39 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;li&gt;The environment is using a version of the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;h3&gt;Ensure&amp;nbsp;Search Server Is Running without Issues&lt;/h3&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors or warnings, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3&gt;If Search Server Is Running Without Issues...&lt;/h3&gt;
&lt;p&gt;Ensure that the web server is using the correct connector version. Please see the following details for Apache and IIS:&lt;/p&gt;
&lt;h4&gt;Apache&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;IIS&lt;/h4&gt;
&lt;ol&gt;
&lt;li&gt;If the environment is using a version of&amp;nbsp;&amp;nbsp;the IIS&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;that is earlier than&amp;nbsp;1.2.42, upgrade to the most recent version of the&amp;nbsp;&lt;strong&gt;isapi_redirect&lt;/strong&gt;&amp;nbsp;DLL.&lt;/li&gt;
&lt;li&gt;Restart IIS.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector. There is no known workaround for IIS.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/21</link><pubDate>Fri, 21 Dec 2018 13:55:16 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 21 posted to Appian Knowledge Base by Jordan Horwat on 12/21/2018 1:55:16 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;search-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if&amp;nbsp;the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/20</link><pubDate>Fri, 21 Dec 2018 09:49:42 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 20 posted to Appian Knowledge Base by Jordan Horwat on 12/21/2018 9:49:42 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=X, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if&amp;nbsp;the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/19</link><pubDate>Thu, 20 Dec 2018 15:51:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 19 posted to Appian Knowledge Base by Jordan Horwat on 12/20/2018 3:51:48 PM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if&amp;nbsp;the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/18</link><pubDate>Wed, 19 Dec 2018 11:59:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 18 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:59:04 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if&amp;nbsp;the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/17</link><pubDate>Wed, 19 Dec 2018 11:58:25 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 17 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:58:25 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices and restart the search server.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/16</link><pubDate>Wed, 19 Dec 2018 11:45:33 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 16 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:45:33 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade&amp;nbsp;to the latest version of Apache and &lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/15</link><pubDate>Wed, 19 Dec 2018 11:44:56 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 15 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:44:56 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action section of KB-1082&lt;/a&gt; to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/14</link><pubDate>Wed, 19 Dec 2018 11:40:57 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 14 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:40:57 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is &lt;a href="https://docs.appian.com/suite/help/latest/Search_Server.html" target="_blank"&gt;configured&lt;/a&gt; properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/13</link><pubDate>Wed, 19 Dec 2018 11:39:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 13 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:39:52 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, ensure that it is configured properly in the &lt;strong&gt;appian-topology.xml&lt;/strong&gt; file(s) and start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/12</link><pubDate>Wed, 19 Dec 2018 11:37:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 12 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:37:51 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to&amp;nbsp;all versions of Appian using&amp;nbsp;Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/11</link><pubDate>Wed, 19 Dec 2018 11:31:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 11 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:31:47 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running. If the search server is not running, start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current User Activity is blank in the Admin Console with "Could not record user activity" warnings in the application server log</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/10</link><pubDate>Wed, 19 Dec 2018 11:29:52 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 10 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:29:52 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running without errors.&lt;/li&gt;
&lt;li&gt;If the search server is not running, start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current user activity is blank even after clearing the search indices</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/9</link><pubDate>Wed, 19 Dec 2018 11:28:34 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 9 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:28:34 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running without errors.&lt;/li&gt;
&lt;li&gt;If the search server is not running, start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to immediately upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current user activity is blank even after clearing the search indices</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/8</link><pubDate>Wed, 19 Dec 2018 11:27:06 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 8 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:27:06 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running without errors.&lt;/li&gt;
&lt;li&gt;If the search server is not running, start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version (and remove this workaround from the &lt;strong&gt;httpd.conf&lt;/strong&gt;&amp;nbsp;file). Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: apache, web server, search server, infrastructure&lt;/div&gt;
</description></item><item><title>DRAFT KB-XXXX Current user activity is blank even after clearing the search indices</title><link>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log/revision/7</link><pubDate>Wed, 19 Dec 2018 11:26:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e45af1e8-e699-4cc8-86cf-c77ccb4ae80f</guid><dc:creator>Jordan Horwat</dc:creator><comments>https://community.appian.com/support/w/kb/1238/kb-1825-current-user-activity-is-blank-in-the-admin-console-with-could-not-record-user-activity-warnings-in-the-application-server-log#comments</comments><description>Revision 7 posted to Appian Knowledge Base by Jordan Horwat on 12/19/2018 11:26:17 AM&lt;br /&gt;
&lt;h2&gt;Symptom&lt;/h2&gt;
&lt;p&gt;The Current User Activity tab in the Admin Console is blank. The following &lt;code&gt;WARN&lt;/code&gt; message appears&amp;nbsp;in the application server log:&lt;/p&gt;
&lt;pre class="code-java"&gt;WARN com.appiancorp.security.auth.activity.UserActivityFilter - Could not record user activity: secCtx=BPMSVC7, authDetails=AuthenticationDetails[ts=YYYY-MM-DD HH:MM:SS.MMM, entryPoint=PORTAL, clientIpAddress=XX.XX.XXX.XX, clientUserAgent=Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.92 Safari/537.36] -- java.lang.NullPointerException&lt;/pre&gt;
&lt;h2&gt;Cause&lt;/h2&gt;
&lt;p&gt;This&amp;nbsp;issue can occur for the following reasons:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The search server is in a bad state.&lt;/li&gt;
&lt;li&gt;The&amp;nbsp;environment is using a version of Apache&amp;nbsp;that is earlier than Apache 2.4, and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector version is earlier than 1.2.42.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Action&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Ensure that the search server is running without errors.&lt;/li&gt;
&lt;li&gt;If the search server is not running, start it according to the &lt;a href="https://docs.appian.com/suite/help/latest/Starting_and_Stopping_Appian.html#starting-the-application-suite-on-windows" target="_blank"&gt;documentation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;If the search server is running, and the&amp;nbsp;&lt;strong&gt;serach-server.log&lt;/strong&gt; file located at &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/logs/search-server/&lt;/code&gt; contains errors, follow the &lt;a href="/support/w/kb/306/kb-1082-issues-related-to-search-server-indices"&gt;Action&lt;/a&gt; section of KB-1082 to clear the search server indices.&lt;/li&gt;
&lt;li&gt;If the above steps do not resolve the issue, or if the environment is using a version of Apache earlier than 2.4 and a&amp;nbsp;&lt;strong&gt;mod_jk&lt;/strong&gt;&amp;nbsp;connector version earlier than 1.2.42, upgrade to the most recent version of Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; connector.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;Workaround&lt;/h2&gt;
&lt;p&gt;The following workaround has been identified in the case that it is not possible to upgrade the Apache and &lt;strong&gt;mod_jk&lt;/strong&gt; versions:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Add&amp;nbsp;the following lines to the bottom of the Apache&amp;nbsp;&lt;strong&gt;httpd.conf&lt;/strong&gt; file:
&lt;pre&gt;SetEnvIf Server_Addr &amp;quot;(.*)&amp;quot; AJP_LOCAL_ADDR=$1&lt;/pre&gt;
&lt;pre&gt;JkEnvVar AJP_LOCAL_ADDR&lt;/pre&gt;
&lt;/li&gt;
&lt;li&gt;Restart Apache.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;Note:&amp;nbsp;&lt;/strong&gt;This workaround mimics the fix that is implicitly included in the &lt;strong&gt;mod_jk&lt;/strong&gt; version 1.2.41. This workaround should not be a permanent solution, and the recommended course of action is to upgrade both Apache and the &lt;strong&gt;mod_jk&lt;/strong&gt; to the most recent version and remove this workaround. Leaving this workaround as a long-term solution&amp;nbsp;introduces potential risks&amp;nbsp;if Apache&amp;nbsp;were to change the behavior in that area of the connector&amp;nbsp;in the future. This could expose the environment&amp;nbsp;to problems on subsequent Tomcat versions that are distributed as part of Appian releases.&lt;/p&gt;
&lt;h2&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to Appian 18.3 and later using Apache as a web server.&lt;/p&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;December 2018&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

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