<?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 App agent is not starting on WebLogic application in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734565#M8986</link>
    <description>&lt;P&gt;I have set the path to the AppD agent jar in the startWeblogic.cmd script like:&lt;/P&gt;
&lt;P&gt;set JAVA_OPTIONS=%JAVA_OPTIONS% -javaagent:"%APPDHOME%\javaagent.jar"&lt;/P&gt;
&lt;P&gt;just before the line for starting weblogic.&lt;/P&gt;

&lt;P&gt;In the cmd output of WebLogic I can see that the javaoptions are set correctly and the AppD agent property is present but I don't see it running, so there are no messages on the console about actually starting the AppD agent at all. Also, no log files are generated.&lt;/P&gt;

&lt;P&gt;What can I do to make the WebLogic start the AppD agent?&lt;/P&gt;</description>
    <pubDate>Mon, 30 Jul 2018 13:19:22 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2018-07-30T13:19:22Z</dc:date>
    <item>
      <title>App agent is not starting on WebLogic application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734565#M8986</link>
      <description>&lt;P&gt;I have set the path to the AppD agent jar in the startWeblogic.cmd script like:&lt;/P&gt;
&lt;P&gt;set JAVA_OPTIONS=%JAVA_OPTIONS% -javaagent:"%APPDHOME%\javaagent.jar"&lt;/P&gt;
&lt;P&gt;just before the line for starting weblogic.&lt;/P&gt;

&lt;P&gt;In the cmd output of WebLogic I can see that the javaoptions are set correctly and the AppD agent property is present but I don't see it running, so there are no messages on the console about actually starting the AppD agent at all. Also, no log files are generated.&lt;/P&gt;

&lt;P&gt;What can I do to make the WebLogic start the AppD agent?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:19:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734565#M8986</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-07-30T13:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: App agent is not starting on WebLogic application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734566#M8987</link>
      <description>&lt;P&gt;Can you try putting the -javaagent option at the start of the java options, rather than at the end?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 13:57:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734566#M8987</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2018-07-30T13:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: App agent is not starting on WebLogic application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734567#M8988</link>
      <description>&lt;P&gt;Still the same situation. Here is the java line:&lt;/P&gt;
&lt;P&gt;C:\Oracle\MIDDLE~1\JDK160~1\bin\java -javaagent:"C:\AppServerAgent\javaagent.ja&lt;BR /&gt;r" -client -Xms512m -Xmx1536m -XX:MaxPermSize=128m -Dweblogic.Name=AdminServer&lt;BR /&gt; -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy&lt;BR /&gt; -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WLSERV~1.3 -Dwls.home=C:&lt;BR /&gt;\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3&lt;BR /&gt;\server -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testCon&lt;BR /&gt;sole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls&lt;BR /&gt;1036\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_oepe180&lt;BR /&gt;\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_ocp371\prof&lt;BR /&gt;iles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_adfr1111\profile&lt;BR /&gt;s\default\sysext_manifest_classpath weblogic.Server&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:25:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734567#M8988</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-07-30T14:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: App agent is not starting on WebLogic application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734568#M8989</link>
      <description>&lt;P&gt;Can you confirm:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;is your WebLogic server is running fine&lt;/LI&gt;
&lt;LI&gt;do you have any agent logs written under&amp;nbsp;&lt;SPAN&gt;C:\AppServerAgent\ver4.x.y.z\logs? (these will be in a directory named after the AppD node name)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;SPAN&gt;Is there anything relating to the AppDynamics agent in the WebLogic boot log?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;I also note this is your WebLogic admin server you have instrumented.&amp;nbsp; You are likely to get more interesting results from one of the managed servers where your app is running (unless this is a single server installation), although there is no reason that instrumenting the admin server should not work.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jul 2018 14:37:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734568#M8989</guid>
      <dc:creator>Peter_Holditch</dc:creator>
      <dc:date>2018-07-30T14:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: App agent is not starting on WebLogic application</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734569#M8990</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;1. Yes, it is running fine - I don't see any issues with it.&lt;/P&gt;
&lt;P&gt;2. No - no logs generated at all. Only way I can make it write something is if I run directly java with -javaagent but it exits immediately after start, of course.&lt;/P&gt;

&lt;P&gt;I don't see anything related with AppD in the weblogic logs.&lt;/P&gt;
&lt;P&gt;It is a single server installation. And also it is more like a test setup so I just need to get any data from the agent...&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jul 2018 05:42:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/App-agent-is-not-starting-on-WebLogic-application/m-p/734569#M8990</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-07-31T05:42:19Z</dc:date>
    </item>
  </channel>
</rss>

