No, that's "trunk" or what will become 0.5 The 0.4 branch can be found here: http://svn.apache.org/repos/asf/incubator/cassandra/branches/cassandra-0.4/
A 0.4.1 release will be made off of that branch eventually. The 0.4.0 final release in SVN can be found here: http://svn.apache.org/repos/asf/incubator/cassandra/tags/cassandra-0.4.0-final/ Michael On Thu, Oct 8, 2009 at 12:53 PM, Dan Larsen <[email protected]> wrote: > Hmmm... > > Isn't it 0.4.0 in > http://svn.apache.org/repos/asf/incubator/cassandra/trunk ??? > > On 08/10/2009, at 19.45, Jonathan Ellis wrote: > >> Are you sure that's 0.4.0? >> >> On Thu, Oct 8, 2009 at 12:44 PM, Dan Larsen <[email protected]> wrote: >>> >>> Me again... :-) >>> >>> O.k... I am trying to run cassandra 0.4.0 on some debian 5.0 nodes on >>> Amazon >>> EC2... >>> >>> I am doing everything as I did them on my OS X boxes... But... >>> When I start up cassandra, I get this: >>> INFO - Starting in bootstrap mode (first, sleeping to get load >>> information) >>> Everything else seems normal... >>> >>> After a while, I start getting these: >>> WARN - Exception was generated at : 10/08/2009 16:25:38 on thread Timer-0 >>> >>> java.lang.NullPointerException >>> at java.util.Hashtable.get(Hashtable.java:334) >>> at >>> org.apache.cassandra.gms.Gossiper.addApplicationState(Gossiper.java:920) >>> at >>> >>> org.apache.cassandra.service.LoadDisseminator.run(LoadDisseminator.java:40) >>> at java.util.TimerThread.mainLoop(Timer.java:512) >>> at java.util.TimerThread.run(Timer.java:462) >>> >>> When trying to connect with cassandra-cli, I get a connection refused. >>> >>> Anybody have any ideas? >>> >>> Thanks! >>> Dan >>> >> > >
