On Sun, Jan 31, 2010 at 3:07 AM, Richard Grossman <richie...@gmail.com>wrote:
> Hi > > Sorry but I succed to launch chiton but stay stuck when trying to retrieve > the keyspaces nothing else. > May be it's not compatible with cassandra 0.5 ? > thanks > Chiton uses twisted, so it requires the framed transport to be used. Make sure you have <ThriftFramedTransport>true</ThriftFramedTransport> in your config. -Brandon