Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2017
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. #Docker Container Logs
  2.  
  3. 4/23/2017 3:22:20 PM Node 'hello@10.42.65.9' not responding to pings.
  4. 4/23/2017 3:22:21 PM Node 'hello@10.42.65.9' not responding to pings.
  5. 4/23/2017 3:22:22 PM Node 'hello@10.42.65.9' not responding to pings.
  6. 4/23/2017 3:22:22 PM Node 'hello@10.42.65.9' not responding to pings.
  7. 4/23/2017 3:22:23 PM 19:22:23.200 [info] Application hello exited: exited in: Hello.start(:normal, [])
  8. 4/23/2017 3:22:23 PM ** (EXIT) an exception was raised:
  9. 4/23/2017 3:22:23 PM ** (ArgumentError) argument error
  10. 4/23/2017 3:22:23 PM (elixir) lib/supervisor/spec.ex:169: anonymous fn/1 in Supervisor.Spec.supervise/2
  11. 4/23/2017 3:22:23 PM (elixir) lib/enum.ex:1229: Enum."-map/2-lists^map/1-0-"/2
  12. 4/23/2017 3:22:23 PM (elixir) lib/supervisor/spec.ex:169: Supervisor.Spec.supervise/2
  13. 4/23/2017 3:22:23 PM (elixir) lib/supervisor.ex:297: Supervisor.start_link/2
  14. 4/23/2017 3:22:23 PM (kernel) application_master.erl:273: :application_master.start_it_old/4
  15. 4/23/2017 3:22:23 PM pong
  16. 4/23/2017 3:22:23 PM Application is up!
  17. 4/23/2017 3:22:23 PM Running migrations
  18. 4/23/2017 3:22:24 PM RPC to 'hello@10.42.65.9' failed: nodedown
  19. 4/23/2017 3:22:24 PM
  20. 4/23/2017 3:22:24 PM Shutting down..
  21. 4/23/2017 3:22:24 PM Node is not running!
  22. which is triggered when running a post_start hook
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement