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-11-06T04:57:00+0000 | MainThread | 140129566657864 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-06T04:57:00+0000 | MainThread | 140129566657864 | 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-11-06T04:57:00+0000 | MainThread | 140129566657864 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-06T04:57:00+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:57:00+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7292c004-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7292c2a2-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:57:00+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-06T04:57:00+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72974fd4-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7297520e-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:57:00+0000 | MainThread | 140129566657864 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-11-06T04:57:01+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7292c004-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7292c2a2-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:01+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7292c004-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7292c2a2-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:01+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72974fd4-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7297520e-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:01+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72974fd4-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7297520e-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:21+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72974fd4-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7297520e-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:57:21+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f273836-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7f273a70-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:57:22+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f273836-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7f273a70-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:22+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f273836-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7f273a70-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:26+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7292c004-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7292c2a2-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:57:26+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=821cff94-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=821d011a-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:57:27+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=821cff94-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=821d011a-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:27+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=821cff94-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=821d011a-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:42+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f273836-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=7f273a70-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:57:42+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb48c7a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=8bb48e0a-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:57:43+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb48c7a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=8bb48e0a-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:43+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bb48c7a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=8bb48e0a-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:52+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=821cff94-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=821d011a-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:57:52+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a566fe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=91a5687a-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:57:53+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a566fe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=91a5687a-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:57:53+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91a566fe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=91a5687a-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:03+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bb48c7a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=8bb48e0a-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:58:03+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9840de6c-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=9840dffc-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:58:04+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9840de6c-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=9840dffc-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:04+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9840de6c-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=9840dffc-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:18+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91a566fe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=91a5687a-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:58:18+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12a1cdc-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a12a1f8e-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:58:19+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12a1cdc-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a12a1f8e-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:19+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12a1cdc-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a12a1f8e-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:24+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9840de6c-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=9840dffc-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:58:24+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4cd4558-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a4cd4788-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:58:25+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4cd4558-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a4cd4788-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:25+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4cd4558-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a4cd4788-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:44+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12a1cdc-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a12a1f8e-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:58:44+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0b0dc54-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b0b0dfec-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:58:44+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0b0dc54-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b0b0dfec-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:44+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0b0dc54-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b0b0dfec-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:45+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4cd4558-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=a4cd4788-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:58:45+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15a6774-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b15a68fa-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:58:45+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15a6774-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b15a68fa-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:58:45+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b15a6774-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b15a68fa-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:05+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b15a6774-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b15a68fa-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:59:05+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4fb52a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bd4fb6a6-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:59:05+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd4fb52a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bd4fb6a6-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:05+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd4fb52a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bd4fb6a6-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:09+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0b0dc54-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=b0b0dfec-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:59:09+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc1a7d2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bfc1a944-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:59:09+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfc1a7d2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bfc1a944-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:09+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfc1a7d2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bfc1a944-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:25+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd4fb52a-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bd4fb6a6-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:59:25+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94581a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=c9458a4e-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:59:25+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c94581a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=c9458a4e-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:25+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c94581a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=c9458a4e-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:34+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bfc1a7d2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=bfc1a944-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:59:34+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceafd08e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ceafd232-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:59:34+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceafd08e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ceafd232-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:34+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceafd08e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ceafd232-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:45+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c94581a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=c9458a4e-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T04:59:45+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53bdbbe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=d53bdd80-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T04:59:45+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d53bdbbe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=d53bdd80-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:45+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d53bdbbe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=d53bdd80-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:59+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ceafd08e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ceafd232-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T04:59:59+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda053a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=dda05532-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T04:59:59+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda053a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=dda05532-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T04:59:59+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dda053a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=dda05532-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:05+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d53bdbbe-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=d53bdd80-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:00:05+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1326960-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=e1326adc-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:00:05+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1326960-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=e1326adc-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:05+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1326960-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=e1326adc-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:24+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dda053a2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=dda05532-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:00:24+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec91655e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ec916784-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:00:24+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec91655e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ec916784-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:24+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec91655e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ec916784-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:25+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1326960-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=e1326adc-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:00:25+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed26d2e2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ed26d468-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:00:25+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed26d2e2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ed26d468-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:25+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed26d2e2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ed26d468-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:45+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed26d2e2-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ed26d468-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:00:45+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91bc706-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=f91bc882-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:00:46+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f91bc706-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=f91bc882-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:46+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f91bc706-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=f91bc882-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:49+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec91655e-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=ec916784-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:00:49+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb835b76-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=fb835cfc-5d8f-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:00:50+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb835b76-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=fb835cfc-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:00:50+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb835b76-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=fb835cfc-5d8f-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:06+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f91bc706-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=f91bc882-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:01:06+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0515a2f2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0515a496-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:01:06+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0515a2f2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0515a496-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:06+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0515a2f2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0515a496-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:15+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb835b76-5d8f-11ed-97a8-8e5f87418ccf | InvocationID=fb835cfc-5d8f-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:01:15+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7878b4-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0a787ada-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:01:15+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a7878b4-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0a787ada-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:15+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7878b4-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0a787ada-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:26+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0515a2f2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0515a496-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:01:26+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=110adbe0-5d90-11ed-97a8-8e5f87418ccf | InvocationID=110ae11c-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:01:26+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=110adbe0-5d90-11ed-97a8-8e5f87418ccf | InvocationID=110ae11c-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:26+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=110adbe0-5d90-11ed-97a8-8e5f87418ccf | InvocationID=110ae11c-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:40+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a7878b4-5d90-11ed-97a8-8e5f87418ccf | InvocationID=0a787ada-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:01:40+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196934c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=19693656-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:01:40+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=196934c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=19693656-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:40+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=196934c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=19693656-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=110adbe0-5d90-11ed-97a8-8e5f87418ccf | InvocationID=110ae11c-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:01:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d01a30c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=1d01a550-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:01:46+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d01a30c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=1d01a550-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:01:46+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d01a30c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=1d01a550-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:05+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=196934c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=19693656-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:02:05+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2858b844-5d90-11ed-97a8-8e5f87418ccf | InvocationID=2858bace-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:02:05+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2858b844-5d90-11ed-97a8-8e5f87418ccf | InvocationID=2858bace-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:05+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2858b844-5d90-11ed-97a8-8e5f87418ccf | InvocationID=2858bace-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:06+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d01a30c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=1d01a550-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:02:06+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fac08a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=28fac468-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:02:06+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fac08a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=28fac468-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:06+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28fac08a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=28fac468-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:26+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28fac08a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=28fac468-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:02:26+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34eeb162-5d90-11ed-97a8-8e5f87418ccf | InvocationID=34eeb55e-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:02:26+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34eeb162-5d90-11ed-97a8-8e5f87418ccf | InvocationID=34eeb55e-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:26+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34eeb162-5d90-11ed-97a8-8e5f87418ccf | InvocationID=34eeb55e-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:30+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2858b844-5d90-11ed-97a8-8e5f87418ccf | InvocationID=2858bace-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:02:30+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374b0afa-5d90-11ed-97a8-8e5f87418ccf | InvocationID=374b0d20-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:02:30+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=374b0afa-5d90-11ed-97a8-8e5f87418ccf | InvocationID=374b0d20-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:30+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=374b0afa-5d90-11ed-97a8-8e5f87418ccf | InvocationID=374b0d20-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34eeb162-5d90-11ed-97a8-8e5f87418ccf | InvocationID=34eeb55e-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:02:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e4b084-5d90-11ed-97a8-8e5f87418ccf | InvocationID=40e4b21e-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:02:46+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40e4b084-5d90-11ed-97a8-8e5f87418ccf | InvocationID=40e4b21e-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:46+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40e4b084-5d90-11ed-97a8-8e5f87418ccf | InvocationID=40e4b21e-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:55+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=374b0afa-5d90-11ed-97a8-8e5f87418ccf | InvocationID=374b0d20-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:02:55+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463bc20c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=463bc392-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:02:55+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=463bc20c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=463bc392-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:02:55+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463bc20c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=463bc392-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:06+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40e4b084-5d90-11ed-97a8-8e5f87418ccf | InvocationID=40e4b21e-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:03:06+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cd92c4e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=4cd92e42-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:03:06+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cd92c4e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=4cd92e42-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:06+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cd92c4e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=4cd92e42-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:20+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=463bc20c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=463bc392-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:03:20+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552ac20e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=552ac3f8-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:03:20+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552ac20e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=552ac3f8-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:20+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=552ac20e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=552ac3f8-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:26+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cd92c4e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=4cd92e42-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:03:26+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58ccb502-5d90-11ed-97a8-8e5f87418ccf | InvocationID=58ccb688-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:03:26+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58ccb502-5d90-11ed-97a8-8e5f87418ccf | InvocationID=58ccb688-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:26+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58ccb502-5d90-11ed-97a8-8e5f87418ccf | InvocationID=58ccb688-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:45+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=552ac20e-5d90-11ed-97a8-8e5f87418ccf | InvocationID=552ac3f8-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:03:45+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641d321a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=641d3422-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:03:45+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=641d321a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=641d3422-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:45+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=641d321a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=641d3422-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58ccb502-5d90-11ed-97a8-8e5f87418ccf | InvocationID=58ccb688-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:03:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c041c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=64c0434c-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:03:46+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c041c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=64c0434c-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:03:46+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64c041c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=64c0434c-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:06+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64c041c6-5d90-11ed-97a8-8e5f87418ccf | InvocationID=64c0434c-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:04:06+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70b3bfda-5d90-11ed-97a8-8e5f87418ccf | InvocationID=70b3c1ec-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:04:06+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70b3bfda-5d90-11ed-97a8-8e5f87418ccf | InvocationID=70b3c1ec-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:06+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70b3bfda-5d90-11ed-97a8-8e5f87418ccf | InvocationID=70b3c1ec-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:10+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=641d321a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=641d3422-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:04:10+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730c1cd2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=730c1f48-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:04:10+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730c1cd2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=730c1f48-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:10+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=730c1cd2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=730c1f48-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:26+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70b3bfda-5d90-11ed-97a8-8e5f87418ccf | InvocationID=70b3c1ec-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:04:26+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca70c5c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=7ca70d9c-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:04:26+0000 | aai_event_thread | 140129515920160 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca70c5c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=7ca70d9c-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:26+0000 | aai_event_thread | 140129515920160 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ca70c5c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=7ca70d9c-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:35+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=730c1cd2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=730c1f48-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:04:35+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81f9677c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=81f96a06-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:04:35+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81f9677c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=81f96a06-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:35+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81f9677c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=81f96a06-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:04:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ca70c5c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=7ca70d9c-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:04:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a0063a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=88a019d6-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:05:00+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81f9677c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=81f96a06-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:05:00+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e6e61a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=90e6e7d2-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:05:00+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90e6e61a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=90e6e7d2-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:05:00+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e6e61a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=90e6e7d2-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:05:10+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88a0063a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=88a019d6-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:05:10+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=970b1da4-5d90-11ed-97a8-8e5f87418ccf | InvocationID=970b2150-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:05:25+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90e6e61a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=90e6e7d2-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:05:25+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd62d2a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=9fd62f28-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:05:25+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fd62d2a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=9fd62f28-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:05:25+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd62d2a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=9fd62f28-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:05:30+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=970b1da4-5d90-11ed-97a8-8e5f87418ccf | InvocationID=970b2150-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:05:30+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3017c16-5d90-11ed-97a8-8e5f87418ccf | InvocationID=a3017f0e-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:05:50+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fd62d2a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=9fd62f28-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:05:50+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec4a17c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=aec4afc8-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:05:50+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec4a17c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=aec4afc8-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:05:50+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec4a17c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=aec4afc8-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:05:51+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3017c16-5d90-11ed-97a8-8e5f87418ccf | InvocationID=a3017f0e-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:05:51+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aefa653c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=aefa6730-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:06:11+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aefa653c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=aefa6730-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:06:11+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb03d048-5d90-11ed-97a8-8e5f87418ccf | InvocationID=bb03d2aa-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:06:15+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aec4a17c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=aec4afc8-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:06:15+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb8681c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=bdb869ac-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:06:15+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdb8681c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=bdb869ac-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:06:15+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb8681c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=bdb869ac-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:06:31+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb03d048-5d90-11ed-97a8-8e5f87418ccf | InvocationID=bb03d2aa-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:06:31+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7484c3a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=c74855a4-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:06:40+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdb8681c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=bdb869ac-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:06:40+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca98f04-5d90-11ed-97a8-8e5f87418ccf | InvocationID=cca990b2-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:06:40+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cca98f04-5d90-11ed-97a8-8e5f87418ccf | InvocationID=cca990b2-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:06:40+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca98f04-5d90-11ed-97a8-8e5f87418ccf | InvocationID=cca990b2-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:06:56+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7484c3a-5d90-11ed-97a8-8e5f87418ccf | InvocationID=c74855a4-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:06:56+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d613212c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=d6132528-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:07:05+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cca98f04-5d90-11ed-97a8-8e5f87418ccf | InvocationID=cca990b2-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:07:05+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db99c6d2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=db99c8b2-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:07:05+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db99c6d2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=db99c8b2-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:07:05+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db99c6d2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=db99c8b2-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:07:21+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d613212c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=d6132528-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:07:21+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d7e60c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=e4d7e9ae-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:07:30+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db99c6d2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=db99c8b2-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:07:30+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea8793c2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=ea879552-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:07:31+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea8793c2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=ea879552-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:07:31+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea8793c2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=ea879552-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:07:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d7e60c-5d90-11ed-97a8-8e5f87418ccf | InvocationID=e4d7e9ae-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:07:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3a33ad8-5d90-11ed-97a8-8e5f87418ccf | InvocationID=f3a33d44-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:07:56+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea8793c2-5d90-11ed-97a8-8e5f87418ccf | InvocationID=ea879552-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:07:56+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f975ae32-5d90-11ed-97a8-8e5f87418ccf | InvocationID=f975b044-5d90-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:07:56+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f975ae32-5d90-11ed-97a8-8e5f87418ccf | InvocationID=f975b044-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:07:56+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f975ae32-5d90-11ed-97a8-8e5f87418ccf | InvocationID=f975b044-5d90-11ed-97a8-8e5f87418ccf | 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-11-06T05:08:11+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3a33ad8-5d90-11ed-97a8-8e5f87418ccf | InvocationID=f3a33d44-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:08:11+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02692e9c-5d91-11ed-97a8-8e5f87418ccf | InvocationID=02693036-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:08:21+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f975ae32-5d90-11ed-97a8-8e5f87418ccf | InvocationID=f975b044-5d90-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:08:21+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0863773a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=086379ec-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:08:21+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0863773a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=086379ec-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:08:21+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0863773a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=086379ec-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:08:35+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02692e9c-5d91-11ed-97a8-8e5f87418ccf | InvocationID=02693036-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:08:35+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=112f7314-5d91-11ed-97a8-8e5f87418ccf | InvocationID=112f749a-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:08:46+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0863773a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=086379ec-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:08:46+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1751acb2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=1751b57c-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:08:46+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1751acb2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=1751b57c-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:08:46+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1751acb2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=1751b57c-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:09:00+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=112f7314-5d91-11ed-97a8-8e5f87418ccf | InvocationID=112f749a-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:09:00+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff93ed4-5d91-11ed-97a8-8e5f87418ccf | InvocationID=1ff941a4-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:09:11+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1751acb2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=1751b57c-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:09:11+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2641be1a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=2641c0cc-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:09:11+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2641be1a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=2641c0cc-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:09:11+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2641be1a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=2641c0cc-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:09:25+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ff93ed4-5d91-11ed-97a8-8e5f87418ccf | InvocationID=1ff941a4-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:09:25+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ec61cde-5d91-11ed-97a8-8e5f87418ccf | InvocationID=2ec61f9a-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:09:36+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2641be1a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=2641c0cc-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:09:36+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352fa66c-5d91-11ed-97a8-8e5f87418ccf | InvocationID=352fa86a-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:09:36+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352fa66c-5d91-11ed-97a8-8e5f87418ccf | InvocationID=352fa86a-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:09:36+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=352fa66c-5d91-11ed-97a8-8e5f87418ccf | InvocationID=352fa86a-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:09:50+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ec61cde-5d91-11ed-97a8-8e5f87418ccf | InvocationID=2ec61f9a-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:09:50+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8fe1d2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=3d8fe36c-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:10:01+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=352fa66c-5d91-11ed-97a8-8e5f87418ccf | InvocationID=352fa86a-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:10:01+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=441ea1c8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=441ea362-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:10:01+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=441ea1c8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=441ea362-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:10:01+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=441ea1c8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=441ea362-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:10:15+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d8fe1d2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=3d8fe36c-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:10:15+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c6a8b80-5d91-11ed-97a8-8e5f87418ccf | InvocationID=4c6a8d10-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:10:26+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=441ea1c8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=441ea362-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:10:26+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530dc47a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=530dc600-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:10:26+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530dc47a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=530dc600-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:10:26+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530dc47a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=530dc600-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:10:40+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c6a8b80-5d91-11ed-97a8-8e5f87418ccf | InvocationID=4c6a8d10-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:10:40+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b330462-5d91-11ed-97a8-8e5f87418ccf | InvocationID=5b33070a-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:10:51+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=530dc47a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=530dc600-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:10:51+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fe18fe-5d91-11ed-97a8-8e5f87418ccf | InvocationID=61fe1a8e-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:10:51+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61fe18fe-5d91-11ed-97a8-8e5f87418ccf | InvocationID=61fe1a8e-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:10:51+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fe18fe-5d91-11ed-97a8-8e5f87418ccf | InvocationID=61fe1a8e-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:11:04+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b330462-5d91-11ed-97a8-8e5f87418ccf | InvocationID=5b33070a-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:11:04+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69f92c56-5d91-11ed-97a8-8e5f87418ccf | InvocationID=69f92eae-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:11:16+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61fe18fe-5d91-11ed-97a8-8e5f87418ccf | InvocationID=61fe1a8e-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:11:16+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ebede6-5d91-11ed-97a8-8e5f87418ccf | InvocationID=70ebfb38-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:11:16+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70ebede6-5d91-11ed-97a8-8e5f87418ccf | InvocationID=70ebfb38-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:11:16+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70ebede6-5d91-11ed-97a8-8e5f87418ccf | InvocationID=70ebfb38-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:11:29+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69f92c56-5d91-11ed-97a8-8e5f87418ccf | InvocationID=69f92eae-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:11:29+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c567c2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=78c56948-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:11:41+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70ebede6-5d91-11ed-97a8-8e5f87418ccf | InvocationID=70ebfb38-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:11:41+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fdacaca-5d91-11ed-97a8-8e5f87418ccf | InvocationID=7fdad0c4-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:11:41+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fdacaca-5d91-11ed-97a8-8e5f87418ccf | InvocationID=7fdad0c4-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:11:41+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fdacaca-5d91-11ed-97a8-8e5f87418ccf | InvocationID=7fdad0c4-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:11:54+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78c567c2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=78c56948-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:11:54+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878992ce-5d91-11ed-97a8-8e5f87418ccf | InvocationID=878994fe-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:12:06+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7fdacaca-5d91-11ed-97a8-8e5f87418ccf | InvocationID=7fdad0c4-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:12:06+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec9a236-5d91-11ed-97a8-8e5f87418ccf | InvocationID=8ec9a48e-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:12:06+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ec9a236-5d91-11ed-97a8-8e5f87418ccf | InvocationID=8ec9a48e-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:12:06+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec9a236-5d91-11ed-97a8-8e5f87418ccf | InvocationID=8ec9a48e-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:12:19+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=878992ce-5d91-11ed-97a8-8e5f87418ccf | InvocationID=878994fe-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:12:19+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=964e8936-5d91-11ed-97a8-8e5f87418ccf | InvocationID=964e8abc-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:12:31+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ec9a236-5d91-11ed-97a8-8e5f87418ccf | InvocationID=8ec9a48e-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:12:31+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9db8234e-5d91-11ed-97a8-8e5f87418ccf | InvocationID=9db825c4-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:12:31+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9db8234e-5d91-11ed-97a8-8e5f87418ccf | InvocationID=9db825c4-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:12:31+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9db8234e-5d91-11ed-97a8-8e5f87418ccf | InvocationID=9db825c4-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:12:43+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=964e8936-5d91-11ed-97a8-8e5f87418ccf | InvocationID=964e8abc-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:12:43+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5135dfc-5d91-11ed-97a8-8e5f87418ccf | InvocationID=a5135f82-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:12:56+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9db8234e-5d91-11ed-97a8-8e5f87418ccf | InvocationID=9db825c4-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:12:56+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca695e8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=aca6976e-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:12:56+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aca695e8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=aca6976e-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:12:56+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca695e8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=aca6976e-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:13:08+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5135dfc-5d91-11ed-97a8-8e5f87418ccf | InvocationID=a5135f82-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:13:08+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3daac50-5d91-11ed-97a8-8e5f87418ccf | InvocationID=b3daadcc-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:13:21+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aca695e8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=aca6976e-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:13:21+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9461ac-5d91-11ed-97a8-8e5f87418ccf | InvocationID=bb946346-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:13:21+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb9461ac-5d91-11ed-97a8-8e5f87418ccf | InvocationID=bb946346-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:13:21+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9461ac-5d91-11ed-97a8-8e5f87418ccf | InvocationID=bb946346-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:13:33+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3daac50-5d91-11ed-97a8-8e5f87418ccf | InvocationID=b3daadcc-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:13:33+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29e2fdc-5d91-11ed-97a8-8e5f87418ccf | InvocationID=c29e332e-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:13:46+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb9461ac-5d91-11ed-97a8-8e5f87418ccf | InvocationID=bb946346-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:13:46+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8269f2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=ca826c9a-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:13:46+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8269f2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=ca826c9a-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:13:46+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8269f2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=ca826c9a-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:13:58+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c29e2fdc-5d91-11ed-97a8-8e5f87418ccf | InvocationID=c29e332e-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:13:58+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d162c6d6-5d91-11ed-97a8-8e5f87418ccf | InvocationID=d162c870-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:14:11+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca8269f2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=ca826c9a-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:14:11+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9714ce4-5d91-11ed-97a8-8e5f87418ccf | InvocationID=d9714e9c-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:14:11+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9714ce4-5d91-11ed-97a8-8e5f87418ccf | InvocationID=d9714e9c-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:14:11+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9714ce4-5d91-11ed-97a8-8e5f87418ccf | InvocationID=d9714e9c-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:14:23+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d162c6d6-5d91-11ed-97a8-8e5f87418ccf | InvocationID=d162c870-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:14:23+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e02822d8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=e02826fc-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:14:36+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9714ce4-5d91-11ed-97a8-8e5f87418ccf | InvocationID=d9714e9c-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:14:36+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e861e722-5d91-11ed-97a8-8e5f87418ccf | InvocationID=e861eaec-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:14:36+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e861e722-5d91-11ed-97a8-8e5f87418ccf | InvocationID=e861eaec-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:14:36+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e861e722-5d91-11ed-97a8-8e5f87418ccf | InvocationID=e861eaec-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:14:47+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e02822d8-5d91-11ed-97a8-8e5f87418ccf | InvocationID=e02826fc-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:14:47+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeecd5a2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=eeecd73c-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:15:01+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e861e722-5d91-11ed-97a8-8e5f87418ccf | InvocationID=e861eaec-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:15:01+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7510a6a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=f7510c4a-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:15:01+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7510a6a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=f7510c4a-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:15:01+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7510a6a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=f7510c4a-5d91-11ed-97a8-8e5f87418ccf | 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-11-06T05:15:12+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeecd5a2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=eeecd73c-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:15:12+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdb0a9e2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=fdb0abae-5d91-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:15:26+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7510a6a-5d91-11ed-97a8-8e5f87418ccf | InvocationID=f7510c4a-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:15:26+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063ec8d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=063eca94-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:15:27+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=063ec8d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=063eca94-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:15:27+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063ec8d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=063eca94-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:15:37+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdb0a9e2-5d91-11ed-97a8-8e5f87418ccf | InvocationID=fdb0abae-5d91-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:15:37+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c772758-5d92-11ed-97a8-8e5f87418ccf | InvocationID=0c772cda-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:15:52+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=063ec8d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=063eca94-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:15:52+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=152dc1ae-5d92-11ed-97a8-8e5f87418ccf | InvocationID=152dc348-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:15:52+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=152dc1ae-5d92-11ed-97a8-8e5f87418ccf | InvocationID=152dc348-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:15:52+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=152dc1ae-5d92-11ed-97a8-8e5f87418ccf | InvocationID=152dc348-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:16:02+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c772758-5d92-11ed-97a8-8e5f87418ccf | InvocationID=0c772cda-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:16:02+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b3f34a6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=1b3f373a-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:16:17+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=152dc1ae-5d92-11ed-97a8-8e5f87418ccf | InvocationID=152dc348-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:16:17+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241b4452-5d92-11ed-97a8-8e5f87418ccf | InvocationID=241b45d8-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:16:17+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=241b4452-5d92-11ed-97a8-8e5f87418ccf | InvocationID=241b45d8-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:16:17+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241b4452-5d92-11ed-97a8-8e5f87418ccf | InvocationID=241b45d8-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:16:26+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b3f34a6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=1b3f373a-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:16:26+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a05c496-5d92-11ed-97a8-8e5f87418ccf | InvocationID=2a05c644-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:16:42+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=241b4452-5d92-11ed-97a8-8e5f87418ccf | InvocationID=241b45d8-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:16:42+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=330a0e80-5d92-11ed-97a8-8e5f87418ccf | InvocationID=330a10b0-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:16:42+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=330a0e80-5d92-11ed-97a8-8e5f87418ccf | InvocationID=330a10b0-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:16:42+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=330a0e80-5d92-11ed-97a8-8e5f87418ccf | InvocationID=330a10b0-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:16:51+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a05c496-5d92-11ed-97a8-8e5f87418ccf | InvocationID=2a05c644-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:16:51+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ca8084-5d92-11ed-97a8-8e5f87418ccf | InvocationID=38ca8214-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:17:07+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=330a0e80-5d92-11ed-97a8-8e5f87418ccf | InvocationID=330a10b0-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:17:07+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f922e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=41f92476-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:17:07+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41f922e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=41f92476-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:17:07+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f922e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=41f92476-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:17:16+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38ca8084-5d92-11ed-97a8-8e5f87418ccf | InvocationID=38ca8214-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:17:16+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=479223a6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=47922586-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:17:32+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=41f922e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=41f92476-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:17:32+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e77744-5d92-11ed-97a8-8e5f87418ccf | InvocationID=50e7796a-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:17:32+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50e77744-5d92-11ed-97a8-8e5f87418ccf | InvocationID=50e7796a-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:17:32+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50e77744-5d92-11ed-97a8-8e5f87418ccf | InvocationID=50e7796a-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:17:41+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=479223a6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=47922586-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:17:41+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56577fda-5d92-11ed-97a8-8e5f87418ccf | InvocationID=56578192-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:17:57+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50e77744-5d92-11ed-97a8-8e5f87418ccf | InvocationID=50e7796a-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:17:57+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd73cb2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=5fd74108-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:17:57+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fd73cb2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=5fd74108-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:17:57+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fd73cb2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=5fd74108-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:18:06+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56577fda-5d92-11ed-97a8-8e5f87418ccf | InvocationID=56578192-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:18:06+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651e929c-5d92-11ed-97a8-8e5f87418ccf | InvocationID=651e9436-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:18:22+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5fd73cb2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=5fd74108-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:18:22+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ec5a3a8-5d92-11ed-97a8-8e5f87418ccf | InvocationID=6ec5a59c-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:18:22+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ec5a3a8-5d92-11ed-97a8-8e5f87418ccf | InvocationID=6ec5a59c-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:18:22+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ec5a3a8-5d92-11ed-97a8-8e5f87418ccf | InvocationID=6ec5a59c-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:18:30+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=651e929c-5d92-11ed-97a8-8e5f87418ccf | InvocationID=651e9436-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:18:30+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73e23946-5d92-11ed-97a8-8e5f87418ccf | InvocationID=73e23b44-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:18:47+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ec5a3a8-5d92-11ed-97a8-8e5f87418ccf | InvocationID=6ec5a59c-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:18:47+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7db44f0e-5d92-11ed-97a8-8e5f87418ccf | InvocationID=7db451b6-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:18:47+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7db44f0e-5d92-11ed-97a8-8e5f87418ccf | InvocationID=7db451b6-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:18:47+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7db44f0e-5d92-11ed-97a8-8e5f87418ccf | InvocationID=7db451b6-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:18:55+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73e23946-5d92-11ed-97a8-8e5f87418ccf | InvocationID=73e23b44-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:18:55+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82a59752-5d92-11ed-97a8-8e5f87418ccf | InvocationID=82a59996-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:19:12+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7db44f0e-5d92-11ed-97a8-8e5f87418ccf | InvocationID=7db451b6-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:19:12+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca66862-5d92-11ed-97a8-8e5f87418ccf | InvocationID=8ca66a88-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:19:12+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ca66862-5d92-11ed-97a8-8e5f87418ccf | InvocationID=8ca66a88-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:19:12+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ca66862-5d92-11ed-97a8-8e5f87418ccf | InvocationID=8ca66a88-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:19:20+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82a59752-5d92-11ed-97a8-8e5f87418ccf | InvocationID=82a59996-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:19:20+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=916aeec2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=916af052-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:19:37+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ca66862-5d92-11ed-97a8-8e5f87418ccf | InvocationID=8ca66a88-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:19:37+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bab9f26-5d92-11ed-97a8-8e5f87418ccf | InvocationID=9baba0c0-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:19:37+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bab9f26-5d92-11ed-97a8-8e5f87418ccf | InvocationID=9baba0c0-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:19:37+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bab9f26-5d92-11ed-97a8-8e5f87418ccf | InvocationID=9baba0c0-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:19:45+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=916aeec2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=916af052-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:19:45+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a02f4a8e-5d92-11ed-97a8-8e5f87418ccf | InvocationID=a02f9a02-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:20:02+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bab9f26-5d92-11ed-97a8-8e5f87418ccf | InvocationID=9baba0c0-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:20:02+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa99b040-5d92-11ed-97a8-8e5f87418ccf | InvocationID=aa99b4be-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:20:02+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa99b040-5d92-11ed-97a8-8e5f87418ccf | InvocationID=aa99b4be-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:20:02+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa99b040-5d92-11ed-97a8-8e5f87418ccf | InvocationID=aa99b4be-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:20:10+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a02f4a8e-5d92-11ed-97a8-8e5f87418ccf | InvocationID=a02f9a02-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:20:10+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aef756a6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=aef7582c-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:20:27+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa99b040-5d92-11ed-97a8-8e5f87418ccf | InvocationID=aa99b4be-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:20:27+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b98d1d8a-5d92-11ed-97a8-8e5f87418ccf | InvocationID=b98d1f1a-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:20:27+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b98d1d8a-5d92-11ed-97a8-8e5f87418ccf | InvocationID=b98d1f1a-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:20:27+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b98d1d8a-5d92-11ed-97a8-8e5f87418ccf | InvocationID=b98d1f1a-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:20:34+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aef756a6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=aef7582c-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:20:34+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdc11aa0-5d92-11ed-97a8-8e5f87418ccf | InvocationID=bdc11d0c-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:20:52+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b98d1d8a-5d92-11ed-97a8-8e5f87418ccf | InvocationID=b98d1f1a-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:20:52+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87de4d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=c87de66c-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:20:52+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c87de4d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=c87de66c-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:20:52+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c87de4d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=c87de66c-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:20:59+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdc11aa0-5d92-11ed-97a8-8e5f87418ccf | InvocationID=bdc11d0c-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:20:59+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc864826-5d92-11ed-97a8-8e5f87418ccf | InvocationID=cc8649ca-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:21:17+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c87de4d2-5d92-11ed-97a8-8e5f87418ccf | InvocationID=c87de66c-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:21:17+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d76dd6e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=d76de280-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:21:17+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d76dd6e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=d76de280-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:21:17+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d76dd6e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=d76de280-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:21:24+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc864826-5d92-11ed-97a8-8e5f87418ccf | InvocationID=cc8649ca-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:21:24+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db4c01ac-5d92-11ed-97a8-8e5f87418ccf | InvocationID=db4c04fe-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:21:42+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d76dd6e6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=d76de280-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:21:42+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65ddbf6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=e65dddfe-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:21:43+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e65ddbf6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=e65dddfe-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:21:43+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e65ddbf6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=e65dddfe-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:21:49+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db4c01ac-5d92-11ed-97a8-8e5f87418ccf | InvocationID=db4c04fe-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:21:49+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea14377c-5d92-11ed-97a8-8e5f87418ccf | InvocationID=ea143902-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:22:08+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e65ddbf6-5d92-11ed-97a8-8e5f87418ccf | InvocationID=e65dddfe-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:22:08+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54c2064-5d92-11ed-97a8-8e5f87418ccf | InvocationID=f54c23fc-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:22:08+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f54c2064-5d92-11ed-97a8-8e5f87418ccf | InvocationID=f54c23fc-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:22:08+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f54c2064-5d92-11ed-97a8-8e5f87418ccf | InvocationID=f54c23fc-5d92-11ed-97a8-8e5f87418ccf | 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-11-06T05:22:14+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea14377c-5d92-11ed-97a8-8e5f87418ccf | InvocationID=ea143902-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:22:14+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8dabd94-5d92-11ed-97a8-8e5f87418ccf | InvocationID=f8dabf24-5d92-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:22:33+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f54c2064-5d92-11ed-97a8-8e5f87418ccf | InvocationID=f54c23fc-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:22:33+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043a1c02-5d93-11ed-97a8-8e5f87418ccf | InvocationID=043a1e0a-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:22:33+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=043a1c02-5d93-11ed-97a8-8e5f87418ccf | InvocationID=043a1e0a-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:22:33+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=043a1c02-5d93-11ed-97a8-8e5f87418ccf | InvocationID=043a1e0a-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:22:38+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8dabd94-5d92-11ed-97a8-8e5f87418ccf | InvocationID=f8dabf24-5d92-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:22:38+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07a5cca6-5d93-11ed-97a8-8e5f87418ccf | InvocationID=07a5ce36-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:22:58+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=043a1c02-5d93-11ed-97a8-8e5f87418ccf | InvocationID=043a1e0a-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:22:58+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13288532-5d93-11ed-97a8-8e5f87418ccf | InvocationID=13288726-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:22:58+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13288532-5d93-11ed-97a8-8e5f87418ccf | InvocationID=13288726-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:22:58+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13288532-5d93-11ed-97a8-8e5f87418ccf | InvocationID=13288726-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:23:03+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07a5cca6-5d93-11ed-97a8-8e5f87418ccf | InvocationID=07a5ce36-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:23:03+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166e9812-5d93-11ed-97a8-8e5f87418ccf | InvocationID=166e9a6a-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:23:23+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13288532-5d93-11ed-97a8-8e5f87418ccf | InvocationID=13288726-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:23:23+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2216c6f8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=2216c9aa-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:23:23+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2216c6f8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=2216c9aa-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:23:23+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2216c6f8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=2216c9aa-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:23:28+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=166e9812-5d93-11ed-97a8-8e5f87418ccf | InvocationID=166e9a6a-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:23:28+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=253842da-5d93-11ed-97a8-8e5f87418ccf | InvocationID=2538451e-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:23:48+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2216c6f8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=2216c9aa-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:23:48+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=310909aa-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3109113e-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:23:48+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=310909aa-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3109113e-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:23:48+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=310909aa-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3109113e-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:23:53+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=253842da-5d93-11ed-97a8-8e5f87418ccf | InvocationID=2538451e-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:23:53+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33fe8dec-5d93-11ed-97a8-8e5f87418ccf | InvocationID=33fe8f86-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:24:13+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=310909aa-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3109113e-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:24:13+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff9bb58-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3ff9bea0-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:24:13+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ff9bb58-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3ff9bea0-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:24:13+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ff9bb58-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3ff9bea0-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:24:18+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33fe8dec-5d93-11ed-97a8-8e5f87418ccf | InvocationID=33fe8f86-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:24:18+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42cd612c-5d93-11ed-97a8-8e5f87418ccf | InvocationID=42cd632a-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:24:38+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ff9bb58-5d93-11ed-97a8-8e5f87418ccf | InvocationID=3ff9bea0-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:24:38+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ee8c5b4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=4ee8c74e-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:24:38+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ee8c5b4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=4ee8c74e-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:24:38+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ee8c5b4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=4ee8c74e-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:24:42+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42cd612c-5d93-11ed-97a8-8e5f87418ccf | InvocationID=42cd632a-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:24:42+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5195fc6e-5d93-11ed-97a8-8e5f87418ccf | InvocationID=5195fe12-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:25:03+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ee8c5b4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=4ee8c74e-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:25:03+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd804b8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=5dd807ec-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:25:03+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dd804b8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=5dd807ec-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:25:03+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dd804b8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=5dd807ec-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:25:07+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5195fc6e-5d93-11ed-97a8-8e5f87418ccf | InvocationID=5195fe12-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:25:07+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=605f0b78-5d93-11ed-97a8-8e5f87418ccf | InvocationID=605f0e02-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:25:28+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5dd804b8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=5dd807ec-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:25:28+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc5ba88-5d93-11ed-97a8-8e5f87418ccf | InvocationID=6cc5beb6-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:25:28+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc5ba88-5d93-11ed-97a8-8e5f87418ccf | InvocationID=6cc5beb6-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:25:28+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc5ba88-5d93-11ed-97a8-8e5f87418ccf | InvocationID=6cc5beb6-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:25:32+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=605f0b78-5d93-11ed-97a8-8e5f87418ccf | InvocationID=605f0e02-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:25:32+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f262218-5d93-11ed-97a8-8e5f87418ccf | InvocationID=6f262d3a-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:25:53+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6cc5ba88-5d93-11ed-97a8-8e5f87418ccf | InvocationID=6cc5beb6-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:25:53+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb3b6b2-5d93-11ed-97a8-8e5f87418ccf | InvocationID=7bb3ba40-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:25:53+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bb3b6b2-5d93-11ed-97a8-8e5f87418ccf | InvocationID=7bb3ba40-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:25:53+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb3b6b2-5d93-11ed-97a8-8e5f87418ccf | InvocationID=7bb3ba40-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:25:57+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f262218-5d93-11ed-97a8-8e5f87418ccf | InvocationID=6f262d3a-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:25:57+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dec27de-5d93-11ed-97a8-8e5f87418ccf | InvocationID=7dec2a2c-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:26:18+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bb3b6b2-5d93-11ed-97a8-8e5f87418ccf | InvocationID=7bb3ba40-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:26:18+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa42cc4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=8aa42f80-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:26:18+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa42cc4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=8aa42f80-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:26:18+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa42cc4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=8aa42f80-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:26:22+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dec27de-5d93-11ed-97a8-8e5f87418ccf | InvocationID=7dec2a2c-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:26:22+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8caf62f4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=8caf6484-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:26:43+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aa42cc4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=8aa42f80-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:26:43+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=999475d6-5d93-11ed-97a8-8e5f87418ccf | InvocationID=99947766-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:26:43+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=999475d6-5d93-11ed-97a8-8e5f87418ccf | InvocationID=99947766-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:26:43+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=999475d6-5d93-11ed-97a8-8e5f87418ccf | InvocationID=99947766-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:26:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8caf62f4-5d93-11ed-97a8-8e5f87418ccf | InvocationID=8caf6484-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:26:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b75c530-5d93-11ed-97a8-8e5f87418ccf | InvocationID=9b75c6b6-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:27:08+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=999475d6-5d93-11ed-97a8-8e5f87418ccf | InvocationID=99947766-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:27:08+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a882eca8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=a882ee6a-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:27:08+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a882eca8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=a882ee6a-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:27:08+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a882eca8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=a882ee6a-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:27:11+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b75c530-5d93-11ed-97a8-8e5f87418ccf | InvocationID=9b75c6b6-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:27:11+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa38f998-5d93-11ed-97a8-8e5f87418ccf | InvocationID=aa38fb28-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:27:33+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a882eca8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=a882ee6a-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:27:33+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b770ae76-5d93-11ed-97a8-8e5f87418ccf | InvocationID=b770b074-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:27:33+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b770ae76-5d93-11ed-97a8-8e5f87418ccf | InvocationID=b770b074-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:27:33+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b770ae76-5d93-11ed-97a8-8e5f87418ccf | InvocationID=b770b074-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:27:36+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa38f998-5d93-11ed-97a8-8e5f87418ccf | InvocationID=aa38fb28-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:27:36+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8fe1274-5d93-11ed-97a8-8e5f87418ccf | InvocationID=b8fe16ac-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:27:58+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b770ae76-5d93-11ed-97a8-8e5f87418ccf | InvocationID=b770b074-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:27:58+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65f2688-5d93-11ed-97a8-8e5f87418ccf | InvocationID=c65f282c-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:27:58+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c65f2688-5d93-11ed-97a8-8e5f87418ccf | InvocationID=c65f282c-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:27:58+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c65f2688-5d93-11ed-97a8-8e5f87418ccf | InvocationID=c65f282c-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:28:01+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8fe1274-5d93-11ed-97a8-8e5f87418ccf | InvocationID=b8fe16ac-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:28:01+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c238a8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=c7c23af6-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:28:23+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c65f2688-5d93-11ed-97a8-8e5f87418ccf | InvocationID=c65f282c-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:28:23+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54ce892-5d93-11ed-97a8-8e5f87418ccf | InvocationID=d54cea40-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:28:23+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d54ce892-5d93-11ed-97a8-8e5f87418ccf | InvocationID=d54cea40-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:28:23+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d54ce892-5d93-11ed-97a8-8e5f87418ccf | InvocationID=d54cea40-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:28:25+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7c238a8-5d93-11ed-97a8-8e5f87418ccf | InvocationID=c7c23af6-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:28:25+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d68ac314-5d93-11ed-97a8-8e5f87418ccf | InvocationID=d68ac54e-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:28:48+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d54ce892-5d93-11ed-97a8-8e5f87418ccf | InvocationID=d54cea40-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:28:48+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43ab820-5d93-11ed-97a8-8e5f87418ccf | InvocationID=e43ab9c4-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:28:48+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43ab820-5d93-11ed-97a8-8e5f87418ccf | InvocationID=e43ab9c4-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:28:48+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e43ab820-5d93-11ed-97a8-8e5f87418ccf | InvocationID=e43ab9c4-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:28:50+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d68ac314-5d93-11ed-97a8-8e5f87418ccf | InvocationID=d68ac54e-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:28:50+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e54dcaae-5d93-11ed-97a8-8e5f87418ccf | InvocationID=e54dcc48-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:29:13+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e43ab820-5d93-11ed-97a8-8e5f87418ccf | InvocationID=e43ab9c4-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:29:13+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f32c047e-5d93-11ed-97a8-8e5f87418ccf | InvocationID=f32c064a-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:29:14+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f32c047e-5d93-11ed-97a8-8e5f87418ccf | InvocationID=f32c064a-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:29:14+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f32c047e-5d93-11ed-97a8-8e5f87418ccf | InvocationID=f32c064a-5d93-11ed-97a8-8e5f87418ccf | 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-11-06T05:29:15+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e54dcaae-5d93-11ed-97a8-8e5f87418ccf | InvocationID=e54dcc48-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:29:15+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f41196e2-5d93-11ed-97a8-8e5f87418ccf | InvocationID=f411996c-5d93-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:29:39+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f32c047e-5d93-11ed-97a8-8e5f87418ccf | InvocationID=f32c064a-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:29:39+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021a25b0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=021a29f2-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:29:39+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=021a25b0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=021a29f2-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:29:39+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=021a25b0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=021a29f2-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:29:40+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f41196e2-5d93-11ed-97a8-8e5f87418ccf | InvocationID=f411996c-5d93-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:29:40+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02d80936-5d94-11ed-97a8-8e5f87418ccf | InvocationID=02d80ae4-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:30:04+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=021a25b0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=021a29f2-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:30:04+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1108dcb0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1108dea4-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:30:04+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1108dcb0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1108dea4-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:30:04+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1108dcb0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1108dea4-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:30:05+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02d80936-5d94-11ed-97a8-8e5f87418ccf | InvocationID=02d80ae4-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:30:05+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=119c4432-5d94-11ed-97a8-8e5f87418ccf | InvocationID=119c4608-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:30:29+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1108dcb0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1108dea4-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:30:29+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff8af5c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1ff8b0ec-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:30:29+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ff8af5c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1ff8b0ec-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:30:29+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ff8af5c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1ff8b0ec-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:30:29+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=119c4432-5d94-11ed-97a8-8e5f87418ccf | InvocationID=119c4608-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:30:29+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=206185f4-5d94-11ed-97a8-8e5f87418ccf | InvocationID=20618900-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:30:54+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ff8af5c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=1ff8b0ec-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:30:54+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ee70dce-5d94-11ed-97a8-8e5f87418ccf | InvocationID=2ee712ce-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:30:54+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ee70dce-5d94-11ed-97a8-8e5f87418ccf | InvocationID=2ee712ce-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:30:54+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ee70dce-5d94-11ed-97a8-8e5f87418ccf | InvocationID=2ee712ce-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:30:54+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=206185f4-5d94-11ed-97a8-8e5f87418ccf | InvocationID=20618900-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:30:54+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f270af0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=2f270c80-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:31:19+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ee70dce-5d94-11ed-97a8-8e5f87418ccf | InvocationID=2ee712ce-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:31:19+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dd51416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=3dd51632-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:31:19+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dd51416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=3dd51632-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:31:19+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dd51416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=3dd51632-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:31:19+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f270af0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=2f270c80-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:31:19+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3deb4b1e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=3deb4cae-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:31:44+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3deb4b1e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=3deb4cae-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:31:44+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cafccd8-5d94-11ed-97a8-8e5f87418ccf | InvocationID=4cafceea-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:31:44+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dd51416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=3dd51632-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:31:44+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cc3348a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=4cc33638-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:31:44+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cc3348a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=4cc33638-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:31:44+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cc3348a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=4cc33638-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:32:08+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4cafccd8-5d94-11ed-97a8-8e5f87418ccf | InvocationID=4cafceea-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:32:08+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b73fa32-5d94-11ed-97a8-8e5f87418ccf | InvocationID=5b73fcf8-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:32:09+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cc3348a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=4cc33638-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:32:09+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bb1146c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=5bb11606-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:32:09+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bb1146c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=5bb11606-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:32:09+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bb1146c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=5bb11606-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:32:33+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b73fa32-5d94-11ed-97a8-8e5f87418ccf | InvocationID=5b73fcf8-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:32:33+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a37a91a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=6a37aba4-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:32:34+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bb1146c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=5bb11606-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:32:34+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a9ec6fe-5d94-11ed-97a8-8e5f87418ccf | InvocationID=6a9ec8fc-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:32:34+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a9ec6fe-5d94-11ed-97a8-8e5f87418ccf | InvocationID=6a9ec8fc-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:32:34+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a9ec6fe-5d94-11ed-97a8-8e5f87418ccf | InvocationID=6a9ec8fc-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:32:58+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a37a91a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=6a37aba4-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:32:58+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78fdcf2e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=78fdd26c-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:32:59+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a9ec6fe-5d94-11ed-97a8-8e5f87418ccf | InvocationID=6a9ec8fc-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:32:59+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=798c9f56-5d94-11ed-97a8-8e5f87418ccf | InvocationID=798ca0dc-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:32:59+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=798c9f56-5d94-11ed-97a8-8e5f87418ccf | InvocationID=798ca0dc-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:32:59+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=798c9f56-5d94-11ed-97a8-8e5f87418ccf | InvocationID=798ca0dc-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:33:23+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78fdcf2e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=78fdd26c-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:33:23+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87c4c79c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=87c4c9cc-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:33:24+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=798c9f56-5d94-11ed-97a8-8e5f87418ccf | InvocationID=798ca0dc-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:33:24+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=887af13e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=887af36e-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:33:24+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=887af13e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=887af36e-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:33:24+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=887af13e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=887af36e-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:33:48+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87c4c79c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=87c4c9cc-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:33:48+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9687d9a4-5d94-11ed-97a8-8e5f87418ccf | InvocationID=9687db8e-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:33:49+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=887af13e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=887af36e-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:33:49+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=976be63a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=976be7d4-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:33:49+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=976be63a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=976be7d4-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:33:49+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=976be63a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=976be7d4-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:34:12+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9687d9a4-5d94-11ed-97a8-8e5f87418ccf | InvocationID=9687db8e-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:34:12+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a54b43ea-5d94-11ed-97a8-8e5f87418ccf | InvocationID=a54b475a-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:34:14+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=976be63a-5d94-11ed-97a8-8e5f87418ccf | InvocationID=976be7d4-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:34:14+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65a4416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=a65a45ba-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:34:14+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65a4416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=a65a45ba-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:34:14+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a65a4416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=a65a45ba-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:34:37+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a54b43ea-5d94-11ed-97a8-8e5f87418ccf | InvocationID=a54b475a-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:34:37+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b410bbd0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=b410bd60-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:34:39+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a65a4416-5d94-11ed-97a8-8e5f87418ccf | InvocationID=a65a45ba-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:34:39+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b549f2dc-5d94-11ed-97a8-8e5f87418ccf | InvocationID=b549f5ca-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:34:39+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b549f2dc-5d94-11ed-97a8-8e5f87418ccf | InvocationID=b549f5ca-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:34:39+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b549f2dc-5d94-11ed-97a8-8e5f87418ccf | InvocationID=b549f5ca-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:35:02+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b410bbd0-5d94-11ed-97a8-8e5f87418ccf | InvocationID=b410bd60-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:35:02+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2d48188-5d94-11ed-97a8-8e5f87418ccf | InvocationID=c2d48b42-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:35:04+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b549f2dc-5d94-11ed-97a8-8e5f87418ccf | InvocationID=b549f5ca-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:35:04+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c438c110-5d94-11ed-97a8-8e5f87418ccf | InvocationID=c438c2be-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:35:04+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c438c110-5d94-11ed-97a8-8e5f87418ccf | InvocationID=c438c2be-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:35:04+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c438c110-5d94-11ed-97a8-8e5f87418ccf | InvocationID=c438c2be-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:35:27+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2d48188-5d94-11ed-97a8-8e5f87418ccf | InvocationID=c2d48b42-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:35:27+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d199aebe-5d94-11ed-97a8-8e5f87418ccf | InvocationID=d199b166-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:35:29+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c438c110-5d94-11ed-97a8-8e5f87418ccf | InvocationID=c438c2be-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:35:29+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32965ee-5d94-11ed-97a8-8e5f87418ccf | InvocationID=d329686e-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:35:29+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32965ee-5d94-11ed-97a8-8e5f87418ccf | InvocationID=d329686e-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:35:29+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d32965ee-5d94-11ed-97a8-8e5f87418ccf | InvocationID=d329686e-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:35:51+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d199aebe-5d94-11ed-97a8-8e5f87418ccf | InvocationID=d199b166-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:35:51+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e05daf36-5d94-11ed-97a8-8e5f87418ccf | InvocationID=e05db706-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:35:54+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d32965ee-5d94-11ed-97a8-8e5f87418ccf | InvocationID=d329686e-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:35:54+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e216d154-5d94-11ed-97a8-8e5f87418ccf | InvocationID=e216dcb2-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:35:54+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e216d154-5d94-11ed-97a8-8e5f87418ccf | InvocationID=e216dcb2-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:35:54+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e216d154-5d94-11ed-97a8-8e5f87418ccf | InvocationID=e216dcb2-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:36:16+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e05daf36-5d94-11ed-97a8-8e5f87418ccf | InvocationID=e05db706-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:36:16+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef21a93c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=ef21ad06-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:36:19+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e216d154-5d94-11ed-97a8-8e5f87418ccf | InvocationID=e216dcb2-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:36:19+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f105de6c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=f105e006-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:36:19+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f105de6c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=f105e006-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:36:19+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f105de6c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=f105e006-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:36:41+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef21a93c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=ef21ad06-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:36:41+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fde6e784-5d94-11ed-97a8-8e5f87418ccf | InvocationID=fde6ecde-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:36:44+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f105de6c-5d94-11ed-97a8-8e5f87418ccf | InvocationID=f105e006-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:36:44+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fff4305e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=fff43536-5d94-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:36:44+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fff4305e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=fff43536-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:36:44+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fff4305e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=fff43536-5d94-11ed-97a8-8e5f87418ccf | 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-11-06T05:37:06+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fde6e784-5d94-11ed-97a8-8e5f87418ccf | InvocationID=fde6ecde-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:37:06+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0caaa8d2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=0caaac60-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:37:09+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fff4305e-5d94-11ed-97a8-8e5f87418ccf | InvocationID=fff43536-5d94-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:37:09+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee299de-5d95-11ed-97a8-8e5f87418ccf | InvocationID=0ee29b82-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:37:10+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee299de-5d95-11ed-97a8-8e5f87418ccf | InvocationID=0ee29b82-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:37:10+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ee299de-5d95-11ed-97a8-8e5f87418ccf | InvocationID=0ee29b82-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:37:31+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0caaa8d2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=0caaac60-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:37:31+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b728290-5d95-11ed-97a8-8e5f87418ccf | InvocationID=1b72857e-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:37:35+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ee299de-5d95-11ed-97a8-8e5f87418ccf | InvocationID=0ee29b82-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:37:35+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd170d2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=1dd17316-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:37:35+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd170d2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=1dd17316-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:37:35+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd170d2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=1dd17316-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:37:55+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b728290-5d95-11ed-97a8-8e5f87418ccf | InvocationID=1b72857e-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:37:55+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a36838a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=2a368542-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:38:00+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd170d2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=1dd17316-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:38:00+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc02be2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=2cc034ca-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:38:00+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cc02be2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=2cc034ca-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:38:00+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cc02be2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=2cc034ca-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:38:20+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a36838a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=2a368542-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:38:20+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38fbff9e-5d95-11ed-97a8-8e5f87418ccf | InvocationID=38fc01e2-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:38:25+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cc02be2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=2cc034ca-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:38:25+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bae494a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=3bae4bb6-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:38:25+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bae494a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=3bae4bb6-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:38:25+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bae494a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=3bae4bb6-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:38:45+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38fbff9e-5d95-11ed-97a8-8e5f87418ccf | InvocationID=38fc01e2-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:38:45+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c796b4-5d95-11ed-97a8-8e5f87418ccf | InvocationID=47c7986c-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:38:50+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bae494a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=3bae4bb6-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:38:50+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a9da45a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=4a9da662-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:38:50+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a9da45a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=4a9da662-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:38:50+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a9da45a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=4a9da662-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:39:10+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47c796b4-5d95-11ed-97a8-8e5f87418ccf | InvocationID=47c7986c-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:39:10+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=568dcc0e-5d95-11ed-97a8-8e5f87418ccf | InvocationID=568dcda8-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:39:15+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a9da45a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=4a9da662-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:39:15+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59905fc0-5d95-11ed-97a8-8e5f87418ccf | InvocationID=5990616e-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:39:15+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59905fc0-5d95-11ed-97a8-8e5f87418ccf | InvocationID=5990616e-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:39:15+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59905fc0-5d95-11ed-97a8-8e5f87418ccf | InvocationID=5990616e-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:39:34+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=568dcc0e-5d95-11ed-97a8-8e5f87418ccf | InvocationID=568dcda8-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:39:34+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6553d760-5d95-11ed-97a8-8e5f87418ccf | InvocationID=6553da4e-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:39:40+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59905fc0-5d95-11ed-97a8-8e5f87418ccf | InvocationID=5990616e-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:39:40+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6880470c-5d95-11ed-97a8-8e5f87418ccf | InvocationID=68804a86-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:39:40+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6880470c-5d95-11ed-97a8-8e5f87418ccf | InvocationID=68804a86-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:39:40+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6880470c-5d95-11ed-97a8-8e5f87418ccf | InvocationID=68804a86-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:39:59+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6553d760-5d95-11ed-97a8-8e5f87418ccf | InvocationID=6553da4e-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:39:59+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=741a0b34-5d95-11ed-97a8-8e5f87418ccf | InvocationID=741a0cce-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:40:05+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6880470c-5d95-11ed-97a8-8e5f87418ccf | InvocationID=68804a86-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:40:05+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=776edd82-5d95-11ed-97a8-8e5f87418ccf | InvocationID=776edf76-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:40:05+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=776edd82-5d95-11ed-97a8-8e5f87418ccf | InvocationID=776edf76-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:40:05+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=776edd82-5d95-11ed-97a8-8e5f87418ccf | InvocationID=776edf76-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:40:24+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=741a0b34-5d95-11ed-97a8-8e5f87418ccf | InvocationID=741a0cce-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:40:24+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82de4cf2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=82de4e82-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:40:30+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=776edd82-5d95-11ed-97a8-8e5f87418ccf | InvocationID=776edf76-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:40:30+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8660f5be-5d95-11ed-97a8-8e5f87418ccf | InvocationID=8660f776-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:40:30+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8660f5be-5d95-11ed-97a8-8e5f87418ccf | InvocationID=8660f776-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:40:30+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8660f5be-5d95-11ed-97a8-8e5f87418ccf | InvocationID=8660f776-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:40:49+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=82de4cf2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=82de4e82-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:40:49+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91a2986a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=91a299fa-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:40:55+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8660f5be-5d95-11ed-97a8-8e5f87418ccf | InvocationID=8660f776-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:40:55+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=954fb2a4-5d95-11ed-97a8-8e5f87418ccf | InvocationID=954fb5a6-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:40:55+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=954fb2a4-5d95-11ed-97a8-8e5f87418ccf | InvocationID=954fb5a6-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:40:55+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=954fb2a4-5d95-11ed-97a8-8e5f87418ccf | InvocationID=954fb5a6-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:41:14+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91a2986a-5d95-11ed-97a8-8e5f87418ccf | InvocationID=91a299fa-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:41:14+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0684322-5d95-11ed-97a8-8e5f87418ccf | InvocationID=a06845ca-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:41:20+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=954fb2a4-5d95-11ed-97a8-8e5f87418ccf | InvocationID=954fb5a6-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:41:20+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43e01ee-5d95-11ed-97a8-8e5f87418ccf | InvocationID=a43e03ba-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:41:20+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a43e01ee-5d95-11ed-97a8-8e5f87418ccf | InvocationID=a43e03ba-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:41:20+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a43e01ee-5d95-11ed-97a8-8e5f87418ccf | InvocationID=a43e03ba-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:41:38+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0684322-5d95-11ed-97a8-8e5f87418ccf | InvocationID=a06845ca-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:41:38+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af309c9c-5d95-11ed-97a8-8e5f87418ccf | InvocationID=af309ee0-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:41:45+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a43e01ee-5d95-11ed-97a8-8e5f87418ccf | InvocationID=a43e03ba-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:41:45+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32e66c6-5d95-11ed-97a8-8e5f87418ccf | InvocationID=b32e6874-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:41:45+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32e66c6-5d95-11ed-97a8-8e5f87418ccf | InvocationID=b32e6874-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:41:45+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b32e66c6-5d95-11ed-97a8-8e5f87418ccf | InvocationID=b32e6874-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:42:03+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af309c9c-5d95-11ed-97a8-8e5f87418ccf | InvocationID=af309ee0-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:42:03+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdf4b7fe-5d95-11ed-97a8-8e5f87418ccf | InvocationID=bdf4b9f2-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:42:10+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b32e66c6-5d95-11ed-97a8-8e5f87418ccf | InvocationID=b32e6874-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:42:10+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21f4e16-5d95-11ed-97a8-8e5f87418ccf | InvocationID=c21f4fb0-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:42:10+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21f4e16-5d95-11ed-97a8-8e5f87418ccf | InvocationID=c21f4fb0-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:42:10+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c21f4e16-5d95-11ed-97a8-8e5f87418ccf | InvocationID=c21f4fb0-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:42:28+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdf4b7fe-5d95-11ed-97a8-8e5f87418ccf | InvocationID=bdf4b9f2-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:42:28+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccba7454-5d95-11ed-97a8-8e5f87418ccf | InvocationID=ccba76a2-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:42:35+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c21f4e16-5d95-11ed-97a8-8e5f87418ccf | InvocationID=c21f4fb0-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:42:35+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10d3ac8-5d95-11ed-97a8-8e5f87418ccf | InvocationID=d10d446e-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:42:35+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d10d3ac8-5d95-11ed-97a8-8e5f87418ccf | InvocationID=d10d446e-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:42:35+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d10d3ac8-5d95-11ed-97a8-8e5f87418ccf | InvocationID=d10d446e-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:42:53+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccba7454-5d95-11ed-97a8-8e5f87418ccf | InvocationID=ccba76a2-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:42:53+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db7fd826-5d95-11ed-97a8-8e5f87418ccf | InvocationID=db7fd9ca-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:43:00+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d10d3ac8-5d95-11ed-97a8-8e5f87418ccf | InvocationID=d10d446e-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:43:00+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dffc2f80-5d95-11ed-97a8-8e5f87418ccf | InvocationID=dffc3124-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:43:00+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dffc2f80-5d95-11ed-97a8-8e5f87418ccf | InvocationID=dffc3124-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:43:00+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dffc2f80-5d95-11ed-97a8-8e5f87418ccf | InvocationID=dffc3124-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:43:18+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db7fd826-5d95-11ed-97a8-8e5f87418ccf | InvocationID=db7fd9ca-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:43:18+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea43ebe0-5d95-11ed-97a8-8e5f87418ccf | InvocationID=ea43ed66-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:43:25+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dffc2f80-5d95-11ed-97a8-8e5f87418ccf | InvocationID=dffc3124-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:43:25+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeeba9b2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=eeebab42-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:43:26+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeeba9b2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=eeebab42-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:43:26+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeeba9b2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=eeebab42-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:43:42+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea43ebe0-5d95-11ed-97a8-8e5f87418ccf | InvocationID=ea43ed66-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:43:42+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9086084-5d95-11ed-97a8-8e5f87418ccf | InvocationID=f9086296-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:43:51+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eeeba9b2-5d95-11ed-97a8-8e5f87418ccf | InvocationID=eeebab42-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:43:51+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdf17d38-5d95-11ed-97a8-8e5f87418ccf | InvocationID=fdf1801c-5d95-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:43:51+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdf17d38-5d95-11ed-97a8-8e5f87418ccf | InvocationID=fdf1801c-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:43:51+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdf17d38-5d95-11ed-97a8-8e5f87418ccf | InvocationID=fdf1801c-5d95-11ed-97a8-8e5f87418ccf | 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-11-06T05:44:07+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9086084-5d95-11ed-97a8-8e5f87418ccf | InvocationID=f9086296-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:44:07+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ccc614-5d96-11ed-97a8-8e5f87418ccf | InvocationID=07ccc8e4-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:44:16+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fdf17d38-5d95-11ed-97a8-8e5f87418ccf | InvocationID=fdf1801c-5d95-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:44:16+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cdf90a0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=0cdf949c-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:44:16+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0cdf90a0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=0cdf949c-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:44:16+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cdf90a0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=0cdf949c-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:44:32+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07ccc614-5d96-11ed-97a8-8e5f87418ccf | InvocationID=07ccc8e4-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:44:32+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1691381a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=16914080-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:44:41+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0cdf90a0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=0cdf949c-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:44:41+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bce3d0a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=1bce3ef4-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:44:41+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bce3d0a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=1bce3ef4-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:44:41+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bce3d0a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=1bce3ef4-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:44:57+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1691381a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=16914080-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:44:57+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=255a82f2-5d96-11ed-97a8-8e5f87418ccf | InvocationID=255a84aa-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:45:06+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bce3d0a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=1bce3ef4-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:45:06+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2abc4802-5d96-11ed-97a8-8e5f87418ccf | InvocationID=2abc4af0-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:45:06+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2abc4802-5d96-11ed-97a8-8e5f87418ccf | InvocationID=2abc4af0-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:45:06+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2abc4802-5d96-11ed-97a8-8e5f87418ccf | InvocationID=2abc4af0-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:45:21+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=255a82f2-5d96-11ed-97a8-8e5f87418ccf | InvocationID=255a84aa-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:45:21+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=341e54a8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=341e5638-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:45:31+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2abc4802-5d96-11ed-97a8-8e5f87418ccf | InvocationID=2abc4af0-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:45:31+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39aad720-5d96-11ed-97a8-8e5f87418ccf | InvocationID=39aad8ba-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:45:31+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39aad720-5d96-11ed-97a8-8e5f87418ccf | InvocationID=39aad8ba-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:45:31+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39aad720-5d96-11ed-97a8-8e5f87418ccf | InvocationID=39aad8ba-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:45:46+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=341e54a8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=341e5638-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:45:46+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42e3c37e-5d96-11ed-97a8-8e5f87418ccf | InvocationID=42e3c572-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:45:56+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39aad720-5d96-11ed-97a8-8e5f87418ccf | InvocationID=39aad8ba-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:45:56+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4899bf44-5d96-11ed-97a8-8e5f87418ccf | InvocationID=4899c0de-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:45:56+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4899bf44-5d96-11ed-97a8-8e5f87418ccf | InvocationID=4899c0de-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:45:56+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4899bf44-5d96-11ed-97a8-8e5f87418ccf | InvocationID=4899c0de-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:46:11+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42e3c37e-5d96-11ed-97a8-8e5f87418ccf | InvocationID=42e3c572-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:46:11+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a7ba3c-5d96-11ed-97a8-8e5f87418ccf | InvocationID=51a7bbcc-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:46:21+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4899bf44-5d96-11ed-97a8-8e5f87418ccf | InvocationID=4899c0de-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:46:21+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5788afd8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=5788b168-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:46:21+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5788afd8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=5788b168-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:46:21+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5788afd8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=5788b168-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:46:36+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51a7ba3c-5d96-11ed-97a8-8e5f87418ccf | InvocationID=51a7bbcc-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:46:36+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=606ac6b8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=606ac848-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:46:46+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5788afd8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=5788b168-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:46:46+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6676838a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=6676852e-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:46:46+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6676838a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=6676852e-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:46:46+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6676838a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=6676852e-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:47:01+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=606ac6b8-5d96-11ed-97a8-8e5f87418ccf | InvocationID=606ac848-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:47:01+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f326868-5d96-11ed-97a8-8e5f87418ccf | InvocationID=6f326a02-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:47:11+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6676838a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=6676852e-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:47:11+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75640d4a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=75640ee4-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:47:11+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75640d4a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=75640ee4-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:47:11+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75640d4a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=75640ee4-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:47:25+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f326868-5d96-11ed-97a8-8e5f87418ccf | InvocationID=6f326a02-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:47:25+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7df8aa9c-5d96-11ed-97a8-8e5f87418ccf | InvocationID=7df8acae-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:47:36+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75640d4a-5d96-11ed-97a8-8e5f87418ccf | InvocationID=75640ee4-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:47:36+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84528502-5d96-11ed-97a8-8e5f87418ccf | InvocationID=8452869c-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:47:36+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84528502-5d96-11ed-97a8-8e5f87418ccf | InvocationID=8452869c-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:47:36+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84528502-5d96-11ed-97a8-8e5f87418ccf | InvocationID=8452869c-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:47:50+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7df8aa9c-5d96-11ed-97a8-8e5f87418ccf | InvocationID=7df8acae-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:47:50+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cbe7fb6-5d96-11ed-97a8-8e5f87418ccf | InvocationID=8cbe815a-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:48:01+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84528502-5d96-11ed-97a8-8e5f87418ccf | InvocationID=8452869c-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:48:01+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=934016b0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=93402376-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:48:01+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=934016b0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=93402376-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:48:01+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=934016b0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=93402376-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:48:15+0000 | aai_event_thread | 140129515920160 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cbe7fb6-5d96-11ed-97a8-8e5f87418ccf | InvocationID=8cbe815a-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF AAI events.
2022-11-06T05:48:15+0000 | aai_event_thread | 140129515920160 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b83c024-5d96-11ed-97a8-8e5f87418ccf | InvocationID=9b83c24a-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-06T05:48:26+0000 | policy_event_thread | 140129516981024 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=934016b0-5d96-11ed-97a8-8e5f87418ccf | InvocationID=93402376-5d96-11ed-97a8-8e5f87418ccf | Polling MR for XNF activation/deactivation policy response events.
2022-11-06T05:48:26+0000 | policy_event_thread | 140129516981024 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a22e8a08-5d96-11ed-97a8-8e5f87418ccf | InvocationID=a22e8c06-5d96-11ed-97a8-8e5f87418ccf | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-06T05:48:26+0000 | policy_event_thread | 140129516981024 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a22e8a08-5d96-11ed-97a8-8e5f87418ccf | InvocationID=a22e8c06-5d96-11ed-97a8-8e5f87418ccf | 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-11-06T05:48:26+0000 | policy_event_thread | 140129516981024 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a22e8a08-5d96-11ed-97a8-8e5f87418ccf | InvocationID=a22e8c06-5d96-11ed-97a8-8e5f87418ccf | 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