Results

By type

          2021-05-24 11:00:10,834||139951152188744|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:00:17,053||139951152188744|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:00:20,509||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:00:20,760||139951098829600|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-05-24 11:11:40,764||139951088220960|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:11:43,839||139951088220960|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:11:46,916||139951088220960|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:11:46,920||139951099890464|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-05-24 11:11:46,943||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 147 exited with status 2
2021-05-24 11:11:50,070||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:11:53,159||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:11:56,239||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:11:56,243||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:11:59,747||139951070186272|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-05-24 11:12:00,333||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:02,828||139951070186272|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:03,403||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:05,899||139951070186272|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:05,901||139951100152608|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-05-24 11:12:05,917||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 143 exited with status 2
2021-05-24 11:12:06,473||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:06,475||139951099890464|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-05-24 11:12:06,482||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1011 exited with status 2
2021-05-24 11:12:09,568||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:10,009||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:12,644||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:13,085||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:15,716||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:15,719||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:12:16,165||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:16,167||139951100152608|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-05-24 11:12:16,203||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1036 exited with status 2
2021-05-24 11:12:53,402||139951096707872|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-05-24 11:12:53,733||139951093525280|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-05-24 11:12:56,476||139951096707872|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:56,808||139951093525280|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:59,546||139951096707872|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:59,548||139951099890464|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-05-24 11:12:59,587||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1040 exited with status 2
2021-05-24 11:12:59,876||139951093525280|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:12:59,878||139951099890464|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-05-24 11:12:59,886||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1056 exited with status 2
2021-05-24 11:13:02,245||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:14:01,645||139951062760224|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:16:45,097||139951058516768|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-05-24 11:17:19,081||139951097768736|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-05-24 11:17:19,303||139951087160096|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-05-24 11:17:22,167||139951097768736|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:22,373||139951087160096|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:25,245||139951097768736|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:25,247||139951099890464|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-05-24 11:17:25,266||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1139 exited with status 2
2021-05-24 11:17:25,447||139951087160096|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:25,449||139951099890464|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-05-24 11:17:25,470||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1141 exited with status 2
2021-05-24 11:17:28,370||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:29,562||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:31,448||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:32,634||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:34,536||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:34,540||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:17:35,701||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:35,702||139951099890464|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-05-24 11:17:35,725||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1535 exited with status 2
2021-05-24 11:17:38,633||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:39,814||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:41,704||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:42,884||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:44,779||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:44,782||139951099890464|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-05-24 11:17:44,789||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1533 exited with status 2
2021-05-24 11:17:45,964||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:45,971||139951099890464|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-05-24 11:17:45,991||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1552 exited with status 2
2021-05-24 11:17:47,882||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:50,080||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:50,956||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:53,155||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:54,026||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:54,029||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:17:56,224||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:17:56,225||139951099890464|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-05-24 11:17:56,231||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1569 exited with status 2
2021-05-24 11:17:58,106||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:00,329||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:01,175||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:03,445||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:04,256||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:04,258||139951099890464|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-05-24 11:18:04,271||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1567 exited with status 2
2021-05-24 11:18:06,516||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:06,517||139951099890464|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-05-24 11:18:06,524||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1585 exited with status 2
2021-05-24 11:18:07,366||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:10,444||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:10,621||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:13,517||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:13,522||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:18:13,691||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:16,765||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:16,777||139951099890464|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-05-24 11:18:16,787||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1602 exited with status 2
2021-05-24 11:18:17,596||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:20,680||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:20,881||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:23,774||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:23,776||139951099890464|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-05-24 11:18:23,797||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1595 exited with status 2
2021-05-24 11:18:23,952||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:26,885||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:27,033||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:27,035||139951099890464|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-05-24 11:18:27,042||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1618 exited with status 2
2021-05-24 11:18:29,952||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:31,132||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:33,036||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:33,040||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:18:34,202||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:37,115||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:37,283||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:37,299||139951099890464|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-05-24 11:18:37,333||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1635 exited with status 2
2021-05-24 11:18:40,190||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:41,427||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:43,264||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:43,265||139951099890464|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-05-24 11:18:43,275||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1627 exited with status 2
2021-05-24 11:18:44,497||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:46,379||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:47,565||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:47,570||139951099890464|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-05-24 11:18:47,582||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1652 exited with status 2
2021-05-24 11:18:49,458||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:51,672||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:52,524||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:52,527||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:18:54,747||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:56,610||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:57,817||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:18:57,818||139951099890464|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-05-24 11:18:57,830||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1668 exited with status 2
2021-05-24 11:18:59,676||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:01,926||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:02,748||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:02,749||139951099890464|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-05-24 11:19:02,756||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1656 exited with status 2
2021-05-24 11:19:04,996||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:05,846||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:08,070||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:08,071||139951099890464|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-05-24 11:19:08,078||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1684 exited with status 2
2021-05-24 11:19:08,916||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:11,984||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:11,986||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:19:12,164||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:15,238||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:16,076||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:18,321||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:18,323||139951099890464|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-05-24 11:19:18,330||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1701 exited with status 2
2021-05-24 11:19:19,146||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:22,216||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:22,218||139951099890464|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-05-24 11:19:22,224||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1688 exited with status 2
2021-05-24 11:19:22,420||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:25,309||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:25,492||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:19:28,384||139951102274336|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-05-24 11:19:28,569||139951098829600|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-05-24 11:19:28,571||139951099890464|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-05-24 11:19:28,578||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1717 exited with status 2
2021-05-24 11:19:31,464||139951102274336|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-05-24 11:19:31,474||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:19:32,662||139951098829600|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-05-24 11:19:35,547||139951098829600|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-05-24 11:19:35,734||139951098829600|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-05-24 11:19:38,619||139951098829600|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-05-24 11:19:38,802||139951098829600|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-05-24 11:19:38,803||139951099890464|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-05-24 11:19:38,809||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1735 exited with status 2
2021-05-24 11:19:41,687||139951098829600|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-05-24 11:19:41,689||139951099890464|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-05-24 11:19:41,695||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1721 exited with status 2
2021-05-24 11:19:42,906||139951098829600|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-05-24 11:19:44,785||139951102274336|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-05-24 11:19:45,977||139951098829600|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-05-24 11:19:47,857||139951102274336|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-05-24 11:19:49,045||139951098829600|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-05-24 11:19:49,047||139951099890464|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-05-24 11:19:49,054||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1753 exited with status 2
2021-05-24 11:19:50,943||139951102274336|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-05-24 11:19:50,946||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:19:53,140||139951098829600|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-05-24 11:19:55,031||139951098829600|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-05-24 11:19:56,212||139951098829600|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-05-24 11:19:58,112||139951098829600|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-05-24 11:19:59,281||139951098829600|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-05-24 11:19:59,285||139951099890464|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-05-24 11:19:59,306||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1771 exited with status 2
2021-05-24 11:20:01,179||139951098829600|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-05-24 11:20:01,181||139951099890464|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-05-24 11:20:01,191||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1757 exited with status 2
2021-05-24 11:20:03,393||139951098829600|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-05-24 11:20:04,279||139951102274336|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-05-24 11:20:06,468||139951098829600|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-05-24 11:20:07,359||139951102274336|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-05-24 11:20:09,542||139951098829600|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-05-24 11:20:09,543||139951099890464|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-05-24 11:20:09,549||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1788 exited with status 2
2021-05-24 11:20:10,430||139951102274336|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-05-24 11:20:10,433||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:20:13,640||139951098829600|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-05-24 11:20:14,504||139951098829600|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-05-24 11:20:16,708||139951098829600|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-05-24 11:20:17,577||139951098829600|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-05-24 11:20:19,775||139951098829600|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-05-24 11:20:19,777||139951099890464|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-05-24 11:20:19,788||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1806 exited with status 2
2021-05-24 11:20:20,648||139951098829600|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-05-24 11:20:20,650||139951099890464|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-05-24 11:20:20,665||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1792 exited with status 2
2021-05-24 11:20:23,747||139951102274336|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-05-24 11:20:23,885||139951098829600|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-05-24 11:20:26,816||139951102274336|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-05-24 11:20:26,972||139951098829600|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-05-24 11:20:29,885||139951102274336|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-05-24 11:20:29,888||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:20:30,047||139951098829600|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-05-24 11:20:30,049||139951099890464|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-05-24 11:20:30,064||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1823 exited with status 2
2021-05-24 11:20:33,968||139951098829600|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-05-24 11:20:34,156||139951098829600|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-05-24 11:20:37,035||139951098829600|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-05-24 11:20:37,236||139951098829600|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-05-24 11:20:40,105||139951098829600|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-05-24 11:20:40,106||139951099890464|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-05-24 11:20:40,114||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1827 exited with status 2
2021-05-24 11:20:40,304||139951098829600|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-05-24 11:20:40,306||139951099890464|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-05-24 11:20:40,312||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1841 exited with status 2
2021-05-24 11:20:43,197||139951102274336|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-05-24 11:20:44,393||139951098829600|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-05-24 11:20:46,268||139951102274336|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-05-24 11:20:47,473||139951098829600|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-05-24 11:20:49,339||139951102274336|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-05-24 11:20:49,342||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:20:50,556||139951098829600|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-05-24 11:20:50,558||139951099890464|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-05-24 11:20:50,571||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1859 exited with status 2
2021-05-24 11:20:53,412||139951098829600|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-05-24 11:20:54,661||139951098829600|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-05-24 11:20:56,480||139951098829600|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-05-24 11:20:57,738||139951098829600|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-05-24 11:20:59,556||139951098829600|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-05-24 11:20:59,557||139951099890464|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-05-24 11:20:59,586||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1857 exited with status 2
2021-05-24 11:21:00,805||139951098829600|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-05-24 11:21:00,806||139951099890464|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-05-24 11:21:00,813||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1876 exited with status 2
2021-05-24 11:21:02,668||139951102274336|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-05-24 11:21:04,897||139951098829600|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-05-24 11:21:05,736||139951102274336|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-05-24 11:21:07,973||139951098829600|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-05-24 11:21:11,825||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:11,828||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:21:12,048||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:12,049||139951099890464|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-05-24 11:21:12,055||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1893 exited with status 2
2021-05-24 11:21:15,902||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:16,152||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:18,972||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:19,237||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:22,051||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:22,052||139951099890464|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-05-24 11:21:22,060||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1891 exited with status 2
2021-05-24 11:21:22,307||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:22,308||139951099890464|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-05-24 11:21:22,314||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1910 exited with status 2
2021-05-24 11:21:25,171||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:26,400||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:28,244||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:29,472||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:31,323||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:31,326||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:21:32,546||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:32,547||139951099890464|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-05-24 11:21:32,553||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1926 exited with status 2
2021-05-24 11:21:35,400||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:36,645||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:38,476||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:39,717||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:41,547||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:41,548||139951099890464|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-05-24 11:21:41,555||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1924 exited with status 2
2021-05-24 11:21:42,786||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:42,787||139951099890464|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-05-24 11:21:42,793||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1942 exited with status 2
2021-05-24 11:21:44,641||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:46,881||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:47,714||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:49,965||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:50,788||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:50,792||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:21:53,056||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:53,057||139951099890464|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-05-24 11:21:53,067||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1960 exited with status 2
2021-05-24 11:21:54,870||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:57,155||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:21:57,959||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:00,247||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:01,061||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:01,062||139951099890464|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-05-24 11:22:01,111||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1958 exited with status 2
2021-05-24 11:22:03,339||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:03,340||139951099890464|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-05-24 11:22:03,349||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1976 exited with status 2
2021-05-24 11:22:04,202||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:07,286||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:07,446||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:10,360||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:10,364||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:22:10,530||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:13,600||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:13,602||139951099890464|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-05-24 11:22:13,608||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1994 exited with status 2
2021-05-24 11:22:14,444||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:17,563||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:17,724||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:20,636||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:20,638||139951099890464|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-05-24 11:22:20,647||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 1992 exited with status 2
2021-05-24 11:22:20,810||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:23,745||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:23,887||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:23,889||139951099890464|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-05-24 11:22:23,896||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2017 exited with status 2
2021-05-24 11:22:26,816||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:27,984||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:29,890||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:29,894||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:22:31,056||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:33,971||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:34,140||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:34,142||139951099890464|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-05-24 11:22:34,149||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2034 exited with status 2
2021-05-24 11:22:37,053||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:38,263||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:22:40,140||139951098829600|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-05-24 11:22:40,142||139951099890464|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-05-24 11:22:40,150||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2027 exited with status 2
2021-05-24 11:22:41,339||139951098829600|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-05-24 11:22:43,250||139951102274336|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-05-24 11:22:44,416||139951098829600|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-05-24 11:22:44,417||139951099890464|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-05-24 11:22:44,436||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2050 exited with status 2
2021-05-24 11:22:46,320||139951102274336|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-05-24 11:22:48,537||139951098829600|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-05-24 11:22:49,389||139951102274336|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-05-24 11:22:49,392||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:22:51,610||139951098829600|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-05-24 11:22:53,469||139951098829600|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-05-24 11:22:54,690||139951098829600|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-05-24 11:22:54,693||139951099890464|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-05-24 11:22:54,702||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2069 exited with status 2
2021-05-24 11:22:56,536||139951098829600|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-05-24 11:22:58,817||139951098829600|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-05-24 11:22:59,605||139951098829600|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-05-24 11:22:59,607||139951099890464|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-05-24 11:22:59,627||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2060 exited with status 2
2021-05-24 11:23:01,887||139951098829600|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-05-24 11:23:02,712||139951102274336|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-05-24 11:23:04,953||139951098829600|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-05-24 11:23:04,956||139951099890464|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-05-24 11:23:04,975||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2091 exited with status 2
2021-05-24 11:23:05,780||139951102274336|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-05-24 11:23:08,850||139951102274336|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-05-24 11:23:08,855||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:23:09,084||139951098829600|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-05-24 11:23:15,186||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:15,984||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:18,266||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:18,268||139951099890464|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-05-24 11:23:18,280||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2107 exited with status 2
2021-05-24 11:23:19,061||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:22,149||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:22,151||139951099890464|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-05-24 11:23:22,161||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2095 exited with status 2
2021-05-24 11:23:22,373||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:25,258||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:25,452||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:28,328||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:28,523||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:28,525||139951099890464|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-05-24 11:23:28,534||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2126 exited with status 2
2021-05-24 11:23:31,415||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:31,419||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:23:32,649||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:35,495||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:35,746||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:38,571||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:38,828||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:38,830||139951099890464|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-05-24 11:23:38,839||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2142 exited with status 2
2021-05-24 11:23:41,650||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:41,652||139951099890464|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-05-24 11:23:41,660||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2130 exited with status 2
2021-05-24 11:23:42,955||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:44,767||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:46,036||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:47,861||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:49,142||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:23:49,144||139951099890464|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-05-24 11:23:49,167||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2159 exited with status 2
2021-05-24 11:23:50,930||139951102274336|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-05-24 11:23:50,933||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:23:53,292||139951098829600|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-05-24 11:23:55,009||139951098829600|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-05-24 11:23:56,364||139951098829600|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-05-24 11:23:58,077||139951098829600|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-05-24 11:23:59,444||139951098829600|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-05-24 11:23:59,445||139951099890464|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-05-24 11:23:59,476||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2176 exited with status 2
2021-05-24 11:24:01,181||139951098829600|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-05-24 11:24:01,183||139951099890464|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-05-24 11:24:01,194||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2163 exited with status 2
2021-05-24 11:24:03,584||139951098829600|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-05-24 11:24:04,281||139951102274336|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-05-24 11:24:06,658||139951098829600|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-05-24 11:24:07,355||139951102274336|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-05-24 11:24:09,748||139951098829600|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-05-24 11:24:09,751||139951099890464|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-05-24 11:24:09,844||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2192 exited with status 2
2021-05-24 11:24:10,424||139951102274336|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-05-24 11:24:10,442||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:24:13,990||139951098829600|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-05-24 11:24:14,536||139951098829600|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-05-24 11:24:17,065||139951098829600|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-05-24 11:24:17,637||139951098829600|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-05-24 11:24:20,188||139951098829600|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-05-24 11:24:20,201||139951099890464|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-05-24 11:24:20,239||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2208 exited with status 2
2021-05-24 11:24:21,767||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:21,777||139951099890464|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-05-24 11:24:21,834||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2196 exited with status 2
2021-05-24 11:24:24,393||139951098829600|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-05-24 11:24:24,973||139951102274336|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-05-24 11:24:27,491||139951098829600|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-05-24 11:24:28,056||139951102274336|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-05-24 11:24:30,588||139951098829600|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-05-24 11:24:30,590||139951099890464|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-05-24 11:24:30,598||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2225 exited with status 2
2021-05-24 11:24:31,140||139951102274336|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-05-24 11:24:31,143||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:24:34,700||139951098829600|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-05-24 11:24:35,240||139951098829600|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-05-24 11:24:37,776||139951098829600|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-05-24 11:24:38,313||139951098829600|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-05-24 11:24:40,855||139951098829600|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-05-24 11:24:40,856||139951099890464|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-05-24 11:24:40,882||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2241 exited with status 2
2021-05-24 11:24:41,397||139951098829600|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-05-24 11:24:41,399||139951099890464|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-05-24 11:24:41,408||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2229 exited with status 2
2021-05-24 11:24:47,558||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:48,027||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:50,656||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:51,213||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:53,798||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:53,823||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:24:54,333||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:54,336||139951099890464|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-05-24 11:24:54,540||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2259 exited with status 2
2021-05-24 11:24:58,016||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:24:58,709||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:01,087||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:01,781||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:04,168||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:04,170||139951099890464|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-05-24 11:25:04,189||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2263 exited with status 2
2021-05-24 11:25:04,858||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:04,868||139951099890464|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-05-24 11:25:04,902||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2282 exited with status 2
2021-05-24 11:25:07,321||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:09,052||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:10,392||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:12,132||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:13,464||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:13,472||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:25:15,200||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:15,201||139951099890464|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-05-24 11:25:15,210||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2310 exited with status 2
2021-05-24 11:25:17,585||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:19,300||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:25:20,673||139951098829600|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-05-24 11:25:22,375||139951098829600|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-05-24 11:25:23,754||139951098829600|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-05-24 11:25:23,763||139951099890464|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-05-24 11:25:23,780||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2302 exited with status 2
2021-05-24 11:25:25,445||139951098829600|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-05-24 11:25:25,447||139951099890464|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-05-24 11:25:25,461||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2331 exited with status 2
2021-05-24 11:25:26,874||139951102274336|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-05-24 11:25:29,571||139951098829600|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-05-24 11:25:29,950||139951102274336|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-05-24 11:25:32,648||139951098829600|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-05-24 11:25:33,036||139951102274336|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-05-24 11:25:33,040||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:25:35,751||139951098829600|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-05-24 11:25:35,755||139951099890464|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-05-24 11:25:35,792||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2350 exited with status 2
2021-05-24 11:25:37,120||139951098829600|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-05-24 11:25:39,892||139951098829600|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-05-24 11:25:40,194||139951098829600|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-05-24 11:25:42,964||139951098829600|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-05-24 11:25:43,268||139951098829600|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-05-24 11:25:43,272||139951099890464|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-05-24 11:25:43,279||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2341 exited with status 2
2021-05-24 11:25:46,040||139951098829600|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-05-24 11:25:46,043||139951099890464|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-05-24 11:25:46,048||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2366 exited with status 2
2021-05-24 11:25:46,365||139951102274336|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-05-24 11:25:49,437||139951102274336|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-05-24 11:25:50,145||139951098829600|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-05-24 11:25:52,503||139951102274336|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-05-24 11:25:52,505||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:25:53,221||139951098829600|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-05-24 11:25:56,289||139951098829600|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-05-24 11:25:56,291||139951099890464|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-05-24 11:25:56,327||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2382 exited with status 2
2021-05-24 11:25:56,578||139951098829600|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-05-24 11:25:59,648||139951098829600|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-05-24 11:26:00,430||139951098829600|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-05-24 11:26:02,741||139951098829600|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-05-24 11:26:02,743||139951099890464|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-05-24 11:26:02,752||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2370 exited with status 2
2021-05-24 11:26:03,500||139951098829600|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-05-24 11:26:05,833||139951102274336|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-05-24 11:26:06,577||139951098829600|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-05-24 11:26:06,579||139951099890464|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-05-24 11:26:06,587||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2399 exited with status 2
2021-05-24 11:26:08,903||139951102274336|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-05-24 11:26:10,676||139951098829600|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-05-24 11:26:11,975||139951102274336|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-05-24 11:26:11,979||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:26:13,756||139951098829600|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-05-24 11:26:16,065||139951098829600|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-05-24 11:26:16,860||139951098829600|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-05-24 11:26:16,861||139951099890464|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-05-24 11:26:16,870||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2415 exited with status 2
2021-05-24 11:26:19,157||139951098829600|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-05-24 11:26:20,972||139951098829600|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-05-24 11:26:22,232||139951098829600|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-05-24 11:26:22,233||139951099890464|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-05-24 11:26:22,244||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2403 exited with status 2
2021-05-24 11:26:24,046||139951098829600|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-05-24 11:26:25,330||139951102274336|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-05-24 11:26:27,119||139951098829600|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-05-24 11:26:27,121||139951099890464|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-05-24 11:26:27,129||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2431 exited with status 2
2021-05-24 11:26:28,412||139951102274336|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-05-24 11:26:31,225||139951098829600|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-05-24 11:26:31,480||139951102274336|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-05-24 11:26:31,484||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:26:34,298||139951098829600|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-05-24 11:26:35,570||139951098829600|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-05-24 11:26:37,368||139951098829600|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-05-24 11:26:37,376||139951099890464|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-05-24 11:26:37,389||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2448 exited with status 2
2021-05-24 11:26:38,639||139951098829600|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-05-24 11:26:41,478||139951098829600|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-05-24 11:26:41,712||139951098829600|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-05-24 11:26:41,713||139951099890464|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-05-24 11:26:41,722||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2435 exited with status 2
2021-05-24 11:26:44,560||139951098829600|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-05-24 11:26:44,803||139951102274336|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-05-24 11:26:47,647||139951098829600|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-05-24 11:26:47,648||139951099890464|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-05-24 11:26:47,669||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2467 exited with status 2
2021-05-24 11:26:47,885||139951102274336|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-05-24 11:26:50,957||139951102274336|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-05-24 11:26:50,962||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:26:51,765||139951098829600|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-05-24 11:26:54,852||139951098829600|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-05-24 11:26:55,041||139951098829600|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-05-24 11:26:57,923||139951098829600|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-05-24 11:26:57,924||139951099890464|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-05-24 11:26:57,951||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2484 exited with status 2
2021-05-24 11:26:58,110||139951098829600|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-05-24 11:27:01,176||139951098829600|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-05-24 11:27:01,183||139951099890464|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-05-24 11:27:01,193||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2471 exited with status 2
2021-05-24 11:27:02,046||139951098829600|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-05-24 11:27:04,278||139951102274336|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-05-24 11:27:05,116||139951098829600|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-05-24 11:27:07,352||139951102274336|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-05-24 11:27:08,191||139951098829600|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-05-24 11:27:08,192||139951099890464|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-05-24 11:27:08,201||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2500 exited with status 2
2021-05-24 11:27:10,426||139951102274336|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-05-24 11:27:10,429||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:27:12,292||139951098829600|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-05-24 11:27:14,512||139951098829600|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-05-24 11:27:15,366||139951098829600|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-05-24 11:27:17,583||139951098829600|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-05-24 11:27:18,436||139951098829600|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-05-24 11:27:18,438||139951099890464|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-05-24 11:27:18,448||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2518 exited with status 2
2021-05-24 11:27:20,672||139951098829600|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-05-24 11:27:20,681||139951099890464|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-05-24 11:27:20,695||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2504 exited with status 2
2021-05-24 11:27:22,534||139951098829600|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-05-24 11:27:23,788||139951102274336|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-05-24 11:27:25,603||139951098829600|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-05-24 11:27:26,856||139951102274336|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-05-24 11:27:28,672||139951098829600|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-05-24 11:27:28,673||139951099890464|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-05-24 11:27:28,679||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2535 exited with status 2
2021-05-24 11:27:29,932||139951102274336|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-05-24 11:27:29,934||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:27:32,767||139951098829600|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-05-24 11:27:34,008||139951098829600|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-05-24 11:27:35,840||139951098829600|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-05-24 11:27:37,080||139951098829600|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-05-24 11:27:38,916||139951098829600|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-05-24 11:27:38,918||139951099890464|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-05-24 11:27:38,925||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2552 exited with status 2
2021-05-24 11:27:40,148||139951098829600|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-05-24 11:27:40,149||139951099890464|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-05-24 11:27:40,156||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2539 exited with status 2
2021-05-24 11:27:43,012||139951098829600|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-05-24 11:27:43,237||139951102274336|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-05-24 11:27:46,084||139951098829600|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-05-24 11:27:46,307||139951102274336|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-05-24 11:27:49,168||139951098829600|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-05-24 11:27:49,171||139951099890464|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-05-24 11:27:49,184||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2569 exited with status 2
2021-05-24 11:27:49,377||139951102274336|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-05-24 11:27:49,382||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:27:53,268||139951098829600|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-05-24 11:27:53,455||139951098829600|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-05-24 11:27:56,340||139951098829600|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-05-24 11:27:56,522||139951098829600|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-05-24 11:27:59,417||139951098829600|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-05-24 11:27:59,418||139951099890464|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-05-24 11:27:59,442||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2589 exited with status 2
2021-05-24 11:27:59,594||139951098829600|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-05-24 11:27:59,595||139951099890464|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-05-24 11:27:59,606||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2573 exited with status 2
2021-05-24 11:28:02,688||139951102274336|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-05-24 11:28:03,529||139951098829600|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-05-24 11:28:05,766||139951102274336|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-05-24 11:28:06,596||139951098829600|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-05-24 11:28:08,842||139951102274336|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-05-24 11:28:08,846||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:28:09,667||139951098829600|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-05-24 11:28:09,668||139951099890464|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-05-24 11:28:09,674||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2606 exited with status 2
2021-05-24 11:28:12,918||139951098829600|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-05-24 11:28:13,764||139951098829600|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-05-24 11:28:15,987||139951098829600|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-05-24 11:28:16,832||139951098829600|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-05-24 11:28:19,060||139951098829600|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-05-24 11:28:19,061||139951099890464|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-05-24 11:28:19,075||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2610 exited with status 2
2021-05-24 11:28:20,917||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:28:20,918||139951099890464|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-05-24 11:28:20,925||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2625 exited with status 2
2021-05-24 11:28:22,165||139951102274336|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-05-24 11:28:25,010||139951098829600|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-05-24 11:28:25,239||139951102274336|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-05-24 11:28:28,078||139951098829600|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-05-24 11:28:28,316||139951102274336|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-05-24 11:28:28,318||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:28:31,160||139951098829600|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-05-24 11:28:31,161||139951099890464|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-05-24 11:28:31,190||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2642 exited with status 2
2021-05-24 11:28:32,400||139951098829600|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-05-24 11:28:35,284||139951098829600|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-05-24 11:28:35,468||139951098829600|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-05-24 11:28:38,353||139951098829600|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-05-24 11:28:38,541||139951098829600|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-05-24 11:28:38,542||139951099890464|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-05-24 11:28:38,551||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2640 exited with status 2
2021-05-24 11:28:41,428||139951098829600|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-05-24 11:28:41,429||139951099890464|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-05-24 11:28:41,440||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2659 exited with status 2
2021-05-24 11:28:41,642||139951102274336|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-05-24 11:28:44,725||139951102274336|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-05-24 11:28:45,528||139951098829600|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-05-24 11:28:47,795||139951102274336|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-05-24 11:28:47,798||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:28:48,598||139951098829600|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-05-24 11:28:51,672||139951098829600|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-05-24 11:28:51,675||139951099890464|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-05-24 11:28:51,686||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2676 exited with status 2
2021-05-24 11:28:51,872||139951098829600|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-05-24 11:28:54,943||139951098829600|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-05-24 11:28:55,777||139951098829600|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-05-24 11:28:58,036||139951098829600|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-05-24 11:28:58,037||139951099890464|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-05-24 11:28:58,046||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2674 exited with status 2
2021-05-24 11:28:58,848||139951098829600|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-05-24 11:29:01,159||139951102274336|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-05-24 11:29:01,925||139951098829600|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-05-24 11:29:01,927||139951099890464|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-05-24 11:29:01,963||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2692 exited with status 2
2021-05-24 11:29:04,229||139951102274336|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-05-24 11:29:06,058||139951098829600|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-05-24 11:29:07,296||139951102274336|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-05-24 11:29:07,298||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:29:09,164||139951098829600|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-05-24 11:29:11,368||139951098829600|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-05-24 11:29:12,235||139951098829600|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-05-24 11:29:12,236||139951099890464|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-05-24 11:29:12,243||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2711 exited with status 2
2021-05-24 11:29:14,437||139951098829600|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-05-24 11:29:16,328||139951098829600|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-05-24 11:29:17,525||139951098829600|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-05-24 11:29:17,526||139951099890464|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-05-24 11:29:17,533||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2709 exited with status 2
2021-05-24 11:29:19,397||139951098829600|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-05-24 11:29:20,613||139951102274336|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-05-24 11:29:22,469||139951098829600|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-05-24 11:29:22,470||139951099890464|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-05-24 11:29:22,477||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2727 exited with status 2
2021-05-24 11:29:23,680||139951102274336|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-05-24 11:29:26,565||139951098829600|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-05-24 11:29:26,752||139951102274336|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-05-24 11:29:26,754||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:29:29,642||139951098829600|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-05-24 11:29:30,835||139951098829600|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-05-24 11:29:32,712||139951098829600|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-05-24 11:29:32,714||139951099890464|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-05-24 11:29:32,730||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2746 exited with status 2
2021-05-24 11:29:36,944||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:37,844||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:40,025||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:40,026||139951099890464|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-05-24 11:29:40,034||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2744 exited with status 2
2021-05-24 11:29:40,927||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:43,152||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:44,003||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:44,004||139951099890464|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-05-24 11:29:44,010||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2766 exited with status 2
2021-05-24 11:29:46,251||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:48,100||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:49,324||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:49,326||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:29:51,171||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:53,399||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:54,246||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:54,248||139951099890464|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-05-24 11:29:54,254||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2788 exited with status 2
2021-05-24 11:29:56,480||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:58,342||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:59,548||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:29:59,550||139951099890464|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-05-24 11:29:59,562||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2780 exited with status 2
2021-05-24 11:30:01,447||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:02,655||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:04,538||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:04,539||139951099890464|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-05-24 11:30:04,549||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2804 exited with status 2
2021-05-24 11:30:05,728||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:08,656||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:08,799||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:08,802||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:30:11,739||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:12,876||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:14,810||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:14,814||139951099890464|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-05-24 11:30:14,844||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2822 exited with status 2
2021-05-24 11:30:15,951||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:18,948||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:19,020||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:19,021||139951099890464|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-05-24 11:30:19,032||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2814 exited with status 2
2021-05-24 11:30:22,024||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:22,129||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:25,123||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:25,124||139951099890464|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-05-24 11:30:25,131||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2844 exited with status 2
2021-05-24 11:30:25,201||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:28,268||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:28,274||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:30:29,225||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:32,296||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:32,357||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:35,366||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:35,388||139951099890464|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-05-24 11:30:35,395||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2860 exited with status 2
2021-05-24 11:30:35,428||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:38,500||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:38,502||139951099890464|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-05-24 11:30:38,508||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2848 exited with status 2
2021-05-24 11:30:39,493||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:41,593||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:42,566||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:44,676||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:45,639||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:45,640||139951099890464|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-05-24 11:30:45,647||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2877 exited with status 2
2021-05-24 11:30:47,744||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:47,747||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:30:49,740||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:51,838||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:52,812||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:54,908||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:55,886||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:55,887||139951099890464|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-05-24 11:30:55,894||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2893 exited with status 2
2021-05-24 11:30:57,980||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:30:57,982||139951099890464|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-05-24 11:30:57,991||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2881 exited with status 2
2021-05-24 11:30:59,985||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:01,081||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:03,064||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:04,156||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:06,143||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:06,144||139951099890464|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-05-24 11:31:06,150||139951102274336|INFO|_service_manager|cotyledon._service_manager: [-] Child 2909 exited with status 2
2021-05-24 11:31:07,231||139951102274336|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:07,235||139951102274336|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-05-24 11:31:10,245||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:11,312||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-05-24 11:31:13,320||139951098829600|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)