Advertisement
jsabater

Zato on Docker log #1

Jan 14th, 2019
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.77 KB | None | 0 0
  1. $ docker start --interactive musing_jennings
  2. 2018-11-02 11:11:35,697 CRIT Set uid to user 0
  3. 2018-11-02 11:11:35,702 INFO supervisord started with pid 9
  4. 2018-11-02 11:11:36,705 INFO spawned: 'zato-web-admin' with pid 12
  5. 2018-11-02 11:11:36,709 INFO spawned: 'redis' with pid 13
  6. 2018-11-02 11:11:36,710 INFO spawned: 'zato-server1' with pid 14
  7. 2018-11-02 11:11:36,711 INFO spawned: 'zato-server2' with pid 15
  8. 2018-11-02 11:11:36,713 INFO spawned: 'zato-scheduler' with pid 16
  9. 2018-11-02 11:11:36,714 INFO spawned: 'zato-load-balancer' with pid 19
  10. 2018-11-02 11:11:36,722 DEBG 'redis' stdout output:
  11. 13:C 02 Nov 11:11:36.722 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
  12.  
  13. 2018-11-02 11:11:36,723 DEBG 'redis' stdout output:
  14. _._
  15. _.-``__ ''-._
  16. _.-`` `. `_. ''-._ Redis 3.0.6 (00000000/0) 64 bit
  17. .-`` .-```. ```\/ _.,_ ''-._
  18. ( ' , .-` | `, ) Running in standalone mode
  19. |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
  20. | `-._ `._ / _.-' | PID: 13
  21. `-._ `-._ `-./ _.-' _.-'
  22. |`-._`-._ `-.__.-' _.-'_.-'|
  23. | `-._`-._ _.-'_.-' | http://redis.io
  24. `-._ `-._`-.__.-'_.-' _.-'
  25. |`-._`-._ `-.__.-' _.-'_.-'|
  26. | `-._`-._ _.-'_.-' |
  27. `-._ `-._`-.__.-'_.-' _.-'
  28. `-._ `-.__.-' _.-'
  29. `-._ _.-'
  30. `-.__.-'
  31.  
  32.  
  33. 2018-11-02 11:11:36,724 DEBG 'redis' stdout output:
  34. 13:M 02 Nov 11:11:36.723 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
  35. 13:M 02 Nov 11:11:36.723 # Server started, Redis version 3.0.6
  36. 13:M 02 Nov 11:11:36.723 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
  37. 13:M 02 Nov 11:11:36.723 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled.
  38.  
  39. 2018-11-02 11:11:36,725 DEBG 'redis' stdout output:
  40. 13:M 02 Nov 11:11:36.725 * DB loaded from disk: 0.001 seconds
  41. 13:M 02 Nov 11:11:36.725 * The server is now ready to accept connections on port 6379
  42.  
  43. 2018-11-02 11:11:37,726 INFO success: zato-web-admin entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  44. 2018-11-02 11:11:37,726 INFO success: redis entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  45. 2018-11-02 11:11:37,726 INFO success: zato-server1 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  46. 2018-11-02 11:11:37,726 INFO success: zato-server2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  47. 2018-11-02 11:11:37,726 INFO success: zato-scheduler entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  48. 2018-11-02 11:11:37,726 INFO success: zato-load-balancer entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  49. 2018-11-02 11:11:40,198 DEBG 'zato-load-balancer' stdout output:
  50. 2018-11-02 11:11:40,197 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_add_remove_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [add_remove_server]
  51.  
  52. 2018-11-02 11:11:40,198 DEBG 'zato-load-balancer' stdout output:
  53. 2018-11-02 11:11:40,198 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_execute_command of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [execute_command]
  54.  
  55. 2018-11-02 11:11:40,198 DEBG 'zato-load-balancer' stdout output:
  56. 2018-11-02 11:11:40,198 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [get_config]
  57.  
  58. 2018-11-02 11:11:40,198 DEBG 'zato-load-balancer' stdout output:
  59. 2018-11-02 11:11:40,198 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_config_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [get_config_source_code]
  60.  
  61. 2018-11-02 11:11:40,198 DEBG 'zato-load-balancer' stdout output:
  62. 2018-11-02 11:11:40,198 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_server_data_dict of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [get_server_data_dict]
  63.  
  64. 2018-11-02 11:11:40,199 DEBG 'zato-load-balancer' stdout output:
  65. 2018-11-02 11:11:40,198 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_servers_state of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [get_servers_state]
  66.  
  67. 2018-11-02 11:11:40,199 DEBG 'zato-load-balancer' stdout output:
  68. 2018-11-02 11:11:40,199 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_uptime_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [get_uptime_info]
  69.  
  70. 2018-11-02 11:11:40,199 DEBG 'zato-load-balancer' stdout output:
  71. 2018-11-02 11:11:40,199 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_get_work_config of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [get_work_config]
  72.  
  73. 2018-11-02 11:11:40,199 DEBG 'zato-load-balancer' stdout output:
  74. 2018-11-02 11:11:40,199 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_haproxy_version_info of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [haproxy_version_info]
  75.  
  76. 2018-11-02 11:11:40,199 DEBG 'zato-load-balancer' stdout output:
  77. 2018-11-02 11:11:40,199 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_is_haproxy_alive of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [is_haproxy_alive]
  78.  
  79. 2018-11-02 11:11:40,199 DEBG 'zato-load-balancer' stdout output:
  80. 2018-11-02 11:11:40,199 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_ping of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [ping]
  81.  
  82. 2018-11-02 11:11:40,200 DEBG 'zato-load-balancer' stdout output:
  83. 2018-11-02 11:11:40,199 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_rename_server of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [rename_server]
  84.  
  85. 2018-11-02 11:11:40,200 DEBG 'zato-load-balancer' stdout output:
  86. 2018-11-02 11:11:40,200 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [validate_save]
  87.  
  88. 2018-11-02 11:11:40,200 DEBG 'zato-load-balancer' stdout output:
  89. 2018-11-02 11:11:40,200 - INFO - 100:MainThread - root:114 - Registering [<bound method LoadBalancerAgent._lb_agent_validate_save_source_code of <zato.agent.load_balancer.server.LoadBalancerAgent object at 0x7f325d02de90>>] under public name [validate_save_source_code]
  90.  
  91. 2018-11-02 11:11:40,241 DEBG 'zato-server2' stdout output:
  92. 2018-11-02 11:11:40,241 - INFO - 81:MainThread - gunicorn.main:176 - Starting gunicorn 18.0
  93.  
  94. 2018-11-02 11:11:40,244 DEBG 'zato-server2' stdout output:
  95. 2018-11-02 11:11:40,243 - INFO - 81:MainThread - gunicorn.main:176 - Listening at: http://0.0.0.0:17011 (81)
  96.  
  97. 2018-11-02 11:11:40,244 DEBG 'zato-server2' stdout output:
  98. 2018-11-02 11:11:40,244 - INFO - 81:MainThread - gunicorn.main:176 - Using worker: gevent
  99.  
  100. 2018-11-02 11:11:40,249 DEBG 'zato-server2' stdout output:
  101. 2018-11-02 11:11:40,248 - INFO - 141:MainThread - gunicorn.main:176 - Booting worker with pid: 141
  102.  
  103. 2018-11-02 11:11:40,265 DEBG 'zato-server1' stdout output:
  104. 2018-11-02 11:11:40,265 - INFO - 83:MainThread - gunicorn.main:176 - Starting gunicorn 18.0
  105.  
  106. 2018-11-02 11:11:40,269 DEBG 'zato-server1' stdout output:
  107. 2018-11-02 11:11:40,268 - INFO - 83:MainThread - gunicorn.main:176 - Listening at: http://0.0.0.0:17010 (83)
  108.  
  109. 2018-11-02 11:11:40,269 DEBG 'zato-server1' stdout output:
  110. 2018-11-02 11:11:40,268 - INFO - 83:MainThread - gunicorn.main:176 - Using worker: gevent
  111.  
  112. 2018-11-02 11:11:40,275 DEBG 'zato-server1' stdout output:
  113. 2018-11-02 11:11:40,274 - INFO - 142:MainThread - gunicorn.main:176 - Booting worker with pid: 142
  114.  
  115. 2018-11-02 11:11:40,664 DEBG 'zato-server2' stdout output:
  116. 2018-11-02 11:11:40,664 - INFO - 141:MainThread - zato.server.base.parallel:421 - Preferred address of `server2@quickstart-209252` (pid: 141) is `http://172.17.0.1:17011`
  117.  
  118. 2018-11-02 11:11:40,683 DEBG 'zato-server1' stdout output:
  119. 2018-11-02 11:11:40,683 - INFO - 142:MainThread - zato.server.base.parallel:421 - Preferred address of `server1@quickstart-209252` (pid: 142) is `http://172.17.0.1:17010`
  120.  
  121. 2018-11-02 11:12:08,359 DEBG 'zato-server2' stdout output:
  122. 2018-11-02 11:12:08,358 - INFO - 141:MainThread - zato.server.base.parallel:187 - Found extra services to deploy: booking.cancel, booking.cancel, booking.create, booking.create, booking.delete, booking.delete, booking.get, booking.get, booking.list, booking.list, booking.locate, booking.locate, booking.restore, booking.restore, booking.update, booking.update, guest.bookings, guest.bookings, guest.create, guest.create, guest.delete, guest.delete, guest.get, guest.get, guest.list, guest.list, guest.restore, guest.restore, guest.update, guest.update, login.create, login.create, login.delete, login.delete, login.get, login.get, login.list, login.list, login.update, login.update, login.validate, login.validate, rate.create, rate.create, rate.delete, rate.delete, rate.get, rate.get, rate.list, rate.list, rate.update, rate.update, room.create, room.create, room.delete, room.delete, room.get, room.get, room.list, room.list, room.update, room.update
  123.  
  124. 2018-11-02 11:12:08,417 DEBG 'zato-server2' stdout output:
  125. 2018-11-02 11:12:08,416 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  126.  
  127. 2018-11-02 11:12:08,442 DEBG 'zato-server2' stdout output:
  128. 2018-11-02 11:12:08,442 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  129.  
  130. 2018-11-02 11:12:08,684 DEBG 'zato-server2' stdout output:
  131. 2018-11-02 11:12:08,684 - INFO - 141:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`155`, payload_name:`login.py`
  132.  
  133. 2018-11-02 11:12:08,685 DEBG 'zato-server2' stdout output:
  134. 2018-11-02 11:12:08,685 - INFO - 141:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'login.create', u'login.create', u'login.delete', u'login.delete', u'login.get', u'login.get', u'login.list', u'login.list', u'login.update', u'login.update', u'login.validate', u'login.validate']
  135.  
  136. 2018-11-02 11:12:08,702 DEBG 'zato-server2' stdout output:
  137. 2018-11-02 11:12:08,702 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  138.  
  139. 2018-11-02 11:12:08,719 DEBG 'zato-server2' stdout output:
  140. 2018-11-02 11:12:08,719 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  141.  
  142. 2018-11-02 11:12:08,735 DEBG 'zato-server2' stdout output:
  143. 2018-11-02 11:12:08,735 - INFO - 141:DummyThread-2 - zato:1354 - Set info about delivery server for sub_key `zpsk.rest.63fabe213ad2ac7a4cd18cf0` (wsx:False) - `server1:142`, sks:`sk=zpsk.rest.63fabe213ad2ac7a4cd18cf0,chan:,pubid:`
  144.  
  145. 2018-11-02 11:12:08,749 DEBG 'zato-server1' stdout output:
  146. 2018-11-02 11:12:08,748 - INFO - 142:DummyThread-3 - zato:1354 - Set info about delivery server for sub_key `zpsk.rest.63fabe213ad2ac7a4cd18cf0` (wsx:False) - `server1:142`, sks:`sk=zpsk.rest.63fabe213ad2ac7a4cd18cf0,chan:,pubid:`
  147.  
  148. 2018-11-02 11:12:08,757 DEBG 'zato-server1' stdout output:
  149. 2018-11-02 11:12:08,756 - INFO - 142:MainThread - zato.server.base.parallel:477 - First worker of `server1` is 142
  150.  
  151. 2018-11-02 11:12:08,771 DEBG 'zato-server1' stdout output:
  152. 2018-11-02 11:12:08,770 - WARNING - 142:DummyThread-5 - zato.updates.check-updates:96 - Traceback (most recent call last):
  153. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 90, in _serve_forerver
  154. self._check_notify(url_info, major, minor, _version)
  155. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 187, in _check_notify
  156. data = self._get_current(_url_info, self_major, self_version)
  157. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 142, in _get_current
  158. response = requests_get(_url_info.format(self_major), params={'v':self_version})
  159. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/api.py", line 72, in get
  160. return request('get', url, params=params, **kwargs)
  161. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/api.py", line 58, in request
  162. return session.request(method=method, url=url, **kwargs)
  163. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/sessions.py", line 512, in request
  164. resp = self.send(prep, **send_kwargs)
  165. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/sessions.py", line 625, in send
  166. r = adapter.send(request, **kwargs)
  167. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/adapters.py", line 513, in send
  168. raise ConnectionError(e, request=request)
  169. ConnectionError: HTTPSConnectionPool(host='zato.io', port=443): Max retries exceeded with url: /support/updates/info-3.0.json?v=3.0.0%2Brev.f5dbf26b (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f652cc62650>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
  170.  
  171.  
  172. 2018-11-02 11:12:08,772 DEBG 'zato-server1' stdout output:
  173. 2018-11-02 11:12:08,772 - INFO - 142:DummyThread-6 - zato.helpers.input-logger:885 - {u'impl_name': u'zato.server.service.internal.helpers.InputLogger', u'name': u'zato.helpers.input-logger', u'cid': 'cbd07d1f07f37238fdc9043f', u'invocation_time': datetime.datetime(2018, 11, 2, 11, 12, 8, 772006), u'job_type': None, u'data_format': None, u'slow_threshold': 99999, u'request.payload': 'Sample payload for a startup service (first worker)', u'wsgi_environ': {u'zato.request_ctx.async_msg': Bunch(action='101802', channel='startup-service', cid='cbd07d1f07f37238fdc9043f', msg_type='0001', payload='Sample payload for a startup service (first worker)', service='zato.helpers.input-logger'), u'zato.request_ctx.fanout_cid': None, u'zato.request_ctx.in_reply_to': None, u'zato.request_ctx.parallel_exec_cid': None}, u'environ': {}, u'usage': 24, u'channel': 'startup-service'}
  174.  
  175. 2018-11-02 11:12:08,937 DEBG 'zato-server2' stdout output:
  176. 2018-11-02 11:12:08,937 - INFO - 141:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`156`, payload_name:`room.py`
  177.  
  178. 2018-11-02 11:12:08,938 DEBG 'zato-server2' stdout output:
  179. 2018-11-02 11:12:08,938 - INFO - 141:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'room.create', u'room.create', u'room.delete', u'room.delete', u'room.get', u'room.get', u'room.list', u'room.list', u'room.update', u'room.update']
  180.  
  181. 2018-11-02 11:12:08,964 DEBG 'zato-server2' stdout output:
  182. 2018-11-02 11:12:08,963 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  183.  
  184. 2018-11-02 11:12:08,966 DEBG 'zato-server1' stdout output:
  185. 2018-11-02 11:12:08,966 - INFO - 142:DummyThread-7 - zato.common.ipc.subscriber.Subscriber:100 - Established sub/bind to ipc:///tmp/zato-ipc-quickstart_209252_server1_142 (self.pid: 142)
  186.  
  187. 2018-11-02 11:12:08,992 DEBG 'zato-server2' stdout output:
  188. 2018-11-02 11:12:08,992 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  189.  
  190. 2018-11-02 11:12:09,167 DEBG 'zato-server1' stdout output:
  191. 2018-11-02 11:12:09,167 - INFO - 142:MainThread - zato.server.base.parallel:513 - Started `server1@quickstart-209252` (pid: 142)
  192.  
  193. 2018-11-02 11:12:09,168 DEBG 'zato-server2' stdout output:
  194. 2018-11-02 11:12:09,168 - INFO - 141:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`157`, payload_name:`rate.py`
  195.  
  196. 2018-11-02 11:12:09,169 DEBG 'zato-server2' stdout output:
  197. 2018-11-02 11:12:09,169 - INFO - 141:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'rate.create', u'rate.create', u'rate.delete', u'rate.delete', u'rate.get', u'rate.get', u'rate.list', u'rate.list', u'rate.update', u'rate.update']
  198.  
  199. 2018-11-02 11:12:09,189 DEBG 'zato-server2' stdout output:
  200. 2018-11-02 11:12:09,189 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  201.  
  202. 2018-11-02 11:12:09,206 DEBG 'zato-server2' stdout output:
  203. 2018-11-02 11:12:09,206 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  204.  
  205. 2018-11-02 11:12:09,421 DEBG 'zato-scheduler' stdout output:
  206. 2018-11-02 11:12:09,421 - INFO - 159:MainThread - __main__:61 - Scheduler starting (https://0.0.0.0:31530)
  207.  
  208. 2018-11-02 11:12:09,481 DEBG 'zato-server2' stdout output:
  209. 2018-11-02 11:12:09,481 - INFO - 141:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`158`, payload_name:`booking.py`
  210.  
  211. 2018-11-02 11:12:09,482 DEBG 'zato-server2' stdout output:
  212. 2018-11-02 11:12:09,482 - INFO - 141:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'booking.cancel', u'booking.cancel', u'booking.create', u'booking.create', u'booking.delete', u'booking.delete', u'booking.get', u'booking.get', u'booking.list', u'booking.list', u'booking.locate', u'booking.locate', u'booking.restore', u'booking.restore', u'booking.update', u'booking.update']
  213.  
  214. 2018-11-02 11:12:09,513 DEBG 'zato-server2' stdout output:
  215. 2018-11-02 11:12:09,512 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  216.  
  217. 2018-11-02 11:12:09,542 DEBG 'zato-server2' stdout output:
  218. 2018-11-02 11:12:09,542 - INFO - 141:MainThread - zato.hot-deploy.create:376 - Creating tar archive
  219.  
  220. 2018-11-02 11:12:09,813 DEBG 'zato-server2' stdout output:
  221. 2018-11-02 11:12:09,813 - INFO - 141:MainThread - zato.hot-deploy.create:156 - Uploaded package id:`159`, payload_name:`guest.py`
  222.  
  223. 2018-11-02 11:12:09,814 DEBG 'zato-server2' stdout output:
  224. 2018-11-02 11:12:09,814 - INFO - 141:MainThread - zato.server.base.parallel:226 - Deployed extra services found: [u'guest.bookings', u'guest.bookings', u'guest.create', u'guest.create', u'guest.delete', u'guest.delete', u'guest.get', u'guest.get', u'guest.list', u'guest.list', u'guest.restore', u'guest.restore', u'guest.update', u'guest.update']
  225.  
  226. 2018-11-02 11:12:09,830 DEBG 'zato-server2' stdout output:
  227. 2018-11-02 11:12:09,830 - INFO - 141:MainThread - zato.server.base.parallel:477 - First worker of `server2` is 141
  228.  
  229. 2018-11-02 11:12:09,835 DEBG 'zato-server2' stdout output:
  230. 2018-11-02 11:12:09,835 - INFO - 141:DummyThread-4 - zato.helpers.input-logger:885 - {u'impl_name': u'zato.server.service.internal.helpers.InputLogger', u'name': u'zato.helpers.input-logger', u'cid': '7bf517ba9842b18d5227f8f5', u'invocation_time': datetime.datetime(2018, 11, 2, 11, 12, 9, 835019), u'job_type': None, u'data_format': None, u'slow_threshold': 99999, u'request.payload': 'Sample payload for a startup service (first worker)', u'wsgi_environ': {u'zato.request_ctx.async_msg': Bunch(action='101802', channel='startup-service', cid='7bf517ba9842b18d5227f8f5', msg_type='0001', payload='Sample payload for a startup service (first worker)', service='zato.helpers.input-logger'), u'zato.request_ctx.fanout_cid': None, u'zato.request_ctx.in_reply_to': None, u'zato.request_ctx.parallel_exec_cid': None}, u'environ': {}, u'usage': 25, u'channel': 'startup-service'}
  231.  
  232. 2018-11-02 11:12:09,836 DEBG 'zato-server1' stdout output:
  233. 2018-11-02 11:12:09,836 - WARNING - 142:DummyThread-8 - zato.updates.check-updates:96 - Traceback (most recent call last):
  234. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 90, in _serve_forerver
  235. self._check_notify(url_info, major, minor, _version)
  236. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 187, in _check_notify
  237. data = self._get_current(_url_info, self_major, self_version)
  238. File "/opt/zato/3.0/code/zato-server/src/zato/server/service/internal/updates.py", line 142, in _get_current
  239. response = requests_get(_url_info.format(self_major), params={'v':self_version})
  240. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/api.py", line 72, in get
  241. return request('get', url, params=params, **kwargs)
  242. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/api.py", line 58, in request
  243. return session.request(method=method, url=url, **kwargs)
  244. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/sessions.py", line 512, in request
  245. resp = self.send(prep, **send_kwargs)
  246. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/sessions.py", line 625, in send
  247. r = adapter.send(request, **kwargs)
  248. File "/opt/zato/3.0/code/local/lib/python2.7/site-packages/requests/adapters.py", line 513, in send
  249. raise ConnectionError(e, request=request)
  250. ConnectionError: HTTPSConnectionPool(host='zato.io', port=443): Max retries exceeded with url: /support/updates/info-3.0.json?v=3.0.0%2Brev.f5dbf26b (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f652cd1e090>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
  251.  
  252.  
  253. 2018-11-02 11:12:10,015 DEBG 'zato-scheduler' stdout output:
  254. 2018-11-02 11:12:10,015 - INFO - 159:DummyThread-1 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd508aed0; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-week', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`2`; interval:`<Interval at 0x7f4bd50a1ad0; days:`0`; hours:`0`; in_seconds:`600.0`; minutes:`10`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-week'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 11, 13, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  255.  
  256. 2018-11-02 11:12:10,048 DEBG 'zato-server2' stdout output:
  257. 2018-11-02 11:12:10,047 - INFO - 141:DummyThread-5 - zato.common.ipc.subscriber.Subscriber:100 - Established sub/bind to ipc:///tmp/zato-ipc-quickstart_209252_server2_141 (self.pid: 141)
  258.  
  259. 2018-11-02 11:12:10,219 DEBG 'zato-scheduler' stdout output:
  260. 2018-11-02 11:12:10,217 - INFO - 159:DummyThread-2 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1290; cb_kwargs:`{u'service': u'zato.outgoing.sql.auto-ping', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`6`; interval:`<Interval at 0x7f4bd50a1310; days:`0`; hours:`0`; in_seconds:`180.0`; minutes:`3`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.outgoing.sql.auto-ping'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 11, 12, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  261.  
  262. 2018-11-02 11:12:10,247 DEBG 'zato-server2' stdout output:
  263. 2018-11-02 11:12:10,247 - INFO - 141:MainThread - zato.server.base.parallel:513 - Started `server2@quickstart-209252` (pid: 141)
  264.  
  265. 2018-11-02 11:12:10,423 DEBG 'zato-scheduler' stdout output:
  266. 2018-11-02 11:12:10,421 - INFO - 159:DummyThread-3 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1550; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-day', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`10`; interval:`<Interval at 0x7f4bd5041d90; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-day'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  267.  
  268. 2018-11-02 11:12:10,625 DEBG 'zato-scheduler' stdout output:
  269. 2018-11-02 11:12:10,624 - INFO - 159:DummyThread-4 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1710; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-hour', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`3`; interval:`<Interval at 0x7f4bd50a13d0; days:`0`; hours:`0`; in_seconds:`600.0`; minutes:`10`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-hour'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 11, 13, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  270.  
  271. 2018-11-02 11:12:10,828 DEBG 'zato-scheduler' stdout output:
  272. 2018-11-02 11:12:10,827 - INFO - 159:DummyThread-5 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1790; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-minute', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`8`; interval:`<Interval at 0x7f4bd50a1490; days:`0`; hours:`0`; in_seconds:`60.0`; minutes:`0`; seconds:`60`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-minute'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 11, 12, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  273.  
  274. 2018-11-02 11:12:11,032 DEBG 'zato-scheduler' stdout output:
  275. 2018-11-02 11:12:11,030 - INFO - 159:DummyThread-6 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1890; cb_kwargs:`{u'service': u'zato.stats.aggregate-by-month', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`7`; interval:`<Interval at 0x7f4bd50a1610; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.aggregate-by-month'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  276.  
  277. 2018-11-02 11:12:11,235 DEBG 'zato-scheduler' stdout output:
  278. 2018-11-02 11:12:11,234 - INFO - 159:DummyThread-7 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1a10; cb_kwargs:`{u'service': u'zato.stats.process-raw-times', u'extra': 'max_batch_size=99999'}`; cron_definition:`None`; current_run:`0`; id:`9`; interval:`<Interval at 0x7f4bd50a1750; days:`0`; hours:`0`; in_seconds:`90.0`; minutes:`0`; seconds:`90`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.process-raw-times'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 11, 12, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  279.  
  280. 2018-11-02 11:12:11,439 DEBG 'zato-scheduler' stdout output:
  281. 2018-11-02 11:12:11,437 - INFO - 159:DummyThread-8 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1b90; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-day', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`4`; interval:`<Interval at 0x7f4bd50a17d0; days:`0`; hours:`0`; in_seconds:`600.0`; minutes:`10`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-day'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 11, 13, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  282.  
  283. 2018-11-02 11:12:11,642 DEBG 'zato-scheduler' stdout output:
  284. 2018-11-02 11:12:11,641 - INFO - 159:DummyThread-9 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50a1c50; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-month', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`1`; interval:`<Interval at 0x7f4bd50a1950; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-month'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  285.  
  286. 2018-11-02 11:12:11,846 DEBG 'zato-scheduler' stdout output:
  287. 2018-11-02 11:12:11,845 - INFO - 159:DummyThread-10 - zato.scheduler.backend:264 - Job starting `<Job at 0x7f4bd50acf10; cb_kwargs:`{u'service': u'zato.stats.summary.create-summary-by-year', u'extra': ''}`; cron_definition:`None`; current_run:`0`; id:`5`; interval:`<Interval at 0x7f4bd508ae90; days:`0`; hours:`0`; in_seconds:`3600.0`; minutes:`60`; seconds:`0`>`; is_active:`True`; keep_running:`True`; max_repeats:`None`; max_repeats_reached:`False`; max_repeats_reached_at:`None`; name:`u'zato.stats.summary.create-summary-by-year'`; old_name:`None`; start_time:`datetime.datetime(2018, 11, 2, 12, 3, 58)`; type:`u'interval_based'`; wait_iter_cb:`None`; wait_iter_cb_args:`()`; wait_sleep_time:`1`>`
  288.  
  289. 2018-11-02 11:12:12,049 DEBG 'zato-scheduler' stdout output:
  290. 2018-11-02 11:12:12,048 - INFO - 159:DummyThread-11 - zato.scheduler.backend:466 - Scheduler started
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement