You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "David Johnson (JIRA)" <ji...@apache.org> on 2015/01/06 22:51:34 UTC

[jira] [Created] (USERGRID-316) Usergrid Launcher throws exception if "initialize database" unchecked

David Johnson created USERGRID-316:
--------------------------------------

             Summary: Usergrid Launcher throws exception if "initialize database" unchecked
                 Key: USERGRID-316
                 URL: https://issues.apache.org/jira/browse/USERGRID-316
             Project: Usergrid
          Issue Type: Bug
          Components: Stack
    Affects Versions: 1.0.1
            Reporter: David Johnson
             Fix For: 1.0.1


If you run the Launcher and you do not check the "Initialize Database On Start" button, then the first time you start the server the Launcher will exit with an error message like this:

2015-01-06 16:03:51,476 ERROR (pool-2-thread-1) [org.apache.cassandra.config.DatabaseDescriptor] - Fatal configuration error
org.apache.cassandra.exceptions.ConfigurationException: Cannot locate file:tmp/cassandra.yaml
	at org.apache.cassandra.config.DatabaseDescriptor.getStorageConfigURL(DatabaseDescriptor.java:123)
	at org.apache.cassandra.config.DatabaseDescriptor.loadYaml(DatabaseDescriptor.java:140)
	at org.apache.cassandra.config.DatabaseDescriptor.<clinit>(DatabaseDescriptor.java:132)
	at org.apache.cassandra.service.CassandraDaemon.setup(CassandraDaemon.java:216)
	at org.apache.cassandra.service.CassandraDaemon.activate(CassandraDaemon.java:447)
	at org.apache.usergrid.launcher.EmbeddedServerHelper$CassandraRunner.run(EmbeddedServerHelper.java:190)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
	at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)