<?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: How to configure Appdynamics with SpringBoot Application in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734118#M8818</link>
    <description>&lt;P&gt;The correct option to load an agent into the JVM is "-javaagent", not "-Djavaagent"&lt;/P&gt;

&lt;P&gt;I hope that helps.&amp;nbsp; If not, please post full detail of your command line.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 10:01:05 GMT</pubDate>
    <dc:creator>Peter_Holditch</dc:creator>
    <dc:date>2019-06-11T10:01:05Z</dc:date>
    <item>
      <title>How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734114#M8814</link>
      <description>&lt;P&gt;Hi Team, Please provide the steps to configure Appdynamic with SpringBoot application in local machine.&lt;/P&gt;

&lt;P&gt;I got 15 days Apdynamicsportatl&amp;nbsp; free ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created springboot rest Appliciaton and it is workign fine&lt;/P&gt;
&lt;P&gt;Login to Appdynamic portal and went to gettingstarted , downloaded java agent .&amp;nbsp; I couldnt find much steps in appdynamic documentation.&lt;/P&gt;

&lt;P&gt;I need steps to further integration with SpringBoot Applicaiton. Please help on this.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashok&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 07:09:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734114#M8814</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-07-09T07:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734115#M8815</link>
      <description>&lt;P&gt;Ashok,&lt;/P&gt;

&lt;P&gt;Your&amp;nbsp;first step will be to introduce the AppDynamics java agent into the JVM running your Spring Boot application.&lt;/P&gt;

&lt;P&gt;This process is described &lt;A href="https://docs.appdynamics.com/display/PRO44/Install+the+Java+Agent" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 10:05:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734115#M8815</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2018-07-09T10:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734116#M8816</link>
      <description>&lt;P&gt;was looking for it too. thanks @&lt;A id="link_29" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/1797" target="_self"&gt;&lt;SPAN class=""&gt;Peter.Holditch&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2018 01:12:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734116#M8816</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-08-02T01:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734117#M8817</link>
      <description>&lt;P&gt;I added the javaagent path in the VM argument of spring boot application in eclipse like below. But when I start my application, application gets start and I am not seeing any message related to java agent starting also I am not seeing any connection established from agent to controller on controller UI. Cloud you please help to identify the issue here.&lt;/P&gt;

&lt;P&gt;-Djavaagent:D:/Applogs/appagent/javaagent.jar&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/1797"&gt;@Peter.Holditch&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Ashok,&lt;/P&gt;

&lt;P&gt;Your&amp;nbsp;first step will be to introduce the AppDynamics java agent into the JVM running your Spring Boot application.&lt;/P&gt;

&lt;P&gt;This process is described &lt;A href="https://docs.appdynamics.com/display/PRO44/Install+the+Java+Agent" target="_self" rel="nofollow noopener noreferrer"&gt;here&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Warm regards,&lt;BR /&gt;Peter&lt;/P&gt;

&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:30:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734117#M8817</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-06-11T09:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734118#M8818</link>
      <description>&lt;P&gt;The correct option to load an agent into the JVM is "-javaagent", not "-Djavaagent"&lt;/P&gt;

&lt;P&gt;I hope that helps.&amp;nbsp; If not, please post full detail of your command line.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 10:01:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734118#M8818</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2019-06-11T10:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734119#M8819</link>
      <description>&lt;P&gt;I tried that as well but didn't work. Below is the exact parameter I have added as VM arguments in eclipse. Agent is not getting start&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="appdynamicsagentConf.JPG" style="width: 480px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.jpeg"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/35820i4F54672F7C311F91/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.jpeg" alt="image.jpeg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;I have started the spring boot in command line using below command still didn't work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;java -javaagent:D:/Applogs/appagent/javaagent.jar -jar loan-origination-0.0.1-SNAPSHOT.jar&lt;/P&gt;

&lt;P&gt;Appreciate if your help to resolve this issue.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 10:14:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734119#M8819</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-06-11T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734120#M8820</link>
      <description>&lt;P&gt;Do you see any agent logs written under&amp;nbsp;D:/Applogs/appagent/ver4.&lt;EM&gt;x.y.x&lt;/EM&gt;/logs/&lt;EM&gt;&amp;lt;nodename&amp;gt;&lt;/EM&gt;?&lt;/P&gt;

&lt;P&gt;What happens if you run&lt;/P&gt;
&lt;P&gt;"java -version -javaagent:D:/Applogs/appagent/javaagent.jar"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from the command line?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 10:57:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734120#M8820</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2019-06-11T10:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734121#M8821</link>
      <description>&lt;P&gt;I don't see any log file generated under&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Roboto Light'; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;D:/Applogs/appagent/ver4.&lt;/SPAN&gt;&lt;EM style="background-color: transparent; box-sizing: border-box; color: #333333; font-family: &amp;amp;quot; roboto light&amp;amp;quot;; font-size: 15px; font-style: italic; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;x.y.x&lt;/EM&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Roboto Light'; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;/logs/&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;When I did&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #333333; font-family: 'Roboto Light'; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;java -version -javaagent:D:/Applogs/appagent/javaagent.jar" &lt;/SPAN&gt;it printed below,&lt;/P&gt;
