Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Jeremy Hanna
Windows 7 laptop with 0.7.0 > beta 3. Thought something must be wrong with my classpath, but an > installation of 0.6.8 worked fine. > > --- On Wed, 11/24/10, Jeremy Hanna wrote: > > From: Jeremy Hanna > Subject: Re: Cassandra won't start Java Issue Snow Leopard >

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Eric Gilmore
For what it's worth, I had similar errors on a Windows 7 laptop with 0.7.0 beta 3.  Thought something must be wrong with my classpath, but an installation of 0.6.8 worked fine. --- On Wed, 11/24/10, Jeremy Hanna wrote: From: Jeremy Hanna Subject: Re: Cassandra won't start Java

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Jeremy Hanna
I think it's just a classpath issue with os x. I've had it do that for me as well, but it runs just fine from IntelliJ IDEA. I had thought my own system was just somehow messed up. I'll do some checking and try to respond to the thread again sometime today. On Nov 24, 2010, at 12:08 PM, Albe

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Alberto Velandia
Then I guess it has something to do with the latest update of snow leopard, what's weird is that If i run the cassandra_helper cassandra with the cassandra ruby gem it works, perhaps it actually has something to do with Thrift On Nov 24, 2010, at 12:59 PM, Paul Targett wrote: > I get the same

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Paul Targett
I get the same problem. I've re-installed a number of times with thrift and ensured all Java versions correct. Install on Ubuntu and Centos works fine from same download. PT On 24 Nov 2010, at 17:54, Alberto Velandia wrote: > I just was the email before hitting enter on compiling bjam, any ide

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Alberto Velandia
I just was the email before hitting enter on compiling bjam, any ideas? I tried the ./cassandra -f and It didn't work On Nov 24, 2010, at 12:46 PM, André Fiedler wrote: > ups, forget my last mail... that´s wrong... it´s an cassandra failure... :/ > > 2010/11/24 Norman Maurer > Change in the b

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread André Fiedler
ups, forget my last mail... that´s wrong... it´s an cassandra failure... :/ 2010/11/24 Norman Maurer > Change in the bin Directory and run ./cassandra -f > > Bye > Norman > > 2010/11/24, Alberto Velandia : > > Hi I'm getting this error when i run bin/cassandra -f > > > > Exception in thread "mai

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread André Fiedler
seems to be a thrift failure, try to recompile thrift on your mac: ClassNotFoundException: org.apache.cassandra.thrift.CassandraDaemon 2010/11/24 Alberto Velandia > Hi I'm getting this error when i run bin/cassandra -f > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apach

Re: Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Norman Maurer
Change in the bin Directory and run ./cassandra -f Bye Norman 2010/11/24, Alberto Velandia : > Hi I'm getting this error when i run bin/cassandra -f > > Exception in thread "main" java.lang.NoClassDefFoundError: > org/apache/cassandra/thrift/CassandraDaemon > Caused by: java.lang.ClassNotFoundExc

Cassandra won't start Java Issue Snow Leopard

2010-11-24 Thread Alberto Velandia
Hi I'm getting this error when i run bin/cassandra -f Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/CassandraDaemon Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.thrift.CassandraDaemon at java.net.URLClassLoader$1.run(URLClassL