NoSuchObjectException: 'no such object in table'

2017-07-13 Thread bidhu patra
: 'no such object in table'.* -- Bidhu Bhusan Patra CET,Bhubaneswar

Re: 'no such object in table'

2015-09-03 Thread Jason Lewis
I should probably add.. /etc/hosts had the hostname set to 127.0.1.1. On Thu, Sep 3, 2015 at 11:00 PM, Jason Lewis wrote: > I figured this one out. As it turns out, the nodes that I couldn't > connect to, had the hostname set to 127.0.1.1. The listen IP is *not* > that IP. > > Thanks for the lo

Re: 'no such object in table'

2015-09-03 Thread Jason Lewis
I figured this one out. As it turns out, the nodes that I couldn't connect to, had the hostname set to 127.0.1.1. The listen IP is *not* that IP. Thanks for the logging tip, it helped track it down. On Thu, Sep 3, 2015 at 10:43 PM, Jason Lewis wrote: > After enabling that option, I'm seeing er

Re: 'no such object in table'

2015-09-03 Thread Jason Lewis
After enabling that option, I'm seeing errors like this on the node I can't connect to. Sep 04, 2015 2:35:48 AM sun.rmi.server.UnicastServerRef logCallException FINE: RMI TCP Connection(4)-127.0.0.1: [127.0.0.1] exception: javax.management.InstanceNotFoundException: org.apache.cassandra.metrics:t

Re: 'no such object in table'

2015-08-26 Thread Nate McCall
> LOCAL_JMX=no > > if [ "$LOCAL_JMX" = "yes" ]; then > JVM_OPTS="$JVM_OPTS -Dcassandra.jmx.local.port=$JMX_PORT > -XX:+DisableExplicitGC" > else > JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.port=$JMX_PORT" > JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.rmi.port=$JMX_PORT" > JV

Re: 'no such object in table'

2015-08-26 Thread Jason Lewis
ly connect to the majority of nodes in my ring, but two >> nodes throw the following error. >> >> nodetool: Failed to connect to ':7199' NoSuchObjectException: 'no >> such object in table'. >> >> Any idea why this is happening? Misconfigur

Re: 'no such object in table'

2015-08-25 Thread Michael Shuler
On 08/25/2015 02:19 PM, Jason Lewis wrote: I'm trying to run nodetool from one node, connecting to another. I can successfully connect to the majority of nodes in my ring, but two nodes throw the following error. nodetool: Failed to connect to ':7199' NoSuchObjectException: &#x

'no such object in table'

2015-08-25 Thread Jason Lewis
I'm trying to run nodetool from one node, connecting to another. I can successfully connect to the majority of nodes in my ring, but two nodes throw the following error. nodetool: Failed to connect to ':7199' NoSuchObjectException: 'no such object in table'. Any i