Thanks. That got etcd running, but no luck with the web gui. Here are some snippets from > sudo graylog-ctl tail
==> /var/log/graylog/web/application.log <== 2016-02-09 09:21:27,505 - [ERROR] - from org.graylog2.restclient.lib.ApiClient in servernodes-refresh-0 API call failed to execute. java.util.concurrent.ExecutionException: java.net.ConnectException: Connection refused: /[my-ip-here]:12900 to http://[my-ip-here]:12900/system/cluster/node at com.ning.http.client.providers.netty.NettyResponseFuture.abort(NettyResponseFuture.java:342) ~[com.ning.async-http-client-1.8.14.jar:na] at com.ning.http.client.providers.netty.NettyConnectListener.operationComplete(NettyConnectListener.java:108) ~[com.ning.async-http-client-1.8.14.jar:na] at org.jboss.netty.channel.DefaultChannelFuture.notifyListener(DefaultChannelFuture.java:431) ~[io.netty.netty-3.9.3.Final.jar:na] at org.jboss.netty.channel.DefaultChannelFuture.notifyListeners(DefaultChannelFuture.java:422) ~[io.netty.netty-3.9.3.Final.jar:na] at org.jboss.netty.channel.DefaultChannelFuture.setFailure(DefaultChannelFuture.java:384) ~[io.netty.netty-3.9.3.Final.jar:na] ==> /var/log/graylog/server/current <== 2016-02-09_14:17:04.03794 2016-02-09 09:17:04,037 INFO : org.graylog2.shared.initializers.RestApiService - Adding security context factory: <org.graylog2.security.ShiroSecurityContextFactory@7360d2b> 2016-02-09_14:17:04.05556 2016-02-09 09:17:04,055 INFO : org.graylog2.shared.initializers.RestApiService - Started REST API at <http://0.0.0.0:12900/> 2016-02-09_14:17:04.05635 2016-02-09 09:17:04,056 INFO : org.graylog2.shared.initializers.RestApiService - Shutting down REST API at <http://0.0.0.0:12900/> 2016-02-09_14:17:04.06278 2016-02-09 09:17:04,062 ERROR: org.graylog2.bootstrap.ServerBootstrap - Graylog startup failed. Exiting. Exception was: 2016-02-09_14:17:04.06279 java.lang.IllegalStateException: Expected to be healthy after starting. The following services are not running: {STARTING=[RestApiService [STARTING]], FAILED=[IndexerSetupService [FAILED]]} 2016-02-09_14:17:04.06280 at com.google.common.util.concurrent.ServiceManager$ServiceManagerState.checkHealthy(ServiceManager.java:710) 2016-02-09_14:17:04.06280 at com.google.common.util.concurrent.ServiceManager$ServiceManagerState.awaitHealthy(ServiceManager.java:535) 2016-02-09_14:17:04.06281 at com.google.common.util.concurrent.ServiceManager.awaitHealthy(ServiceManager.java:301) 2016-02-09_14:17:04.06281 at org.graylog2.bootstrap.ServerBootstrap.startCommand(ServerBootstrap.java:113) 2016-02-09_14:17:04.06281 at org.graylog2.bootstrap.CmdLineTool.run(CmdLineTool.java:196) 2016-02-09_14:17:04.06281 at org.graylog2.bootstrap.Main.main(Main.java:58) 2016-02-09_14:17:04.06300 2016-02-09 09:17:04,062 INFO : org.graylog2.shared.initializers.ServiceManagerListener - Services are now stopped. 2016-02-09_14:17:04.06527 2016-02-09 09:17:04,065 INFO : org.graylog2.bootstrap.commands.Server - SIGNAL received. Shutting down. 2016-02-09_14:17:04.07297 2016-02-09 09:17:04,070 INFO : org.graylog2.system.shutdown.GracefulShutdown - Graceful shutdown initiated. 2016-02-09_14:17:04.07439 2016-02-09 09:17:04,074 INFO : org.graylog2.system.shutdown.GracefulShutdown - Node status: [Halting?[LB:DEAD]]. Waiting <3sec> for possible load balancers to recognize state change. ^C/opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/lib/omnibus-ctl.rb:292:in `system': Interrupt from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/lib/omnibus-ctl.rb:292:in `tail' from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/lib/omnibus-ctl.rb:366:in `run' from /opt/graylog/embedded/lib/ruby/gems/2.1.0/gems/omnibus-ctl-0.0.7/bin/omnibus-ctl:27:in `<top (required)>' from /opt/graylog/embedded/bin/omnibus-ctl:23:in `load' from /opt/graylog/embedded/bin/omnibus-ctl:23:in `<main>' -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/5f4c26bc-5f62-45be-a928-bd28d66ca6e2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
