You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by mo...@gmail.com on 2009/08/03 05:10:16 UTC

ERROR - Fatal error: Unable to load class org.apache.cassandra.db.marshal.Name for CompareWith attribute

Hi Guys
How do we fix this ?
thanks

 bin/cassandra -f
Listening for transport dt_socket at address: 8888
DEBUG - Loading settings from bin/../conf/storage-conf.xml
ERROR - Fatal error: Unable to load class
org.apache.cassandra.db.marshal.Name for CompareWith attribute
Bad configuration; unable to start server

Re: ERROR - Fatal error: Unable to load class org.apache.cassandra.db.marshal.Name for CompareWith attribute

Posted by mo...@gmail.com.
so what happened to ColumnSort param

and jus recompiling the old cassandra code now generates this error - really
odd

On Sun, Aug 2, 2009 at 8:23 PM, Michael Greene <mi...@gmail.com>wrote:

> That's the error that would be printed if you had CompareWith="Name" set,
> which is invalid.  Valid values for CompareWith are listed in the XML file,
> and are:
> AsciiType
> UTF8Type
> BytesType
> UUIDType
> LongType
>
> Michael
>
>
> On Sun, Aug 2, 2009 at 10:20 PM, Tom Melendez <to...@gmail.com>wrote:
>
>> Is your configuration valid?
>>
>> xmllint storage-conf.xml
>>
>> Any changes to your configuration lately?
>>
>> Thanks,
>>
>> Tom
>>
>> On Sun, Aug 2, 2009 at 8:10 PM, <mo...@gmail.com> wrote:
>> > Hi Guys
>> > How do we fix this ?
>> > thanks
>> >
>> >  bin/cassandra -f
>> > Listening for transport dt_socket at address: 8888
>> > DEBUG - Loading settings from bin/../conf/storage-conf.xml
>> > ERROR - Fatal error: Unable to load class
>> > org.apache.cassandra.db.marshal.Name for CompareWith attribute
>> > Bad configuration; unable to start server
>> >
>> >
>>
>
>


-- 
Bidegg worlds best auction site
http://bidegg.com

Re: ERROR - Fatal error: Unable to load class org.apache.cassandra.db.marshal.Name for CompareWith attribute

Posted by Michael Greene <mi...@gmail.com>.
That's the error that would be printed if you had CompareWith="Name" set,
which is invalid.  Valid values for CompareWith are listed in the XML file,
and are:
AsciiType
UTF8Type
BytesType
UUIDType
LongType

Michael

On Sun, Aug 2, 2009 at 10:20 PM, Tom Melendez <to...@gmail.com>wrote:

> Is your configuration valid?
>
> xmllint storage-conf.xml
>
> Any changes to your configuration lately?
>
> Thanks,
>
> Tom
>
> On Sun, Aug 2, 2009 at 8:10 PM, <mo...@gmail.com> wrote:
> > Hi Guys
> > How do we fix this ?
> > thanks
> >
> >  bin/cassandra -f
> > Listening for transport dt_socket at address: 8888
> > DEBUG - Loading settings from bin/../conf/storage-conf.xml
> > ERROR - Fatal error: Unable to load class
> > org.apache.cassandra.db.marshal.Name for CompareWith attribute
> > Bad configuration; unable to start server
> >
> >
>

Re: ERROR - Fatal error: Unable to load class org.apache.cassandra.db.marshal.Name for CompareWith attribute

Posted by Tom Melendez <to...@gmail.com>.
Is your configuration valid?

xmllint storage-conf.xml

Any changes to your configuration lately?

Thanks,

Tom

On Sun, Aug 2, 2009 at 8:10 PM, <mo...@gmail.com> wrote:
> Hi Guys
> How do we fix this ?
> thanks
>
>  bin/cassandra -f
> Listening for transport dt_socket at address: 8888
> DEBUG - Loading settings from bin/../conf/storage-conf.xml
> ERROR - Fatal error: Unable to load class
> org.apache.cassandra.db.marshal.Name for CompareWith attribute
> Bad configuration; unable to start server
>
>