<?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 IBM java agen in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/IBM-java-agen/m-p/728237#M6139</link>
    <description>&lt;P&gt;Dears,&lt;BR /&gt;&lt;BR /&gt;i am checking my agent BytecodeTransfomrer and found all of entries are mentioning&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Matching runtime class : no class match found&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;is this normal Logs or there is some issues in my installation&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Aug 2017 09:54:25 GMT</pubDate>
    <dc:creator>Ahmedkhalil</dc:creator>
    <dc:date>2017-08-02T09:54:25Z</dc:date>
    <item>
      <title>IBM java agen</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/IBM-java-agen/m-p/728237#M6139</link>
      <description>&lt;P&gt;Dears,&lt;BR /&gt;&lt;BR /&gt;i am checking my agent BytecodeTransfomrer and found all of entries are mentioning&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Matching runtime class : no class match found&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;is this normal Logs or there is some issues in my installation&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 09:54:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/IBM-java-agen/m-p/728237#M6139</guid>
      <dc:creator>Ahmedkhalil</dc:creator>
      <dc:date>2017-08-02T09:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: IBM java agen</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/IBM-java-agen/m-p/728238#M6140</link>
      <description>&lt;P&gt;That's perfectly normal. &amp;nbsp;Tha agent logs the loading of al the classes in your application. &amp;nbsp;"no class match found" in the ByteCode log simply indicates that no rule was found that requires that the class named in the log entry be instrumented.&lt;/P&gt;
&lt;P&gt;ie this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times" size="2"&gt;[AD Thread-BCI Transform Processor0] 11 Jul 2017 10:16:44,785 Matching class name org/springframework/boot/SpringApplication Matching class bytecode. : No class match found.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Indicates that no rule matched the&amp;nbsp;&lt;SPAN&gt;org.springframework.boot.SpringApplication class&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;You can tell what HAS been instrumented from entries like:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="andale mono,times" size="2"&gt;&lt;SPAN&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,959 Matching class name ch/qos/logback/core/ConsoleAppender Matching class bytecode. : Class match found.&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,959 Matching method &amp;lt;init&amp;gt; (()V)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,959 Matching method setTarget ((Ljava/lang/String;)V)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,959 Matching method getTarget (()Ljava/lang/String;)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,960 Matching method targetWarn ((Ljava/lang/String;)V)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,960 Matching method start (()V)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,960 Applying method interceptor logger.LogbackAppender at ch/qos/logback/core/ConsoleAppender.start (()V) id:21&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,961 Matching method getTargetStreamForWindows ((Ljava/io/OutputStream;)Ljava/io/OutputStream;)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,961 Matching method isWithJansi (()Z)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,961 Matching method setWithJansi ((Z)V)&lt;BR /&gt;[AD Thread-BCI Transform Processor3] 11 Jul 2017 10:16:44,964 Method start with signature ()V in class ch/qos/logback/core/ConsoleAppender has been successfully verified&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;&lt;FONT face="andale mono,times" size="2"&gt;&lt;SPAN&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;which in this cae shows a loggin interceptor being applied.&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times" size="2"&gt;&lt;SPAN&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;This is briefly described here:&amp;nbsp;&lt;A href="https://docs.appdynamics.com/display/PRO43/Bytecode+Transformer+Logging" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Bytecode+Transformer+Logging&lt;/A&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="andale mono,times" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Aug 2017 10:53:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/IBM-java-agen/m-p/728238#M6140</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2017-08-02T10:53:41Z</dc:date>
    </item>
  </channel>
</rss>

