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 7B7ED291F for ; Mon, 25 Apr 2011 12:53:05 +0000 (UTC) Received: (qmail 43898 invoked by uid 500); 25 Apr 2011 12:53:03 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 43869 invoked by uid 500); 25 Apr 2011 12:53:03 -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 43861 invoked by uid 99); 25 Apr 2011 12:53:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2011 12:53:03 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.210.44] (HELO mail-pz0-f44.google.com) (209.85.210.44) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2011 12:52:54 +0000 Received: by pzk30 with SMTP id 30so1644535pzk.31 for ; Mon, 25 Apr 2011 05:52:31 -0700 (PDT) Received: by 10.68.0.106 with SMTP id 10mr6607704pbd.434.1303735951004; Mon, 25 Apr 2011 05:52:31 -0700 (PDT) Received: from [192.168.10.15] ([121.98.152.11]) by mx.google.com with ESMTPS id u9sm185493pbh.26.2011.04.25.05.52.26 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Apr 2011 05:52:28 -0700 (PDT) From: John Lennard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: JNA C library errors on OSX Date: Tue, 26 Apr 2011 00:52:23 +1200 Message-Id: <5E30DE87-858C-4EC3-A6B5-9902DBDAC3C1@gravitate.co.nz> To: user@cassandra.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am currently testing the current 0.8 beta on my OSX development = machine and when cassandra is starting up i am seeing errors from the = JNA code as below. john@balorama bin $ sudo -u cassandra ./cassandra -f Password: INFO 00:04:18,013 Logging initialized INFO 00:04:18,027 Heap size: 2126512128/2126512128 INFO 00:04:18,078 Unable to link C library. Native methods will be = disabled. ... =46rom here Cassandra continues to run, however, without native method = support. I have tested running Cassandra as root, the logged in user and the = cassandra user along with the most recent JNA and a version compiled = from trunk. I have also tried running cassandra with out any of the = start up scripts and still the same error, simple tests where by i have = removed the CLibrary class and code that causes the fault seem to allow = the c library to be linked.=20 I am about to build a version from source to add in some stack traces = where the error is handled but was wondering if anyone else has seen = this.=20 Thanks John