Description of problem: Apache Cassandra (default) server discovered as JMX server - not Cassandra -- Windows 2008 Version-Release number of selected component (if applicable): build:434b099 How reproducible: Steps to Reproduce: 1. Install and start rhq server/storage/agent 2. install and start apache cassandra 3. Actual results: apache cassandra server is discovered as JMX server Expected results: apache cassandra server is discovered as Cassandra server by cassandra plugin Additional info: http://d.pr/i/SJBU http://d.pr/i/iiLe
Jay, can you please have a look?
Created attachment 790581 [details] full process string I was investigating the problem and the C* server is not discovered during the discovery process. The most probably cause is the length of the process string that is 4300 character long. See the attachment. The bad thing about it is that we can't influence the way it looks like, because it is vanilla Apache Cassandra. It is similar to Bug 658263
This is because the command line string is too long. For the storage node plugin, we shorten it to work around this, but we cannot do anything for stock Cassandra installs.