3

I'm trying to setup Apache Usergrid on Ubuntu 16.04. Im following this deployment guide I've got Elasticsearch, Cassandra and Tomcat7 successfully running. I've configured properties file and put ROOT.war into webapps folder. However when I'm doing curl http://localhost:8080/status I'm receiving the following JSON:

{"error":"uncaught","timestamp":1487258277314,"duration":0,"error_description":"Internal Server Error","exception":"org.apache.usergrid.rest.exceptions.UncaughtException","error_id":"18972acc-f45b-11e6-87c0-b4b6760c611f"}

Can anybody shed a light on what I'm doing wrong?

Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161
  • Can you provide more details? Excerpts from your log files, tcpdump traces, whatever else. Now the question looks like 'I got an uncaught exception, how can I fix it' – Oleg Kuralenko Feb 23 '17 at 09:57

1 Answers1

1

The solution was to use a particular version of Cassandra. namely 2.1

Andrey Chernukha
  • 21,488
  • 17
  • 97
  • 161