Results

By type

          2021-04-21 13:01:24,476||140329783987528|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:01:37,199||140329783987528|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 13:01:49,824||140329783987528|INFO|prometheus_metrics|conductor.common.prometheus_metrics: [-] Prometheus metrics endpoint started at 8001
2021-04-21 13:01:49,849||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:01:50,320||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:46:50,598||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 13:47:05,651||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 13:47:08,727||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:11,798||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:11,799||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 13:47:11,806||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 163 exited with status 2
2021-04-21 13:47:11,831||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:47:14,911||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:18,000||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:21,071||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:24,142||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:27,217||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:30,290||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:47:30,292||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:47:35,371||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:14,431||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 13:59:17,502||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:20,574||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:20,575||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 13:59:20,581||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 2963 exited with status 2
2021-04-21 13:59:20,596||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:59:23,678||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:26,750||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:29,839||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:32,907||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:35,982||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:39,057||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:39,059||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:59:44,141||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 13:59:45,185||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:46,244||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:46,245||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 13:59:46,251||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3714 exited with status 2
2021-04-21 13:59:46,262||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:59:47,296||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:48,325||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:49,376||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:50,408||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:51,456||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:52,517||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:52,518||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:59:55,553||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:56,612||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:57,664||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:57,665||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 13:59:57,669||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3748 exited with status 2
2021-04-21 13:59:57,682||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 13:59:58,727||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 13:59:59,776||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:00,804||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:01,856||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:02,888||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:03,936||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:03,937||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:06,976||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:08,036||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:09,088||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:09,089||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:00:09,094||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3762 exited with status 2
2021-04-21 14:00:09,104||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:10,150||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:11,205||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:12,263||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:13,312||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:14,340||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:15,392||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:15,393||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:18,432||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:19,491||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:20,544||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:20,545||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:00:20,553||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3775 exited with status 2
2021-04-21 14:00:20,564||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:21,605||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:22,660||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:23,716||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:24,768||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:25,795||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:26,848||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:26,850||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:29,905||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:30,949||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:32,001||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:32,002||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:00:32,008||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3789 exited with status 2
2021-04-21 14:00:32,020||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:33,059||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:34,112||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:35,140||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:36,196||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:37,251||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:38,272||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:38,274||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:41,313||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:42,372||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:43,428||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:43,430||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:00:43,436||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3808 exited with status 2
2021-04-21 14:00:43,446||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:44,483||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:45,536||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:46,594||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:47,648||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:48,705||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:49,764||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:49,765||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:52,804||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:53,861||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:54,916||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:54,917||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:00:54,922||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3822 exited with status 2
2021-04-21 14:00:54,935||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:00:56,001||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:57,060||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:58,114||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:00:59,140||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:00,160||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:01,184||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:01,185||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:01:04,256||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:05,288||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:06,336||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:06,337||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:01:06,343||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3841 exited with status 2
2021-04-21 14:01:06,355||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:01:07,396||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:08,449||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:09,511||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:01:12,586||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:01:12,743||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:15:22,523||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 14:15:34,627||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 14:18:38,342||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 14:18:50,499||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 14:18:53,575||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:18:53,576||140329731930912|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/solver/service.py", line 303, in run
    solving_plans = self.Plan.query.get_plan_by_col("status", self.Plan.SOLVING)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:18:53,583||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 3854 exited with status 2
2021-04-21 14:18:53,599||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:18:56,678||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:18:59,770||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:02,840||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:05,913||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:08,995||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:12,082||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:12,084||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:19:17,161||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:20,235||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:23,313||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:23,314||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:19:23,319||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 4947 exited with status 2
2021-04-21 14:19:23,331||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:19:26,408||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:29,480||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:32,562||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:35,637||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:38,710||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:19:41,360||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:23:27,926||140329731930912|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=12.05)"),)
2021-04-21 14:23:30,999||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:34,073||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:34,074||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:23:34,081||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 4980 exited with status 2
2021-04-21 14:23:34,097||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:23:37,173||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:40,255||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:43,327||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:46,401||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:49,475||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:52,546||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:23:52,547||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:23:57,623||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:24:00,694||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:24:03,766||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:24:03,767||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:24:03,773||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 5239 exited with status 2
2021-04-21 14:24:03,784||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:24:06,854||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)
2021-04-21 14:24:11,338||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (ReadTimeoutError("HTTPSConnectionPool(host='music.onap', port=8443): Read timed out. (read timeout=3.05)"),)
2021-04-21 14:24:12,385||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:13,440||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:14,500||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:15,552||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:15,554||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:24:18,624||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:19,680||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:20,736||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:20,737||140329731930912|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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 89, in get_plan_by_col
    return self.__rows_to_objects(rows)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 62, in __rows_to_objects
    for row_id, row in rows.items():# pylint: disable=W0612
AttributeError: 'NoneType' object has no attribute 'items'
2021-04-21 14:24:20,743||140329734052640|INFO|_service_manager|cotyledon._service_manager: [-] Child 5272 exited with status 2
2021-04-21 14:24:20,753||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:24:21,796||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:22,821||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:23,872||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:24,899||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:25,925||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:26,980||140329734052640|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='music.onap', port=8443): Max retries exceeded with url: /MUSIC/rest/v2/keyspaces/conductor_rpc/tables/data (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:26,981||140329734052640|INFO|api|conductor.common.music.api: [-] Initializing Music API
2021-04-21 14:24:30,016||140329731930912|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=translated (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2021-04-21 14:24:33,086||140329731930912|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=translated (Caused by ConnectTimeoutError(, 'Connection to music.onap timed out. (connect timeout=3.05)'))"),)