<?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: Not able to install the Java Agent for Cassandra cluster setup on Linux machines in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728759#M6366</link>
    <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;

&lt;P&gt;Could you please revert back the &amp;nbsp;change and check whether you can see logs. If yes,please share the &amp;nbsp;agent log and server log to debug the issue.&lt;/P&gt;


&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Atyuha&lt;/P&gt;</description>
    <pubDate>Tue, 08 Aug 2017 06:41:29 GMT</pubDate>
    <dc:creator>Atyuha_Pal</dc:creator>
    <dc:date>2017-08-08T06:41:29Z</dc:date>
    <item>
      <title>Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728756#M6363</link>
      <description>&lt;P&gt;Ihave followed all the steps mentioned in the following file :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO43/Apache+Cassandra+Startup+Settings" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Apache+Cassandra+Startup+Settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;But, after this, when I try to start my Cassandra node, it does not come up. I cannot see any error in the logs as well. Following is my&amp;nbsp;&lt;SPAN&gt;cassandra.in.sh file. Please help :&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;JVM_OPTS&lt;/SPAN&gt;&lt;SPAN&gt;=-javaagent:/etc/appdynamics/java/appagent/AppServerAgent&lt;/SPAN&gt;&lt;SPAN&gt;-4&lt;/SPAN&gt;&lt;SPAN&gt;/javaagent.jar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# The directory where Cassandra's configs live (required)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;CASSANDRA_CONF&lt;/SPAN&gt;&lt;SPAN&gt;=/etc/cassandra&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;CASSANDRA_HOME&lt;/SPAN&gt;&lt;SPAN&gt;=/usr/share/cassandra&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;# the default location for commitlogs, sstables, and saved caches&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;# if not set in cassandra.yaml&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;cassandra_storagedir&lt;/SPAN&gt;&lt;SPAN&gt;=/var/lib/cassandra&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;# The java classpath (required)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if [&lt;/SPAN&gt; &lt;SPAN&gt;-n&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;];&lt;/SPAN&gt; &lt;SPAN&gt;then&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;$CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;$CASSANDRA_CONF&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;$CASSANDRA_CONF&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fi&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;for&lt;/SPAN&gt;&lt;SPAN&gt; jar &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; /usr/share/cassandra/lib/*.jar; &lt;/SPAN&gt;&lt;SPAN&gt;do&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;$CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;$jar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;done&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;for&lt;/SPAN&gt;&lt;SPAN&gt; jar &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; /usr/share/cassandra/*.jar; &lt;/SPAN&gt;&lt;SPAN&gt;do&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;$CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;$jar&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;done&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;$EXTRA_CLASSPATH&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;


&lt;P&gt;&lt;SPAN&gt;# set JVM javaagent opts to avoid warnings/errors&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;if [&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$JVM_VENDOR&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;!=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;OpenJDK&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;-o&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$JVM_VERSION&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;1.6.0&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN&gt; \&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;||&lt;/SPAN&gt; &lt;SPAN&gt;[&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$JVM_VERSION&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"1.6.0"&lt;/SPAN&gt; &lt;SPAN&gt;-a&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$JVM_PATCH_VERSION&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;-ge&lt;/SPAN&gt; &lt;SPAN&gt;23&lt;/SPAN&gt; &lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;then&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;JAVA_AGENT&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$JAVA_AGENT&lt;/SPAN&gt;&lt;SPAN&gt; -javaagent:&lt;/SPAN&gt;&lt;SPAN&gt;$CASSANDRA_HOME&lt;/SPAN&gt;&lt;SPAN&gt;/lib/jamm-0.3.0.jar&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 00:35:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728756#M6363</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-08T00:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728757#M6364</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;

&lt;P&gt;Could you please give the path of javaagent.jar which is under&lt;SPAN&gt;/etc/appdynamics/java/appagent/AppServerAgent&lt;/SPAN&gt;&lt;SPAN&gt;-4&lt;/SPAN&gt;&lt;SPAN&gt;/&lt;/SPAN&gt;ver4.*.*.* &amp;nbsp;and check if it works. If issue still persists please enclose the complete agent log to debug it further.&lt;/P&gt;

&lt;P&gt;For Example:&amp;nbsp;&lt;SPAN&gt;JVM_OPTS&lt;/SPAN&gt;&lt;SPAN&gt;=-javaagent:/etc/appdynamics/java/appagent/AppServerAgent&lt;/SPAN&gt;&lt;SPAN&gt;-4&lt;/SPAN&gt;&lt;SPAN&gt;/ver4.*.*.*/javaagent.jar&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Atyuha&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 03:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728757#M6364</guid>
      <dc:creator>Atyuha_Pal</dc:creator>
      <dc:date>2017-08-08T03:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728758#M6365</link>
      <description>&lt;P&gt;Hi Atyuha,&lt;/P&gt;

