<?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: POJO rule is not generating BT in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/POJO-rule-is-not-generating-BT/m-p/738947#M11178</link>
    <description>&lt;P&gt;Hi Scott,&lt;/P&gt;

&lt;P&gt;Try the below steps :&lt;/P&gt;

&lt;P&gt;In the Rule Configuration:&lt;/P&gt;

&lt;P&gt;1st step - Match Classes with a class name that " Equals "&amp;nbsp; &amp;amp; Method Name " Contains "&amp;nbsp; ( restart the jvm/process tied to the app agent )&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If the 1st step doesn't work, try the below 2nd step:&lt;/P&gt;

&lt;P&gt;2nd step -&amp;nbsp;Match Classes with a class name that " Contains "&amp;nbsp; &amp;amp; Method Name " Contains "&amp;nbsp; ( restart the jvm/process tied to the app agent )&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Restarting the JVM &amp;amp; applying the traffic that invokes the class name and method is must.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Give it a try and let me know if that works.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sunil&lt;/P&gt;</description>
    <pubDate>Sun, 19 May 2019 01:30:14 GMT</pubDate>
    <dc:creator>sunilhere</dc:creator>
    <dc:date>2019-05-19T01:30:14Z</dc:date>
    <item>
      <title>POJO rule is not generating BT</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/POJO-rule-is-not-generating-BT/m-p/738946#M11177</link>
      <description>&lt;P&gt;We are using a Fujitsu product called Corema Context Server to service transactions from our PoS system. The service runs in a Glassfish Java application instance on prem. I have successfully installed the Java Agent and I can the base BT that requests to the service generates:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;/GenericClient/CCSRequestProcessor&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;I wanted to try and get some more calls instrumented so Fujitsu sent along a document that describes what certain classes and methods do in their system. The first one that I tried to instrument is visible in Live Preview but is not generating a BT:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;com.fujitsu.ftxs.corema.ccs.application.sbeans.requestresponse.RequestHandlerCustomerSearch&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Method: processRequest&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="RequestHandlerCustomerSearch.PNG" style="width: 200px;"&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/36172iF9C4A27757930062/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;






&lt;P&gt;As you can see the class is detected and the cooresponding method is also detected.&lt;/P&gt;
&lt;P&gt;Also, as you can see below I do not have transaction detection locked down:&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Transaction Detection Configuration for BTs.PNG" style="width: 200px;"&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/36171iCE1AE9E7997CBE3B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;No matter what I do I cannot get App Dynamics to generate a BT for the call! Here is the dialog from the configuration of transaction detection:&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Customer Search Request BT detection dialog Page 1.PNG" style="width: 341px;"&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/36174i863700137B484446/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Customer Search Request BT detection dialog Page 2.PNG" style="width: 345px;"&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/36175i166C652D68F8E851/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2019 20:47:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/POJO-rule-is-not-generating-BT/m-p/738946#M11177</guid>
      <dc:creator>Scott_McIntosh</dc:creator>
      <dc:date>2019-04-05T20:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: POJO rule is not generating BT</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/POJO-rule-is-not-generating-BT/m-p/738947#M11178</link>
      <description>&lt;P&gt;Hi Scott,&lt;/P&gt;

&lt;P&gt;Try the below steps :&lt;/P&gt;

&lt;P&gt;In the Rule Configuration:&lt;/P&gt;

&lt;P&gt;1st step - Match Classes with a class name that " Equals "&amp;nbsp; &amp;amp; Method Name " Contains "&amp;nbsp; ( restart the jvm/process tied to the app agent )&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If the 1st step doesn't work, try the below 2nd step:&lt;/P&gt;

&lt;P&gt;2nd step -&amp;nbsp;Match Classes with a class name that " Contains "&amp;nbsp; &amp;amp; Method Name " Contains "&amp;nbsp; ( restart the jvm/process tied to the app agent )&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Restarting the JVM &amp;amp; applying the traffic that invokes the class name and method is must.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Give it a try and let me know if that works.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sunil&lt;/P&gt;</description>
      <pubDate>Sun, 19 May 2019 01:30:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/POJO-rule-is-not-generating-BT/m-p/738947#M11178</guid>
      <dc:creator>sunilhere</dc:creator>
      <dc:date>2019-05-19T01:30:14Z</dc:date>
    </item>
  </channel>
</rss>

