By type
2021-04-21 12:55:30,248||140660827143496|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 12:55:47,152||140660827143496|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 12:56:13,193||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 12:56:13,194||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by SSLError(SSLError(1, '[SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:2622)')))"),) 2021-04-21 13:46:47,906||140660743818016|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 13:46:48,006||140660726844192|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 13:46:50,978||140660743818016|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError(
, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 13:46:51,074||140660726844192|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 13:47:05,796||140660755749664|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 13:47:06,206||140660721539872|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 13:47:08,874||140660755749664|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:09,283||140660721539872|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:11,956||140660755749664|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:11,957||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:47:11,966||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 173 exited with status 2 2021-04-21 13:47:12,361||140660721539872|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:12,362||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:47:12,369||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 177 exited with status 2 2021-04-21 13:47:15,474||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:16,070||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:18,551||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:19,145||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:21,632||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:21,636||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 13:47:22,218||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:22,219||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:47:22,225||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 3507 exited with status 2 2021-04-21 13:47:25,717||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:26,326||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:28,798||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:29,409||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:31,871||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:31,872||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:47:31,880||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 3511 exited with status 2 2021-04-21 13:47:32,490||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:32,491||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:47:32,498||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 3525 exited with status 2 2021-04-21 13:47:34,970||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:36,594||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:47:37,216||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 13:59:12,637||140660732148512|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 13:59:12,733||140660716235552|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 13:59:15,713||140660732148512|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:15,807||140660716235552|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:18,784||140660732148512|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:18,786||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:18,795||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 3539 exited with status 2 2021-04-21 13:59:18,886||140660716235552|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:18,889||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:18,897||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 3541 exited with status 2 2021-04-21 13:59:21,891||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:22,998||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:24,997||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:26,080||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:28,075||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:28,078||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 13:59:29,162||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:29,163||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:29,171||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4432 exited with status 2 2021-04-21 13:59:32,160||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:33,270||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:35,238||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:36,346||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:38,322||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:38,323||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:38,331||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4430 exited with status 2 2021-04-21 13:59:39,418||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:39,419||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:39,424||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4449 exited with status 2 2021-04-21 13:59:41,422||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:43,526||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 13:59:44,494||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 13:59:44,577||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:45,537||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:45,539||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 13:59:45,632||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:45,634||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:45,640||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4465 exited with status 2 2021-04-21 13:59:47,594||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:48,641||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:49,702||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:49,703||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:49,709||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4463 exited with status 2 2021-04-21 13:59:49,734||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 13:59:50,752||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:51,817||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:52,798||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:53,835||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:53,836||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 13:59:53,843||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4482 exited with status 2 2021-04-21 13:59:54,882||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:54,885||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 13:59:55,910||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:56,929||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:57,992||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 13:59:58,980||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:00,040||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:00,041||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:00,047||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4498 exited with status 2 2021-04-21 14:00:01,058||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:01,060||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:01,067||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4486 exited with status 2 2021-04-21 14:00:02,121||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:03,166||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:04,141||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:05,183||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:06,217||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:06,219||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:00:06,246||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:06,247||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:06,253||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4504 exited with status 2 2021-04-21 14:00:08,296||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:09,765||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:10,351||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:10,816||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:10,817||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:10,824||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4518 exited with status 2 2021-04-21 14:00:11,879||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:12,928||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:13,426||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:13,982||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:13,984||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:00:16,034||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:16,502||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:16,503||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:16,509||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4522 exited with status 2 2021-04-21 14:00:17,094||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:18,144||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:18,146||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:18,152||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4531 exited with status 2 2021-04-21 14:00:18,595||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:19,646||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:20,681||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:20,682||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:20,688||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4540 exited with status 2 2021-04-21 14:00:21,241||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:22,752||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:23,813||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:24,314||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:24,866||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:24,867||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:24,872||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4551 exited with status 2 2021-04-21 14:00:26,946||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:27,390||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:27,393||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:00:28,005||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:29,056||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:29,057||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:29,064||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4560 exited with status 2 2021-04-21 14:00:31,145||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:31,474||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:32,192||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:33,252||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:33,253||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:33,260||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4566 exited with status 2 2021-04-21 14:00:34,556||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:35,582||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:35,583||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:35,590||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4544 exited with status 2 2021-04-21 14:00:36,650||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:37,351||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:37,696||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:38,721||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:38,723||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:00:40,434||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:40,766||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:41,835||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:42,882||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:42,883||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:42,889||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4585 exited with status 2 2021-04-21 14:00:43,506||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:43,974||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:44,795||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:44,807||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4581 exited with status 2 2021-04-21 14:00:45,825||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:46,880||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:47,937||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:48,897||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:48,899||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:00:50,945||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:51,014||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:00:51,015||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:51,024||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4591 exited with status 2 2021-04-21 14:00:52,002||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:53,056||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:53,057||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:53,064||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4589 exited with status 2 2021-04-21 14:00:54,117||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:55,104||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:56,158||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:57,189||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:58,241||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:58,243||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:00:59,232||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:00:59,234||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:00:59,240||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4619 exited with status 2 2021-04-21 14:01:01,313||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:02,312||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:03,364||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:04,384||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:05,408||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:05,409||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:01:05,414||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4627 exited with status 2 2021-04-21 14:01:06,433||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:06,434||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:01:06,441||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4623 exited with status 2 2021-04-21 14:01:07,490||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:08,544||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:09,508||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:09,569||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(' : Failed to establish a new connection: [Errno 111] Connection refused'))"),) 2021-04-21 14:01:09,571||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:01:12,585||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:03:29,652||140660756810528|INFO|component|conductor.common.music.messaging.component: [-] Message 57ced585-6f15-45b9-ba71-058c17590d9a method plans_get received 2021-04-21 14:03:29,849||140660756810528|INFO|component|conductor.common.music.messaging.component: [-] Message 57ced585-6f15-45b9-ba71-058c17590d9a method plans_get, status: completed 2021-04-21 14:03:31,254||140660756810528|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-04-21 14:05:16,244||140660741696288|INFO|component|conductor.common.music.messaging.component: [-] Message eaa0a079-0c97-4116-b446-c2f8af6b9f53 method plans_get received 2021-04-21 14:05:16,426||140660741696288|INFO|component|conductor.common.music.messaging.component: [-] Message eaa0a079-0c97-4116-b446-c2f8af6b9f53 method plans_get, status: completed 2021-04-21 14:05:17,726||140660741696288|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-04-21 14:07:14,246||140660763175712|INFO|component|conductor.common.music.messaging.component: [-] Message 72af0aef-c408-4c78-bf3e-9f9ed405c6df method plans_get received 2021-04-21 14:07:14,343||140660763175712|INFO|component|conductor.common.music.messaging.component: [-] Message 72af0aef-c408-4c78-bf3e-9f9ed405c6df method plans_get, status: completed 2021-04-21 14:07:14,847||140660763175712|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-04-21 14:09:02,353||140660725783328|INFO|component|conductor.common.music.messaging.component: [-] Message d4ca3789-4c6d-4ea7-b08d-823a33ccae56 method plans_get received 2021-04-21 14:09:02,452||140660725783328|INFO|component|conductor.common.music.messaging.component: [-] Message d4ca3789-4c6d-4ea7-b08d-823a33ccae56 method plans_get, status: completed 2021-04-21 14:09:03,156||140660725783328|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-04-21 14:10:22,161||140660723661600|INFO|component|conductor.common.music.messaging.component: [-] Message d5f9f0d3-82f3-4d88-bfde-b08b77bdd4a7 method plans_get received 2021-04-21 14:10:22,245||140660723661600|INFO|component|conductor.common.music.messaging.component: [-] Message d5f9f0d3-82f3-4d88-bfde-b08b77bdd4a7 method plans_get, status: completed 2021-04-21 14:10:22,652||140660723661600|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-04-21 14:13:02,251||140660738513696|INFO|component|conductor.common.music.messaging.component: [-] Message eeec6a4f-8fd6-4f71-a7b3-561b4b22fce4 method plans_get received 2021-04-21 14:13:02,277||140660738513696|INFO|component|conductor.common.music.messaging.component: [-] Message eeec6a4f-8fd6-4f71-a7b3-561b4b22fce4 method plans_get, status: completed 2021-04-21 14:13:02,658||140660738513696|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-04-21 14:15:21,719||140660720479008|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:15:22,213||140660730026784|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:15:33,854||140660720479008|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:15:34,333||140660730026784|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:18:38,426||140660750445344|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:18:41,512||140660750445344|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:43,017||140660748323616|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:18:44,583||140660750445344|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:44,584||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 202, in __check_for_templates translating_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATING) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:18:44,596||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4645 exited with status 2 2021-04-21 14:18:46,089||140660748323616|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:47,709||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:49,166||140660748323616|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:49,168||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:18:49,176||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 4641 exited with status 2 2021-04-21 14:18:50,785||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:53,278||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:53,863||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:53,867||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:18:56,358||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:57,950||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:59,457||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:18:59,459||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:18:59,466||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5908 exited with status 2 2021-04-21 14:19:01,029||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:03,558||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:04,106||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:04,107||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:19:04,114||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5906 exited with status 2 2021-04-21 14:19:06,641||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:07,202||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:09,726||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:09,728||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:19:09,734||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5924 exited with status 2 2021-04-21 14:19:10,289||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:13,365||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:13,368||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:19:13,866||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:16,958||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:17,446||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:20,042||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:20,043||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:19:20,048||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5940 exited with status 2 2021-04-21 14:19:20,517||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:23,589||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:23,591||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:19:23,598||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5938 exited with status 2 2021-04-21 14:19:24,141||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:26,686||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:27,215||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:29,767||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:30,298||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:30,300||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:19:30,306||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5956 exited with status 2 2021-04-21 14:19:32,846||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:32,848||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:19:34,401||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:36,926||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:37,486||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:40,027||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:40,557||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),) 2021-04-21 14:19:40,559||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:19:40,565||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5973 exited with status 2 2021-04-21 14:23:27,030||140660698200864|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:23:30,106||140660698200864|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:32,756||140660691835680|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),) 2021-04-21 14:23:33,177||140660698200864|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:33,178||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:23:33,187||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5971 exited with status 2 2021-04-21 14:23:35,833||140660691835680|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:36,270||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:38,906||140660691835680|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:38,907||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:23:38,916||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 5989 exited with status 2 2021-04-21 14:23:39,345||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:42,422||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:42,424||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:23:43,008||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:46,081||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:46,499||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:49,156||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:49,173||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:23:49,181||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 6399 exited with status 2 2021-04-21 14:23:49,574||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:52,650||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:52,651||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/controller/translator_svc.py", line 201, in __check_for_templates template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE) File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:23:52,659||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 6397 exited with status 2 2021-04-21 14:23:53,268||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:55,747||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:56,342||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:58,820||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:59,422||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:23:59,423||140660774845216|ERROR|_utils|cotyledon._utils: [-] Unhandled exception Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception yield File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run self.run() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 478, in run fut.result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result raise self._exception File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run result = self.fn(*self.args, **self.kwargs) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 336, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 343, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 81, in all return self.__rows_to_objects(rows) File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects for row_id, row in rows.items():# pylint: disable=W0612 AttributeError: 'NoneType' object has no attribute 'items' 2021-04-21 14:23:59,430||140660776966944|INFO|_service_manager|cotyledon._service_manager: [-] Child 6416 exited with status 2 2021-04-21 14:24:01,898||140660776966944|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:24:01,901||140660776966944|INFO|api|conductor.common.music.api: [-] Initializing Music API 2021-04-21 14:24:03,531||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:24:05,984||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor/tables/plans/rows?status=template (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),) 2021-04-21 14:24:06,608||140660773784352|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/controller/rows (Caused by ConnectTimeoutError( , 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)