&lt;P&gt;I tried using the following jar now as mentioned by you in the earlier reply :&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;JVM_OPTS&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;$JVM_OPTS&lt;/SPAN&gt;&lt;SPAN&gt; -javaagent:/etc/appdynamics/java/appagent/AppServerAgent-4/ver4.3.3.4/javaagent.jar&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Still, it does not work. The problem is, that after making this change, the cassandra node&amp;nbsp;itself is not starting. I checked for logs in the following directly, but there are no logs being generated :&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;/etc/appdynamics/java/appagent/AppServerAgent-4/ver4.3.3.4/logs&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Also, I checked Cassandra logs, but cannot see anything. I think it is failing somewhere right in the start itself.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Could it be a permission issue or something ?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Following are the permission of javagaent.jar file :&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;-rw-r--r-- 1 root root&amp;nbsp; 128526 Jun 29 05:14 &lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;javaagent.jar&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Please help.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 04:20:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728758#M6365</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-08T04:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728759#M6366</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;

&lt;P&gt;Could you please revert back the &amp;nbsp;change and check whether you can see logs. If yes,please share the &amp;nbsp;agent log and server log to debug the issue.&lt;/P&gt;


&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Atyuha&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 06:41:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728759#M6366</guid>
      <dc:creator>Atyuha_Pal</dc:creator>
      <dc:date>2017-08-08T06:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728760#M6367</link>
      <description>&lt;P&gt;Hi Atyuha,&lt;/P&gt;

&lt;P&gt;I tried the above suggestion as well. It did not work too.&lt;/P&gt;

&lt;P&gt;I thought it might be a permissions issue, so I gave 777 to all the files in&amp;nbsp;&lt;SPAN&gt;AppServerAgent-4 folder. Post this, Cassandra node is coming up fine with the AppD javaagent properly showing in the process list as well.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;I think, it would be better if we can shed some light on the file permissions required for AppD to run in the documentation itself.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Thank you for the help.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Mayank&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 06:54:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728760#M6367</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-08-08T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728761#M6368</link>
      <description>&lt;P&gt;Hi Mayank,&lt;/P&gt;

&lt;P&gt;Glad to hear that it is working now.&lt;/P&gt;
&lt;P&gt;Please refer to the below doc for future reference&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.appdynamics.com/display/PRO43/Roles+and+Permissions" target="_blank" rel="nofollow noopener noreferrer"&gt;https://docs.appdynamics.com/display/PRO43/Roles+and+Permissions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Atyuha&lt;/P&gt;</description>
      <pubDate>Tue, 08 Aug 2017 07:00:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728761#M6368</guid>
      <dc:creator>Atyuha_Pal</dc:creator>
      <dc:date>2017-08-08T07:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to install the Java Agent for Cassandra cluster setup on Linux machines</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728762#M6369</link>
      <description>&lt;P&gt;For every node in your cluster, follow these instructions:&lt;/P&gt;
&lt;UL class="greenarrow"&gt;
&lt;LI&gt;Make a directory on each machine for the OpsCenter agent (e.g.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;mkdir opscenteragent&lt;/CODE&gt;)&lt;/LI&gt;
&lt;LI&gt;The setup script for OpsCenter created a file called&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;agent.tar.gz&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;on your first machine. Copy that file (e.g.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;scp&lt;/CODE&gt;) to all the machines in your cluster and put it into the new directory you just created.&lt;/LI&gt;
&lt;LI&gt;Unzip the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;agent.tar.gz&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;file&lt;/LI&gt;
&lt;LI&gt;Next, you need to set the agent to point to the main OpsCenter machine (the one you just installed the primary OpsCenter service on) and also monitor the current machine you are on. This is done by executing the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;setup&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;script in the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;bin&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;subdirectory of the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;agent&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;directory and passing it first the machine IP or name of where the OpsCenter main service is running followed by the local machine’s address or name:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;./setup main-opscenter-machine-name-or-ip local-machine-name-or-ip&lt;/CODE&gt;&lt;/LI&gt;
&lt;LI&gt;Start up the agent by executing the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;CODE&gt;opscenter-agent&lt;/CODE&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;script.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If You need More Information visit this Source!&amp;nbsp;&lt;A href="http://www.kpipartners.com/dse-vs-cassandra-open-source" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.kpipartners.com/dse-vs-cassandra-open-source&lt;/A&gt; | &lt;A title="Cassandra" href="https://mindmajix.com/apache-cassandra-training" target="_blank" rel="nofollow noopener noreferrer"&gt;Cassandra Tutorial&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 09:38:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Not-able-to-install-the-Java-Agent-for-Cassandra-cluster-setup/m-p/728762#M6369</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2017-10-24T09:38:10Z</dc:date>
    </item>
  </channel>
</rss>

