Skip to content

Instantly share code, notes, and snippets.

@freeformz
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freeformz/11408844 to your computer and use it in GitHub Desktop.
Save freeformz/11408844 to your computer and use it in GitHub Desktop.
[04/29/14 18:55:05] [INFO] Loading configuration file ./config.toml
[04/29/14 18:55:05] [INFO] Redirectoring logging to stdout
[04/29/14 18:55:05] [INFO] Starting Influx Server bound to 0.0.0.0 ...
[04/29/14 18:55:05] [INFO]
+---------------------------------------------+
| _____ __ _ _____ ____ |
| |_ _| / _| | | __ \| _ \ |
| | | _ __ | |_| |_ ___ _| | | | |_) | |
| | | | '_ \| _| | | | \ \/ / | | | _ < |
| _| |_| | | | | | | |_| |> <| |__| | |_) | |
| |_____|_| |_|_| |_|\__,_/_/\_\_____/|____/ |
+---------------------------------------------+
[04/29/14 18:55:05] [INFO] Opening database at /data/influxor/shared/data/db
[04/29/14 18:55:05] [INFO] Opening wal in /data/influxor/shared/data/wal
[04/29/14 18:55:05] [INFO] Ssl will be disabled since the ssl port or certificate path weren't set
[04/29/14 18:55:05] [INFO] Initializing Raft HTTP server
[04/29/14 18:55:05] [INFO] Raft Server Listening at http://ip-10-143-190-181:8090
[04/29/14 18:55:05] [INFO] Initializing Raft Server: /data/influxor/shared/data/raft 8090
[04/29/14 18:55:05] [INFO] Recovered from log
[04/29/14 18:55:05] [INFO] Waiting for local server to be added
[04/29/14 18:55:06] [INFO] (raft:da8b6bf) Selected as leader. Starting leader loop.
[04/29/14 18:55:06] [INFO] Added server to cluster config: 1, http://ip-10-238-155-10:8090, ip-10-238-155-10:8099
[04/29/14 18:55:06] [INFO] Checking whether this is the local server new: ip-10-143-190-181:8099, local: ip-10-238-155-10:8099
[04/29/14 18:55:06] [INFO] Added the local server
[04/29/14 18:55:06] [INFO] Setting server id to 1 and recovering
[04/29/14 18:55:11] [INFO] Recovering from log...
[04/29/14 18:55:11] [INFO] local: Initializing write buffer with buffer size of 10000
[04/29/14 18:55:11] [INFO] Waiting for servers to recover
[04/29/14 18:55:11] [INFO] Recovering local server
[04/29/14 18:55:11] [INFO] Recovering server 1 from request 0
[04/29/14 18:55:11] [INFO] Recovered local server
[04/29/14 18:55:11] [INFO] recovered
[04/29/14 18:55:11] [INFO] ProtobufServer listening on 0.0.0.0:8099
[04/29/14 18:55:11] [INFO] Connecting to other nodes in the cluster
[04/29/14 18:55:11] [INFO] ProtobufServer listening on 0.0.0.0:8099
[04/29/14 18:55:11] [INFO] Connecting to other nodes in the cluster
[04/29/14 18:55:11] [INFO] ClusterServer: 1 connecting to: ip-10-238-155-10:8099
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xb code=0x1 addr=0x20 pc=0x51beb5]
goroutine 1 [running]:
runtime.panic(0x887320, 0x1006748)
/home/vagrant/bin/go/src/pkg/runtime/panic.c:266 +0xb6
cluster.(*ClusterServer).Connect(0xc21011f000)
/home/vagrant/influxdb/src/cluster/cluster_server.go:90 +0x165
coordinator.(*CoordinatorImpl).ConnectToProtobufServers(0xc2100b0760, 0xc2100b0d00, 0x16, 0xc2100b0760, 0x0)
/home/vagrant/influxdb/src/coordinator/coordinator.go:941 +0x11d
server.(*Server).ListenAndServe(0xc210073b60, 0xc210073b60, 0x0)
/home/vagrant/influxdb/src/server/server.go:98 +0x26b
main.main()
/home/vagrant/influxdb/src/daemon/influxd.go:140 +0xa4f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment