Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 76CC7181A3 for ; Wed, 26 Aug 2015 18:06:17 +0000 (UTC) Received: (qmail 78542 invoked by uid 500); 26 Aug 2015 18:06:13 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 78503 invoked by uid 500); 26 Aug 2015 18:06:13 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 78492 invoked by uid 99); 26 Aug 2015 18:06:13 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 18:06:13 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C9E87C028F for ; Wed, 26 Aug 2015 18:06:12 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.981 X-Spam-Level: *** X-Spam-Status: No, score=3.981 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=3, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id oeilNcjOV-fJ for ; Wed, 26 Aug 2015 18:06:06 +0000 (UTC) Received: from mail-oi0-f51.google.com (mail-oi0-f51.google.com [209.85.218.51]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 747B520383 for ; Wed, 26 Aug 2015 18:06:05 +0000 (UTC) Received: by oiey141 with SMTP id y141so126638819oie.1 for ; Wed, 26 Aug 2015 11:05:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8yOUcomqHvag8UyCi+81UH5Np2RiNX1X9bs1utlfTbY=; b=ep+qkOxyfYaLVl2kNLP+O+Fs6B7+As6rNLTiROVUcj5R6fAIkvsJRCqO799HtVr7xf CmsoW3VoKTTT5SvvTeilH7m39Fyh1w/NCmHBwOBUo9qE+vIoK0bZcsxiZ2kKOW4P7Yl1 9ejibEWaP2i3Cb9hiHTbkYTV5UbmRdVKlXv8+7ugTWVUdnYfKAqxBUnRRFQgjH525368 2X6qnO+BXfYNkf9fXGp0xYvdg/xoZ736rQSsUbOxtvKvHshyZwVLW2BmINWWIR2RMdQB TlgrsScSsMMAiTlmEW/eIqZIdSoZaWIgQ/3M7cjqRVIx6DbY6za41abHtkdDC76PKpeS B4Iw== X-Gm-Message-State: ALoCoQmswZYGOdgOmeMj6oGecwlavvr3QFxOGZuLBXUrKcCpEHPLw12fixgLjX3QWGDB9rFbIWgr MIME-Version: 1.0 X-Received: by 10.202.243.136 with SMTP id r130mr3080084oih.39.1440612357818; Wed, 26 Aug 2015 11:05:57 -0700 (PDT) Received: by 10.202.49.8 with HTTP; Wed, 26 Aug 2015 11:05:57 -0700 (PDT) In-Reply-To: References: <55DCD191.6020306@pbandjelly.org> Date: Wed, 26 Aug 2015 13:05:57 -0500 Message-ID: Subject: Re: 'no such object in table' From: Nate McCall To: Cassandra Users Content-Type: multipart/alternative; boundary=94eb2c0944e0d8e405051e3ab3a9 --94eb2c0944e0d8e405051e3ab3a9 Content-Type: text/plain; charset=UTF-8 > 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" > JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=false" > JVM_OPTS="$JVM_OPTS -Dcom.sun.management.jmxremote.authenticate=false" > JVM_OPTS="$JVM_OPTS > -Dcom.sun.management.jmxremote.password.file=/etc/cassandra/jmxremote.password" > fi > Retry with the following option added to your JVM_OPTS: java.rmi.server.logCalls=true This should produce some more information about what is going on. -- ----------------- Nate McCall Austin, TX @zznate Co-Founder & Sr. Technical Consultant Apache Cassandra Consulting http://www.thelastpickle.com --94eb2c0944e0d8e405051e3ab3a9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
>=C2=A0LOC= AL_JMX=3Dno
>
> if [ "$LOCAL_JMX" =3D = "yes" ]; then
> =C2=A0 JVM_OPTS=3D"$JVM_OPTS -Dcassand= ra.jmx.local.port=3D$JMX_PORT
> -XX:+DisableExplicitGC"
> = else
> =C2=A0 JVM_OPTS=3D"$JVM_OPTS -Dcom.sun.management.jmxremo= te.port=3D$JMX_PORT"
> =C2=A0 JVM_OPTS=3D"$JVM_OPTS -Dcom.s= un.management.jmxremote.rmi.port=3D$JMX_PORT"
> =C2=A0 JVM_OPTS= =3D"$JVM_OPTS -Dcom.sun.management.jmxremote.ssl=3Dfalse"
>= =C2=A0 JVM_OPTS=3D"$JVM_OPTS -Dcom.sun.management.jmxremote.authentic= ate=3Dfalse"
> =C2=A0 JVM_OPTS=3D"$JVM_OPTS
> -Dcom.s= un.management.jmxremote.password.file=3D/etc/cassandra/jmxremote.password&q= uot;
> fi
>

Retry with the following option added to you= r JVM_OPTS: java.rmi.server.logCalls=3Dtrue

This should = produce some more information about what is going on.=C2=A0



=
--
-----------------
Nate McCall
Austin, TX
@zznate

= Co-Founder & Sr. Technical Consultant
Apache Cassandra Consultinghttp://www.thelastpickle.com<= br>
--94eb2c0944e0d8e405051e3ab3a9--