以下是我在右上角显示的错误图片。
Click Here too see the error Image
我一步一步地遵循文档https://usergrid.readthedocs.org/en/two-dot-o-instructions/deploy-local.html。
Cassandra nodetool状态为Up和Normal。
我添加了 usergrid-deployment.properties & tomcat / lib目录中的 usergrid-custom.properties 。
我通过运行以下命令完成了数据库设置:/ system / database / setup
这是输出:
{ "动作" :" cassandra setup", "状态" :" ok", "时间戳" :1455528923575, "持续时间" :0 }
此外,我已完成超级用户设置:/ system / superuser / setup
这是输出:
{ "动作" :"超级用户设置", "状态" :" ok", "时间戳" :1455528985483, "持续时间" :1 }
但是当我运行/ localhost:8080 / status /我得到以下输出:
{
"timestamp" : 1455529162925,
"duration" : 25,
"status" : {
"started" : 1455525966458,
"uptime" : 3196467,
"version" : "0.0.29-SNAPSHOT",
"cassandraAvailable" : false,
"org.apache.usergrid.count.AbstractBatcher" : {
"add_invocation" : {
"type" : "timer",
"unit" : "microseconds",
"duration" : {
"min" : 0.0,
"max" : 0.0,
"mean" : 0.0,
"std_dev" : 0.0,
"median" : 0.0,
"p75" : 0.0,
"p95" : 0.0,
"p98" : 0.0,
"p99" : 0.0,
"p999" : 0.0
},
"rate" : {
"unit" : "seconds",
"count" : 0,
"mean" : 0.0,
"m1" : 0.0,
"m5" : 0.0,
"m15" : 0.0
}
},
"batch_add_invocations" : {
"type" : "counter",
"count" : 0
},
"counter_existed" : {
"type" : "counter",
"count" : 0
}
},
"org.apache.usergrid.count.CassandraSubmitter" : {
"submit_invocation" : {
"type" : "timer",
"unit" : "microseconds",
"duration" : {
"min" : 0.0,
"max" : 0.0,
"mean" : 0.0,
"std_dev" : 0.0,
"median" : 0.0,
"p75" : 0.0,
"p95" : 0.0,
"p98" : 0.0,
"p99" : 0.0,
"p999" : 0.0
},
"rate" : {
"unit" : "seconds",
"count" : 0,
"mean" : 0.0,
"m1" : 0.0,
"m5" : 0.0,
"m15" : 0.0
}
}
},
"org.apache.usergrid.rest.filters.MeteringFilter" : {
"activeRequests" : {
"type" : "counter",
"count" : 1
},
"requests" : {
"type" : "timer",
"unit" : "milliseconds",
"duration" : {
"min" : 1.808735,
"max" : 1259.105594,
"mean" : 251.21387366666664,
"std_dev" : 431.53739723624284,
"median" : 7.695549,
"p75" : 486.10919975,
"p95" : 1259.105594,
"p98" : 1259.105594,
"p99" : 1259.105594,
"p999" : 1259.105594
},
"rate" : {
"unit" : "seconds",
"count" : 12,
"mean" : 0.003754176303820466,
"m1" : 0.001183680264329619,
"m5" : 0.00355060808920887,
"m15" : 0.0033384011532465838
}
}
}
}
}
我在这里可以清楚地看到 的" cassandraAvailable" :false
我正在使用: 雄猫8 卡桑德拉3.3 弹性搜索1.7.2 Java 8 Ubuntu 14.04
请帮帮我。我好几天都在尝试这个。我也经历了其他问题,但似乎没有人帮助我。
答案 0 :(得分:0)
您使用的是过时的文档和旧版/不受支持的Usergrid版本。
官方的Usergrid文档在这里:
http://usergrid.apache.org/docs/
部署指南在这里:
http://usergrid.apache.org/docs/installation/deployment-guide.html
最好的Usergrid版本是Usergrid 2.1,它将在几天内发布。您现在可以获得Usergrid 2.1候选版本,请阅读此电子邮件: