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 E913F719E for ; Fri, 11 Nov 2011 12:50:40 +0000 (UTC) Received: (qmail 37960 invoked by uid 500); 11 Nov 2011 12:50:38 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 37935 invoked by uid 500); 11 Nov 2011 12:50:38 -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 37925 invoked by uid 99); 11 Nov 2011 12:50:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 12:50:38 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcdcu-cassandra-user-1@m.gmane.org designates 80.91.229.12 as permitted sender) Received: from [80.91.229.12] (HELO lo.gmane.org) (80.91.229.12) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Nov 2011 12:50:31 +0000 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1ROqYY-0005zs-6e for user@cassandra.apache.org; Fri, 11 Nov 2011 13:50:06 +0100 Received: from pool-108-20-102-23.bstnma.east.verizon.net ([108.20.102.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Nov 2011 13:50:06 +0100 Received: from twalljava by pool-108-20-102-23.bstnma.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 11 Nov 2011 13:50:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: user@cassandra.apache.org From: Timothy Wall Subject: Re: Debian package jna bug workaroung Date: Fri, 11 Nov 2011 12:48:13 +0000 (UTC) Lines: 24 Message-ID: References: <1320226927.23473.YahooMailNeo@web132105.mail.ird.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 108.20.102.23 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0) Gecko/20100101 Firefox/8.0) Peter Tillotson yahoo.co.uk> writes: > > Full stack traces: > > java.lang.NoClassDefFoundError: > Could not initialize class com.sun.jna.Native > > >         at com.sun.jna.Pointer.(Pointer.java:42) >         at org.apache.cassandra.cache.SerializingCache.serialize(SerializingCache.java:92) Note that the exception is thrown from com.sun.jna.Pointer, while it is loading com.sun.jna.Native. JNA *has* been found, and started loading, but encountered some problem that prevented the com.sun.jna.Native class from initializing. This may be because you have two conflicting versions of jna.jar in your classpath, or conflicting versions of the JNA native library stub in your library load path. Version 3.4.0 of JNA (available soon) will make these sorts of conflicts more obvious.