&lt;P&gt;java -version D:\Applogs\AppServerAgent-4.5.9.25648\javaagent.jar&lt;BR /&gt;openjdk version "1.8.0_202"&lt;BR /&gt;OpenJDK Runtime Environment (build 1.8.0_202-b08)&lt;BR /&gt;Eclipse OpenJ9 VM (build openj9-0.12.1, JRE 1.8.0 Windows 10 amd64-64-Bit Compressed References 20190205_265 (JIT enabled, AOT enabled)&lt;BR /&gt;OpenJ9 - 90dd8cb40&lt;BR /&gt;OMR - d2f4534b&lt;BR /&gt;JCL - d002501a90 based on jdk8u202-b08)&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:18:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734121#M8821</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-06-11T11:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734122#M8822</link>
      <description>&lt;P&gt;Sorry, my mistake, I reversed the options.&lt;/P&gt;

&lt;P&gt;What happens when you run:&lt;/P&gt;

&lt;P&gt;"java -javaagent:D:/Applogs/appagent/javaagent.jar -version"&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 11:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734122#M8822</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2019-06-11T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734123#M8823</link>
      <description>&lt;P&gt;after issuing the above command below is the result.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;gt;java -javaagent:D:\Applogs\AppServerAgent-4.5.9.25648\javaagent.jar -version&lt;BR /&gt;Full Agent Registration Info Resolver using selfService [true]&lt;BR /&gt;Full Agent Registration Info Resolver using selfService [true]&lt;BR /&gt;Full Agent Registration Info Resolver using application name [LoanApplication]&lt;BR /&gt;Full Agent Registration Info Resolver using tier name [ApplicationTier]&lt;BR /&gt;Full Agent Registration Info Resolver using node name [SurajLocalNode]&lt;BR /&gt;Install Directory resolved to[D:\Applogs\AppServerAgent-4.5.9.25648]&lt;BR /&gt;Agent conf directory set to [D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648\conf]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[DEBUG]: AgentInstallManager - Full Agent Registration Info Resolver is running&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using selfService [true]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using selfService [true]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using application name [LoanApplication]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using tier name [ApplicationTier]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Full Agent Registration Info Resolver using node name [SurajLocalNode]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[DEBUG]: AgentInstallManager - Full Agent Registration Info Resolver finished running&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Agent runtime directory set to [D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Agent node directory set to [SurajLocalNode]&lt;BR /&gt;Agent runtime conf directory set to D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648\conf&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: AgentInstallManager - Agent runtime conf directory set to D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648\conf&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: JavaAgent - Using Java Agent Version [Server Agent #4.5.9.25648 v4.5.9 GA compatible with 4.4.1.0 r24edb4ba5d4cc80793b2d5806ddf9cf8044e87b0 pull-requests/2158]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: JavaAgent - Running IBM Java Agent [No]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: JavaAgent - Java Agent Directory [D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648]&lt;BR /&gt;[Thread-0] Tue Jun 11 17:29:00 IST 2019[INFO]: JavaAgent - Java Agent AppAgent directory [D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648]&lt;BR /&gt;Agent logging directory set to [D:\Applogs\AppServerAgent-4.5.9.25648\ver4.5.9.25648\logs]&lt;BR /&gt;2019-06-11 17:29:00,793 INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.&lt;BR /&gt;Running obfuscated agent&lt;BR /&gt;Started AppDynamics Java Agent Successfully.&lt;BR /&gt;java version "1.8.0_141"&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_141-b15)&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.141-b15, mixed mode)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Logs are created now but when I issue the below command I don't see agent started message&lt;/P&gt;
&lt;P&gt;java -javaagent:D:\Applogs\AppServerAgent-4.5.9.25648\javaagent.jar -Dappdynamics.http.proxyHost=10.74.91.103 -Dappdynamics.http.proxyPort=80 -jar loan-origination-0.0.1-SNAPSHOT.jar&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 12:02:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734123#M8823</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2019-06-11T12:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to configure Appdynamics with SpringBoot Application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734124#M8824</link>
      <description>&lt;P&gt;OK, so the good news is that we have established that your agent installation is fine.&lt;/P&gt;

&lt;P&gt;Does your spring boot application work fine when the agent is loaded via the command line?&lt;/P&gt;

&lt;P&gt;What does the "jps -v" command show when it is running?&lt;/P&gt;

&lt;P&gt;It might be easier to troubleshoot this via a support ticket if we don't uncover anything via the above suggestions.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 14:17:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/How-to-configure-Appdynamics-with-SpringBoot-Application/m-p/734124#M8824</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2019-06-11T14:17:57Z</dc:date>
    </item>
  </channel>
</rss>

