Skip to content

Instantly share code, notes, and snippets.

@kormat
Created July 29, 2015 14:54
Show Gist options
  • Save kormat/f079e32a3a32de081e83 to your computer and use it in GitHub Desktop.
Save kormat/f079e32a3a32de081e83 to your computer and use it in GitHub Desktop.
2015-07-29 14:50:48,084 [INFO] (MainThread) cs1-14-1: bound 127.0.0.137:30040
2015-07-29 14:50:48,085 [INFO] (MainThread) Connecting to Zookeeper
2015-07-29 14:50:48,143 [INFO] (MainThread) Started: 2015-07-29 14:50:48.143641
2015-07-29 14:50:48,144 [DEBUG] (ZK state handler) Kazoo old state: startup, new state: CONNECTED
2015-07-29 14:50:48,144 [DEBUG] (ZK state handler) Connection to Zookeeper succeeded
2015-07-29 14:50:48,494 [DEBUG] (CS shared certs) Joined party, members are: ['cs1-14-1']
2015-07-29 14:50:48,828 [DEBUG] (CS shared certs) Processed 1 new/updated cert chains
2015-07-29 14:50:49,213 [INFO] (MainThread) TRC request received
2015-07-29 14:50:49,256 [DEBUG] (MainThread) TRC found.
2015-07-29 14:50:49,272 [CRITICAL] (MainThread) Exception in main process:
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) Traceback (most recent call last):
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) File "cert_server.py", line 547, in <module>
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) main()
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) File "cert_server.py", line 543, in main
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) cert_server.run()
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) File "cert_server.py", line 526, in run
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) SCIONElement.run(self)
2015-07-29 14:50:49,273 [CRITICAL] (MainThread) File "/home/scion/scion.git/infrastructure/scion_elem.py", line 222, in run
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) self.handle_request(packet, addr, sock == self._local_socket)
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) File "cert_server.py", line 511, in handle_request
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) self.process_trc_request(TRCRequest(packet))
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) File "cert_server.py", line 271, in process_trc_request
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) self.send(trc_rep, dst_addr)
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) UnboundLocalError: local variable 'dst_addr' referenced before assignment
2015-07-29 14:50:49,274 [CRITICAL] (MainThread)
2015-07-29 14:50:49,274 [CRITICAL] (MainThread) Exiting
@kormat
Copy link
Author

kormat commented Jul 29, 2015

ad1-14:cs1-14-1 EXITED Jul 29 02:50 PM
ad1-19:cs1-19-1 EXITED Jul 29 02:51 PM
ad2-22:cs2-22-1 EXITED Jul 29 02:51 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment