<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Appdynamics -</title><link>https://community.appian.com/discussions/f/administration/13803/appdynamics--</link><description>hi, 
 We are working on configuring Appdynamics monitoring tool in our jboss servers. After configuring, upon restart Appian fails to restart with these below errors in server.log 
 We were asked with this particular question from appdynamics &amp;quot;&amp;quot;If we</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Appdynamics -</title><link>https://community.appian.com/thread/62753?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 16:04:32 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:ce355b2f-73b9-44b3-8cb7-32898f8c0e9c</guid><dc:creator>Mangesh Vidhale</dc:creator><description>Hi Pavithra,&lt;br /&gt;
&lt;br /&gt;
I was able to configure appdynamics java agent for appian successfully with following execution steps and it&amp;#39;s still working as expected.&lt;br /&gt;
&lt;br /&gt;
AppDynamics: Instrumenting Java agent in JBoss&lt;br /&gt;
Appdynamics KB article - &lt;a href="https://docs.appdynamics.com/display/PRO44/JBoss+and+Wildfly+Startup+Settings"&gt;docs.appdynamics.com/.../JBoss and Wildfly Startup Settings&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Steps:&lt;br /&gt;
1. Copy and download java agent package&lt;br /&gt;
File name: AppServerAgent-4.4.2.22394.zip (This unpacks and has the java agent and other dependent files)&lt;br /&gt;
&lt;br /&gt;
2. Create dir AppD inside /apps (directory structure may vary)&lt;br /&gt;
	Login to server&lt;br /&gt;
	$ cd /apps&lt;br /&gt;
$ mkdir AppD&lt;br /&gt;
&lt;br /&gt;
3. Unpack AppServerAgent-4.4.2.22394.zip into /apps/AppD directory&lt;br /&gt;
$ unzip AppServerAgent-4.4.2.22394.zip -d /apps/AppD&lt;br /&gt;
&lt;br /&gt;
4. Locate, edit and save file controller-info.xml&lt;br /&gt;
•	Goto /apps/AppD/conf&lt;br /&gt;
•	Open controller-info.xml (vi controller-info.xml)&lt;br /&gt;
•	Configure for following parameter with values (values will varies as per your controller)&lt;br /&gt;
&lt;br /&gt;
controller-host --&amp;gt; your appdynamics controller&lt;br /&gt;
controller-port --&amp;gt; 443&lt;br /&gt;
application-name --&amp;gt; e.g. Your Appian Dev/QA app name&lt;br /&gt;
tier-name --&amp;gt; e.g. tier-name&lt;br /&gt;
node-name --&amp;gt; e.g. node-name&lt;br /&gt;
account-name --&amp;gt; appdynamics account name&lt;br /&gt;
account-access-key --&amp;gt; appdynamics account access key&lt;br /&gt;
force-agent-registration --&amp;gt; true&lt;br /&gt;
&lt;br /&gt;
5. Configure JBoss startup scripts &lt;br /&gt;
(Refer link &lt;a href="https://docs.appdynamics.com/display/PRO44/JBoss+and+Wildfly+Startup+Settings)"&gt;docs.appdynamics.com/.../JBoss and Wildfly Startup Settings)&lt;/a&gt;&lt;br /&gt;
•	Stop Appian&lt;br /&gt;
•	Locate and edit standalone.sh (cd $JBOSS_HOME/bin/standalone.sh). Add following line to standalone.sh&lt;br /&gt;
For e.g.&lt;br /&gt;
 &lt;br /&gt;
export JAVA_OPTS=&amp;quot;$JAVA_OPTS -javaagent:/apps/AppD/javaagent.jar”&lt;br /&gt;
&lt;br /&gt;
6. Add following property at the end to Appian’s custom.properties file&lt;br /&gt;
$ vi $APPIAN_HOME/ear/suite.ear/conf/custom.properties&lt;br /&gt;
conf.plugins.internal.EXTRA_BOOT_DELEGATION_PKGS=com.singularity.*&lt;br /&gt;
&lt;br /&gt;
7. Start Appian engines, start search server and then start JBoss server&lt;br /&gt;
&lt;br /&gt;
Following message should appear on JBoss CLI while startup and JBoss should come up entirely.&lt;br /&gt;
&lt;br /&gt;
Started AppDynamics Java Agent Successfully.&lt;br /&gt;
&lt;br /&gt;
I hope it helps you to resolve the error and make it working.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Mangesh&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appdynamics -</title><link>https://community.appian.com/thread/62751?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 14:53:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b1a80025-3d04-440e-9447-4913aed4f3be</guid><dc:creator>pavithraj0001</dc:creator><description>Thanks Mangesh for taking time on this.&lt;br /&gt;
We already tried adding that in custom.properties, it didn&amp;#39;t work either.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Pavithra&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Appdynamics -</title><link>https://community.appian.com/thread/62750?ContentTypeID=1</link><pubDate>Fri, 16 Nov 2018 14:43:45 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f7512c66-3206-41a7-b0bd-b71c5ed74a1b</guid><dc:creator>Mangesh Vidhale</dc:creator><description>Hi,&lt;br /&gt;
&lt;br /&gt;
You need to add following property to custom.properties file of Appian installation and restart Jboss. The above error should go away.&lt;br /&gt;
&lt;br /&gt;
## for Appdynamics to setup java agent&lt;br /&gt;
conf.plugins.internal.EXTRA_BOOT_DELEGATION_PKGS=com.singularity.*&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Mangesh&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>