Hi guys. Just updated Graylog2
(graylog2-0.91-repository-debian7_latest.deb) with elasticsearch and can't
start it:
2014-10-24T16:44:27.481Z ERROR [Main] Graylog2 startup failed. Exiting.
Exception was:
java.lang.IllegalStateException: Expected to be healthy after starting. The
following services are not running: {FAILED=[IndexerSetupService [FAILED]]}
at
com.google.common.util.concurrent.ServiceManager$ServiceManagerState.checkHealthy(ServiceManager.java:707)
at
com.google.common.util.concurrent.ServiceManager$ServiceManagerState.awaitHealthy(ServiceManager.java:529)
at
com.google.common.util.concurrent.ServiceManager.awaitHealthy(ServiceManager.java:308)
at org.graylog2.Main.main(Main.java:288)
2014-10-24T16:44:27.483Z INFO [Main] SIGNAL received. Shutting down.
curl -XGET 'http://localhost:9200/_cluster/health?pretty=true'
{
"cluster_name" : "graylog2-production",
"status" : "green",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 4,
"active_shards" : 4,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 0
}
curl -XGET 'http://localhost:9200/'
{
"status" : 200,
"name" : "graylog2-server",
"version" : {
"number" : "1.3.4",
"build_hash" : "a70f3ccb52200f8f2c87e9c370c6597448eb3e45",
"build_timestamp" : "2014-09-30T09:07:17Z",
"build_snapshot" : false,
"lucene_version" : "4.9"
},
"tagline" : "You Know, for Search"
}
--
You received this message because you are subscribed to the Google Groups
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.