<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Caught Exception detection in AppD Archive</title>
    <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726793#M2590</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Ok I see log4j exceptions now. I dont know why i could not see them earlier... i was sure i checked everything... hm.&lt;/P&gt;

&lt;P&gt;For transactions it is still the same even with log4j: they are not marked as Error- Transactions, only under specific App-Server view (like on screenshots). Do you know if it is intentionally?&lt;/P&gt;

&lt;P&gt;My controller URL is&amp;nbsp;&lt;A href="https://testapm.saas.appdynamics.com." target="_blank" rel="nofollow noopener noreferrer"&gt;https://testapm.saas.appdynamics.com.&lt;/A&gt; We need some new dashboard functionality under 3.7.15.&amp;nbsp;&lt;SPAN style="line-height: 15px;"&gt;But controller should stay online tomorrow 14 -16 &lt;/SPAN&gt;CET. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 26 Feb 2014 12:05:25 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2014-02-26T12:05:25Z</dc:date>
    <item>
      <title>Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726785#M2582</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I figured out that AppDynamics detects every&amp;nbsp;&lt;SPAN style="line-height: 15px;"&gt;RuntimeException and dependencies between triggered exceptions. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;But what about normal Exception that can be catched? Is it possible to tell AppDynamics that there was some catched Exception? For example&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt;SQLException if there was no connection to database.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jan 2014 20:35:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726785#M2582</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-01-20T20:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726786#M2583</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Yes, we confirm that appdynamics detects exception caught in catch block of try catch (try{} catch(exception e)) structure if the sqlexception is logged using supported logger (ex: java util logging , log4j framework etc)&lt;/P&gt;

&lt;P&gt;Ex:&lt;/P&gt;
&lt;P&gt;try{&lt;/P&gt;
&lt;P&gt;//code that raises sqlexception&lt;/P&gt;
&lt;P&gt;}catch(SQLException e){&lt;/P&gt;
&lt;P&gt;LOGGER.error("caught SQLException while accessing database in x api", e.fillInStackTrace());&lt;/P&gt;
&lt;P&gt;}&lt;/P&gt;

&lt;P&gt;Hope that answers your query.&lt;/P&gt;

&lt;P&gt;refer docs for more indo: &lt;A href="http://docs.appdynamics.com/display/PRO13S/Configure+Error+Detection#ConfigureErrorDetection-ErrorIdentification" target="_blank" rel="nofollow noopener noreferrer"&gt;http://docs.appdynamics.com/display/PRO13S/Configure+Error+Detection#ConfigureErrorDetection-ErrorIdentification&lt;/A&gt;&lt;/P&gt;



&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jan 2014 09:58:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726786#M2583</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-01-21T09:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726787#M2584</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;

&lt;P&gt;I tested Java Logger with Level.Sever and j4log 2 with&amp;nbsp;&lt;SPAN style="line-height: 15px;"&gt;logger&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.error().&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="s1"&gt;Following problems:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;1. When i use Java Logger errors are displayed under Troubleshoot -&amp;gt; Errors but Business Transactions are not marked as erros (Confguration is set to "Markt as Error").&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;2. Log4j is not even detected under Troubleshoot. Example: &amp;nbsp;l&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;ogger&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt;.error(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;"SQLException; "&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt; + e.getCause() + &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;"; "&lt;/SPAN&gt;&lt;SPAN style="line-height: 15px;"&gt; +&amp;nbsp; e.getMessage()); Tested with Log4j 1.2 too. Log file with errors is generated, but no display in AppDynamics.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 00:57:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726787#M2584</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-02-25T00:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726788#M2585</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Regarding problem on BT not marked as error, we se this happens when the error raised is out of Business transaction context(application level error logged and not during BT exexution for which snapshot collected), let us know if this is the case&lt;BR /&gt;- Regarding missing logged exception , we see from the method signature provided your code have logged error message instead exception , Can you change the webapp code to log the error with excepotion e.fillInStackTrace() method and see if that makes any difference: &lt;A href="http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Category.html#error%28java.lang.Object,%20java.lang.Throwable%29" target="_blank" rel="nofollow noopener noreferrer"&gt;http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/Category.html#error%28java.lang.Object,%20java.lang.Throwable%29&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;the logged exception message raised using logger.error(String) could be categories as log4j warn messages , let us know if that information helps&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 10:33:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726788#M2585</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-02-25T10:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726789#M2586</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;1. Error is logged within business transaction context but transaction completes (end user does not see exception). The transaction is marked as error snapshot on specific appserver - errors view but not under business transactions - errors view.&lt;/P&gt;
&lt;P&gt;As i see only runtime exceptions are marked as error transactions within Business Transactions view.&lt;/P&gt;

&lt;P&gt;2. To add Throwable component &amp;nbsp;and to log trace unfortunately did not change anything for log4j. Everything works well within Tomcat logs.&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;LOGGER&lt;/SPAN&gt;.error(e.fillInStackTrace() , e);&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 12:03:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726789#M2586</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-02-25T12:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726790#M2587</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you please send the screenshots depicting the issue in addition to agent logs and tomcat server logs for better clarity, also&amp;nbsp; the method signature is Logger.error(&amp;lt;string&amp;gt;, e.fillinstacktrace()); &lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 13:18:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726790#M2587</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-02-25T13:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726791#M2588</link>
      <description>&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Screenshots for Standart Java Logger:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;1. App Dashboard &amp;nbsp;= 0 Errors&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;2. Transaction = 0 Errors&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;3. Backend Server View = 11 Errors&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;4. Failed Transcation Flow&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;5. Error Details&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Logs for log4j (&lt;SPAN class="s1"&gt;Tried with LOGGER&lt;/SPAN&gt;&lt;SPAN&gt;.fatal(e.fillInStackTrace(), e.fillInStackTrace()))&amp;nbsp;&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;1. log4j errors log.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;2. log4j properties file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Dou you know when it is planned to update saas controller to 3.7.15?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2014 15:36:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726791#M2588</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-02-25T15:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726792#M2589</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Please be sure that agent will have limit on the number of snapshots collected per minutes, Can you please check the exception sunder screen Troubleshoot -&amp;gt; Errors -&amp;gt; Exceptions tab screen (refer exception tab in 3.png)&lt;/P&gt;

&lt;P&gt;We request you to try the following changes in code level , by default agent should capture the exception stack trace logged at error level even if logged by java util logging api as well,&lt;/P&gt;

&lt;P&gt;in try block :&lt;/P&gt;
&lt;P&gt;throw new(new SQLException("message");&lt;/P&gt;

&lt;P&gt;in catch block:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;SPAN class="s1"&gt;LOGGER&lt;/SPAN&gt;&lt;SPAN&gt;.fatal(("message",&amp;nbsp; e.fillInStackTrace()))&amp;nbsp;&lt;/SPAN&gt;:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;regarding other query, can you please list the saas URL details so that we can confirm the upgrade schedule for the same?&lt;/P&gt;

&lt;P&gt;Please keep us posted how it goes.&lt;/P&gt;

&lt;P&gt;Regards.&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:38:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726792#M2589</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-02-26T11:38:22Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726793#M2590</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;Ok I see log4j exceptions now. I dont know why i could not see them earlier... i was sure i checked everything... hm.&lt;/P&gt;

&lt;P&gt;For transactions it is still the same even with log4j: they are not marked as Error- Transactions, only under specific App-Server view (like on screenshots). Do you know if it is intentionally?&lt;/P&gt;

&lt;P&gt;My controller URL is&amp;nbsp;&lt;A href="https://testapm.saas.appdynamics.com." target="_blank" rel="nofollow noopener noreferrer"&gt;https://testapm.saas.appdynamics.com.&lt;/A&gt; We need some new dashboard functionality under 3.7.15.&amp;nbsp;&lt;SPAN style="line-height: 15px;"&gt;But controller should stay online tomorrow 14 -16 &lt;/SPAN&gt;CET. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 12:05:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726793#M2590</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-02-26T12:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726794#M2591</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We see two BTs with same number under different tiers we suspect it could be the case that you are referring to BT&lt;/P&gt;
&lt;P&gt;from other tier which does not have raised errors, let us know if this is the case,&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/37246iC8B1E91E7DC198E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regarding missing exceptions in snapshots, we could see the exception logged fine under Troubleshoot -&amp;gt; errors -&amp;gt; exceptions -&amp;gt; select mysql communication exception -&amp;gt; select "stacktraces for this exception" tab as listed below and also we could see the exception stack trace part of BT snapshot error details as listed below , please be sure that it could be the case that the exception stacktrace could have logged out of BT context for the BT snapshot execution you have drilldown as we could see BT is marked error for the exception with mysql communication logged and found in error details, Let us know if that clarifies, please point to the snapshot details that you are referring to in specific to debug further?&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/37244i91FD6246F1B68B08/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/37247i4592E97976A9488A/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;


&lt;P&gt;We see your saas controller is scheduled for upgrade to 3.7.15 on 2/27/2014 and you should get notification accordingly, before ugprade process started.&lt;/P&gt;

&lt;P&gt;Let us know if that answers your queries.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 13:26:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726794#M2591</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-02-26T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726795#M2592</link>
      <description>&lt;P&gt;Thank you for your effort.&lt;/P&gt;

&lt;P&gt;I know that there is information about these exceptions with specific snapshots under troubleshoot -&amp;gt; errors.&lt;/P&gt;
&lt;P&gt;But i still cant not understand why there are no errors displayed under transaction /WebShop/Shop errors details because the errors occur within this transaction.&lt;/P&gt;

&lt;P&gt;Anyway, thank you for your help.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 13:56:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726795#M2592</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-02-26T13:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726796#M2593</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;

&lt;P&gt;We suspect it could be data refresh issue or data could have rolled out by the time you have visisted app/bt dashboard, as we could see the error details in both BT , app and tier level view when selecting high time trends as listed below, can you please select&amp;nbsp; custom time with considerable gap in Ui and see if that helps:&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/37252i9188321E1D6B4073/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/37250iCF633B5BCED4AAC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/37254i6CA2B5E1F192B011/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Can you please create custom time and share with us as the time zone in refernce to the screenshot provided to us is specific to browser timezone and could be different for the time we selected in UI? if there is any disconnect.&lt;/P&gt;


&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 14:19:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726796#M2593</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-02-26T14:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726797#M2594</link>
      <description>&lt;P&gt;If you compare errors displayed under transaction "WebShop/Shop" with errors under server "WebShop" than yes they are the same (this 0.3%). But if you compare with errors of server "WebBackend" you will see that they are not the same. On "WebBackend" there are snapshots based on MySQL errors that you will not find under transaction view.&lt;/P&gt;

&lt;P&gt;So as I understand transaction is marked as an error transaction only if there was an error on Entry-Point App Server. I dont know if it is intentionally but i think transaction should be marked as error independent from the place where the error occured.&lt;/P&gt;

&lt;P&gt;P.S I hope controller update ist not&amp;nbsp;&lt;SPAN&gt;14 -16 clock&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;CET &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Feb 2014 14:34:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726797#M2594</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-02-26T14:34:40Z</dc:date>
    </item>
    <item>
      <title>Re: Caught Exception detection</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726798#M2595</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;

&lt;P&gt;Yes you are right, if error raised on originating tier than you will see the BT is marked as error and if error raised on recieving/continuing tier than the errors rasied on the receiving tier will not be part of the originating tier and the Originating BT user experience will not get affect this is how the product works, let us know if that clarifies the error detection functionality.&lt;/P&gt;

&lt;P&gt;You should get notified before and after saas upgrade. Hope that helps.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arun&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2014 13:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Caught-Exception-detection/m-p/726798#M2595</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-02-27T13:51:09Z</dc:date>
    </item>
  </channel>
</rss>

