Re: unable to start cassandra-0.7r2

2010-12-13 Thread Edward Capriolo
On Mon, Dec 13, 2010 at 5:45 PM, Eric Evans wrote: > On Mon, 2010-12-13 at 17:27 -0500, Liangzhao Zeng wrote: >> I can run the 0.66 using same logging setup without any problem. Not >> sure what's the difference when starting up the 0.7 in eclipse. Can >> someone share the logging setup? > > Make

Re: unable to start cassandra-0.7r2

2010-12-13 Thread Eric Evans
On Mon, 2010-12-13 at 17:27 -0500, Liangzhao Zeng wrote: > I can run the 0.66 using same logging setup without any problem. Not > sure what's the difference when starting up the 0.7 in eclipse. Can > someone share the logging setup? Make sure that you have -Dlog4j.configuration=log4j-server.prope

Re: unable to start cassandra-0.7r2

2010-12-13 Thread Liangzhao Zeng
I can run the 0.66 using same logging setup without any problem. Not sure what's the difference when starting up the 0.7 in eclipse. Can someone share the logging setup? Cheers, Liangzhao On Mon, Dec 13, 2010 at 5:12 PM, Aaron Morton wrote: > Given that log4j could not find it's configuration f

Re: unable to start cassandra-0.7r2

2010-12-13 Thread Aaron Morton
Given that log4j could not find it's configuration file I'm guessing it's a problem with the current working directory when eclipse starts cassandra.Can you start cassandra manually from where you have the source code? I do not use eclipse so may not be much more help.AaronOn 14 Dec, 2010,at 11:01

Re: unable to start cassandra-0.7r2

2010-12-13 Thread Liangzhao Zeng
log4j:WARN No appenders could be found for logger (org.apache.cassandra.service.AbstractCassandraDaemon). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Bad configuration; unable to start server That i

Re: unable to start cassandra-0.7r2

2010-12-13 Thread Aaron Morton
Can you provide the full log messages so we can see where they are logged from and if there are any other messages as well. It's probably a problem finding the config file or an invalid config file. Aaron On 14/12/2010, at 4:02 AM, Liangzhao Zeng wrote: > I use VM argument to specify the conf

Re: unable to start cassandra-0.7r2

2010-12-13 Thread Liangzhao Zeng
I use VM argument to specify the configuration file -Dstorage-config=/Users/zlzhao/Documents/eclipse/MaaSWorkspace/cassandra-0.7r2/test/conf/ -Dcassandra-foreground -ea -Xmx1G By the way, I can run the 0.66 using by following the wikipage. Do we need more configuration in order to run 0.7? Cheers

Re: unable to start cassandra-0.7r2

2010-12-13 Thread shimi
I have seen this error in 0.6.x when I was missing the cash directory configuration. Maybe you are missing something in your configuration. Shimi On Mon, Dec 13, 2010 at 12:45 PM, aaron morton wrote: > I've seen that before when cassandra.yaml file cannot be found or is > corrupted. It may be th

Re: unable to start cassandra-0.7r2

2010-12-13 Thread aaron morton
I've seen that before when cassandra.yaml file cannot be found or is corrupted. It may be that eclipse is not starting cassandra with the current working directory set as you think it is. Sorry, cannot help much with eclipse. There are a couple of places where that message can be logged. One is

unable to start cassandra-0.7r2

2010-12-12 Thread Liangzhao Zeng
I am trying to run cassandra-0.7r2 in eclipse by following http://wiki.apache.org/cassandra/RunningCassandraInEclipse. there is not compiling errors however, got error message: Bad configuration; unable to start server. Any idea? Liangzhao