Advertisement
Guest User

test.log

a guest
Jan 11th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. 2015-01-12 10:07:05.608287:MainThread: Command line args: ['test.py', 'status', '@logfile=test.log']
  2. 2015-01-12 10:07:05.608287:MainThread: Current version #: v1.8.7
  3. 2015-01-12 10:07:05.608287:MainThread: Current platform : win32
  4. 2015-01-12 10:07:05.608287:MainThread: Python version #: v3.4.2.0 (final)
  5. 2015-01-12 10:07:05.608287:MainThread: getSocket: useipv is [None]
  6. 2015-01-12 10:07:05.608287:MainThread: getSocket: AF_INET is [AddressFamily.AF_INET]
  7. 2015-01-12 10:07:05.608287:MainThread: getSocket: AF_INET6 is [AddressFamily.AF_INET6]
  8. 2015-01-12 10:07:05.608287:MainThread: getSocket: ipversion is [AddressFamily.AF_INET6]
  9. 2015-01-12 10:07:05.608287:MainThread: getSocket: Opening socket... ipversion is [AddressFamily.AF_INET6]
  10. 2015-01-12 10:07:05.609287:MainThread: getSocket: Setting timeout... timeout is [0.5]
  11. 2015-01-12 10:07:05.609287:MainThread: getSocket: Connecting... host is [192.168.1.104], port is [9090]
  12. 2015-01-12 10:07:05.614287:MainThread: getSocket: Got an exception [[Errno 11004] getaddrinfo failed]
  13. 2015-01-12 10:07:05.614287:MainThread: getSocket: ipversion is [AddressFamily.AF_INET]
  14. 2015-01-12 10:07:05.614287:MainThread: getSocket: Opening socket... ipversion is [AddressFamily.AF_INET]
  15. 2015-01-12 10:07:05.614287:MainThread: getSocket: Setting timeout... timeout is [0.5]
  16. 2015-01-12 10:07:05.614287:MainThread: getSocket: Connecting... host is [192.168.1.104], port is [9090]
  17. 2015-01-12 10:07:06.114316:MainThread: getSocket: Got an exception [timed out]
  18. 2015-01-12 10:07:06.114316:MainThread: getSocket: Didn't open a socket, got no exception, shouldn't be here...
  19. ERROR:root:** Terminating due to unexpected exception **
  20. Traceback (most recent call last):
  21. File "test.py", line 7744, in <module>
  22. main(sys.argv[1:])
  23. File "test.py", line 7453, in main
  24. if not checkConfig(argv[0]): sys.exit(2)
  25. File "test.py", line 7053, in checkConfig
  26. data = jcomms.sendJSON(REQUEST, "libVersion", checkResult=False)
  27. File "test.py", line 1879, in sendJSON
  28. s = self.getSocket()
  29. File "test.py", line 1807, in getSocket
  30. raise
  31. RuntimeError: No active exception to reraise
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement