Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-10-22T04:56:49+0000 | MainThread | 140352530398536 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-10-22T04:56:49+0000 | MainThread | 140352530398536 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Successfully fetched PMSH config from CBS: {'config': {'aaf_identity': 'dcae@dcae.onap.org', 'aaf_password': 'demo123456!', 'ca_cert_path': '/opt/app/pmsh/etc/certs/cacert.pem', 'cert_path': '/opt/app/pmsh/etc/certs/cert.pem', 'control_loop_name': 'pmsh-control-loop', 'enable_tls': True, 'key_path': '/opt/app/pmsh/etc/certs/key.pem', 'operational_policy_name': 'pmsh-operational-policy', 'pmsh_policy': {'subscription': {'administrativeState': 'LOCKED', 'fileBasedGP': 15, 'fileLocation': '/pm/pm.xml', 'measurementGroups': [{'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dna'}, {'DN': 'dnb'}], 'measurementTypes': [{'measurementType': 'countera'}, {'measurementType': 'counterb'}]}}, {'measurementGroup': {'managedObjectDNsBasic': [{'DN': 'dnc'}, {'DN': 'dnd'}], 'measurementTypes': [{'measurementType': 'counterc'}, {'measurementType': 'counterd'}]}}], 'nfFilter': {'modelInvariantIDs': [], 'modelNames': [], 'modelVersionIDs': [], 'nfNames': ['^pnf.*', '^vnf.*']}, 'subscriptionName': 'ExtraPM-All-gNB-R2B'}}, 'streams_publishes': {'policy_pm_publisher': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-10-22T04:56:49+0000 | MainThread | 140352530398536 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-10-22T04:56:49+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:56:49+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03c4f96-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03c52ca-51c5-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:56:49+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-10-22T04:56:49+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03ebb14-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03ebc90-51c5-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:56:50+0000 | MainThread | 140352530398536 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-10-22T04:56:50+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03ebb14-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03ebc90-51c5-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:56:50+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03c4f96-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03c52ca-51c5-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:56:50+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03ebb14-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03ebc90-51c5-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:56:50+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f03c4f96-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03c52ca-51c5-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:10+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03ebb14-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03ebc90-51c5-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:57:11+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fccc5dc8-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=fccc61e2-51c5-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:57:12+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fccc5dc8-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=fccc61e2-51c5-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:12+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fccc5dc8-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=fccc61e2-51c5-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:16+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f03c4f96-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=f03c52ca-51c5-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:57:16+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc74704-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=ffc748a8-51c5-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:57:17+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc74704-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=ffc748a8-51c5-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:17+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffc74704-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=ffc748a8-51c5-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:32+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fccc5dc8-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=fccc61e2-51c5-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:57:32+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09578bda-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=09578d74-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:57:33+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09578bda-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=09578d74-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:33+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09578bda-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=09578d74-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:42+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ffc74704-51c5-11ed-b1ab-6a6380d29db9 | InvocationID=ffc748a8-51c5-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:57:42+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f4bea2c-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=0f4bebda-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:57:43+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f4bea2c-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=0f4bebda-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:43+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f4bea2c-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=0f4bebda-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:53+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09578bda-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=09578d74-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:57:53+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e41846-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=15e41f3a-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:57:54+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e41846-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=15e41f3a-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:57:54+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15e41846-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=15e41f3a-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:08+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f4bea2c-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=0f4bebda-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:58:08+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed3b416-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=1ed3b7ae-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:58:09+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed3b416-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=1ed3b7ae-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:09+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ed3b416-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=1ed3b7ae-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:14+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15e41846-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=15e41f3a-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:58:14+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22714ed0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=227150f6-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:58:15+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22714ed0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=227150f6-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:15+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22714ed0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=227150f6-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:34+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ed3b416-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=1ed3b7ae-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:58:34+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e591cf0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2e591eee-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:58:35+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e591cf0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2e591eee-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:35+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e591cf0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2e591eee-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:35+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22714ed0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=227150f6-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:58:35+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2efd9bcc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2efd9d66-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:58:36+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2efd9bcc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2efd9d66-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:36+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2efd9bcc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2efd9d66-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:56+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2efd9bcc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2efd9d66-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:58:56+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8a4fe8-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3b8a5178-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:58:57+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8a4fe8-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3b8a5178-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:58:57+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b8a4fe8-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3b8a5178-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:59:00+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e591cf0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=2e591eee-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:59:00+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ddf7aca-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3ddf7d36-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:59:01+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ddf7aca-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3ddf7d36-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:59:01+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ddf7aca-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3ddf7d36-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 670, in urlopen
    httplib_response = self._make_request(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 381, in _make_request
    self._validate_conn(conn)
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 978, in _validate_conn
    conn.connect()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 309, in connect
    conn = self._new_conn()
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 171, in _new_conn
    raise NewConnectionError(
urllib3.exceptions.NewConnectionError: : Failed to establish a new connection: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 439, in send
    resp = conn.urlopen(
  File "/opt/lib/python3.9/site-packages/urllib3/connectionpool.py", line 726, in urlopen
    retries = retries.increment(
  File "/opt/lib/python3.9/site-packages/urllib3/util/retry.py", line 446, in increment
    raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-22T04:59:17+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b8a4fe8-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3b8a5178-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:59:17+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48175cf6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4817628c-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:59:17+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48175cf6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4817628c-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T04:59:17+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48175cf6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4817628c-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T04:59:26+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ddf7aca-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=3ddf7d36-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:59:26+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d672ea2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4d673104-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:59:26+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d672ea2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4d673104-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T04:59:26+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d672ea2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4d673104-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T04:59:37+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48175cf6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4817628c-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:59:37+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5439bb32-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5439c136-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:59:37+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5439bb32-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5439c136-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T04:59:37+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5439bb32-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5439c136-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T04:59:51+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d672ea2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=4d673104-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T04:59:51+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c58eb30-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5c58ee0a-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T04:59:51+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c58eb30-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5c58ee0a-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T04:59:51+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c58eb30-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5c58ee0a-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T04:59:57+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5439bb32-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5439c136-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T04:59:57+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6039b04a-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6039b266-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T04:59:57+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6039b04a-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6039b266-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T04:59:57+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6039b04a-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6039b266-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:00:16+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c58eb30-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=5c58ee0a-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:00:16+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b52b9fe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6b52bbfc-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:00:16+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b52b9fe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6b52bbfc-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:00:16+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b52b9fe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6b52bbfc-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:00:17+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6039b04a-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6039b266-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:00:17+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c313c06-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6c313dfa-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:00:17+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c313c06-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6c313dfa-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:00:17+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c313c06-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6c313dfa-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:00:37+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c313c06-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6c313dfa-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:00:37+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7827e316-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7827e82a-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:00:38+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7827e316-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7827e82a-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:00:38+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7827e316-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7827e82a-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:00:41+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b52b9fe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=6b52bbfc-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:00:41+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a42e9ac-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7a42eb64-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:00:41+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a42e9ac-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7a42eb64-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:00:41+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a42e9ac-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7a42eb64-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:00:58+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7827e316-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7827e82a-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:00:58+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=841ff4ec-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=841ff708-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:00:58+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=841ff4ec-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=841ff708-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:00:58+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=841ff4ec-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=841ff708-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:01:06+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a42e9ac-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=7a42eb64-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:01:06+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8937a948-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=8937ab64-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:01:06+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8937a948-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=8937ab64-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:01:06+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8937a948-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=8937ab64-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:01:18+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=841ff4ec-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=841ff708-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:01:18+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90146de6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=90146fda-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:01:18+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90146de6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=90146fda-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:01:18+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90146de6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=90146fda-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:01:31+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8937a948-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=8937ab64-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:01:31+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=982817bc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=98281956-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:01:31+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=982817bc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=98281956-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:01:31+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=982817bc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=98281956-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:01:38+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90146de6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=90146fda-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:01:38+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c092aa6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=9c092d44-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:01:38+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c092aa6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=9c092d44-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:01:38+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c092aa6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=9c092d44-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:01:56+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=982817bc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=98281956-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:01:56+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a71bfedc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a71c0594-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:01:56+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a71bfedc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a71c0594-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:01:56+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a71bfedc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a71c0594-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:01:58+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c092aa6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=9c092d44-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:01:58+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7fd8938-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a7fd8b40-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:01:58+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7fd8938-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a7fd8b40-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:01:58+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7fd8938-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a7fd8b40-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:02:18+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7fd8938-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a7fd8b40-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:02:18+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f39962-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b3f39b4c-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:02:18+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f39962-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b3f39b4c-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:02:18+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3f39962-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b3f39b4c-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:02:21+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a71bfedc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=a71c0594-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:02:21+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60b4916-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b60b4b6e-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:02:21+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60b4916-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b60b4b6e-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:02:21+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b60b4916-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b60b4b6e-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:02:38+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3f39962-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b3f39b4c-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:02:38+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe7e8a4-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=bfe7eaac-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:02:38+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfe7e8a4-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=bfe7eaac-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:02:38+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfe7e8a4-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=bfe7eaac-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:02:46+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b60b4916-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=b60b4b6e-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:02:46+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4fd57c0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=c4fd59d2-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:02:46+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4fd57c0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=c4fd59d2-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:02:46+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4fd57c0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=c4fd59d2-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:02:58+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfe7e8a4-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=bfe7eaac-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:02:58+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdb51dc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=cbdb545c-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:02:58+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbdb51dc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=cbdb545c-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:02:58+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbdb51dc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=cbdb545c-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:03:11+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4fd57c0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=c4fd59d2-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:03:11+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ecbfbe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d3ecc1ee-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:03:11+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ecbfbe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d3ecc1ee-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:03:11+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3ecbfbe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d3ecc1ee-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:03:18+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbdb51dc-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=cbdb545c-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:03:18+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d02724-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d7d028dc-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:03:18+0000 | aai_event_thread | 140352479644448 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d02724-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d7d028dc-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:03:18+0000 | aai_event_thread | 140352479644448 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7d02724-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d7d028dc-51c6-11ed-b1ab-6a6380d29db9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-22T05:03:36+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3ecbfbe-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d3ecc1ee-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:03:36+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2db48b0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=e2db4d06-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:03:37+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2db48b0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=e2db4d06-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:03:37+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2db48b0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=e2db4d06-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:03:38+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7d02724-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=d7d028dc-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:03:38+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3c36c4e-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=e3c36dfc-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:04:02+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2db48b0-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=e2db4d06-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:04:02+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cb84a2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=f1cb86d2-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:04:02+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1cb84a2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=f1cb86d2-51c6-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:04:02+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1cb84a2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=f1cb86d2-51c6-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:04:02+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3c36c4e-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=e3c36dfc-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:04:02+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f229cb8e-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=f229cd82-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:04:22+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f229cb8e-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=f229cd82-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:04:22+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe201fa6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=fe2021fe-51c6-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:04:27+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1cb84a2-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=f1cb86d2-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:04:27+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00ba4f2a-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=00ba5416-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:04:27+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00ba4f2a-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=00ba5416-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:04:27+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00ba4f2a-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=00ba5416-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:04:42+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe201fa6-51c6-11ed-b1ab-6a6380d29db9 | InvocationID=fe2021fe-51c6-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:04:42+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a1951ec-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=0a195520-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:04:52+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00ba4f2a-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=00ba5416-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:04:52+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa9b570-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=0fa9b7be-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:04:52+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa9b570-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=0fa9b7be-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:04:52+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa9b570-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=0fa9b7be-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:05:03+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a1951ec-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=0a195520-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:05:03+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1623ba40-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=1623bc5c-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:05:17+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0fa9b570-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=0fa9b7be-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:05:17+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e98da0c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=1e98dc0a-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:05:17+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e98da0c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=1e98dc0a-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:05:17+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e98da0c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=1e98dc0a-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:05:23+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1623ba40-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=1623bc5c-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:05:23+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=226a6ea2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=226a70aa-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:05:42+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e98da0c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=1e98dc0a-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:05:42+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d885cd6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=2d88687a-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:05:42+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d885cd6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=2d88687a-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:05:42+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d885cd6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=2d88687a-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:05:48+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=226a6ea2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=226a70aa-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:05:48+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=312d5918-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=312d5b5c-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:06:07+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d885cd6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=2d88687a-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:06:07+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c788cfc-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=3c788f5e-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:06:07+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c788cfc-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=3c788f5e-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:06:07+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c788cfc-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=3c788f5e-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:06:13+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=312d5918-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=312d5b5c-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:06:13+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff36866-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=3ff36ba4-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:06:32+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c788cfc-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=3c788f5e-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:06:32+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b66c88c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=4b66cc60-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:06:32+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b66c88c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=4b66cc60-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:06:32+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b66c88c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=4b66cc60-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:06:37+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ff36866-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=3ff36ba4-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:06:37+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eb7f1a0-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=4eb7f3bc-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:06:57+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b66c88c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=4b66cc60-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:06:57+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a573066-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=5a5733a4-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:06:57+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a573066-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=5a5733a4-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:06:57+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a573066-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=5a5733a4-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:07:02+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eb7f1a0-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=4eb7f3bc-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:07:02+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d7d19a4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=5d7d1c2e-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:07:22+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a573066-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=5a5733a4-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:07:22+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694668a8-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=69466ef2-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:07:22+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=694668a8-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=69466ef2-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:07:22+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=694668a8-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=69466ef2-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:07:27+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d7d19a4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=5d7d1c2e-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:07:27+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c422cd6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=6c422f38-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:07:47+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=694668a8-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=69466ef2-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:07:47+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7834c878-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=7834ca6c-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:07:47+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7834c878-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=7834ca6c-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:07:47+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7834c878-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=7834ca6c-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:07:52+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c422cd6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=6c422f38-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:07:52+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b08437c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=7b084516-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:08:12+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7834c878-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=7834ca6c-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:08:12+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87236326-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=872366aa-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:08:12+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87236326-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=872366aa-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:08:12+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87236326-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=872366aa-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:08:17+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b08437c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=7b084516-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:08:17+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89d0242e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=89d02618-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:08:37+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87236326-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=872366aa-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:08:37+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96129668-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=9612980c-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:08:37+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96129668-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=9612980c-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:08:37+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96129668-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=9612980c-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:08:41+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89d0242e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=89d02618-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:08:41+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989610e0-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=9896141e-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:09:02+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96129668-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=9612980c-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:09:02+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5046552-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=a5046c00-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:09:02+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5046552-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=a5046c00-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:09:02+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5046552-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=a5046c00-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:09:06+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=989610e0-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=9896141e-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:09:06+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a759b186-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=a759c2e8-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:09:27+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5046552-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=a5046c00-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:09:27+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f60548-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=b3f60d18-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:09:27+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3f60548-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=b3f60d18-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:09:27+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3f60548-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=b3f60d18-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:09:31+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a759b186-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=a759c2e8-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:09:31+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61f6ef4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=b61f708e-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:09:52+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3f60548-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=b3f60d18-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:09:52+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2e64de2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=c2e6521a-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:09:52+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2e64de2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=c2e6521a-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:09:52+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2e64de2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=c2e6521a-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:09:56+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b61f6ef4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=b61f708e-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:09:56+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e37e6c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=c4e383ee-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:10:17+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2e64de2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=c2e6521a-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:10:17+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d56d2e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=d1d62304-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:10:17+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1d56d2e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=d1d62304-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:10:17+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1d56d2e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=d1d62304-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:10:20+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4e37e6c-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=c4e383ee-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:10:20+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3abeeb6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=d3abf0c8-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:10:42+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1d56d2e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=d1d62304-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:10:42+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c7f374-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=e0c7f57c-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:10:43+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c7f374-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=e0c7f57c-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:10:43+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0c7f374-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=e0c7f57c-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:10:45+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3abeeb6-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=d3abf0c8-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:10:45+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e27513a0-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=e275163e-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:11:08+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0c7f374-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=e0c7f57c-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:11:08+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb64ff2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=efb65240-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:11:08+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efb64ff2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=efb65240-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:11:08+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efb64ff2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=efb65240-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:11:10+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e27513a0-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=e275163e-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:11:10+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f138a1f4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=f138a3fc-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:11:33+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efb64ff2-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=efb65240-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:11:33+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fea84cf4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=fea84fba-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:11:33+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fea84cf4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=fea84fba-51c7-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:11:33+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fea84cf4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=fea84fba-51c7-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:11:35+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f138a1f4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=f138a3fc-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:11:35+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fffdaa5e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=fffdacf2-51c7-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:11:58+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fea84cf4-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=fea84fba-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:11:58+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d97ab06-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=0d97ad90-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:11:58+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d97ab06-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=0d97ad90-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:11:58+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d97ab06-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=0d97ad90-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:12:00+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fffdaa5e-51c7-11ed-b1ab-6a6380d29db9 | InvocationID=fffdacf2-51c7-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:12:00+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ec1e960-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=0ec1ebcc-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:12:23+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d97ab06-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=0d97ad90-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:12:23+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c861076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=1c861288-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:12:23+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c861076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=1c861288-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:12:23+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c861076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=1c861288-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:12:24+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ec1e960-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=0ec1ebcc-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:12:24+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8ce512-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=1d8ce6b6-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:12:48+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c861076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=1c861288-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:12:48+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b74eecc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=2b74f12e-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:12:48+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b74eecc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=2b74f12e-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:12:48+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b74eecc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=2b74f12e-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:12:49+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d8ce512-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=1d8ce6b6-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:12:49+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c51d6c0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=2c51d864-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:13:13+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b74eecc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=2b74f12e-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:13:13+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a65456c-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=3a654896-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:13:13+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a65456c-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=3a654896-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:13:13+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a65456c-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=3a654896-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:13:14+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c51d6c0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=2c51d864-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:13:14+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b156848-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=3b156992-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:13:38+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a65456c-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=3a654896-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:13:38+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4953d8ae-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=4953debc-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:13:38+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4953d8ae-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=4953debc-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:13:38+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4953d8ae-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=4953debc-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:13:39+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b156848-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=3b156992-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:13:39+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49dd2ef6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=49dd30ae-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:14:03+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4953d8ae-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=4953debc-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:14:03+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58428cc0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=58428f18-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:14:03+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58428cc0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=58428f18-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:14:03+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58428cc0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=58428f18-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:14:04+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49dd2ef6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=49dd30ae-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:14:04+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a867c0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=58a86a22-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:14:28+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58428cc0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=58428f18-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:14:28+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6730df2a-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=6730e16e-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:14:28+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6730df2a-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=6730e16e-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:14:28+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6730df2a-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=6730e16e-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:14:28+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58a867c0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=58a86a22-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:14:28+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677163a6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=677165b8-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:14:53+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6730df2a-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=6730e16e-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:14:53+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761fb1dc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=761fb6be-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:14:53+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761fb1dc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=761fb6be-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:14:53+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761fb1dc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=761fb6be-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:14:53+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677163a6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=677165b8-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:14:53+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76389b52-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=76389fbc-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:15:18+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76389b52-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=76389fbc-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:15:18+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84fdea8e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=84fdec8c-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:15:18+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761fb1dc-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=761fb6be-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:15:18+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850e8e66-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=850e9118-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:15:18+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850e8e66-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=850e9118-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:15:18+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=850e8e66-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=850e9118-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:15:43+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84fdea8e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=84fdec8c-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:15:43+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93c2a50a-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=93c2a726-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:15:43+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=850e8e66-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=850e9118-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:15:43+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93ff3a7e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=93ff3d1c-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:15:43+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93ff3a7e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=93ff3d1c-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:15:43+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93ff3a7e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=93ff3d1c-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:16:08+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93c2a50a-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=93c2a726-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:16:08+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a285feb6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=a2860ba4-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:16:08+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93ff3a7e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=93ff3d1c-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:16:08+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ed9076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=a2ed92e2-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:16:08+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ed9076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=a2ed92e2-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:16:08+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2ed9076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=a2ed92e2-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:16:32+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a285feb6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=a2860ba4-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:16:32+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b149c7f2-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=b149ca0e-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:16:33+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2ed9076-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=a2ed92e2-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:16:33+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1dbda52-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=b1dbdcaa-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:16:33+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1dbda52-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=b1dbdcaa-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:16:33+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1dbda52-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=b1dbdcaa-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:16:57+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b149c7f2-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=b149ca0e-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:16:57+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c00ec22e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=c00ec62a-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:16:58+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1dbda52-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=b1dbdcaa-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:16:58+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ca7244-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=c0ca7456-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:16:58+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ca7244-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=c0ca7456-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:16:58+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0ca7244-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=c0ca7456-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:17:22+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c00ec22e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=c00ec62a-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:17:22+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ced3c4d0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ced3ca0c-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:17:23+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0ca7244-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=c0ca7456-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:17:23+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb86784-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=cfb86928-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:17:23+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb86784-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=cfb86928-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:17:23+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfb86784-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=cfb86928-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:17:47+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ced3c4d0-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ced3ca0c-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:17:47+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd97b9d6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=dd97bb8e-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:17:48+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfb86784-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=cfb86928-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:17:48+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea62d9e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=dea62fa6-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:17:48+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea62d9e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=dea62fa6-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:17:48+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dea62d9e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=dea62fa6-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:18:11+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd97b9d6-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=dd97bb8e-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:18:11+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5c72a4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ec5c7524-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:18:13+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dea62d9e-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=dea62fa6-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:18:13+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed950870-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ed950b0e-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:18:14+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed950870-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ed950b0e-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:18:14+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed950870-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ed950b0e-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:18:36+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec5c72a4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ec5c7524-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:18:36+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2070c4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=fb20748e-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:18:39+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed950870-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=ed950b0e-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:18:39+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc85dcc4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=fc85e142-51c8-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:18:39+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc85dcc4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=fc85e142-51c8-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:18:39+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc85dcc4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=fc85e142-51c8-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:19:01+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb2070c4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=fb20748e-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:19:01+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09e38722-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=09e388da-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:19:04+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc85dcc4-51c8-11ed-b1ab-6a6380d29db9 | InvocationID=fc85e142-51c8-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:19:04+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b744c84-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=0b744eb4-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:19:04+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b744c84-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=0b744eb4-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:19:04+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b744c84-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=0b744eb4-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:19:26+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09e38722-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=09e388da-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:19:26+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18a941d4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=18a94404-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:19:29+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b744c84-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=0b744eb4-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:19:29+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6548ba-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=1a654ae0-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:19:29+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6548ba-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=1a654ae0-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:19:29+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6548ba-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=1a654ae0-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:19:51+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18a941d4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=18a94404-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:19:51+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277a0c3e-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=277a180a-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:19:54+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a6548ba-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=1a654ae0-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:19:54+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295ee682-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=295ee948-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:19:54+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=295ee682-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=295ee948-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:19:54+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=295ee682-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=295ee948-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:20:15+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=277a0c3e-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=277a180a-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:20:15+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3645a07a-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=3645a5b6-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:20:19+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=295ee682-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=295ee948-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:20:19+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38502c32-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=38502e58-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:20:19+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38502c32-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=38502e58-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:20:19+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38502c32-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=38502e58-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:20:40+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3645a07a-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=3645a5b6-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:20:40+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=450b89bc-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=450b8bba-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:20:44+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38502c32-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=38502e58-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:20:44+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=473e8644-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=473e8838-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:20:44+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=473e8644-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=473e8838-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:20:44+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=473e8644-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=473e8838-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:21:05+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=450b89bc-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=450b8bba-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:21:05+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d1e888-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=53d1eae0-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:21:09+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=473e8644-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=473e8838-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:21:09+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562ca910-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=562cabb8-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:21:09+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562ca910-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=562cabb8-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:21:09+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562ca910-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=562cabb8-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:21:30+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53d1e888-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=53d1eae0-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:21:30+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62959b58-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=62959e46-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:21:34+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562ca910-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=562cabb8-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:21:34+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651e2278-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=651e2430-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:21:34+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651e2278-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=651e2430-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:21:34+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651e2278-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=651e2430-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:21:55+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62959b58-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=62959e46-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:21:55+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=715e7e84-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=715e80aa-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:21:59+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651e2278-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=651e2430-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:21:59+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740bd92e-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=740bdb04-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:21:59+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=740bd92e-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=740bdb04-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:21:59+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=740bd92e-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=740bdb04-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:22:19+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=715e7e84-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=715e80aa-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:22:19+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80265b76-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=802661a2-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:22:24+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=740bd92e-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=740bdb04-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:22:24+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82fa576c-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=82fa5a82-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:22:24+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82fa576c-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=82fa5a82-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:22:24+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82fa576c-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=82fa5a82-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:22:44+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80265b76-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=802661a2-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:22:44+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eec5110-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=8eec5930-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:22:49+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82fa576c-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=82fa5a82-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:22:49+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e802ec-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=91e806d4-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:22:49+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e802ec-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=91e806d4-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:22:49+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e802ec-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=91e806d4-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:23:09+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eec5110-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=8eec5930-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:23:09+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9db37d86-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=9db3802e-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:23:14+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e802ec-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=91e806d4-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:23:14+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d634f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=a0d636ca-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:23:14+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d634f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=a0d636ca-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:23:14+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d634f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=a0d636ca-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:23:34+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9db37d86-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=9db3802e-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:23:34+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac772b38-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=ac772d68-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:23:39+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d634f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=a0d636ca-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:23:39+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc3d3a4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=afc3d5de-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:23:39+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc3d3a4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=afc3d5de-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:23:39+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc3d3a4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=afc3d5de-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:23:58+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac772b38-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=ac772d68-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:23:58+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb3d5dae-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=bb3d6024-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:24:04+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc3d3a4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=afc3d5de-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:24:04+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb1bf16-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=beb1c272-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:24:04+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb1bf16-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=beb1c272-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:24:04+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb1bf16-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=beb1c272-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:24:23+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb3d5dae-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=bb3d6024-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:24:23+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca046ada-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=ca046e72-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:24:29+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb1bf16-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=beb1c272-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:24:29+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda1af54-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=cda1b134-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:24:29+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda1af54-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=cda1b134-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:24:29+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda1af54-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=cda1b134-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:24:48+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca046ada-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=ca046e72-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:24:48+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ca1718-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=d8ca1ed4-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:24:54+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda1af54-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=cda1b134-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:24:54+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc91f1e0-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=dc91f42e-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:24:54+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc91f1e0-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=dc91f42e-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:24:54+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc91f1e0-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=dc91f42e-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:25:13+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8ca1718-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=d8ca1ed4-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:25:13+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e790954c-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=e7909ca4-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:25:19+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc91f1e0-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=dc91f42e-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:25:19+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7f18f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=eb7f1ab6-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:25:20+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb7f18f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=eb7f1ab6-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:25:20+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb7f18f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=eb7f1ab6-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:25:38+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e790954c-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=e7909ca4-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:25:38+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f657fa52-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=f657fc5a-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:25:45+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb7f18f4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=eb7f1ab6-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:25:45+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa6d41c4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=fa6d439a-51c9-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:25:45+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa6d41c4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=fa6d439a-51c9-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:25:45+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa6d41c4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=fa6d439a-51c9-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:26:02+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f657fa52-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=f657fc5a-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:26:02+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051cc5e0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=051cc9a0-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:26:10+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa6d41c4-51c9-11ed-b1ab-6a6380d29db9 | InvocationID=fa6d439a-51c9-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:26:10+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095d4332-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=095d4530-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:26:10+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=095d4332-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=095d4530-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:26:10+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=095d4332-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=095d4530-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:26:27+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=051cc5e0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=051cc9a0-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:26:27+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13e07dc4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=13e0806c-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:26:35+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=095d4332-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=095d4530-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:26:35+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184bf866-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=184c0022-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:26:35+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=184bf866-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=184c0022-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:26:35+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=184bf866-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=184c0022-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:26:52+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13e07dc4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=13e0806c-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:26:52+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a5082a-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=22a50c08-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:27:00+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=184bf866-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=184c0022-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:27:00+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27398276-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=27398460-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:27:00+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27398276-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=27398460-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:27:00+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27398276-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=27398460-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:27:17+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22a5082a-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=22a50c08-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:27:17+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316b139a-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=316b157a-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:27:25+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27398276-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=27398460-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:27:25+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362718fc-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=36271ad2-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:27:25+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=362718fc-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=36271ad2-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:27:25+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362718fc-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=36271ad2-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:27:42+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=316b139a-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=316b157a-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:27:42+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=402e624c-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=402e6508-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:27:50+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=362718fc-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=36271ad2-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:27:50+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=451629f2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=45162f42-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:27:50+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=451629f2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=45162f42-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:27:50+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=451629f2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=45162f42-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:28:06+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=402e624c-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=402e6508-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:28:06+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ef2b5a8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=4ef2c246-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:28:15+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=451629f2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=45162f42-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:28:15+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5403fb06-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=5403fdc2-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:28:15+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5403fb06-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=5403fdc2-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:28:15+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5403fb06-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=5403fdc2-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:28:31+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ef2b5a8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=4ef2c246-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:28:31+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db858fe-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=5db85c96-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:28:40+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5403fb06-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=5403fdc2-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:28:40+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f32af6-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=62f32ccc-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:28:40+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f32af6-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=62f32ccc-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:28:40+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f32af6-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=62f32ccc-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:28:56+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5db858fe-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=5db85c96-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:28:56+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c7cc5d2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=6c7cc8b6-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:29:05+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f32af6-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=62f32ccc-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:29:05+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e10b28-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=71e10ce0-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:29:05+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e10b28-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=71e10ce0-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:29:05+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e10b28-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=71e10ce0-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:29:21+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c7cc5d2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=6c7cc8b6-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:29:21+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b4095a8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=7b40977e-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:29:30+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e10b28-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=71e10ce0-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:29:30+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80cf65f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=80cf67ba-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:29:30+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80cf65f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=80cf67ba-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:29:30+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80cf65f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=80cf67ba-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:29:45+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b4095a8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=7b40977e-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:29:45+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a05655a-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=8a056780-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:29:55+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80cf65f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=80cf67ba-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:29:55+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc1f2c4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=8fc1f51c-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:29:55+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc1f2c4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=8fc1f51c-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:29:55+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fc1f2c4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=8fc1f51c-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:30:10+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a05655a-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=8a056780-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:30:10+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ca597e-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=98ca5b68-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:30:20+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fc1f2c4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=8fc1f51c-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:30:20+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eb279a2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=9eb27b46-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:30:20+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eb279a2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=9eb27b46-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:30:20+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eb279a2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=9eb27b46-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:30:35+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98ca597e-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=98ca5b68-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:30:35+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a790fd14-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=a790fecc-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:30:45+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eb279a2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=9eb27b46-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:30:45+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad9ffd54-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=ada004e8-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:30:45+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad9ffd54-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=ada004e8-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:30:45+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad9ffd54-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=ada004e8-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:31:00+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a790fd14-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=a790fecc-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:31:00+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b653a662-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=b653a81a-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:31:10+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad9ffd54-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=ada004e8-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:31:10+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc9238f4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=bc923bc4-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:31:10+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc9238f4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=bc923bc4-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:31:10+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc9238f4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=bc923bc4-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:31:25+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b653a662-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=b653a81a-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:31:25+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c51791c2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=c517938e-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:31:35+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc9238f4-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=bc923bc4-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:31:35+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb80029c-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=cb8004c2-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:31:35+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb80029c-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=cb8004c2-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:31:35+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb80029c-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=cb8004c2-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:31:49+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c51791c2-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=c517938e-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:31:49+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3deb0a0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=d3deb24e-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:32:00+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb80029c-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=cb8004c2-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:32:00+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da700ae0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=da700d74-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:32:00+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da700ae0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=da700d74-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:32:00+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da700ae0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=da700d74-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:32:14+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3deb0a0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=d3deb24e-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:32:14+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2a2b898-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=e2a2bb0e-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:32:25+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da700ae0-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=da700d74-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:32:25+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95e31f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=e95e3f22-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:32:25+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95e31f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=e95e3f22-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:32:25+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e95e31f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=e95e3f22-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:32:39+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2a2b898-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=e2a2bb0e-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:32:39+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f16b11cc-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=f16b1410-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:32:50+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e95e31f8-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=e95e3f22-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:32:50+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84dd970-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=f84ddfd8-51ca-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:32:50+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84dd970-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=f84ddfd8-51ca-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:32:50+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f84dd970-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=f84ddfd8-51ca-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:33:04+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f16b11cc-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=f16b1410-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:33:04+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0031bc38-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=0031c304-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:33:15+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f84dd970-51ca-11ed-b1ab-6a6380d29db9 | InvocationID=f84ddfd8-51ca-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:33:15+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073c2b3a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=073c303a-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:33:16+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073c2b3a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=073c303a-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:33:16+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073c2b3a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=073c303a-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:33:28+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0031bc38-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=0031c304-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:33:28+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ef6779a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=0ef67b14-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:33:41+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073c2b3a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=073c303a-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:33:41+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162b4c5c-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=162b57f6-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:33:41+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162b4c5c-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=162b57f6-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:33:41+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162b4c5c-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=162b57f6-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:33:53+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ef6779a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=0ef67b14-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:33:53+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc08856-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=1dc08b6c-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:34:06+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162b4c5c-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=162b57f6-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:34:06+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251bd1fa-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=251bd560-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:34:06+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251bd1fa-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=251bd560-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:34:06+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=251bd1fa-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=251bd560-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:34:18+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc08856-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=1dc08b6c-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:34:18+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c84e166-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=2c84e350-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:34:31+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=251bd1fa-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=251bd560-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:34:31+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340d91d0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=340d93e2-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:34:31+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=340d91d0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=340d93e2-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:34:31+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=340d91d0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=340d93e2-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:34:43+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c84e166-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=2c84e350-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:34:43+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b4af870-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=3b4afb9a-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:34:56+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=340d91d0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=340d93e2-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:34:56+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fcb4a0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=42fcb662-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:34:56+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42fcb4a0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=42fcb662-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:34:56+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42fcb4a0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=42fcb662-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:35:08+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b4af870-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=3b4afb9a-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:35:08+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a0ecdd2-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=4a0ecfda-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:35:21+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42fcb4a0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=42fcb662-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:35:21+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51ea6296-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=51ea6458-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:35:21+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51ea6296-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=51ea6458-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:35:21+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51ea6296-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=51ea6458-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:35:32+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a0ecdd2-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=4a0ecfda-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:35:32+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58d1eb74-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=58d1edf4-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:35:46+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51ea6296-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=51ea6458-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:35:46+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d95334-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=60d9550a-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:35:46+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d95334-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=60d9550a-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:35:46+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d95334-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=60d9550a-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:35:57+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58d1eb74-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=58d1edf4-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:35:57+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67974be0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=67974da2-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:36:11+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d95334-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=60d9550a-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:36:11+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc79acc-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=6fc7a148-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:36:11+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc79acc-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=6fc7a148-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:36:11+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fc79acc-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=6fc7a148-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:36:22+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67974be0-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=67974da2-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:36:22+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=765a997a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=765a9b6e-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:36:36+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fc79acc-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=6fc7a148-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:36:36+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb658ac-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=7eb65b72-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:36:36+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb658ac-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=7eb65b72-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:36:36+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb658ac-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=7eb65b72-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:36:47+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=765a997a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=765a9b6e-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:36:47+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=851e72f6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=851e74ae-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:37:01+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb658ac-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=7eb65b72-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:37:01+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da42bb4-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=8da42de4-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:37:01+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da42bb4-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=8da42de4-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:37:01+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da42bb4-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=8da42de4-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:37:11+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=851e72f6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=851e74ae-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:37:11+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93e32084-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=93e3226e-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:37:26+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da42bb4-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=8da42de4-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:37:26+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c91b33a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=9c91b4e8-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:37:26+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c91b33a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=9c91b4e8-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:37:26+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c91b33a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=9c91b4e8-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:37:36+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93e32084-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=93e3226e-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:37:36+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a61aae-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=a2a61c66-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:37:51+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c91b33a-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=9c91b4e8-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:37:51+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab8099ba-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ab809b7c-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:37:51+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab8099ba-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ab809b7c-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:37:51+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab8099ba-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ab809b7c-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:38:01+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2a61aae-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=a2a61c66-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:38:01+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b16d4ada-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=b16d4cce-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:38:16+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab8099ba-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ab809b7c-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:38:16+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6eb9de-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ba6ebff6-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:38:16+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba6eb9de-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ba6ebff6-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:38:16+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6eb9de-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ba6ebff6-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:38:26+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b16d4ada-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=b16d4cce-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:38:26+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c031ace6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=c031b402-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:38:41+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba6eb9de-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ba6ebff6-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:38:41+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c95f64b6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=c95f668c-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:38:41+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c95f64b6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=c95f668c-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:38:41+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c95f64b6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=c95f668c-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:38:51+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c031ace6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=c031b402-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:38:51+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cef83fa6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=cef84294-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:39:06+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c95f64b6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=c95f668c-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:39:06+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d84d7de6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=d84d8016-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:39:06+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d84d7de6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=d84d8016-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:39:06+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d84d7de6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=d84d8016-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:39:15+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cef83fa6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=cef84294-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:39:15+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddc041e6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ddc043c6-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:39:31+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d84d7de6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=d84d8016-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:39:31+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73beb62-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=e73bed4c-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:39:31+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e73beb62-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=e73bed4c-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:39:31+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e73beb62-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=e73bed4c-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:39:40+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddc041e6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ddc043c6-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:39:40+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec8519ea-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ec851bb6-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:39:56+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e73beb62-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=e73bed4c-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:39:56+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f62e0574-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=f62e0740-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:39:56+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f62e0574-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=f62e0740-51cb-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:39:56+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f62e0574-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=f62e0740-51cb-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:40:05+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec8519ea-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=ec851bb6-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:40:05+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb4a3ef6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=fb4a4112-51cb-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:40:21+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f62e0574-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=f62e0740-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:40:21+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051df68e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=051df8e6-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:40:21+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=051df68e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=051df8e6-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:40:21+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051df68e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=051df8e6-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:40:30+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb4a3ef6-51cb-11ed-b1ab-6a6380d29db9 | InvocationID=fb4a4112-51cb-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:40:30+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a0d2b88-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=0a0d2d54-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:40:46+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=051df68e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=051df8e6-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:40:46+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140dc390-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=140dc548-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:40:47+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140dc390-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=140dc548-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:40:47+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=140dc390-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=140dc548-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:40:55+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a0d2b88-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=0a0d2d54-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:40:55+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18d5ea2e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=18d5ee48-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:41:12+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=140dc390-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=140dc548-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:41:12+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fc83e6-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=22fc8634-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:41:12+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22fc83e6-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=22fc8634-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:41:12+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22fc83e6-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=22fc8634-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:41:19+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18d5ea2e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=18d5ee48-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:41:19+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=279f7ae8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=279f7ee4-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:41:37+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22fc83e6-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=22fc8634-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:41:37+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f04e28-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=31f051e8-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:41:37+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f04e28-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=31f051e8-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:41:37+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31f04e28-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=31f051e8-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:41:44+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=279f7ae8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=279f7ee4-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:41:44+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3663621a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=36636472-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:42:02+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31f04e28-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=31f051e8-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:42:02+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40de9386-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=40de955c-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:42:02+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40de9386-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=40de955c-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:42:02+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40de9386-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=40de955c-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:42:09+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3663621a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=36636472-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:42:09+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4528ca56-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=4528cc4a-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:42:27+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40de9386-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=40de955c-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:42:27+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fcdf4ea-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=4fcdf6ca-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:42:27+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fcdf4ea-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=4fcdf6ca-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:42:27+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fcdf4ea-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=4fcdf6ca-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:42:34+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4528ca56-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=4528cc4a-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:42:34+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53eec306-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=53eec59a-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:42:52+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4fcdf4ea-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=4fcdf6ca-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:42:52+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebc3d4a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=5ebc3f70-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:42:52+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebc3d4a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=5ebc3f70-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:42:52+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebc3d4a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=5ebc3f70-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:42:58+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53eec306-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=53eec59a-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:42:58+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b2df44-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=62b2e2a0-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:43:17+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ebc3d4a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=5ebc3f70-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:43:17+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daaa936-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=6daab3fe-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:43:17+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6daaa936-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=6daab3fe-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:43:17+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6daaa936-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=6daab3fe-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:43:23+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62b2df44-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=62b2e2a0-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:43:23+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71789488-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=717897d0-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:43:42+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6daaa936-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=6daab3fe-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:43:42+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c9c6998-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=7c9c780c-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:43:42+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c9c6998-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=7c9c780c-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:43:42+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c9c6998-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=7c9c780c-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:43:48+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71789488-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=717897d0-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:43:48+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80413a92-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=80413d76-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:44:07+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c9c6998-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=7c9c780c-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:44:07+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8b575c-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=8b8b5914-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:44:07+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b8b575c-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=8b8b5914-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:44:07+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8b575c-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=8b8b5914-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:44:13+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80413a92-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=80413d76-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:44:13+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f070566-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=8f07073c-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:44:32+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b8b575c-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=8b8b5914-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:44:32+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7995a8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=9a7997ba-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:44:32+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7995a8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=9a7997ba-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:44:32+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a7995a8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=9a7997ba-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:44:38+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f070566-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=8f07073c-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:44:38+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dcc33aa-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=9dcc3616-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:44:57+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a7995a8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=9a7997ba-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:44:57+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9672094-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=a9672378-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:44:57+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9672094-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=a9672378-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:44:57+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9672094-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=a9672378-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:45:02+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dcc33aa-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=9dcc3616-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:45:02+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac92b76a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=ac92b9ae-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:45:22+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9672094-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=a9672378-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:45:22+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8576546-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=b857683e-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:45:22+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8576546-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=b857683e-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:45:22+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8576546-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=b857683e-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:45:27+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac92b76a-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=ac92b9ae-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:45:27+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb5502da-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=bb5504f6-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:45:47+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8576546-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=b857683e-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:45:47+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c745181e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=c74519cc-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:45:47+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c745181e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=c74519cc-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:45:47+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c745181e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=c74519cc-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:45:52+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb5502da-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=bb5504f6-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:45:52+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca1adf60-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=ca1ae1cc-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:46:12+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c745181e-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=c74519cc-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:46:12+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d633dbda-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=d633e620-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:46:12+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d633dbda-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=d633e620-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:46:12+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d633dbda-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=d633e620-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:46:17+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca1adf60-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=ca1ae1cc-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:46:17+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8e2d732-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=d8e2dad4-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:46:37+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d633dbda-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=d633e620-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:46:37+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e52249ec-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=e5224c76-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:46:37+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e52249ec-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=e5224c76-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:46:37+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e52249ec-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=e5224c76-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:46:41+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8e2d732-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=d8e2dad4-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:46:41+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7a5e958-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=e7a5ec6e-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:47:02+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e52249ec-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=e5224c76-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:47:02+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41219c8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=f412247c-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:47:02+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41219c8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=f412247c-51cc-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:47:02+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f41219c8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=f412247c-51cc-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:47:06+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7a5e958-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=e7a5ec6e-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:47:06+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f669e8ae-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=f669ea7a-51cc-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:47:27+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f41219c8-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=f412247c-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:47:27+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0301c334-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=0301c4f6-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:47:27+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0301c334-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=0301c4f6-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:47:27+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0301c334-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=0301c4f6-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:47:31+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f669e8ae-51cc-11ed-b1ab-6a6380d29db9 | InvocationID=f669ea7a-51cc-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:47:31+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=052d00ce-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=052d0286-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:47:52+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0301c334-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=0301c4f6-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:47:52+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f306f0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=11f30952-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:47:53+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f306f0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=11f30952-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:47:53+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f306f0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=11f30952-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:47:56+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=052d00ce-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=052d0286-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:47:56+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13f6f02e-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=13f6f222-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:48:18+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f306f0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=11f30952-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:48:18+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e17a48-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=20e17bec-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:48:18+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e17a48-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=20e17bec-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:48:18+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e17a48-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=20e17bec-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:48:21+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13f6f02e-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=13f6f222-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:48:21+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22bc6ca6-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=22bc6f76-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:48:43+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e17a48-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=20e17bec-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:48:43+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcf5bb0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=2fcf5f52-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:48:43+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcf5bb0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=2fcf5f52-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:48:43+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcf5bb0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=2fcf5f52-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:48:45+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22bc6ca6-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=22bc6f76-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:48:45+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318070f2-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=31807340-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:49:08+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcf5bb0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=2fcf5f52-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:49:08+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ebd1fae-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=3ebd2710-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:49:08+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ebd1fae-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=3ebd2710-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:49:08+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ebd1fae-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=3ebd2710-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:49:10+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=318070f2-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=31807340-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:49:10+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4043b842-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4043bc2a-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:49:33+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ebd1fae-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=3ebd2710-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:49:33+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4daba7b0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4dabaa94-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:49:33+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4daba7b0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4dabaa94-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:49:33+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4daba7b0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4dabaa94-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:49:35+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4043b842-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4043bc2a-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:49:35+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f083f88-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4f08419a-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:49:58+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4daba7b0-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4dabaa94-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:49:58+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9ac92c-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=5c9addb8-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:49:58+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c9ac92c-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=5c9addb8-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:49:58+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c9ac92c-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=5c9addb8-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:50:00+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f083f88-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=4f08419a-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:50:00+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dccf45a-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=5dccf608-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:50:23+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c9ac92c-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=5c9addb8-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:50:23+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b884dd8-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=6b885080-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:50:23+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b884dd8-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=6b885080-51cd-11ed-b1ab-6a6380d29db9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:50:23+0000 | policy_event_thread | 140352480705312 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b884dd8-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=6b885080-51cd-11ed-b1ab-6a6380d29db9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-22T05:50:24+0000 | aai_event_thread | 140352479644448 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dccf45a-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=5dccf608-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF AAI events.
2022-10-22T05:50:24+0000 | aai_event_thread | 140352479644448 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c906b34-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=6c906ee0-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-22T05:50:48+0000 | policy_event_thread | 140352480705312 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b884dd8-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=6b885080-51cd-11ed-b1ab-6a6380d29db9 | Polling MR for XNF activation/deactivation policy response events.
2022-10-22T05:50:48+0000 | policy_event_thread | 140352480705312 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a767978-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=7a769070-51cd-11ed-b1ab-6a6380d29db9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-22T05:50:48+0000 | policy_event_thread | 140352480705312 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a767978-51cd-11ed-b1ab-6a6380d29db9 | InvocationID=7a769070-51cd-11ed-b1ab-6a6380