Guest User

Untitled

a guest
Oct 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. skynet unregister notify
  2. Traceback (most recent call last):
  3. File "/usr/bin/skynet_register", line 96, in <module>
  4. r = Registrar()
  5. File "/usr/bin/skynet_register", line 25, in __init__
  6. *args, **kwargs)
  7. File "/usr/lib/pymodules/python2.6/RuoteAMQP/launcher.py", line 38, in __init__
  8. super(Launcher, self).__init__(*args, **kwargs)
  9. File "/usr/lib/pymodules/python2.6/AIR/AMQPServer.py", line 28, in __init__
  10. insist=False)
  11. File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/connection.py", line 125, in __init__
  12. self.transport = create_transport(host, connect_timeout, ssl)
  13. File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/transport.py", line 237, in create_transport
  14. return TCPTransport(host, connect_timeout)
  15. File "/usr/lib/pymodules/python2.6/amqplib/client_0_8/transport.py", line 60, in __init__
  16. self.sock.connect((host, port))
  17. File "<string>", line 1, in connect
  18. socket.error: [Errno 111] Connection refused
Add Comment
Please, Sign In to add comment