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