<?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-1174 How to get information on generic errors shown in the end-user interface</title><link>https://community.appian.com/support/w/kb/391/kb-1174-how-to-get-information-on-generic-errors-shown-in-the-end-user-interface</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>KB-1174 How to get information on generic errors shown in the end-user interface</title><link>https://community.appian.com/support/w/kb/391/kb-1174-how-to-get-information-on-generic-errors-shown-in-the-end-user-interface</link><pubDate>Mon, 06 Mar 2017 17:04:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4db9bdc8-55b5-4991-a913-d41cb1b3e274</guid><dc:creator>Nick Vigilante</dc:creator><comments>https://community.appian.com/support/w/kb/391/kb-1174-how-to-get-information-on-generic-errors-shown-in-the-end-user-interface#comments</comments><description>Current Revision posted to Appian Knowledge Base by Nick Vigilante on 3/6/2017 5:04:02 PM&lt;br /&gt;
&lt;div class="row content_container"&gt;
&lt;p&gt;Appian errors in Tempo are typically displayed within a pink box popup that sometimes provide either generic or no information as to the root cause which might make it difficult to troubleshoot. For example, initiating an Action in Tempo may show the pink box with the following text:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;An internal error has occurred.

The page could not be loaded. [HTTP Code = 500] (APNX-1-4279-001)
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The application server log has no entries corresponding to this error by default, so it is difficult to identify the root cause of this error. In such scenarios, it is possible to enable additional logging to output a more detailed messaged corresponding to the error in the UI. To do this, add the following line in &lt;strong&gt;appian_log4j.properties&lt;/strong&gt; located in &lt;code&gt;&amp;lt;APPIAN_HOME&amp;gt;/ear/suite.ear/resources&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;log4j.logger.com.appiancorp.rest.shared.AppianExceptionMapper=DEBUG
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;This prints the following line and a corresponding stacktrace for the same issue:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;The form either does not exist or is not enabled for Tempo or mobile
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Based on this information, it is now possible to determine the root cause of this error which is due to accessing a legacy Portal form in Tempo.&lt;/p&gt;
&lt;h2 id="affected-versions"&gt;Affected Versions&lt;/h2&gt;
&lt;p&gt;This article applies to all versions of Appian.&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Last Reviewed:&amp;nbsp;March 2017&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: web browser, user interface, how-to&lt;/div&gt;
</description></item></channel></rss>