Re: Strange "Address already in use" error

2010-07-11 Thread Roger Schildmeijer
Something is already using the port (probably 7000 (default, used internal by cassandra)) you tried to bind. Use e.g. 'lsof -i' to investigate the port usage further. // Roger Schildmeijer On 11 jul 2010, at 17.15em, osishkin osishkin wrote: > I'm testing a simple Cassandra cluster on two mac

Strange "Address already in use" error

2010-07-11 Thread osishkin osishkin
I'm testing a simple Cassandra cluster on two machines. For some reaon after a while one of the nodes in the cluster crashes. At first I thought the fault was on me, so I simply started it up again. After the second time this happenned I noticed the following message errors - INFO 17:28:05,624 My