Re: weird error when connecting to cassandra mbean proxy

2011-04-07 Thread Narendra Sharma
The correct object name is "org.apache.cassandra.db:type=StorageProxy"

-Naren

On Thu, Apr 7, 2011 at 4:36 PM, Anurag Gujral wrote:

> Hi All,
>  I have written a code for connecting to mbean server runnning on cassandra
> node.
> I get the following error:
> Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
> at $Proxy1.getReadOperations(Unknown Source)
> at
> com.smeet.cassandra.CassandraJmxHttpServerMy.(CassandraJmxHttpServerMy.java:72)
> at
> com.smeet.cassandra.CassandraJmxHttpServerMy.main(CassandraJmxHttpServerMy.java:77)
> Caused by: javax.management.InstanceNotFoundException:
> org.apache.cassandra.service:type=StorageProxy
> at
> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1118)
> at
> com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:679)
> at
> com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:672)
> at
> javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
> at
> javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:90)
>
> I have attached the code file.
>
> Cassandra is running on the port I am trying to connect to .
>
> Please Suggest
> Thanks
> Anurag
>
>


-- 
Narendra Sharma
Solution Architect
*http://www.persistentsys.com*
*http://narendrasharma.blogspot.com/*


weird error when connecting to cassandra mbean proxy

2011-04-07 Thread Anurag Gujral
Hi All,
 I have written a code for connecting to mbean server runnning on cassandra
node.
I get the following error:
Exception in thread "main" java.lang.reflect.UndeclaredThrowableException
at $Proxy1.getReadOperations(Unknown Source)
at
com.smeet.cassandra.CassandraJmxHttpServerMy.(CassandraJmxHttpServerMy.java:72)
at
com.smeet.cassandra.CassandraJmxHttpServerMy.main(CassandraJmxHttpServerMy.java:77)
Caused by: javax.management.InstanceNotFoundException:
org.apache.cassandra.service:type=StorageProxy
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1118)
at
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getAttribute(DefaultMBeanServerInterceptor.java:679)
at
com.sun.jmx.mbeanserver.JmxMBeanServer.getAttribute(JmxMBeanServer.java:672)
at
javax.management.remote.rmi.RMIConnectionImpl.doOperation(RMIConnectionImpl.java:1427)
at
javax.management.remote.rmi.RMIConnectionImpl.access$200(RMIConnectionImpl.java:90)

I have attached the code file.

Cassandra is running on the port I am trying to connect to .

Please Suggest
Thanks
Anurag


CassandraJmxHttpServerMy.java
Description: Binary data