Re: JNA not found.

2013-02-19 Thread Edward Capriolo
based on your mount/selinux settings sometimes the os is unwilling to tolerate so files outside certain directories. Edward On Tue, Feb 19, 2013 at 10:13 AM, Tim Dunphy wrote: > Hey Guys, > > I just wanted to follow up on this thread on how I go JNA to work with the > cassandra 1.2.1 tarball I

Re: JNA not found.

2013-02-19 Thread Tim Dunphy
Hey Guys, I just wanted to follow up on this thread on how I go JNA to work with the cassandra 1.2.1 tarball I downloaded. On CentOS I went : [root@cassandra-node01 ~]# yum provides "*/jna.jar" ... jna-3.4.0-4.el5.x86_64 : Pure Java access to native libraries Repo:

Re: JNA not found.

2013-01-29 Thread Tim Dunphy
Hi Chandra, I'm using Cassandra 1.2.1 and jna/platform 3.5.1. One thing I should mention is that I tried putting the jar files into my java jre/lib directory. The theory being those jars would be available to all java apps. In that case Cassandra will start but still not recognize JNA. If I cop

Re: JNA not found.

2013-01-29 Thread chandra Varahala
we had this issue before, but after adding those two jar the error gone. We used 1.0.8 cassandra (JNA 3.3.0, JNA platform. 3.3.0). what version cassnadra you are using ? -chandra On Tue, Jan 29, 2013 at 12:19 PM, Tim Dunphy wrote: > Hi Chandra, > > Thanks for your reply. Well I have added

Re: JNA not found.

2013-01-29 Thread Yogi Nerella
Chandra, Try adding the following option, which may give you more info in the log or console. -Xcheck:jni Do you have any custom c++ libraries using JNA interface?You should add your custom libraries in LD_LIBRARY_PATH or provide them in -Djava.library.path. Yogi On Tue, Jan 29, 2013 at 1

Re: JNA not found.

2013-01-29 Thread Jabbar
Oops you've already done that. Ive used the same methods for java 6 and java 7. On Jan 29, 2013 6:35 PM, "Jabbar" wrote: > Try downloading jna-3.5.1.jar and copying into the lib directory. I made > the same mistake :) > On Jan 29, 2013 5:20 PM, "Tim Dunphy" wrote: > >> Hi Chandra, >> >> Thanks f

Re: JNA not found.

2013-01-29 Thread Jabbar
Try downloading jna-3.5.1.jar and copying into the lib directory. I made the same mistake :) On Jan 29, 2013 5:20 PM, "Tim Dunphy" wrote: > Hi Chandra, > > Thanks for your reply. Well I have added both jna.jar and platform.jar to > my lib directory (jna 3.3.0): > > [root@cassandra-node01 cassandr

Re: JNA not found.

2013-01-29 Thread Tim Dunphy
Hi Chandra, Thanks for your reply. Well I have added both jna.jar and platform.jar to my lib directory (jna 3.3.0): [root@cassandra-node01 cassandrahome]# ls -l lib/jna.jar lib/platform.jar -rw-r--r-- 1 root root 865400 Jan 29 12:14 lib/jna.jar -rw-r--r-- 1 root root 841291 Jan 29 12:14 lib/platf

Re: JNA not found.

2013-01-29 Thread chandra Varahala
I think you need Jna jar and jna-plaform jar in cassandra lib folder -chandra On Mon, Jan 28, 2013 at 10:02 PM, Tim Dunphy wrote: > I went to github to try to download jna again. I downloaded version 3.5.1 > > [root@cassandra-node01 cassandrahome]# ls -l lib/jna-3.5.1.jar > -rw-r--r-- 1 ro

Re: JNA not found.

2013-01-28 Thread Tim Dunphy
I went to github to try to download jna again. I downloaded version 3.5.1 [root@cassandra-node01 cassandrahome]# ls -l lib/jna-3.5.1.jar -rw-r--r-- 1 root root 692603 Jan 28 21:57 lib/jna-3.5.1.jar I noticed in the datastax docs that java 7 was not recommended so I downgraded to java 6 [root@cas