Re: 0.7 problem on cygwin

2010-10-28 Thread ruslan usifov
Here is my patch to solve this problem (it very stupid, bot works), please use it only in test environment, not in production 2010/10/28 Chris Oei > I guess so. I tried hacking a quick work-around for the "Filename must > include parent directory", but I got another error (below). > > So, since

Re: 0.7 problem on cygwin

2010-10-27 Thread Chris Oei
I guess so. I tried hacking a quick work-around for the "Filename must include parent directory", but I got another error (below). So, since it appears that mixing architectures is not officially supported, I think I'll give up on this. Goodbye, Windows 7. Thanks, Chris ERROR 14:07:47,534 Fatal

Re: 0.7 problem on cygwin

2010-10-27 Thread Jonathan Ellis
Short version: don't mix nodes on different architectures in the same cluster. On Wed, Oct 27, 2010 at 2:09 PM, Chris Oei wrote: > Hi all, > > I'm getting the following when I try to bootstrap my Cassandra cluster on a > Windows > machine. > > INFO 11:47:10,300 Joining: sleeping 3 ms for pend

Re: 0.7 problem on cygwin

2010-10-27 Thread ruslan usifov
Sorry for my bad english. In bootstrup cassandra send full file path between nodes, So for example win node deside send value-e-27-Data.db file to unix node(cygwin in you case). Unix node receive full file path of file "value-e-27-Data.db" on win node i.e. F:\cassandra\7.0\data\test_1\value-e-27-

Re: 0.7 problem on cygwin

2010-10-27 Thread Chris Oei
Sorry -- I don't quite understand: what is not supported by cassandra? The bin directory contains cassandra.bat, so I assumed cassandra works on Windows. Do you mean that cassandra works on Windows but not on cygwin? I had already checked my cassandra.yaml file to make sure that I used backslashes

Re: 0.7 problem on cygwin

2010-10-27 Thread ruslan usifov
It occurs from for differences between pathseparator chars in windows(\) and unix(or mac os("/")), and this doesn't supported by cassandra. If you interesting a cant send patch to you which solve this problem. Why so? i don't know this question to developers of cassandra 2010/10/27 Chris Oei > H

0.7 problem on cygwin

2010-10-27 Thread Chris Oei
Hi all, I'm getting the following when I try to bootstrap my Cassandra cluster on a Windows machine. INFO 11:47:10,300 Joining: sleeping 3 ms for pending range setup INFO 11:47:40,302 Bootstrapping ERROR 11:47:40,453 Fatal exception in thread Thread[Thread-5,5,main] java.lang.AssertionError: