Advertisement
Guest User

Docker-Compose consul vault error

a guest
Nov 5th, 2016
667
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.54 KB | None | 0 0
  1. $ docker-compose up
  2. Creating consul1
  3. Creating gently_vault_1
  4. Attaching to consul1, gently_vault_1
  5. consul1    | ==> Starting Consul agent...
  6. consul1    | ==> Starting Consul agent RPC...
  7. consul1    | ==> Consul agent running!
  8. consul1    |            Version: 'v0.7.0'
  9. consul1    |          Node name: 'consul1'
  10. consul1    |         Datacenter: 'dc1'
  11. consul1    |             Server: true (bootstrap: false)
  12. consul1    |        Client Addr: 0.0.0.0 (HTTP: 8500, HTTPS: -1, DNS: 8600, RPC: 8400)
  13. consul1    |       Cluster Addr: 127.0.0.1 (LAN: 8301, WAN: 8302)
  14. consul1    |     Gossip encrypt: false, RPC-TLS: false, TLS-Incoming: false
  15. consul1    |              Atlas: <disabled>
  16. consul1    |
  17. consul1    | ==> Log data will now stream in as it occurs:
  18. consul1    |
  19. consul1    |     2016/11/05 20:56:40 [INFO] raft: Initial configuration (index=1): [{Suffrage:Voter ID:127.0.0.1:8300 Address:127.0.0.1:8300}]
  20. consul1    |     2016/11/05 20:56:40 [INFO] serf: EventMemberJoin: consul1 127.0.0.1
  21. consul1    |     2016/11/05 20:56:40 [INFO] raft: Node at 127.0.0.1:8300 [Follower] entering Follower state (Leader: "")
  22. consul1    |     2016/11/05 20:56:40 [INFO] serf: EventMemberJoin: consul1.dc1 127.0.0.1
  23. consul1    |     2016/11/05 20:56:40 [INFO] consul: Adding LAN server consul1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
  24. consul1    |     2016/11/05 20:56:40 [INFO] consul: Adding WAN server consul1.dc1 (Addr: tcp/127.0.0.1:8300) (DC: dc1)
  25. consul1    |     2016/11/05 20:56:41 [DEBUG] http: Request GET /v1/agent/self (646.198µs) from=172.18.0.3:48752
  26. vault_1    | ==> Vault server configuration:
  27. vault_1    |
  28. vault_1    |                  Backend: consul (HA available)
  29. vault_1    |          Cluster Address: https://127.0.0.1:8201
  30. vault_1    |               Listener 1: tcp (addr: "0.0.0.0:8200", cluster address: "", tls: "disabled")
  31. vault_1    |                Log Level: info
  32. vault_1    |                    Mlock: supported: true, enabled: false
  33. vault_1    |         Redirect Address: http://127.0.0.1:8200
  34. vault_1    |                  Version: Vault v0.6.2
  35. vault_1    |
  36. vault_1    | ==> Vault server started! Log data will stream in below:
  37. vault_1    |
  38. consul1    |     2016/11/05 20:56:41 [DEBUG] http: Request GET /v1/catalog/service/vault?stale= (111.131µs) from=172.18.0.3:48752
  39. consul1    |     2016/11/05 20:56:46 [ERR] http: Request PUT /v1/agent/check/fail/vault:127.0.0.1:8200:vault-sealed-check?note=Vault+Sealed, error: CheckID "vault:127.0.0.1:8200:vault-sealed-check" does not have associated TTL from=172.18.0.3:48754
  40. consul1    |     2016/11/05 20:56:46 [DEBUG] http: Request PUT /v1/agent/check/fail/vault:127.0.0.1:8200:vault-sealed-check?note=Vault+Sealed (111.055µs) from=172.18.0.3:48754
  41. vault_1    | 2016/11/05 20:56:46.537752 [WARN ] physical/consul: check unable to talk with Consul backend: error=Unexpected response code: 500 (CheckID "vault:127.0.0.1:8200:vault-sealed-check" does not have associated TTL)
  42. consul1    |     2016/11/05 20:56:47 [ERR] http: Request PUT /v1/agent/check/fail/vault:127.0.0.1:8200:vault-sealed-check?note=Vault+Sealed, error: CheckID "vault:127.0.0.1:8200:vault-sealed-check" does not have associated TTL from=172.18.0.3:48754
  43. consul1    |     2016/11/05 20:56:47 [DEBUG] http: Request PUT /v1/agent/check/fail/vault:127.0.0.1:8200:vault-sealed-check?note=Vault+Sealed (50.683µs) from=172.18.0.3:48754
  44. vault_1    | 2016/11/05 20:56:47.544384 [WARN ] physical/consul: check unable to talk with Consul backend: error=Unexpected response code: 500 (CheckID "vault:127.0.0.1:8200:vault-sealed-check" does not have associated TTL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement