<?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: Mule ESB 3.5.2 Support in AppD Archive</title>
    <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739398#M6071</link>
    <description>&lt;P&gt;I was looking at your config and you might have a typo. Instead of:&lt;/P&gt;

&lt;PRE&gt;wrapper.java.additional.44=-javaagent:"/opt/appdyn&lt;WBR /&gt;amics/appagent/javaagent.jar&lt;/PRE&gt;


&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;wrapper.java.additional.44="-javaagent:/opt/appdyn&lt;WBR /&gt;amics/appagent/javaagent.jar"&lt;/PRE&gt;</description>
    <pubDate>Sat, 27 Dec 2014 02:15:52 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2014-12-27T02:15:52Z</dc:date>
    <item>
      <title>Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739396#M6069</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We are trying to configure AppDynamics agent for Mule ESB 3.5.2 version and we are seeing that we dont have any out of the box support for this version. We found from this link that starting 4.0.x version of AppD it supports Mule ESB 3.4 and previous releases.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO40/Mule+ESB+Support" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO40/Mule+ESB+Support&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;We are looking for options or alternatives to make the AppAgent work for us. Currently we are seeing that Machine Agent works and gives us stats but we don't see the AppAgent doing anything at all. Here is the configuration that we have in our wrapper.conf file in %MULE_HOME%/conf/wrapper.conf:&lt;/P&gt;
&lt;PRE&gt;wrapper.java.additional.39=-Dcom.sun.management.jmxremote
wrapper.java.additional.40=-Dcom.sun.management.jmxremote.port=9426
wrapper.java.additional.41=-Dcom.sun.management.jmxremote.ssl=false
wrapper.java.additional.42=-Dcom.sun.management.jmxremote.authenticate=false
wrapper.java.additional.43=-Djava.rmi.server.hostname=localhost
wrapper.java.additional.44=-javaagent:"/opt/appdynamics/appagent/javaagent.jar
wrapper.java.additional.44.stripquotes=TRUE&lt;/PRE&gt;

&lt;P&gt;Here is a snapshot of the servers that show up in our AppD console:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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/37575iDFBDBF21EAE3113B/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;One more interesting thing here is that when I click on the UP icon of any of the node machine agent status, it indicates that App Agent is not installed. Please find the snapshot below:&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/37582i9434B1E530D50023/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;When we do a service restart also, we only see that machine agent is working:&lt;/P&gt;
&lt;PRE&gt;root      5649     1 82 23:14 pts/0    00:00:01 /opt/java/bin/java -jar /opt/appdynamics/machineagent
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Are we supposed to do anything for AppAgent?&amp;nbsp;Is there a way to get this working? I tried reaching Mule ESB support folks but looks like this has to be done on AppD side itself for supporting their latest versions. Any help or alternatives to get App Agent working will be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Dec 2014 22:56:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739396#M6069</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-12-24T22:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739397#M6070</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Can you provide the following to debug furrher:&lt;/P&gt;
&lt;P&gt;- controller-info.xml at&amp;nbsp;/opt/appdynamics/appagent/conf&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- output of the following query issued where mule ESB JVM is up and running with -javagent entry added in wrapper file:&lt;/P&gt;
&lt;P&gt;shell&amp;gt; ps -ef | grep "java"&lt;/P&gt;

&lt;P&gt;We see appserver agent node itself does not come in UI would like to check whether agent started as part of JVM using ps grep output and if started fine whether agent config details controller-host, port, app, tier, node-name are provided in controller-info.xml file&lt;/P&gt;
&lt;P&gt;- also attach&amp;nbsp;the zipped version of logs and conf folder from&amp;nbsp;/opt/appdynamics/appagent &amp;nbsp;location&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Once agent is up at UI and if no load discovered we will then define pojo rules on target if no ootb BTs are detected, 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>Fri, 26 Dec 2014 12:58:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739397#M6070</guid>
      <dc:creator>Arun_Dasetty</dc:creator>
      <dc:date>2014-12-26T12:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739398#M6071</link>
      <description>&lt;P&gt;I was looking at your config and you might have a typo. Instead of:&lt;/P&gt;

&lt;PRE&gt;wrapper.java.additional.44=-javaagent:"/opt/appdyn&lt;WBR /&gt;amics/appagent/javaagent.jar&lt;/PRE&gt;


&lt;P&gt;Try:&lt;/P&gt;

&lt;PRE&gt;wrapper.java.additional.44="-javaagent:/opt/appdyn&lt;WBR /&gt;amics/appagent/javaagent.jar"&lt;/PRE&gt;</description>
      <pubDate>Sat, 27 Dec 2014 02:15:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739398#M6071</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-12-27T02:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739399#M6072</link>
      <description>&lt;P&gt;Hi Frank,&lt;/P&gt;

&lt;P&gt;I believe we used this config in wrapper.conf earlier&lt;/P&gt;
&lt;PRE&gt;wrapper.java.additional.44=-javaagent:"/opt/appdynamics/appagent/javaagent.jar
wrapper.java.additional.44.stripquotes=TRUE&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;Do you think I still need to use that stripquotes because as far as the server startup goes, I can see javaagent added to the startup arguments. I am not sure if this change made any difference because with earlier config, this is how my server startup looks like:&lt;/P&gt;

&lt;PRE&gt;muleuser  8236  8234  0 Dec25 ?        00:15:40 /opt/jdk1.6.0_24/bin/java -Dmule.home=/opt/muleesb -Dmule.base=/opt/muleesb -Djava.net.preferIPv4Stack=TRUE -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:ErrorFile=/opt/muleesb/logs/err.log -Xloggc:/opt/muleesb/logs/gc.log -XX:+AlwaysPreTouch -server -XX:PermSize=128m -XX:MaxPermSize=256m -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=60 -XX:+UseCMSInitiatingOccupancyOnly -Dmule.env=dev -XX:CompileThreshold=1000 -XX:MaxTenuringThreshold=8 -XX:TargetSurvivorRatio=90 -XX:SurvivorRatio=8 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=512m -XX:CMSFullGCsBeforeCompaction=1 -XX:CMSTriggerPermRatio=80 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSConcurrentMTEnabled -XX:+UseParNewGC -XX:+AggressiveOpts -Xss228k -Dmvel2.disable.jit=TRUE -Dmule.transport.http.singleDispatcherPerEndpoint=TRUE -Dmule.simpleLog=mule.log -DNAS_PROPERTY_HOME=/etc/stubhub/properties -Djetty.config.file=/opt/muleesb/apps/jetty-config.xml -Dmule.server.key.store.file=/opt/muleesb/conf/mulekeystore.jks -Dmule.client.trust.store.file=/opt/muleesb/conf/mulekeystore.jks -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9426 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -javaagent:/opt/appdynamics/appagent/javaagent.jar -XX:MaxPermSize=256m -Djava.endorsed.dirs=/opt/muleesb/lib/endorsed -Xms2048m -Xmx4096m -Djava.library.path=%LD_LIBRARY_PATH%:/opt/muleesb/lib/boot -classpath %MULE_LIB%:/opt/muleesb/conf:/opt/muleesb/lib/boot/commons-cli-1.2.jar:/opt/muleesb/lib/boot/commons-codec-1.3.jar:/opt/muleesb/lib/boot/jul-to-slf4j-1.6.1.jar:/opt/muleesb/lib/boot/licm-1.1.5.jar:/opt/muleesb/lib/boot/log4j-1.2.16.jar:/opt/muleesb/lib/boot/mule-module-boot-ee-3.5.2.jar:/opt/muleesb/lib/boot/mule-module-logging-3.5.2.jar:/opt/muleesb/lib/boot/oscore-2.2.4.jar:/opt/muleesb/lib/boot/propertyset-1.3.jar:/opt/muleesb/lib/boot/truelicense-1.29.jar:/opt/muleesb/lib/boot/truexml-1.29.jar:/opt/muleesb/lib/boot/wrapper-3.5.19.jar:/opt/muleesb/data-mapper -Dwrapper.key=ESE0FfDbiIj18SsbHwsSqzipPmj4l0Wu -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=8234 -Dwrapper.version=3.5.19-st -Dwrapper.native_library=wrapper -Dwrapper.arch=x86 -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 -Dwrapper.lang.domain=wrapper -Dwrapper.lang.folder=../lang org.mule.module.reboot.MuleContainerBootstrap restart0
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;if you see this portion of the startup&lt;/P&gt;
&lt;PRE&gt;-javaagent:/opt/appdynamics/appagent/javaagent.jar &lt;/PRE&gt;
&lt;P&gt;I see no different after changing the wrapper.conf to this&lt;/P&gt;
&lt;PRE&gt;wrapper.java.additional.44="-javaagent:/opt/appdynamics/appagent/javaagent.jar"&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;OR this:&lt;/P&gt;

&lt;PRE&gt;wrapper.java.additional.44="-javaagent:/opt/appdynamics/appagent/javaagent.jar"
wrapper.java.additional.44.stripquotes=TRUE&lt;/PRE&gt;


&lt;P&gt;I can see the startup showing the javaagent&amp;nbsp;either way and I don't see any means to explicitly see if the appagent started.&lt;/P&gt;

&lt;P&gt;Is there a way to see if the appagent started except from the console?&lt;/P&gt;

&lt;P&gt;Is there a way to explicitly start appagent alone because i dont see logs for appagent but i do see logs for machineagent.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 18:25:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739399#M6072</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-12-29T18:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739400#M6073</link>
      <description>&lt;P&gt;Hi Arun,&lt;/P&gt;

&lt;P&gt;Here is how the appagent/conf/controller-info.xml looks like in one of the nodes:&lt;/P&gt;

&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;controller-info&amp;gt;
    &amp;lt;controller-host&amp;gt;srwd00col001.stubcorp.dev&amp;lt;/controller-host&amp;gt;
    &amp;lt;controller-port&amp;gt;80&amp;lt;/controller-port&amp;gt;
    &amp;lt;controller-ssl-enabled&amp;gt;false&amp;lt;/controller-ssl-enabled&amp;gt;
    &amp;lt;enable-orchestration&amp;gt;false&amp;lt;/enable-orchestration&amp;gt;
    &amp;lt;account-name&amp;gt;&amp;lt;/account-name&amp;gt;
    &amp;lt;account-access-key&amp;gt;&amp;lt;/account-access-key&amp;gt;
    &amp;lt;application-name&amp;gt;srwe02.com&amp;lt;/application-name&amp;gt;
    &amp;lt;tier-name&amp;gt;int&amp;lt;/tier-name&amp;gt;
    &amp;lt;node-name&amp;gt;srwe02int001&amp;lt;/node-name&amp;gt;
    &amp;lt;force-agent-registration&amp;gt;false&amp;lt;/force-agent-registration&amp;gt;
&amp;lt;/controller-info&amp;gt;   &lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;I see no difference when we compare with machine agent controller-info.xml. I do see that appagent logs are empty whereas machineagent logs are present and I can see machine agent process running too. Here is the process info that you asked for:&lt;/P&gt;

&lt;PRE&gt;muleuser 26644 26642  4 18:18 ?        00:00:58 /opt/jdk1.6.0_24/bin/java -Dmule.home=/opt/muleesb -Dmule.base=/opt/muleesb -Djava.net.preferIPv4Stack=TRUE -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintTenuringDistribution -XX:ErrorFile=/opt/muleesb/logs/err.log -Xloggc:/opt/muleesb/logs/gc.log -XX:+AlwaysPreTouch -server -XX:PermSize=128m -XX:MaxPermSize=256m -XX:NewRatio=3 -XX:+UseConcMarkSweepGC -XX:CMSInitiatingOccupancyFraction=60 -XX:+UseCMSInitiatingOccupancyOnly -Dmule.env=dev -XX:CompileThreshold=1000 -XX:MaxTenuringThreshold=8 -XX:TargetSurvivorRatio=90 -XX:SurvivorRatio=8 -XX:+CMSScavengeBeforeRemark -XX:PretenureSizeThreshold=512m -XX:CMSFullGCsBeforeCompaction=1 -XX:CMSTriggerPermRatio=80 -XX:CMSMaxAbortablePrecleanTime=6000 -XX:+CMSConcurrentMTEnabled -XX:+UseParNewGC -XX:+AggressiveOpts -Xss228k -Dmvel2.disable.jit=TRUE -Dmule.transport.http.singleDispatcherPerEndpoint=TRUE -Dmule.simpleLog=mule.log -DNAS_PROPERTY_HOME=/etc/stubhub/properties -Djetty.config.file=/opt/muleesb/apps/jetty-config.xml -Dmule.server.key.store.file=/opt/muleesb/conf/mulekeystore.jks -Dmule.client.trust.store.file=/opt/muleesb/conf/mulekeystore.jks -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=9426 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false -javaagent:/opt/appdynamics/appagent/javaagent.jar -XX:MaxPermSize=256m -Djava.endorsed.dirs=/opt/muleesb/lib/endorsed -Xms2048m -Xmx4096m -Djava.library.path=%LD_LIBRARY_PATH%:/opt/muleesb/lib/boot -classpath %MULE_LIB%:/opt/muleesb/conf:/opt/muleesb/lib/boot/commons-cli-1.2.jar:/opt/muleesb/lib/boot/commons-codec-1.3.jar:/opt/muleesb/lib/boot/jul-to-slf4j-1.6.1.jar:/opt/muleesb/lib/boot/licm-1.1.5.jar:/opt/muleesb/lib/boot/log4j-1.2.16.jar:/opt/muleesb/lib/boot/mule-module-boot-ee-3.5.2.jar:/opt/muleesb/lib/boot/mule-module-logging-3.5.2.jar:/opt/muleesb/lib/boot/oscore-2.2.4.jar:/opt/muleesb/lib/boot/propertyset-1.3.jar:/opt/muleesb/lib/boot/truelicense-1.29.jar:/opt/muleesb/lib/boot/truexml-1.29.jar:/opt/muleesb/lib/boot/wrapper-3.5.19.jar:/opt/muleesb/data-mapper -Dwrapper.key=cXOl5Taf8wron-Dev-KguA700sbWK2WR -Dwrapper.port=32000 -Dwrapper.jvm.port.min=31000 -Dwrapper.jvm.port.max=31999 -Dwrapper.disable_console_input=TRUE -Dwrapper.pid=26642 -Dwrapper.version=3.5.19-st -Dwrapper.native_library=wrapper -Dwrapper.arch=x86 -Dwrapper.service=TRUE -Dwrapper.cpu.timeout=10 -Dwrapper.jvmid=1 -Dwrapper.lang.domain=wrapper -Dwrapper.lang.folder=../lang org.mule.module.reboot.MuleContainerBootstrap start0

root     27366     1  0 18:23 pts/0    00:00:01 /opt/java/bin/java -jar /opt/appdynamics/machineagent/machineagent.jar
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;I dont see any explicit process that is indicating the appagent being running on that node. Is there a process to run appagent explicitly? Do i need to do anything seperately for appagent?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 18:40:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739400#M6073</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-12-29T18:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739401#M6074</link>
      <description>&lt;P&gt;Try removing the quotes, and the entire stripquotes line to see if that helps. Also, make sure nowhere else in your config is there a&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;wrapper.java.additional.44&lt;/P&gt;
&lt;P class="p1"&gt;The number needs to be unique for every config else it will ingnore the entry, but I think you already know all of this and your config looks good.&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;Also, is the folder&amp;nbsp;/opt/appdynamics/appagent/ and all of the files within it executable and owned by the same user that is launching MuleESB? Sometimes permissions issues can prevent the agent from launching and/or writting logs.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 20:17:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739401#M6074</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-12-29T20:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mule ESB 3.5.2 Support</title>
      <link>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739402#M6075</link>
      <description>&lt;P&gt;Thank you Frank for a quick response. I did see that issue is with user and permissions on /opt/appdynamics folder being the root cause. I have corrected the user permissions and now both appdynamics and muleESB start as same user and that helped in starting the appAgent in first place.&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/37585iB289F755E04BC157/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Dec 2014 20:49:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/AppD-Archive/Mule-ESB-3-5-2-Support/m-p/739402#M6075</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2014-12-29T20:49:44Z</dc:date>
    </item>
  </channel>
</rss>

