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-09-23T20:08:53+0000 | MainThread | 139794810101064 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-09-23T20:08:53+0000 | MainThread | 139794810101064 | 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-09-23T20:08:53+0000 | MainThread | 139794810101064 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-09-23T20:08:53+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:08:53+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c53cfc8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c53d234-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:08:53+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-09-23T20:08:53+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c561490-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c5615ee-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:08:54+0000 | MainThread | 139794810101064 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-09-23T20:08:55+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c53cfc8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c53d234-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:08:55+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c53cfc8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c53d234-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:08:55+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c561490-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c5615ee-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:08:55+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c561490-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c5615ee-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:15+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c561490-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c5615ee-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:09:15+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e5ff0e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=98e601ca-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:09:16+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98e5ff0e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=98e601ca-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:16+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e5ff0e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=98e601ca-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:20+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c53cfc8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=8c53d234-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:09:20+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bdd432a-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=9bdd4532-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:09:21+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bdd432a-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=9bdd4532-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:21+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bdd432a-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=9bdd4532-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:36+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98e5ff0e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=98e601ca-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:09:36+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5731540-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=a5731702-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:09:37+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5731540-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=a5731702-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:37+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5731540-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=a5731702-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:46+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bdd432a-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=9bdd4532-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:09:46+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab62ae8e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ab62b06e-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:09:47+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab62ae8e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ab62b06e-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:47+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab62ae8e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ab62b06e-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:57+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5731540-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=a5731702-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:09:57+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ff3f32-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=b1ff40d6-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:09:58+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1ff3f32-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=b1ff40d6-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:09:58+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1ff3f32-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=b1ff40d6-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:12+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab62ae8e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ab62b06e-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:10:12+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae9306c-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=bae9326a-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:10:13+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bae9306c-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=bae9326a-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:13+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae9306c-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=bae9326a-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:18+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1ff3f32-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=b1ff40d6-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:10:18+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8c9740-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=be8c98d0-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:10:19+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be8c9740-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=be8c98d0-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:19+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be8c9740-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=be8c98d0-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:38+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bae9306c-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=bae9326a-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:10:38+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca7008a8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ca700c36-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:10:38+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca7008a8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ca700c36-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:38+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca7008a8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ca700c36-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:39+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be8c9740-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=be8c98d0-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:10:39+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb19265e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=cb1928d4-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:10:39+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb19265e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=cb1928d4-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:39+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb19265e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=cb1928d4-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:59+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb19265e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=cb1928d4-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:10:59+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d70fb338-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d70fb5a4-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:10:59+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d70fb338-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d70fb5a4-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:10:59+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d70fb338-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d70fb5a4-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:03+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca7008a8-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ca700c36-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:11:03+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d98c419e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d98c432e-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:11:03+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d98c419e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d98c432e-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:03+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d98c419e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d98c432e-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:19+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d70fb338-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d70fb5a4-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:11:19+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e30927dc-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e309298a-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:11:19+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e30927dc-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e309298a-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:19+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e30927dc-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e309298a-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:28+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d98c419e-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=d98c432e-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:11:28+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e87e5016-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e87e5278-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:11:28+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e87e5016-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e87e5278-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:28+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e87e5016-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e87e5278-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:39+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e30927dc-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e309298a-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:11:39+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef00a2e0-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ef00a524-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:11:39+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef00a2e0-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ef00a524-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:39+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef00a2e0-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ef00a524-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:53+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e87e5016-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=e87e5278-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:11:53+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f76f2db6-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=f76f2fdc-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:11:53+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f76f2db6-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=f76f2fdc-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:53+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f76f2db6-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=f76f2fdc-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:59+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef00a2e0-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=ef00a524-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:11:59+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf52f94-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=faf5321e-3b7b-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:11:59+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faf52f94-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=faf5321e-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:11:59+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faf52f94-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=faf5321e-3b7b-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:18+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f76f2db6-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=f76f2fdc-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:12:18+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06610a10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06610baa-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:12:18+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06610a10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06610baa-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:18+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06610a10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06610baa-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:19+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faf52f94-3b7b-11ed-b8cc-5e16667cc14a | InvocationID=faf5321e-3b7b-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:12:19+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06eb2c68-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06eb2f56-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:12:19+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06eb2c68-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06eb2f56-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:19+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06eb2c68-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06eb2f56-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:39+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06eb2c68-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06eb2f56-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:12:39+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12dedf56-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=12dee1ea-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:12:39+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12dedf56-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=12dee1ea-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:39+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12dedf56-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=12dee1ea-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:43+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06610a10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=06610baa-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:12:43+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154fe65e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=154fe96a-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:12:43+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=154fe65e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=154fe96a-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:43+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=154fe65e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=154fe96a-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:59+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12dedf56-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=12dee1ea-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:12:59+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed6ec4a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=1ed6f1ea-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:12:59+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ed6ec4a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=1ed6f1ea-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:12:59+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ed6ec4a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=1ed6f1ea-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:08+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=154fe65e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=154fe96a-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:13:08+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24458268-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=244587fe-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:13:08+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24458268-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=244587fe-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:08+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24458268-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=244587fe-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:19+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ed6ec4a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=1ed6f1ea-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:13:19+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acbaa22-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=2acbacac-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:13:19+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acbaa22-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=2acbacac-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:19+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2acbaa22-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=2acbacac-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:33+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24458268-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=244587fe-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:13:33+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33364e7e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=33365022-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:13:34+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33364e7e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=33365022-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:34+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33364e7e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=33365022-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:39+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2acbaa22-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=2acbacac-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:13:39+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c33944-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=36c33b56-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:13:39+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36c33944-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=36c33b56-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:39+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36c33944-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=36c33b56-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:59+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33364e7e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=33365022-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:13:59+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4229c5a0-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4229c866-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:13:59+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4229c5a0-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4229c866-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:59+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4229c5a0-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4229c866-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:13:59+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36c33944-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=36c33b56-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:13:59+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b8c980-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=42b8cb92-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:14:00+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b8c980-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=42b8cb92-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:00+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42b8c980-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=42b8cb92-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:20+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42b8c980-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=42b8cb92-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:14:20+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eaf9322-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4eaf9606-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:14:20+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eaf9322-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4eaf9606-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:20+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eaf9322-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4eaf9606-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:24+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4229c5a0-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4229c866-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:14:24+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5118d97a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5118dd1c-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:14:24+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5118d97a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5118dd1c-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:24+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5118d97a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5118dd1c-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:40+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eaf9322-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=4eaf9606-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:14:40+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa32392-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5aa326b2-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:14:40+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aa32392-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5aa326b2-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:40+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa32392-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5aa326b2-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:49+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5118d97a-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5118dd1c-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:14:49+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6009a5b8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6009b300-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:14:49+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6009a5b8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6009b300-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:14:49+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6009a5b8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6009b300-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:00+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5aa32392-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=5aa326b2-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:15:00+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6697c3e2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6697c6f8-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:15:00+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6697c3e2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6697c6f8-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:00+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6697c3e2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6697c6f8-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:14+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6009a5b8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6009b300-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:15:14+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef8ab8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6ef8ada8-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:15:14+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ef8ab8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6ef8ada8-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:14+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef8ab8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6ef8ada8-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:20+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6697c3e2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6697c6f8-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:15:20+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728c91c8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=728c952e-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:15:20+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=728c91c8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=728c952e-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:20+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=728c91c8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=728c952e-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:39+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ef8ab8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=6ef8ada8-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:15:39+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ded3afe-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7ded3cac-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:15:39+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ded3afe-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7ded3cac-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:39+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ded3afe-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7ded3cac-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:40+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=728c91c8-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=728c952e-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:15:40+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e8164a4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7e816648-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:15:40+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e8164a4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7e816648-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:15:40+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e8164a4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7e816648-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:00+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e8164a4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7e816648-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:16:00+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a75bc42-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8a75bdf0-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:16:00+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a75bc42-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8a75bdf0-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:00+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a75bc42-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8a75bdf0-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:04+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ded3afe-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=7ded3cac-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:16:04+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cdcda10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8cdcdc04-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:16:04+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cdcda10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8cdcdc04-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:04+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cdcda10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8cdcdc04-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:20+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a75bc42-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8a75bdf0-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:16:20+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966b6948-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=966b6b78-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:16:20+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=966b6948-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=966b6b78-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:20+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=966b6948-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=966b6b78-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:29+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cdcda10-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=8cdcdc04-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:16:29+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bcc6932-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=9bcc6ae0-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:16:29+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bcc6932-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=9bcc6ae0-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:29+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bcc6932-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=9bcc6ae0-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:40+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=966b6948-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=966b6b78-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:16:40+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25ecac4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=a25ecc72-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:16:40+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a25ecac4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=a25ecc72-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:40+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a25ecac4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=a25ecc72-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:54+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9bcc6932-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=9bcc6ae0-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:16:54+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aabcb078-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=aabcb226-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:16:54+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aabcb078-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=aabcb226-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:16:54+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aabcb078-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=aabcb226-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:00+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a25ecac4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=a25ecc72-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:17:00+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae540632-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ae5407f4-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:17:00+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae540632-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ae5407f4-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:00+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae540632-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ae5407f4-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:19+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aabcb078-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=aabcb226-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:17:19+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9ad1d16-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=b9ad1f1e-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:17:19+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9ad1d16-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=b9ad1f1e-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:19+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9ad1d16-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=b9ad1f1e-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:20+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae540632-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ae5407f4-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:17:20+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba48c234-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ba48c3e2-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:17:20+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba48c234-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ba48c3e2-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:20+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba48c234-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ba48c3e2-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:40+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba48c234-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ba48c3e2-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:17:40+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63cb2b2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c63cb550-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:17:40+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c63cb2b2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c63cb550-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:40+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c63cb2b2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c63cb550-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:44+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9ad1d16-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=b9ad1f1e-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:17:44+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89bbdfa-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c89bc3fe-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:17:44+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c89bbdfa-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c89bc3fe-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:17:44+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89bbdfa-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c89bc3fe-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:00+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c63cb2b2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c63cb550-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:18:00+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2306190-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d230649c-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:18:00+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2306190-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d230649c-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:00+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2306190-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d230649c-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:09+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c89bbdfa-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=c89bc3fe-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:18:09+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d78ad206-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d78ad4e0-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:18:09+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d78ad206-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d78ad4e0-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:09+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d78ad206-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d78ad4e0-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:20+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2306190-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d230649c-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:18:20+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de245b8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=de245dbc-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:18:20+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de245b8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=de245dbc-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:20+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de245b8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=de245dbc-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:34+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d78ad206-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=d78ad4e0-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:18:34+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67948c4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=e6794b08-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:18:34+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e67948c4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=e6794b08-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:34+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67948c4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=e6794b08-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:40+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de245b8c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=de245dbc-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:18:40+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea18478c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ea184a16-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:18:40+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea18478c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ea184a16-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:40+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea18478c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ea184a16-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:59+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e67948c4-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=e6794b08-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:18:59+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56754a2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f56757a4-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:18:59+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56754a2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f56757a4-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:18:59+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56754a2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f56757a4-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:00+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea18478c-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=ea184a16-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:19:00+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f60db91e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f60dbacc-3b7c-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:19:00+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f60db91e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f60dbacc-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:00+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f60db91e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f60dbacc-3b7c-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:20+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f60db91e-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f60dbacc-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:19:20+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0200c09a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0200c2a2-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:19:20+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0200c09a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0200c2a2-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:20+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0200c09a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0200c2a2-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:24+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f56754a2-3b7c-11ed-b8cc-5e16667cc14a | InvocationID=f56757a4-3b7c-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:19:24+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04557d72-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=04558402-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:19:24+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04557d72-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=04558402-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:24+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04557d72-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=04558402-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:40+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0200c09a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0200c2a2-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:19:40+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0df49eb2-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0df4a1c8-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:19:40+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0df49eb2-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0df4a1c8-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:40+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0df49eb2-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0df4a1c8-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:49+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04557d72-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=04558402-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:19:49+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13438608-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=134387fc-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:19:49+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13438608-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=134387fc-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:19:49+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13438608-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=134387fc-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:01+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0df49eb2-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=0df4a1c8-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:20:01+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e93a8e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=19e9454c-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:20:01+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19e93a8e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=19e9454c-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:01+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19e93a8e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=19e9454c-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:14+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13438608-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=134387fc-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:20:14+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22318bce-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=22318f3e-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:20:14+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22318bce-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=22318f3e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:14+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22318bce-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=22318f3e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:21+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19e93a8e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=19e9454c-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:20:21+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25dc9188-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=25dc9336-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:20:21+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25dc9188-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=25dc9336-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:21+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25dc9188-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=25dc9336-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:39+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22318bce-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=22318f3e-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:20:39+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3121ad80-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3121afba-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:20:40+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3121ad80-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3121afba-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:40+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3121ad80-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3121afba-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:41+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25dc9188-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=25dc9336-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:20:41+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d0138e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=31d01596-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:20:41+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d0138e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=31d01596-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:20:41+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d0138e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=31d01596-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:01+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d0138e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=31d01596-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:21:01+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc3f296-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3dc3f4bc-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:21:01+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc3f296-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3dc3f4bc-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:01+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc3f296-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3dc3f4bc-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:05+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3121ad80-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3121afba-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:21:05+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40191896-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=40191b70-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:21:05+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40191896-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=40191b70-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:05+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40191896-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=40191b70-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:21+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3dc3f296-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=3dc3f4bc-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:21:21+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b8680c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=49b86b0e-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:21:21+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b8680c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=49b86b0e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:21+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49b8680c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=49b86b0e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:30+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40191896-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=40191b70-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:21:30+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f073a86-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=4f073c34-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:21:30+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f073a86-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=4f073c34-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:30+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f073a86-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=4f073c34-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:41+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49b8680c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=49b86b0e-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:21:41+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55acf286-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=55acf42a-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:21:41+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55acf286-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=55acf42a-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:41+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55acf286-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=55acf42a-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:55+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f073a86-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=4f073c34-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:21:55+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df5db1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=5df5dd4a-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:21:55+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5df5db1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=5df5dd4a-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:21:55+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5df5db1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=5df5dd4a-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:01+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=55acf286-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=55acf42a-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:22:01+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a09598-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=61a097b4-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:22:01+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a09598-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=61a097b4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:01+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61a09598-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=61a097b4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:20+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5df5db1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=5df5dd4a-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:22:20+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ce7b3aa-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6ce7b74c-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:22:20+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ce7b3aa-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6ce7b74c-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:20+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ce7b3aa-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6ce7b74c-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:21+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61a09598-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=61a097b4-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:22:21+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d944a66-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6d944c78-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:22:21+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d944a66-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6d944c78-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:21+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d944a66-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6d944c78-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:41+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d944a66-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6d944c78-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:22:41+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=798a4d98-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=798a4f46-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:22:41+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=798a4d98-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=798a4f46-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:41+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=798a4d98-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=798a4f46-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:45+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ce7b3aa-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=6ce7b74c-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:22:45+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bd6ff2e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=7bd7010e-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:22:45+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bd6ff2e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=7bd7010e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:22:45+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bd6ff2e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=7bd7010e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:01+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=798a4d98-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=798a4f46-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:23:01+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=857f0350-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=857f0558-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:23:01+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=857f0350-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=857f0558-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:01+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=857f0350-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=857f0558-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:10+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7bd6ff2e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=7bd7010e-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:23:10+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac6f246-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=8ac6f3f4-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:23:10+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ac6f246-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=8ac6f3f4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:10+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ac6f246-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=8ac6f3f4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:21+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=857f0350-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=857f0558-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:23:21+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91745f0c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=91746150-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:23:21+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91745f0c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=91746150-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:21+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91745f0c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=91746150-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:35+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ac6f246-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=8ac6f3f4-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:23:35+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99b58178-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=99b5831c-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:23:35+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99b58178-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=99b5831c-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:35+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99b58178-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=99b5831c-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:41+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91745f0c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=91746150-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:23:41+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d681920-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=9d681b14-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:23:41+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d681920-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=9d681b14-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:23:41+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d681920-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=9d681b14-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:00+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99b58178-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=99b5831c-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:24:00+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8a3c94c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a8a3d004-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:24:00+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8a3c94c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a8a3d004-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:00+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8a3c94c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a8a3d004-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:01+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d681920-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=9d681b14-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:24:01+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95d4318-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a95d485e-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:24:01+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95d4318-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a95d485e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:01+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a95d4318-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a95d485e-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:21+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a95d4318-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a95d485e-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:24:21+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b55194c6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b5519782-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:24:21+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b55194c6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b5519782-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:21+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b55194c6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b5519782-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:25+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8a3c94c-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=a8a3d004-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:24:25+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7931b6a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b7931dae-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:24:25+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7931b6a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b7931dae-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:25+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7931b6a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b7931dae-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:41+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b55194c6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b5519782-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:24:41+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c145fcae-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c145fff6-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:24:41+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c145fcae-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c145fff6-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:41+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c145fcae-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c145fff6-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:50+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7931b6a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=b7931dae-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:24:50+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6851830-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c68519e8-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:24:50+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6851830-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c68519e8-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:24:50+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6851830-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c68519e8-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:01+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c145fcae-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c145fff6-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:25:01+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd3b7fb6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=cd3b8218-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:25:01+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd3b7fb6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=cd3b8218-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:01+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd3b7fb6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=cd3b8218-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:15+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6851830-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=c68519e8-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:25:15+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d573cc1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d573cdb4-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:25:15+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d573cc1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d573cdb4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:15+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d573cc1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d573cdb4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:21+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd3b7fb6-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=cd3b8218-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:25:21+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d930e630-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d930e7de-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:25:21+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d930e630-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d930e7de-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:21+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d930e630-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d930e7de-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:40+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d573cc1a-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d573cdb4-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:25:40+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e461b5c0-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e461b8f4-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:25:40+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e461b5c0-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e461b8f4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:40+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e461b5c0-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e461b8f4-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:41+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d930e630-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=d930e7de-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:25:41+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5237d68-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e5237f52-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:25:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5237d68-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e5237f52-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:25:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5237d68-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e5237f52-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5237d68-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e5237f52-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:26:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1189f0e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f118a0bc-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:26:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1189f0e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f118a0bc-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1189f0e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f118a0bc-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:05+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e461b5c0-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=e461b8f4-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:26:05+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35314ca-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f3531704-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:26:05+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f35314ca-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f3531704-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:05+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35314ca-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f3531704-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1189f0e-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f118a0bc-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:26:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0cbe94-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=fd0cc0ba-3b7d-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:26:22+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd0cbe94-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=fd0cc0ba-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:22+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0cbe94-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=fd0cc0ba-3b7d-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:30+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f35314ca-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=f3531704-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:26:30+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0241042e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=0241065e-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:26:30+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0241042e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=0241065e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:30+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0241042e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=0241065e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:42+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd0cbe94-3b7d-11ed-b8cc-5e16667cc14a | InvocationID=fd0cc0ba-3b7d-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:26:42+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09001c0a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=09001ee4-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:26:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09001c0a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=09001ee4-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09001c0a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=09001ee4-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:55+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0241042e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=0241065e-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:26:55+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11308752-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=11308996-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:26:55+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11308752-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=11308996-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:26:55+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11308752-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=11308996-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09001c0a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=09001ee4-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:27:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f32a98-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=14f32d72-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:27:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14f32a98-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=14f32d72-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14f32a98-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=14f32d72-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:20+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11308752-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=11308996-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:27:20+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201e7d5a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=201e8020-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:27:20+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201e7d5a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=201e8020-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:20+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=201e7d5a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=201e8020-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14f32a98-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=14f32d72-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:27:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e84c16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=20e84dc4-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:27:22+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e84c16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=20e84dc4-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:22+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20e84c16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=20e84dc4-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:42+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20e84c16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=20e84dc4-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:27:42+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cdbfc7a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2cdbfe1e-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:27:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cdbfc7a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2cdbfe1e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cdbfc7a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2cdbfe1e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:45+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=201e7d5a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=201e8020-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:27:45+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0c6a5c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2f0c6d36-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:27:46+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f0c6a5c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2f0c6d36-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:27:46+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0c6a5c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2f0c6d36-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2cdbfc7a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2cdbfe1e-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:28:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38cf749e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=38cf77f0-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:28:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38cf749e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=38cf77f0-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38cf749e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=38cf77f0-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:11+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f0c6a5c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=2f0c6d36-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:28:11+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfccb10-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=3dfcce6c-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:28:11+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dfccb10-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=3dfcce6c-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:11+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dfccb10-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=3dfcce6c-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38cf749e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=38cf77f0-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:28:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c27e2c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=44c2802a-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:28:22+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c27e2c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=44c2802a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:22+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44c27e2c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=44c2802a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:36+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dfccb10-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=3dfcce6c-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:28:36+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ceb7040-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=4ceb72c0-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:28:36+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ceb7040-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=4ceb72c0-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:36+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ceb7040-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=4ceb72c0-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:42+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44c27e2c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=44c2802a-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:28:42+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b641be-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=50b64402-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:28:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50b641be-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=50b64402-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:28:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50b641be-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=50b64402-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:01+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ceb7040-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=4ceb72c0-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:29:01+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bda1f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5bda2344-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:29:01+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bda1f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5bda2344-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:01+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bda1f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5bda2344-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50b641be-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=50b64402-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:29:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca911d6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5ca91366-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:29:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ca911d6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5ca91366-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ca911d6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5ca91366-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ca911d6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5ca91366-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:29:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689bd0dc-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=689bd28a-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:29:22+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689bd0dc-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=689bd28a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:22+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=689bd0dc-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=689bd28a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:26+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bda1f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=5bda2344-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:29:26+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ac98f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=6ac9910a-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:29:26+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ac98f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=6ac9910a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:26+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ac98f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=6ac9910a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:42+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=689bd0dc-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=689bd28a-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:29:42+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=748eb4ae-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=748eb65c-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:29:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=748eb4ae-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=748eb65c-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=748eb4ae-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=748eb65c-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:51+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ac98f16-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=6ac9910a-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:29:51+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b92400-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=79b925fe-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:29:51+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b92400-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=79b925fe-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:29:51+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79b92400-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=79b925fe-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=748eb4ae-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=748eb65c-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:30:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80820310-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8082055e-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:30:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80820310-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8082055e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80820310-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8082055e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:16+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79b92400-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=79b925fe-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:30:16+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a8ae86-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=88a8b0d4-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:30:16+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88a8ae86-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=88a8b0d4-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:16+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88a8ae86-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=88a8b0d4-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80820310-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8082055e-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:30:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c74a506-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8c74a754-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:30:22+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c74a506-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8c74a754-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:22+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c74a506-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8c74a754-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:41+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88a8ae86-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=88a8b0d4-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:30:41+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9796b6ea-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=9796c00e-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:30:41+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9796b6ea-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=9796c00e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:41+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9796b6ea-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=9796c00e-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:42+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c74a506-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=8c74a754-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:30:42+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9868813e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=98688454-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:30:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9868813e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=98688454-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:30:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9868813e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=98688454-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9868813e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=98688454-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:31:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45ba034-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a45ba1e2-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:31:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45ba034-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a45ba1e2-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45ba034-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a45ba1e2-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:06+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9796b6ea-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=9796c00e-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:31:06+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a68c3292-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a68c34b8-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:31:06+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a68c3292-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a68c34b8-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:06+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a68c3292-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a68c34b8-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45ba034-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a45ba1e2-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:31:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b04f5fb6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b04f6146-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:31:22+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b04f5fb6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b04f6146-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:22+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b04f5fb6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b04f6146-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:31+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a68c3292-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=a68c34b8-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:31:31+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57b5850-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b57b5a58-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:31:31+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b57b5850-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b57b5a58-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:31+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b57b5850-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b57b5a58-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:42+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b04f5fb6-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b04f6146-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:31:42+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc4303f4-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=bc430642-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:31:42+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc4303f4-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=bc430642-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:42+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc4303f4-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=bc430642-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:56+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b57b5850-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=b57b5a58-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:31:56+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c46a2e68-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c46a31e2-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:31:56+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c46a2e68-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c46a31e2-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:31:56+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c46a2e68-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c46a31e2-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:02+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc4303f4-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=bc430642-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:32:02+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83625ce-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c8362b50-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:32:02+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83625ce-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c8362b50-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:02+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c83625ce-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c8362b50-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:21+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c46a2e68-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c46a31e2-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:32:21+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d358c48e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d358c646-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:32:21+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d358c48e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d358c646-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:21+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d358c48e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d358c646-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:22+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c83625ce-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=c8362b50-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:32:22+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4299abe-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d4299c62-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:32:23+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4299abe-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d4299c62-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:23+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4299abe-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d4299c62-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:43+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4299abe-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d4299c62-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:32:43+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e01d3e02-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e01d400a-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:32:43+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e01d3e02-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e01d400a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:43+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e01d3e02-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e01d400a-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:46+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d358c48e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=d358c646-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:32:46+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2476568-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e2476716-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:32:46+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2476568-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e2476716-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:32:46+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2476568-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e2476716-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:03+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e01d3e02-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e01d400a-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:33:03+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec113a4c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=ec113e5c-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:33:03+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec113a4c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=ec113e5c-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:03+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec113a4c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=ec113e5c-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:11+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2476568-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=e2476716-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:33:11+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f136085e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f1363928-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:33:11+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f136085e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f1363928-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:11+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f136085e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f1363928-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:23+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec113a4c-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=ec113e5c-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:33:23+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f807679a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f8076ad8-3b7e-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:33:23+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f807679a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f8076ad8-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:23+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f807679a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f8076ad8-3b7e-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:36+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f136085e-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f1363928-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:33:36+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=002e42d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=002e451a-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:33:36+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=002e42d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=002e451a-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:36+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=002e42d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=002e451a-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:43+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f807679a-3b7e-11ed-b8cc-5e16667cc14a | InvocationID=f8076ad8-3b7e-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:33:43+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fe5108-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=03fe5338-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:33:43+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fe5108-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=03fe5338-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:33:43+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03fe5108-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=03fe5338-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:01+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=002e42d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=002e451a-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:34:01+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1e43a4-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0f1e4566-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:34:01+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f1e43a4-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0f1e4566-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:01+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1e43a4-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0f1e4566-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:03+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03fe5108-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=03fe5338-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:34:03+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff227be-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0ff22a8e-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:34:03+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff227be-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0ff22a8e-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:03+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff227be-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0ff22a8e-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:23+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff227be-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0ff22a8e-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:34:23+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be572ec-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1be574f4-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:34:23+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be572ec-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1be574f4-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:23+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1be572ec-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1be574f4-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:26+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f1e43a4-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=0f1e4566-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:34:26+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0eae12-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1e0eb15a-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:34:26+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e0eae12-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1e0eb15a-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:26+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0eae12-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1e0eb15a-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:43+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1be572ec-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1be574f4-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:34:43+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d93c1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=27d93db8-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:34:43+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d93c1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=27d93db8-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:43+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27d93c1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=27d93db8-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:52+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e0eae12-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=1e0eb15a-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:34:52+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cfcf74e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=2cfcf94c-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:34:52+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2cfcf74e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=2cfcf94c-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:34:52+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cfcf74e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=2cfcf94c-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:03+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27d93c1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=27d93db8-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:35:03+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33cd2dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=33cd3020-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:35:03+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33cd2dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=33cd3020-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:03+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33cd2dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=33cd3020-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:17+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2cfcf74e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=2cfcf94c-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:35:17+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3becd170-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3becd3fa-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:35:17+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3becd170-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3becd3fa-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:17+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3becd170-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3becd3fa-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:23+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33cd2dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=33cd3020-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:35:23+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc306e8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3fc308d2-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:35:23+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc306e8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3fc308d2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:23+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fc306e8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3fc308d2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:42+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3becd170-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3becd3fa-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:35:42+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adce9b8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4adcebd4-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:35:42+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4adce9b8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4adcebd4-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:42+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adce9b8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4adcebd4-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:43+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fc306e8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=3fc308d2-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:35:43+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bbcfe54-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4bbd07a0-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:35:43+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bbcfe54-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4bbd07a0-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:35:43+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bbcfe54-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4bbd07a0-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:03+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bbcfe54-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4bbd07a0-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:36:03+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b2a858-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=57b2aa56-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:36:03+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b2a858-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=57b2aa56-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:03+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b2a858-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=57b2aa56-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:07+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4adce9b8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=4adcebd4-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:36:07+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59cb6210-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=59cb6602-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:36:07+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59cb6210-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=59cb6602-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:07+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59cb6210-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=59cb6602-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:23+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57b2a858-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=57b2aa56-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:36:23+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a8149a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=63a8163e-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:36:23+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a8149a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=63a8163e-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:23+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63a8149a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=63a8163e-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:32+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59cb6210-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=59cb6602-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:36:32+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68ba8936-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=68ba8d8c-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:36:32+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68ba8936-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=68ba8d8c-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:32+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68ba8936-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=68ba8d8c-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:43+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63a8149a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=63a8163e-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:36:43+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f9ccf3e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=6f9cd0ec-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:36:43+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f9ccf3e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=6f9cd0ec-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:43+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f9ccf3e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=6f9cd0ec-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:57+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68ba8936-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=68ba8d8c-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:36:57+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77aca690-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=77aca898-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:36:57+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77aca690-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=77aca898-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:36:57+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77aca690-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=77aca898-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:03+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f9ccf3e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=6f9cd0ec-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:37:03+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b903092-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=7b903290-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:37:03+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b903092-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=7b903290-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:03+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b903092-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=7b903290-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:22+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77aca690-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=77aca898-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:37:22+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=869a9ee6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=869aa102-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:37:22+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=869a9ee6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=869aa102-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:22+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=869a9ee6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=869aa102-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:23+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b903092-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=7b903290-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:37:23+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87843466-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=87843d80-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:37:23+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87843466-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=87843d80-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:23+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87843466-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=87843d80-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:43+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87843466-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=87843d80-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:37:43+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93775c9e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=93775ea6-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:37:43+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93775c9e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=93775ea6-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:43+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93775c9e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=93775ea6-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:47+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=869a9ee6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=869aa102-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:37:47+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=958996a0-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=958998bc-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:37:47+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=958996a0-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=958998bc-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:37:47+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=958996a0-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=958998bc-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:03+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93775c9e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=93775ea6-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:38:03+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6a15fa-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=9f6a1fd2-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:38:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6a15fa-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=9f6a1fd2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f6a15fa-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=9f6a1fd2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:12+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=958996a0-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=958998bc-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:38:12+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4786b1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=a4786e2a-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:38:12+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4786b1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=a4786e2a-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:12+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4786b1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=a4786e2a-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f6a15fa-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=9f6a1fd2-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:38:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab5ee976-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ab5eebe2-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:38:24+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab5ee976-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ab5eebe2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:24+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab5ee976-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ab5eebe2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:37+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4786b1e-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=a4786e2a-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:38:37+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3670cfc-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b3670f0e-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:38:37+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3670cfc-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b3670f0e-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:37+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3670cfc-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b3670f0e-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:44+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab5ee976-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ab5eebe2-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:38:44+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7528dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b7528fd0-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:38:44+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7528dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b7528fd0-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:38:44+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7528dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b7528fd0-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:02+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3670cfc-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b3670f0e-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:39:02+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c254f4d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c254f6a2-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:39:02+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c254f4d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c254f6a2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:02+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c254f4d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c254f6a2-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:04+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7528dd2-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=b7528fd0-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:39:04+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3458266-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c3458478-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:39:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3458266-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c3458478-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3458266-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c3458478-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3458266-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c3458478-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:39:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf39435a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=cf394ddc-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:39:24+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf39435a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=cf394ddc-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:24+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf39435a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=cf394ddc-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:27+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c254f4d6-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=c254f6a2-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:39:27+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d142a7ea-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=d142a998-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:39:27+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d142a7ea-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=d142a998-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:27+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d142a7ea-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=d142a998-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:44+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf39435a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=cf394ddc-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:39:44+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db2bda9c-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=db2bdd08-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:39:44+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db2bda9c-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=db2bdd08-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:44+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db2bda9c-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=db2bdd08-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:52+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d142a7ea-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=d142a998-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:39:52+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e030027a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e0300432-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:39:52+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e030027a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e0300432-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:39:52+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e030027a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e0300432-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:04+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db2bda9c-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=db2bdd08-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:40:04+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7211b82-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e7211dbc-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:40:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7211b82-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e7211dbc-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7211b82-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e7211dbc-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:17+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e030027a-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e0300432-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:40:17+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef1e95a8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ef1e9760-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:40:17+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef1e95a8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ef1e9760-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:17+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef1e95a8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ef1e9760-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7211b82-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=e7211dbc-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:40:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3146106-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=f31462b4-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:40:24+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3146106-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=f31462b4-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:24+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3146106-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=f31462b4-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:42+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef1e95a8-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ef1e9760-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:40:42+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0c9c40-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=fe0c9dee-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:40:42+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe0c9c40-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=fe0c9dee-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:42+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe0c9c40-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=fe0c9dee-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:44+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3146106-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=f31462b4-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:40:44+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff06ec36-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ff06edee-3b7f-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:40:44+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff06ec36-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ff06edee-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:40:44+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff06ec36-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ff06edee-3b7f-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:04+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff06ec36-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=ff06edee-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:41:04+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af96a5a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0af96cb2-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:41:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0af96a5a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0af96cb2-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0af96a5a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0af96cb2-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:07+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe0c9c40-3b7f-11ed-b8cc-5e16667cc14a | InvocationID=fe0c9dee-3b7f-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:41:07+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d01c73e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0d01c93c-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:41:07+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d01c73e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0d01c93c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:07+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d01c73e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0d01c93c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0af96a5a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0af96cb2-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:41:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16eca08e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=16eca28c-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:41:24+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16eca08e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=16eca28c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:24+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16eca08e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=16eca28c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:32+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d01c73e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=0d01c93c-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:41:32+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1befe10e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=1befe41a-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:41:32+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1befe10e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=1befe41a-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:32+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1befe10e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=1befe41a-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:44+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16eca08e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=16eca28c-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:41:44+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22dfa954-3b80-11ed-b8cc-5e16667cc14a | InvocationID=22dfab20-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:41:44+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22dfa954-3b80-11ed-b8cc-5e16667cc14a | InvocationID=22dfab20-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:44+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22dfa954-3b80-11ed-b8cc-5e16667cc14a | InvocationID=22dfab20-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:57+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1befe10e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=1befe41a-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:41:57+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2addda68-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2adddda6-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:41:57+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2addda68-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2adddda6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:41:57+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2addda68-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2adddda6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:04+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22dfa954-3b80-11ed-b8cc-5e16667cc14a | InvocationID=22dfab20-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:42:04+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ed64b32-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2ed64d6c-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:42:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ed64b32-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2ed64d6c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ed64b32-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2ed64d6c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:22+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2addda68-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2adddda6-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:42:22+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cd7bb4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=39cd7d6c-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:42:23+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39cd7bb4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=39cd7d6c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:23+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cd7bb4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=39cd7d6c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ed64b32-3b80-11ed-b8cc-5e16667cc14a | InvocationID=2ed64d6c-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:42:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aca6518-3b80-11ed-b8cc-5e16667cc14a | InvocationID=3aca6db0-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:42:24+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3aca6518-3b80-11ed-b8cc-5e16667cc14a | InvocationID=3aca6db0-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:24+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aca6518-3b80-11ed-b8cc-5e16667cc14a | InvocationID=3aca6db0-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:44+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3aca6518-3b80-11ed-b8cc-5e16667cc14a | InvocationID=3aca6db0-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:42:44+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46bda4fc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=46bda740-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:42:44+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46bda4fc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=46bda740-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:44+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46bda4fc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=46bda740-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:48+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39cd7bb4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=39cd7d6c-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:42:48+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48bb6ac8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=48bb6ce4-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:42:48+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48bb6ac8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=48bb6ce4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:42:48+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48bb6ac8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=48bb6ce4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:04+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46bda4fc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=46bda740-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:43:04+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b2579e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=52b25942-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:43:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b2579e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=52b25942-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52b2579e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=52b25942-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:13+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48bb6ac8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=48bb6ce4-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:43:13+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57aab872-3b80-11ed-b8cc-5e16667cc14a | InvocationID=57aabae8-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:43:13+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57aab872-3b80-11ed-b8cc-5e16667cc14a | InvocationID=57aabae8-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:13+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57aab872-3b80-11ed-b8cc-5e16667cc14a | InvocationID=57aabae8-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52b2579e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=52b25942-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:43:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea69dbc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=5ea6a0aa-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:43:24+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea69dbc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=5ea6a0aa-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:24+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ea69dbc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=5ea6a0aa-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:38+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57aab872-3b80-11ed-b8cc-5e16667cc14a | InvocationID=57aabae8-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:43:38+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66990dde-3b80-11ed-b8cc-5e16667cc14a | InvocationID=66991202-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:43:38+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66990dde-3b80-11ed-b8cc-5e16667cc14a | InvocationID=66991202-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:38+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66990dde-3b80-11ed-b8cc-5e16667cc14a | InvocationID=66991202-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:44+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ea69dbc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=5ea6a0aa-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:43:44+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a9a641e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=6a9a6a18-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:43:44+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a9a641e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=6a9a6a18-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:43:44+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a9a641e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=6a9a6a18-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:03+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66990dde-3b80-11ed-b8cc-5e16667cc14a | InvocationID=66991202-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:44:03+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75871ebc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=758721a0-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:44:03+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75871ebc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=758721a0-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:03+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75871ebc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=758721a0-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:04+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a9a641e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=6a9a6a18-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:44:04+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=768eafc8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=768eb1f8-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:44:04+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=768eafc8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=768eb1f8-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:04+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=768eafc8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=768eb1f8-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:24+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=768eafc8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=768eb1f8-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:44:24+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8281584e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=82815aba-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:44:25+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8281584e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=82815aba-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:25+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8281584e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=82815aba-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:28+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75871ebc-3b80-11ed-b8cc-5e16667cc14a | InvocationID=758721a0-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:44:28+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84755a6a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=84755c2c-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:44:28+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84755a6a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=84755c2c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:28+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84755a6a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=84755c2c-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:45+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8281584e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=82815aba-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:44:45+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e744116-3b80-11ed-b8cc-5e16667cc14a | InvocationID=8e7442ec-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:44:45+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e744116-3b80-11ed-b8cc-5e16667cc14a | InvocationID=8e7442ec-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:45+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e744116-3b80-11ed-b8cc-5e16667cc14a | InvocationID=8e7442ec-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:53+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84755a6a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=84755c2c-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:44:53+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9362f140-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9362f3d4-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:44:53+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9362f140-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9362f3d4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:44:53+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9362f140-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9362f3d4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:05+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e744116-3b80-11ed-b8cc-5e16667cc14a | InvocationID=8e7442ec-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:45:05+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a669474-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9a66978a-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:45:05+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a669474-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9a66978a-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:05+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a669474-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9a66978a-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:18+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9362f140-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9362f3d4-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:45:18+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2515c78-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a2515e26-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:45:18+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2515c78-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a2515e26-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:18+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2515c78-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a2515e26-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:25+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a669474-3b80-11ed-b8cc-5e16667cc14a | InvocationID=9a66978a-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:45:25+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65b0440-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a65b08e6-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:45:25+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a65b0440-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a65b08e6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:25+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a65b0440-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a65b08e6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:43+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2515c78-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a2515e26-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:45:43+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13fa744-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b13fa960-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:45:43+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b13fa744-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b13fa960-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:43+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b13fa744-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b13fa960-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:45+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a65b0440-3b80-11ed-b8cc-5e16667cc14a | InvocationID=a65b08e6-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:45:45+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2513a8a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b2513e22-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:45:45+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2513a8a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b2513e22-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:45:45+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2513a8a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b2513e22-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:05+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2513a8a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b2513e22-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:46:05+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be43d0f0-3b80-11ed-b8cc-5e16667cc14a | InvocationID=be43d3f2-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:46:05+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be43d0f0-3b80-11ed-b8cc-5e16667cc14a | InvocationID=be43d3f2-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:05+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be43d0f0-3b80-11ed-b8cc-5e16667cc14a | InvocationID=be43d3f2-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:08+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b13fa744-3b80-11ed-b8cc-5e16667cc14a | InvocationID=b13fa960-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:46:08+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c02d698a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=c02d6b24-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:46:08+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c02d698a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=c02d6b24-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:08+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c02d698a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=c02d6b24-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:25+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be43d0f0-3b80-11ed-b8cc-5e16667cc14a | InvocationID=be43d3f2-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:46:25+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca368362-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ca3685f6-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:46:25+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca368362-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ca3685f6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:25+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca368362-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ca3685f6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:33+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c02d698a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=c02d6b24-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:46:33+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf1ae85a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=cf1aeb20-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:46:33+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf1ae85a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=cf1aeb20-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:33+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf1ae85a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=cf1aeb20-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:45+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca368362-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ca3685f6-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:46:45+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62950c8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=d62952e4-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:46:45+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62950c8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=d62952e4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:45+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62950c8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=d62952e4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:58+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf1ae85a-3b80-11ed-b8cc-5e16667cc14a | InvocationID=cf1aeb20-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:46:58+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0836ba-3b80-11ed-b8cc-5e16667cc14a | InvocationID=de0838d6-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:46:58+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0836ba-3b80-11ed-b8cc-5e16667cc14a | InvocationID=de0838d6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:46:58+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de0836ba-3b80-11ed-b8cc-5e16667cc14a | InvocationID=de0838d6-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:05+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62950c8-3b80-11ed-b8cc-5e16667cc14a | InvocationID=d62952e4-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:47:05+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21c8332-3b80-11ed-b8cc-5e16667cc14a | InvocationID=e21c8580-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:47:05+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21c8332-3b80-11ed-b8cc-5e16667cc14a | InvocationID=e21c8580-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:05+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e21c8332-3b80-11ed-b8cc-5e16667cc14a | InvocationID=e21c8580-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:23+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de0836ba-3b80-11ed-b8cc-5e16667cc14a | InvocationID=de0838d6-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:47:23+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecf5f888-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ecf5faf4-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:47:23+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecf5f888-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ecf5faf4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:23+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecf5f888-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ecf5faf4-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:25+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e21c8332-3b80-11ed-b8cc-5e16667cc14a | InvocationID=e21c8580-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:47:25+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2676c4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ee2679d0-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:47:25+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2676c4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ee2679d0-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:25+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2676c4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ee2679d0-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:45+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2676c4-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ee2679d0-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:47:45+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa18c392-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fa18c518-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:47:45+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa18c392-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fa18c518-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:45+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa18c392-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fa18c518-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:48+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ecf5f888-3b80-11ed-b8cc-5e16667cc14a | InvocationID=ecf5faf4-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:47:48+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbe4403e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fbe4420a-3b80-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:47:48+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbe4403e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fbe4420a-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:47:48+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbe4403e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fbe4420a-3b80-11ed-b8cc-5e16667cc14a | 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-09-23T20:48:05+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa18c392-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fa18c518-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF AAI events.
2022-09-23T20:48:05+0000 | aai_event_thread | 139794759363360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=060c8e18-3b81-11ed-b8cc-5e16667cc14a | InvocationID=060c935e-3b81-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-23T20:48:05+0000 | aai_event_thread | 139794759363360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=060c8e18-3b81-11ed-b8cc-5e16667cc14a | InvocationID=060c935e-3b81-11ed-b8cc-5e16667cc14a | 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-09-23T20:48:05+0000 | aai_event_thread | 139794759363360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=060c8e18-3b81-11ed-b8cc-5e16667cc14a | InvocationID=060c935e-3b81-11ed-b8cc-5e16667cc14a | 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-09-23T20:48:13+0000 | policy_event_thread | 139794760424224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbe4403e-3b80-11ed-b8cc-5e16667cc14a | InvocationID=fbe4420a-3b80-11ed-b8cc-5e16667cc14a | Polling MR for XNF activation/deactivation policy response events.
2022-09-23T20:48:13+0000 | policy_event_thread | 139794760424224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ad1d4da-3b81-11ed-b8cc-5e16667cc14a | InvocationID=0ad1d692-3b81-11ed-b8cc-5e16667cc14a | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-23T20:48:13+0000 | policy_event_thread | 139794760424224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ad1d4da-3b81-11ed-b8cc-5e16667cc14a | InvocationID=0ad1d692-3b81-11ed-b8cc-5e16667cc14a | 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-09-23T20:48:13+0000 | policy_event_thread | 139794760424224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ad1d4da-3b81-11ed-b8cc-5e16667cc14a | InvocationID=0ad1d692-3b81-11ed-b8cc-5e16667cc14a | 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-09-23T20:48:25+0000 | aai_event_thread | 139794759363360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=060c8e18-3b81-11ed-b8cc-5e16667cc14a | InvocationID=060c935e-3b81-11ed-b8cc-5e16667cc14