[ 
https://issues.apache.org/jira/browse/CASSANDRA-2074?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12989159#comment-12989159
 ] 

Thibaut commented on CASSANDRA-2074:
------------------------------------

Found the error (one of my dev machines didn't show up the error as it was 
starting cassandra (org.apache.cassandra.thrift.CassandraDaemon) directly)

If you start Cassandra through another intermediate class, cassandra won't run 
anymore. I still don't see how this could affect cassandra though.

public class Cassandra {        
        /**
         * @param args
         */
        public static void main(String[] args) throws IOException {
                try {
                        org.apache.cassandra.thrift.CassandraDaemon.main(args);
                } catch (Exception e) {
                        e.printStackTrace();
                }

                System.exit(1);
        }
}



> Currently voted on 7.0.1 release won't start on windows
> -------------------------------------------------------
>
>                 Key: CASSANDRA-2074
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2074
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: Windows 7
>            Reporter: Thibaut
>            Assignee: Joaquin Casares
>             Fix For: 0.7.1
>
>
> The proposed release 
> (https://hudson.apache.org/hudson/job/Cassandra-0.7/228/) won't start on my 
> windows dev machine running ecplise. (Haven't tested this on linux)
> Startup parameters:
> -Dcassandra.config=cassandra-test/cassandra.yaml
> -ea -Xmx2G
> It exists right after the following message, no ERROR message is shown. I 
> also tried deleting all my data folders, but cassandra still exists.
> INFO 18:02:09,690 Will not load MX4J, mx4j-tools.jar is not in the classpath
> apache-cassandra-2011-01-24_06-01-26.jar works fine though.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to