Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. noc # ./scripts/noc-sync.py -f start
  2. 2013-04-02 15:54:49,593 Running noc-sync
  3. 2013-04-02 15:54:49,594 Setting up 'select' polling method
  4. 2013-04-02 15:54:49,595 Activating 'select' poller
  5. 2013-04-02 15:54:49,596 register_socket(<PipeSocket(0x96915ac, )>,None)
  6. 2013-04-02 15:54:49,597 STOMP(10.100.100.6:19705): Starting client
  7. 2013-04-02 15:54:49,598 STOMP(10.100.100.6:19705): Running client factory
  8. 2013-04-02 15:54:49,599 STOMP(10.100.100.6:19705): subscribe /queue/sync/dns/zone/ch1/ (id=0)
  9. 2013-04-02 15:54:49,600 STOMP(10.100.100.6:19705): Starting connection
  10. 2013-04-02 15:54:49,601 register_socket(<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, )>,None)
  11. 2013-04-02 15:54:49,601 STOMP(10.100.100.6:19705): send (/queue/sync/dns/zone/): {'cmd': 'list', 'channel': 'ch1'}
  12. 2013-04-02 15:54:49,602 Running socket factory (SelectPoller)
  13. 2013-04-02 15:54:49,603 [<PipeSocket(0x96915ac, )>] Initializing socket
  14. 2013-04-02 15:54:49,604 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, )>] Initializing socket
  15. 2013-04-02 15:54:49,608 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, )>] Connecting 10.100.100.6:19705
  16. 2013-04-02 15:54:49,609 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, )>] Connected
  17. 2013-04-02 15:54:49,610 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, connected)>] Sending STOMP message:
  18. CONNECT
  19. client-id:noc-sync1
  20. host:10.100.100.6
  21. content-type:text/plain
  22. accept-version:1.1
  23. content-length:0
  24.  
  25.  
  26. 2013-04-02 15:54:49,614 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, connected)>] Receiving STOMP frame:
  27. CONNECTED
  28. content-length:0
  29. version:1.1
  30. content-type:text/plain
  31.  
  32.  
  33. 2013-04-02 15:54:49,616 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, connected)>] Sending STOMP message:
  34. SEND
  35. content-length:33
  36. destination:/queue/sync/dns/zone/
  37. content-type:text/json
  38.  
  39. {"cmd": "list", "channel": "ch1"}
  40. 2013-04-02 15:54:49,618 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, connected)>] Sending STOMP message:
  41. SUBSCRIBE
  42. ack:auto
  43. content-length:0
  44. destination:/queue/sync/dns/zone/ch1/
  45. content-type:text/plain
  46. id:0
  47.  
  48.  
  49. 2013-04-02 15:54:49,623 STOMP(10.100.100.6:19705): Refreshing subscription to '/queue/sync/dns/zone/ch1/'
  50. 2013-04-02 15:54:49,623 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, connected)>] Sending STOMP message:
  51. SUBSCRIBE
  52. ack:auto
  53. content-length:0
  54. destination:/queue/sync/dns/zone/ch1/
  55. content-type:text/plain
  56. id:0
  57.  
  58.  
  59. 2013-04-02 15:54:49,632 [<STOMPClientSocket(0x96917cc, 10.100.100.6:19705, connected)>] Receiving STOMP frame:
  60. MESSAGE
  61. destination:/queue/sync/dns/zone/ch1/
  62. content-length:28
  63. message-id:1
  64. content-type:text/json
  65. subscription:0
  66.  
  67. {"items": {}, "cmd": "list"}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement