Results

By type

          2022-05-13 11:26:29,159||140192968056136|INFO|prometheus_metrics|conductor.common.prometheus_metrics: [-] Prometheus metrics endpoint started at 8000
2022-05-13 11:26:30,152||140192968056136|INFO|extensions|conductor.data.plugins.inventory_provider.extensions: [-] Loaded inventory provider extensions: ['aai', 'generator']
2022-05-13 11:26:30,152||140192968056136|INFO|extensions|conductor.data.plugins.inventory_provider.extensions: [-] Initializing inventory provider extension 'aai'
2022-05-13 11:26:30,153||140192968056136|INFO|aai|conductor.data.plugins.inventory_provider.aai: [-] **** Refreshing A&AI cache *****
2022-05-13 11:26:31,198||140192968056136|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='aai.onap', port=8443): Max retries exceeded with url: /aai/v21/cloud-infrastructure/cloud-regions/?depth=0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2022-05-13 11:26:31,199||140192968056136|WARNING|rest|conductor.common.rest: [-] Retry #2/3
2022-05-13 11:26:32,225||140192968056136|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='aai.onap', port=8443): Max retries exceeded with url: /aai/v21/cloud-infrastructure/cloud-regions/?depth=0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2022-05-13 11:26:32,226||140192968056136|WARNING|rest|conductor.common.rest: [-] Retry #3/3
2022-05-13 11:26:33,246||140192968056136|ERROR|rest|conductor.common.rest: [-] Exception: (MaxRetryError("HTTPSConnectionPool(host='aai.onap', port=8443): Max retries exceeded with url: /aai/v21/cloud-infrastructure/cloud-regions/?depth=0 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))"),)
2022-05-13 11:26:33,247||140192968056136|ERROR|aai|conductor.data.plugins.inventory_provider.aai: [-] No response from A&AI (cloud regions: all)
2022-05-13 11:26:33,248||140192968056136|INFO|extensions|conductor.data.plugins.inventory_provider.extensions: [-] Initializing inventory provider extension 'generator'
2022-05-13 11:26:33,253||140192968056136|INFO|extensions|conductor.data.plugins.vim_controller.extensions: [-] Loaded Vim controller extensions: ['multicloud']
2022-05-13 11:26:33,254||140192968056136|INFO|extensions|conductor.data.plugins.vim_controller.extensions: [-] Initializing Vim controller extension 'multicloud'
2022-05-13 11:26:33,254||140192968056136|INFO|multicloud|conductor.data.plugins.vim_controller.multicloud: [-] **** Initializing Multicloud Vim controller *****
2022-05-13 11:26:33,256||140192968056136|INFO|extensions|conductor.data.plugins.service_controller.extensions: [-] Loaded service controller extensions: ['sdnc']
2022-05-13 11:26:33,256||140192968056136|INFO|extensions|conductor.data.plugins.service_controller.extensions: [-] Initializing service controller extension 'sdnc'
2022-05-13 13:35:40,691||140192894118688|ERROR|_utils|cotyledon._utils: [-] Unhandled exception
Traceback (most recent call last):
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 60, in get_client
    return etcd3.client(host=self.host, port=self.port,
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 1178, in client
    return Etcd3Client(host=host,
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 148, in __init__
    resp = self.auth_stub.Authenticate(auth_request, self.timeout)
  File "/usr/local/lib/python3.9/site-packages/grpc/_channel.py", line 946, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/usr/local/lib/python3.9/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "etcdserver: request timed out"
	debug_error_string = "{"created":"@1652448940.689635087","description":"Error received from peer ipv4:10.233.73.222:2379","file":"src/core/lib/surface/call.cc","file_line":1063,"grpc_message":"etcdserver: request timed out","grpc_status":14}"
>

During handling of the above exception, another exception occurred:

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 477, 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 334, in __check_for_messages
    self._do()
  File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 341, in _do
    msgs = self.RPC.query.all()
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 80, in all
    rows = db_backend.DB_API.row_read(**kwargs)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 130, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 75, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 72, in get_raw_value
    return self.get_client().get(key)[0]
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 69, in get_client
    raise EtcdClientException("Failed to establish connection with ETCD. GRPC {}".format(rpc_error.code()))
conductor.common.etcd.utils.EtcdClientException: Failed to establish connection with ETCD. GRPC StatusCode.UNAVAILABLE
2022-05-13 13:35:40,705||140192896240416|INFO|_service_manager|cotyledon._service_manager: [-] Child 104 exited with status 2
2022-05-13 14:42:26,877||140192894118688|ERROR|_utils|cotyledon._utils: [-] Unhandled exception
Traceback (most recent call last):
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 60, in get_client
    return etcd3.client(host=self.host, port=self.port,
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 1178, in client
    return Etcd3Client(host=host,
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 148, in __init__
    resp = self.auth_stub.Authenticate(auth_request, self.timeout)
  File "/usr/local/lib/python3.9/site-packages/grpc/_channel.py", line 946, in __call__
    return _end_unary_response_blocking(state, call, False, None)
  File "/usr/local/lib/python3.9/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking
    raise _InactiveRpcError(state)
grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
	status = StatusCode.UNAVAILABLE
	details = "etcdserver: request timed out"
	debug_error_string = "{"created":"@1652452946.875901725","description":"Error received from peer ipv4:10.233.74.60:2379","file":"src/core/lib/surface/call.cc","file_line":1063,"grpc_message":"etcdserver: request timed out","grpc_status":14}"
>

During handling of the above exception, another exception occurred:

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 477, 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 334, in __check_for_messages
    self._do()
  File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 341, in _do
    msgs = self.RPC.query.all()
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 80, in all
    rows = db_backend.DB_API.row_read(**kwargs)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 136, in row_read
    return self.get_values_prefix(key_prefix, pk_name, pk_value)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 82, in get_values_prefix
    for kv in self.get_client().get_prefix(key_prefix)}
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 69, in get_client
    raise EtcdClientException("Failed to establish connection with ETCD. GRPC {}".format(rpc_error.code()))
conductor.common.etcd.utils.EtcdClientException: Failed to establish connection with ETCD. GRPC StatusCode.UNAVAILABLE
2022-05-13 14:42:26,891||140192896240416|INFO|_service_manager|cotyledon._service_manager: [-] Child 14883 exited with status 2