Can you provide the full curl commands (omitting any password) that you executed on the tomcat server? Ensure that the following property is set as sysadmin privileges are required for the setup: *usergrid.sysadmin.login.allowed=true*
What was the http response when running those commands? Did you notice anything in the catalina.out logs when you executed the request? There should be some information if this failed (aside from the errors containing "why: Keyspace 'Usergrid_Applications' does not exist "). Thanks. -Michael On Tue, Feb 9, 2016 at 11:11 AM, J Captain <[email protected]> wrote: > Hi, > > I am trying to run Usergrid 2.1 code with Cassandra 1.2 and ElesticSearch > 1.4. When I start tomcat with ROOT.war I get this error. (why: Keyspace > 'Usergrid_Applications' does not exist ) Every where I checked, they are > asking to executing three curl commands for setting up the database, > > Setup calls: > PUT http://localhost:8080/system/database/setup > PUT http://localhost:8080/system/database/bootstrap > GET http://localhost:8080/system/superuser/setup > > but how can I run them when my tomcat does not start properly? I tried > Usergrid1.0 and it works fine. 1.0 does not try to access these keyspace on > tomcat start up. > > I am totally stuck with this issue. Obviously I am missing something. > Please help. > > Thanks, > Jigar >
