Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-12T04:46:16+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdb97532-49e8-11ed-b59f-7e6572466cc3 | InvocationID=cdb9778a-49e8-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-12T04:46:25+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c41fb4b4-49e8-11ed-b59f-7e6572466cc3 | InvocationID=c41fb842-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:46:25+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a45a48-49e8-11ed-b59f-7e6572466cc3 | InvocationID=d3a45bf6-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:46:25+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3a45a48-49e8-11ed-b59f-7e6572466cc3 | InvocationID=d3a45bf6-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:46:25+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3a45a48-49e8-11ed-b59f-7e6572466cc3 | InvocationID=d3a45bf6-49e8-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:46:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdb97532-49e8-11ed-b59f-7e6572466cc3 | InvocationID=cdb9778a-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:46:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da462dcc-49e8-11ed-b59f-7e6572466cc3 | InvocationID=da462fa2-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:46:36+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da462dcc-49e8-11ed-b59f-7e6572466cc3 | InvocationID=da462fa2-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:46:36+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da462dcc-49e8-11ed-b59f-7e6572466cc3 | InvocationID=da462fa2-49e8-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:46:50+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3a45a48-49e8-11ed-b59f-7e6572466cc3 | InvocationID=d3a45bf6-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:46:50+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b1baee-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e2b1bd0a-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:46:50+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b1baee-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e2b1bd0a-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:46:50+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b1baee-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e2b1bd0a-49e8-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:46:56+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da462dcc-49e8-11ed-b59f-7e6572466cc3 | InvocationID=da462fa2-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:46:56+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e63a7778-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e63a7930-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:46:56+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e63a7778-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e63a7930-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:46:56+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e63a7778-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e63a7930-49e8-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:47:15+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b1baee-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e2b1bd0a-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:47:15+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a0af38-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f1a0bca8-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:47:15+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a0af38-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f1a0bca8-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:47:15+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1a0af38-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f1a0bca8-49e8-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:47:16+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e63a7778-49e8-11ed-b59f-7e6572466cc3 | InvocationID=e63a7930-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:47:16+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22ec566-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f22ec714-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:47:16+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f22ec566-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f22ec714-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:47:16+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f22ec566-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f22ec714-49e8-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:47:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f22ec566-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f22ec714-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:47:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe22b4f4-49e8-11ed-b59f-7e6572466cc3 | InvocationID=fe22b738-49e8-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:47:36+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe22b4f4-49e8-11ed-b59f-7e6572466cc3 | InvocationID=fe22b738-49e8-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:47:36+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe22b4f4-49e8-11ed-b59f-7e6572466cc3 | InvocationID=fe22b738-49e8-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:47:40+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1a0af38-49e8-11ed-b59f-7e6572466cc3 | InvocationID=f1a0bca8-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:47:40+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009114b0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0091165e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:47:40+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009114b0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0091165e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:47:40+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=009114b0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0091165e-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:47:56+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe22b4f4-49e8-11ed-b59f-7e6572466cc3 | InvocationID=fe22b738-49e8-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:47:56+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a16f02c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0a16f216-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:47:56+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a16f02c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0a16f216-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:47:56+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a16f02c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0a16f216-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:48:05+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=009114b0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0091165e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:48:05+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f835a00-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0f835d3e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:48:05+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f835a00-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0f835d3e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:48:05+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f835a00-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0f835d3e-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:48:16+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a16f02c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0a16f216-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:48:16+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160ba454-49e9-11ed-b59f-7e6572466cc3 | InvocationID=160ba698-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:48:16+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=160ba454-49e9-11ed-b59f-7e6572466cc3 | InvocationID=160ba698-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:48:16+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160ba454-49e9-11ed-b59f-7e6572466cc3 | InvocationID=160ba698-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:48:30+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f835a00-49e9-11ed-b59f-7e6572466cc3 | InvocationID=0f835d3e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:48:30+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e720db8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=1e721088-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:48:30+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e720db8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=1e721088-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:48:30+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e720db8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=1e721088-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:48:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=160ba454-49e9-11ed-b59f-7e6572466cc3 | InvocationID=160ba698-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:48:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22003072-49e9-11ed-b59f-7e6572466cc3 | InvocationID=22003266-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:48:36+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22003072-49e9-11ed-b59f-7e6572466cc3 | InvocationID=22003266-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:48:36+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22003072-49e9-11ed-b59f-7e6572466cc3 | InvocationID=22003266-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:48:55+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e720db8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=1e721088-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:48:55+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d62a7ec-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2d62aa4e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:48:55+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d62a7ec-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2d62aa4e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:48:55+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d62a7ec-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2d62aa4e-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:48:56+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22003072-49e9-11ed-b59f-7e6572466cc3 | InvocationID=22003266-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:48:56+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df50fe2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2df5129e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:48:56+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2df50fe2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2df5129e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:48:56+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2df50fe2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2df5129e-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:49:16+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2df50fe2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2df5129e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:49:16+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39eb29e4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=39eb2f20-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:49:16+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39eb29e4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=39eb2f20-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:49:16+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39eb29e4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=39eb2f20-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:49:20+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d62a7ec-49e9-11ed-b59f-7e6572466cc3 | InvocationID=2d62aa4e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:49:20+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c5378c6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=3c537ae2-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:49:20+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c5378c6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=3c537ae2-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:49:20+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c5378c6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=3c537ae2-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:49:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39eb29e4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=39eb2f20-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:49:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45dedff2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=45dee1dc-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:49:36+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45dedff2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=45dee1dc-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:49:36+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45dedff2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=45dee1dc-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:49:45+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c5378c6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=3c537ae2-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:49:45+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b42db7e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=4b42dd36-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:49:45+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b42db7e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=4b42dd36-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:49:45+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b42db7e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=4b42dd36-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:49:56+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45dedff2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=45dee1dc-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:49:56+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d421fa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=51d423d0-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:49:56+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d421fa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=51d423d0-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:49:56+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51d421fa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=51d423d0-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:50:10+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b42db7e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=4b42dd36-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:50:10+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a33d5f2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5a33d8a4-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:50:10+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a33d5f2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5a33d8a4-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:50:10+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a33d5f2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5a33d8a4-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:50:16+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51d421fa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=51d423d0-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:50:16+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dca61f4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5dca63de-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:50:16+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dca61f4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5dca63de-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:50:16+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dca61f4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5dca63de-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:50:35+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a33d5f2-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5a33d8a4-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:50:35+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692241d4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=6922e878-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:50:35+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=692241d4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=6922e878-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:50:35+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=692241d4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=6922e878-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:50:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dca61f4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=5dca63de-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:50:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c38d50-49e9-11ed-b59f-7e6572466cc3 | InvocationID=69c38f26-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:50:36+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c38d50-49e9-11ed-b59f-7e6572466cc3 | InvocationID=69c38f26-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:50:36+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69c38d50-49e9-11ed-b59f-7e6572466cc3 | InvocationID=69c38f26-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:50:56+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69c38d50-49e9-11ed-b59f-7e6572466cc3 | InvocationID=69c38f26-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:50:56+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75ba7cf4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=75ba7f2e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:50:57+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75ba7cf4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=75ba7f2e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:50:57+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75ba7cf4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=75ba7f2e-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:51:00+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=692241d4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=6922e878-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:51:00+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78172ac4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=78172cd6-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:51:00+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78172ac4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=78172cd6-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:51:00+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78172ac4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=78172cd6-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:51:17+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75ba7cf4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=75ba7f2e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:51:17+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b10898-49e9-11ed-b59f-7e6572466cc3 | InvocationID=81b10a64-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:51:17+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81b10898-49e9-11ed-b59f-7e6572466cc3 | InvocationID=81b10a64-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:51:17+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b10898-49e9-11ed-b59f-7e6572466cc3 | InvocationID=81b10a64-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:51:25+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78172ac4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=78172cd6-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:51:25+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87075eaa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8707609e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:51:26+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87075eaa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8707609e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:51:26+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87075eaa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8707609e-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:51:37+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81b10898-49e9-11ed-b59f-7e6572466cc3 | InvocationID=81b10a64-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:51:37+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da3c65e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8da3c80c-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:51:37+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da3c65e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8da3c80c-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:51:37+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8da3c65e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8da3c80c-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:51:51+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87075eaa-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8707609e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:51:51+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f5da22-49e9-11ed-b59f-7e6572466cc3 | InvocationID=95f5dbda-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:51:51+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f5da22-49e9-11ed-b59f-7e6572466cc3 | InvocationID=95f5dbda-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:51:51+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f5da22-49e9-11ed-b59f-7e6572466cc3 | InvocationID=95f5dbda-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:51:57+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8da3c65e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=8da3c80c-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:51:57+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99960ed6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=9996108e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:51:57+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99960ed6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=9996108e-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:51:57+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99960ed6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=9996108e-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:52:16+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95f5da22-49e9-11ed-b59f-7e6572466cc3 | InvocationID=95f5dbda-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:52:16+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e49668-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a4e4982a-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:52:16+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4e49668-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a4e4982a-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:52:16+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e49668-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a4e4982a-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:52:17+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99960ed6-49e9-11ed-b59f-7e6572466cc3 | InvocationID=9996108e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:52:17+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a588d598-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a588d804-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:52:17+0000 | aai_event_thread | 139740729654048 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a588d598-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a588d804-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:52:17+0000 | aai_event_thread | 139740729654048 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a588d598-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a588d804-49e9-11ed-b59f-7e6572466cc3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-12T04:52:37+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a588d598-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a588d804-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:52:37+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b17cb2c0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=b17cb4a0-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:52:41+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4e49668-49e9-11ed-b59f-7e6572466cc3 | InvocationID=a4e4982a-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:52:41+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d3fc54-49e9-11ed-b59f-7e6572466cc3 | InvocationID=b3d40064-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:52:41+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3d3fc54-49e9-11ed-b59f-7e6572466cc3 | InvocationID=b3d40064-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:52:41+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3d3fc54-49e9-11ed-b59f-7e6572466cc3 | InvocationID=b3d40064-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:53:01+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b17cb2c0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=b17cb4a0-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:53:01+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bffed1ca-49e9-11ed-b59f-7e6572466cc3 | InvocationID=bffed396-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:53:06+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3d3fc54-49e9-11ed-b59f-7e6572466cc3 | InvocationID=b3d40064-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:53:06+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c4f060-49e9-11ed-b59f-7e6572466cc3 | InvocationID=c2c4f272-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:53:06+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2c4f060-49e9-11ed-b59f-7e6572466cc3 | InvocationID=c2c4f272-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:53:06+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2c4f060-49e9-11ed-b59f-7e6572466cc3 | InvocationID=c2c4f272-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:53:21+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bffed1ca-49e9-11ed-b59f-7e6572466cc3 | InvocationID=bffed396-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:53:21+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbf65cf0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=cbf65e9e-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:53:31+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2c4f060-49e9-11ed-b59f-7e6572466cc3 | InvocationID=c2c4f272-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:53:31+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b46628-49e9-11ed-b59f-7e6572466cc3 | InvocationID=d1b467cc-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:53:31+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1b46628-49e9-11ed-b59f-7e6572466cc3 | InvocationID=d1b467cc-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:53:31+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1b46628-49e9-11ed-b59f-7e6572466cc3 | InvocationID=d1b467cc-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:53:41+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbf65cf0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=cbf65e9e-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:53:41+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7ec632e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=d7ec6608-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:53:56+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1b46628-49e9-11ed-b59f-7e6572466cc3 | InvocationID=d1b467cc-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:53:56+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0a301f8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=e0a303c4-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:53:56+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0a301f8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=e0a303c4-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:53:56+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0a301f8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=e0a303c4-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:54:01+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7ec632e-49e9-11ed-b59f-7e6572466cc3 | InvocationID=d7ec6608-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:54:01+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3e4d6d4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=e3e4d8f0-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:54:21+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0a301f8-49e9-11ed-b59f-7e6572466cc3 | InvocationID=e0a303c4-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:54:21+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef922a04-49e9-11ed-b59f-7e6572466cc3 | InvocationID=ef923634-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:54:21+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef922a04-49e9-11ed-b59f-7e6572466cc3 | InvocationID=ef923634-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:54:21+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef922a04-49e9-11ed-b59f-7e6572466cc3 | InvocationID=ef923634-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:54:22+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3e4d6d4-49e9-11ed-b59f-7e6572466cc3 | InvocationID=e3e4d8f0-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:54:22+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f037b5a0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=f037b780-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:54:46+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef922a04-49e9-11ed-b59f-7e6572466cc3 | InvocationID=ef923634-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:54:46+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe80f20c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=fe80f3c4-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:54:46+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe80f20c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=fe80f3c4-49e9-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:54:46+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe80f20c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=fe80f3c4-49e9-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:54:47+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f037b5a0-49e9-11ed-b59f-7e6572466cc3 | InvocationID=f037b780-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:54:47+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fefb55ec-49e9-11ed-b59f-7e6572466cc3 | InvocationID=fefb579a-49e9-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:55:11+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe80f20c-49e9-11ed-b59f-7e6572466cc3 | InvocationID=fe80f3c4-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:55:11+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d6fc914-49ea-11ed-b59f-7e6572466cc3 | InvocationID=0d6fcbee-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:55:11+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d6fc914-49ea-11ed-b59f-7e6572466cc3 | InvocationID=0d6fcbee-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:55:11+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d6fc914-49ea-11ed-b59f-7e6572466cc3 | InvocationID=0d6fcbee-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:55:12+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fefb55ec-49e9-11ed-b59f-7e6572466cc3 | InvocationID=fefb579a-49e9-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:55:12+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbf9642-49ea-11ed-b59f-7e6572466cc3 | InvocationID=0dbf9822-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:55:36+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d6fc914-49ea-11ed-b59f-7e6572466cc3 | InvocationID=0d6fcbee-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:55:36+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c5f958a-49ea-11ed-b59f-7e6572466cc3 | InvocationID=1c5f977e-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:55:36+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c5f958a-49ea-11ed-b59f-7e6572466cc3 | InvocationID=1c5f977e-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:55:36+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c5f958a-49ea-11ed-b59f-7e6572466cc3 | InvocationID=1c5f977e-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:55:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dbf9642-49ea-11ed-b59f-7e6572466cc3 | InvocationID=0dbf9822-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:55:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c83ae16-49ea-11ed-b59f-7e6572466cc3 | InvocationID=1c83afd8-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:56:01+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c83ae16-49ea-11ed-b59f-7e6572466cc3 | InvocationID=1c83afd8-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:56:01+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b4894a2-49ea-11ed-b59f-7e6572466cc3 | InvocationID=2b489678-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:56:01+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c5f958a-49ea-11ed-b59f-7e6572466cc3 | InvocationID=1c5f977e-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:56:01+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b4d4380-49ea-11ed-b59f-7e6572466cc3 | InvocationID=2b4d44d4-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:56:01+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b4d4380-49ea-11ed-b59f-7e6572466cc3 | InvocationID=2b4d44d4-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:56:01+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b4d4380-49ea-11ed-b59f-7e6572466cc3 | InvocationID=2b4d44d4-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:56:26+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b4894a2-49ea-11ed-b59f-7e6572466cc3 | InvocationID=2b489678-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:56:26+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a0e6db8-49ea-11ed-b59f-7e6572466cc3 | InvocationID=3a0e6f66-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:56:26+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b4d4380-49ea-11ed-b59f-7e6572466cc3 | InvocationID=2b4d44d4-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:56:26+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a3c0502-49ea-11ed-b59f-7e6572466cc3 | InvocationID=3a3c0d86-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:56:26+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a3c0502-49ea-11ed-b59f-7e6572466cc3 | InvocationID=3a3c0d86-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:56:26+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a3c0502-49ea-11ed-b59f-7e6572466cc3 | InvocationID=3a3c0d86-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:56:51+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a0e6db8-49ea-11ed-b59f-7e6572466cc3 | InvocationID=3a0e6f66-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:56:51+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48d55b0e-49ea-11ed-b59f-7e6572466cc3 | InvocationID=48d55cda-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:56:51+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a3c0502-49ea-11ed-b59f-7e6572466cc3 | InvocationID=3a3c0d86-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:56:51+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49296596-49ea-11ed-b59f-7e6572466cc3 | InvocationID=4929676c-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:56:51+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49296596-49ea-11ed-b59f-7e6572466cc3 | InvocationID=4929676c-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:56:51+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49296596-49ea-11ed-b59f-7e6572466cc3 | InvocationID=4929676c-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:57:15+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48d55b0e-49ea-11ed-b59f-7e6572466cc3 | InvocationID=48d55cda-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:57:15+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57987bc6-49ea-11ed-b59f-7e6572466cc3 | InvocationID=57987e96-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:57:16+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49296596-49ea-11ed-b59f-7e6572466cc3 | InvocationID=4929676c-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:57:16+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5816d58e-49ea-11ed-b59f-7e6572466cc3 | InvocationID=5816d7b4-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:57:16+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5816d58e-49ea-11ed-b59f-7e6572466cc3 | InvocationID=5816d7b4-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:57:16+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5816d58e-49ea-11ed-b59f-7e6572466cc3 | InvocationID=5816d7b4-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:57:40+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57987bc6-49ea-11ed-b59f-7e6572466cc3 | InvocationID=57987e96-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:57:40+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=665b90bc-49ea-11ed-b59f-7e6572466cc3 | InvocationID=665b927e-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:57:41+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5816d58e-49ea-11ed-b59f-7e6572466cc3 | InvocationID=5816d7b4-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:57:41+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6703f6bc-49ea-11ed-b59f-7e6572466cc3 | InvocationID=6703f86a-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:57:41+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6703f6bc-49ea-11ed-b59f-7e6572466cc3 | InvocationID=6703f86a-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:57:41+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6703f6bc-49ea-11ed-b59f-7e6572466cc3 | InvocationID=6703f86a-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:58:05+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=665b90bc-49ea-11ed-b59f-7e6572466cc3 | InvocationID=665b927e-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:58:05+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7522bb0c-49ea-11ed-b59f-7e6572466cc3 | InvocationID=7522bd46-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:58:06+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6703f6bc-49ea-11ed-b59f-7e6572466cc3 | InvocationID=6703f86a-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:58:06+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75f168a8-49ea-11ed-b59f-7e6572466cc3 | InvocationID=75f16a7e-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:58:06+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75f168a8-49ea-11ed-b59f-7e6572466cc3 | InvocationID=75f16a7e-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:58:06+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75f168a8-49ea-11ed-b59f-7e6572466cc3 | InvocationID=75f16a7e-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:58:30+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7522bb0c-49ea-11ed-b59f-7e6572466cc3 | InvocationID=7522bd46-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:58:30+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83e66e68-49ea-11ed-b59f-7e6572466cc3 | InvocationID=83e6705c-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:58:31+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75f168a8-49ea-11ed-b59f-7e6572466cc3 | InvocationID=75f16a7e-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:58:31+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84e0ce62-49ea-11ed-b59f-7e6572466cc3 | InvocationID=84e0d056-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:58:31+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84e0ce62-49ea-11ed-b59f-7e6572466cc3 | InvocationID=84e0d056-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:58:31+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84e0ce62-49ea-11ed-b59f-7e6572466cc3 | InvocationID=84e0d056-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:58:55+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83e66e68-49ea-11ed-b59f-7e6572466cc3 | InvocationID=83e6705c-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:58:55+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92aa3362-49ea-11ed-b59f-7e6572466cc3 | InvocationID=92aa3510-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:58:56+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84e0ce62-49ea-11ed-b59f-7e6572466cc3 | InvocationID=84e0d056-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:58:56+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93cf5286-49ea-11ed-b59f-7e6572466cc3 | InvocationID=93cf5452-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:58:56+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93cf5286-49ea-11ed-b59f-7e6572466cc3 | InvocationID=93cf5452-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:58:56+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93cf5286-49ea-11ed-b59f-7e6572466cc3 | InvocationID=93cf5452-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:59:19+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92aa3362-49ea-11ed-b59f-7e6572466cc3 | InvocationID=92aa3510-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:59:19+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a16e0c02-49ea-11ed-b59f-7e6572466cc3 | InvocationID=a16e0dc4-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:59:21+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93cf5286-49ea-11ed-b59f-7e6572466cc3 | InvocationID=93cf5452-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:59:21+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bd4410-49ea-11ed-b59f-7e6572466cc3 | InvocationID=a2bd45be-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:59:22+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bd4410-49ea-11ed-b59f-7e6572466cc3 | InvocationID=a2bd45be-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:59:22+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2bd4410-49ea-11ed-b59f-7e6572466cc3 | InvocationID=a2bd45be-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:59:44+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a16e0c02-49ea-11ed-b59f-7e6572466cc3 | InvocationID=a16e0dc4-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T04:59:44+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0332574-49ea-11ed-b59f-7e6572466cc3 | InvocationID=b0332eb6-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T04:59:47+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2bd4410-49ea-11ed-b59f-7e6572466cc3 | InvocationID=a2bd45be-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T04:59:47+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1abee18-49ea-11ed-b59f-7e6572466cc3 | InvocationID=b1abf71e-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T04:59:47+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1abee18-49ea-11ed-b59f-7e6572466cc3 | InvocationID=b1abf71e-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T04:59:47+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1abee18-49ea-11ed-b59f-7e6572466cc3 | InvocationID=b1abf71e-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:00:09+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0332574-49ea-11ed-b59f-7e6572466cc3 | InvocationID=b0332eb6-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:00:09+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bef6d1a0-49ea-11ed-b59f-7e6572466cc3 | InvocationID=bef6d524-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:00:12+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1abee18-49ea-11ed-b59f-7e6572466cc3 | InvocationID=b1abf71e-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:00:12+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09a3cea-49ea-11ed-b59f-7e6572466cc3 | InvocationID=c09a3f4c-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:00:12+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c09a3cea-49ea-11ed-b59f-7e6572466cc3 | InvocationID=c09a3f4c-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:00:12+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09a3cea-49ea-11ed-b59f-7e6572466cc3 | InvocationID=c09a3f4c-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:00:34+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bef6d1a0-49ea-11ed-b59f-7e6572466cc3 | InvocationID=bef6d524-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:00:34+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdbdc586-49ea-11ed-b59f-7e6572466cc3 | InvocationID=cdbdc73e-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:00:37+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c09a3cea-49ea-11ed-b59f-7e6572466cc3 | InvocationID=c09a3f4c-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:00:37+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf8897e2-49ea-11ed-b59f-7e6572466cc3 | InvocationID=cf8899ea-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:00:37+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf8897e2-49ea-11ed-b59f-7e6572466cc3 | InvocationID=cf8899ea-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:00:37+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf8897e2-49ea-11ed-b59f-7e6572466cc3 | InvocationID=cf8899ea-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:00:58+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdbdc586-49ea-11ed-b59f-7e6572466cc3 | InvocationID=cdbdc73e-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:00:58+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc8783ae-49ea-11ed-b59f-7e6572466cc3 | InvocationID=dc87855c-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:01:02+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf8897e2-49ea-11ed-b59f-7e6572466cc3 | InvocationID=cf8899ea-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:01:02+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7644de-49ea-11ed-b59f-7e6572466cc3 | InvocationID=de7646b4-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:01:02+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7644de-49ea-11ed-b59f-7e6572466cc3 | InvocationID=de7646b4-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:01:02+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de7644de-49ea-11ed-b59f-7e6572466cc3 | InvocationID=de7646b4-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:01:23+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc8783ae-49ea-11ed-b59f-7e6572466cc3 | InvocationID=dc87855c-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:01:23+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4d8686-49ea-11ed-b59f-7e6572466cc3 | InvocationID=eb4d8852-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:01:27+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de7644de-49ea-11ed-b59f-7e6572466cc3 | InvocationID=de7646b4-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:01:27+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed63cfac-49ea-11ed-b59f-7e6572466cc3 | InvocationID=ed63d15a-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:01:27+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed63cfac-49ea-11ed-b59f-7e6572466cc3 | InvocationID=ed63d15a-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:01:27+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed63cfac-49ea-11ed-b59f-7e6572466cc3 | InvocationID=ed63d15a-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:01:48+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb4d8686-49ea-11ed-b59f-7e6572466cc3 | InvocationID=eb4d8852-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:01:48+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa16c45c-49ea-11ed-b59f-7e6572466cc3 | InvocationID=fa16c632-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:01:52+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed63cfac-49ea-11ed-b59f-7e6572466cc3 | InvocationID=ed63d15a-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:01:52+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc519c06-49ea-11ed-b59f-7e6572466cc3 | InvocationID=fc519ef4-49ea-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:01:52+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc519c06-49ea-11ed-b59f-7e6572466cc3 | InvocationID=fc519ef4-49ea-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:01:52+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc519c06-49ea-11ed-b59f-7e6572466cc3 | InvocationID=fc519ef4-49ea-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:02:13+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa16c45c-49ea-11ed-b59f-7e6572466cc3 | InvocationID=fa16c632-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:02:13+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08dcfc68-49eb-11ed-b59f-7e6572466cc3 | InvocationID=08dd05e6-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:02:17+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc519c06-49ea-11ed-b59f-7e6572466cc3 | InvocationID=fc519ef4-49ea-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:02:17+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3f3750-49eb-11ed-b59f-7e6572466cc3 | InvocationID=0b3f39ee-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:02:17+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3f3750-49eb-11ed-b59f-7e6572466cc3 | InvocationID=0b3f39ee-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:02:17+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3f3750-49eb-11ed-b59f-7e6572466cc3 | InvocationID=0b3f39ee-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:02:38+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08dcfc68-49eb-11ed-b59f-7e6572466cc3 | InvocationID=08dd05e6-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:02:38+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17a0ae0c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=17a0aff6-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:02:42+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3f3750-49eb-11ed-b59f-7e6572466cc3 | InvocationID=0b3f39ee-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:02:42+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2f5362-49eb-11ed-b59f-7e6572466cc3 | InvocationID=1a2f5632-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:02:42+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2f5362-49eb-11ed-b59f-7e6572466cc3 | InvocationID=1a2f5632-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:02:42+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2f5362-49eb-11ed-b59f-7e6572466cc3 | InvocationID=1a2f5632-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:03:02+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17a0ae0c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=17a0aff6-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:03:02+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2668956c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=26689724-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:03:07+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2f5362-49eb-11ed-b59f-7e6572466cc3 | InvocationID=1a2f5632-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:03:07+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291f2a3c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=291f2c1c-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:03:07+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291f2a3c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=291f2c1c-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:03:07+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291f2a3c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=291f2c1c-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:03:27+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2668956c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=26689724-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:03:27+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=352c3568-49eb-11ed-b59f-7e6572466cc3 | InvocationID=352c37ca-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:03:32+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291f2a3c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=291f2c1c-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:03:32+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380cd198-49eb-11ed-b59f-7e6572466cc3 | InvocationID=380cda08-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:03:32+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380cd198-49eb-11ed-b59f-7e6572466cc3 | InvocationID=380cda08-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:03:32+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380cd198-49eb-11ed-b59f-7e6572466cc3 | InvocationID=380cda08-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:03:52+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=352c3568-49eb-11ed-b59f-7e6572466cc3 | InvocationID=352c37ca-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:03:52+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43f30090-49eb-11ed-b59f-7e6572466cc3 | InvocationID=43f3023e-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:03:57+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380cd198-49eb-11ed-b59f-7e6572466cc3 | InvocationID=380cda08-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:03:57+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fa4b86-49eb-11ed-b59f-7e6572466cc3 | InvocationID=46fa4fa0-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:03:57+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fa4b86-49eb-11ed-b59f-7e6572466cc3 | InvocationID=46fa4fa0-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:03:57+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46fa4b86-49eb-11ed-b59f-7e6572466cc3 | InvocationID=46fa4fa0-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:04:17+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43f30090-49eb-11ed-b59f-7e6572466cc3 | InvocationID=43f3023e-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:04:17+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52b76724-49eb-11ed-b59f-7e6572466cc3 | InvocationID=52b76990-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:04:22+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46fa4b86-49eb-11ed-b59f-7e6572466cc3 | InvocationID=46fa4fa0-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:04:22+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e80660-49eb-11ed-b59f-7e6572466cc3 | InvocationID=55e8080e-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:04:22+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55e80660-49eb-11ed-b59f-7e6572466cc3 | InvocationID=55e8080e-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:04:22+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55e80660-49eb-11ed-b59f-7e6572466cc3 | InvocationID=55e8080e-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:04:42+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52b76724-49eb-11ed-b59f-7e6572466cc3 | InvocationID=52b76990-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:04:42+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=617dfdfe-49eb-11ed-b59f-7e6572466cc3 | InvocationID=617e0088-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:04:47+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55e80660-49eb-11ed-b59f-7e6572466cc3 | InvocationID=55e8080e-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:04:47+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d51d34-49eb-11ed-b59f-7e6572466cc3 | InvocationID=64d51ee2-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:04:47+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d51d34-49eb-11ed-b59f-7e6572466cc3 | InvocationID=64d51ee2-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:04:47+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64d51d34-49eb-11ed-b59f-7e6572466cc3 | InvocationID=64d51ee2-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:05:06+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=617dfdfe-49eb-11ed-b59f-7e6572466cc3 | InvocationID=617e0088-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:05:06+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70451d04-49eb-11ed-b59f-7e6572466cc3 | InvocationID=704521aa-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:05:12+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64d51d34-49eb-11ed-b59f-7e6572466cc3 | InvocationID=64d51ee2-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:05:12+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c2a05a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=73c2a21c-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:05:12+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73c2a05a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=73c2a21c-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:05:12+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c2a05a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=73c2a21c-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:05:31+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70451d04-49eb-11ed-b59f-7e6572466cc3 | InvocationID=704521aa-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:05:31+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f0a2528-49eb-11ed-b59f-7e6572466cc3 | InvocationID=7f0a26cc-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:05:37+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73c2a05a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=73c2a21c-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:05:37+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b07ef2-49eb-11ed-b59f-7e6572466cc3 | InvocationID=82b08186-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:05:37+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82b07ef2-49eb-11ed-b59f-7e6572466cc3 | InvocationID=82b08186-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:05:37+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82b07ef2-49eb-11ed-b59f-7e6572466cc3 | InvocationID=82b08186-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:05:56+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f0a2528-49eb-11ed-b59f-7e6572466cc3 | InvocationID=7f0a26cc-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:05:56+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dcf725c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=8dcf7496-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:06:02+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82b07ef2-49eb-11ed-b59f-7e6572466cc3 | InvocationID=82b08186-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:06:02+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=919ef358-49eb-11ed-b59f-7e6572466cc3 | InvocationID=919ef5ba-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:06:02+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=919ef358-49eb-11ed-b59f-7e6572466cc3 | InvocationID=919ef5ba-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:06:02+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=919ef358-49eb-11ed-b59f-7e6572466cc3 | InvocationID=919ef5ba-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:06:21+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8dcf725c-49eb-11ed-b59f-7e6572466cc3 | InvocationID=8dcf7496-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:06:21+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c92d450-49eb-11ed-b59f-7e6572466cc3 | InvocationID=9c92d680-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:06:27+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=919ef358-49eb-11ed-b59f-7e6572466cc3 | InvocationID=919ef5ba-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:06:27+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08c5d10-49eb-11ed-b59f-7e6572466cc3 | InvocationID=a08c5ebe-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:06:27+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a08c5d10-49eb-11ed-b59f-7e6572466cc3 | InvocationID=a08c5ebe-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:06:27+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a08c5d10-49eb-11ed-b59f-7e6572466cc3 | InvocationID=a08c5ebe-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:06:45+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c92d450-49eb-11ed-b59f-7e6572466cc3 | InvocationID=9c92d680-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:06:45+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab56890a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=ab568b30-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:06:52+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a08c5d10-49eb-11ed-b59f-7e6572466cc3 | InvocationID=a08c5ebe-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:06:52+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7ed4d8-49eb-11ed-b59f-7e6572466cc3 | InvocationID=af7ed6fe-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:06:52+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7ed4d8-49eb-11ed-b59f-7e6572466cc3 | InvocationID=af7ed6fe-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:06:52+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af7ed4d8-49eb-11ed-b59f-7e6572466cc3 | InvocationID=af7ed6fe-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:07:10+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ab56890a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=ab568b30-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:07:10+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1c84bc-49eb-11ed-b59f-7e6572466cc3 | InvocationID=ba1c873c-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:07:17+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af7ed4d8-49eb-11ed-b59f-7e6572466cc3 | InvocationID=af7ed6fe-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:07:17+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6de5ce-49eb-11ed-b59f-7e6572466cc3 | InvocationID=be6de772-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:07:17+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6de5ce-49eb-11ed-b59f-7e6572466cc3 | InvocationID=be6de772-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:07:17+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be6de5ce-49eb-11ed-b59f-7e6572466cc3 | InvocationID=be6de772-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:07:35+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ba1c84bc-49eb-11ed-b59f-7e6572466cc3 | InvocationID=ba1c873c-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:07:35+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8df1da2-49eb-11ed-b59f-7e6572466cc3 | InvocationID=c8df1f8c-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:07:42+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be6de5ce-49eb-11ed-b59f-7e6572466cc3 | InvocationID=be6de772-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:07:42+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd5b7e3e-49eb-11ed-b59f-7e6572466cc3 | InvocationID=cd5b80a0-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:07:43+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd5b7e3e-49eb-11ed-b59f-7e6572466cc3 | InvocationID=cd5b80a0-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:07:43+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd5b7e3e-49eb-11ed-b59f-7e6572466cc3 | InvocationID=cd5b80a0-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:08:00+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8df1da2-49eb-11ed-b59f-7e6572466cc3 | InvocationID=c8df1f8c-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:08:00+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7a26eac-49eb-11ed-b59f-7e6572466cc3 | InvocationID=d7a27078-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:08:08+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd5b7e3e-49eb-11ed-b59f-7e6572466cc3 | InvocationID=cd5b80a0-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:08:08+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc4a609a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=dc4a628e-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:08:08+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc4a609a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=dc4a628e-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:08:08+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc4a609a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=dc4a628e-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:08:24+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7a26eac-49eb-11ed-b59f-7e6572466cc3 | InvocationID=d7a27078-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:08:24+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e665c254-49eb-11ed-b59f-7e6572466cc3 | InvocationID=e665c40c-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:08:33+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc4a609a-49eb-11ed-b59f-7e6572466cc3 | InvocationID=dc4a628e-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:08:33+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb3941fc-49eb-11ed-b59f-7e6572466cc3 | InvocationID=eb394440-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:08:33+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb3941fc-49eb-11ed-b59f-7e6572466cc3 | InvocationID=eb394440-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:08:33+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb3941fc-49eb-11ed-b59f-7e6572466cc3 | InvocationID=eb394440-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:08:49+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e665c254-49eb-11ed-b59f-7e6572466cc3 | InvocationID=e665c40c-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:08:49+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f528e33e-49eb-11ed-b59f-7e6572466cc3 | InvocationID=f528e5fa-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:08:58+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb3941fc-49eb-11ed-b59f-7e6572466cc3 | InvocationID=eb394440-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:08:58+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa293316-49eb-11ed-b59f-7e6572466cc3 | InvocationID=fa2934ec-49eb-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:08:58+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa293316-49eb-11ed-b59f-7e6572466cc3 | InvocationID=fa2934ec-49eb-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:08:58+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa293316-49eb-11ed-b59f-7e6572466cc3 | InvocationID=fa2934ec-49eb-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:09:14+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f528e33e-49eb-11ed-b59f-7e6572466cc3 | InvocationID=f528e5fa-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:09:14+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03eae4ee-49ec-11ed-b59f-7e6572466cc3 | InvocationID=03eae73c-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:09:23+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa293316-49eb-11ed-b59f-7e6572466cc3 | InvocationID=fa2934ec-49eb-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:09:23+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09167802-49ec-11ed-b59f-7e6572466cc3 | InvocationID=09167a28-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:09:23+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09167802-49ec-11ed-b59f-7e6572466cc3 | InvocationID=09167a28-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:09:23+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09167802-49ec-11ed-b59f-7e6572466cc3 | InvocationID=09167a28-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:09:39+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03eae4ee-49ec-11ed-b59f-7e6572466cc3 | InvocationID=03eae73c-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:09:39+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12ae4f02-49ec-11ed-b59f-7e6572466cc3 | InvocationID=12ae5146-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:09:48+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09167802-49ec-11ed-b59f-7e6572466cc3 | InvocationID=09167a28-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:09:48+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1803d968-49ec-11ed-b59f-7e6572466cc3 | InvocationID=1803db84-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:09:48+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1803d968-49ec-11ed-b59f-7e6572466cc3 | InvocationID=1803db84-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:09:48+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1803d968-49ec-11ed-b59f-7e6572466cc3 | InvocationID=1803db84-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:10:04+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12ae4f02-49ec-11ed-b59f-7e6572466cc3 | InvocationID=12ae5146-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:10:04+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2172c2fc-49ec-11ed-b59f-7e6572466cc3 | InvocationID=2172c55e-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:10:13+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1803d968-49ec-11ed-b59f-7e6572466cc3 | InvocationID=1803db84-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:10:13+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f0f546-49ec-11ed-b59f-7e6572466cc3 | InvocationID=26f0f71c-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:10:13+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f0f546-49ec-11ed-b59f-7e6572466cc3 | InvocationID=26f0f71c-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:10:13+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f0f546-49ec-11ed-b59f-7e6572466cc3 | InvocationID=26f0f71c-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:10:28+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2172c2fc-49ec-11ed-b59f-7e6572466cc3 | InvocationID=2172c55e-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:10:28+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=303845aa-49ec-11ed-b59f-7e6572466cc3 | InvocationID=303850ae-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:10:38+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f0f546-49ec-11ed-b59f-7e6572466cc3 | InvocationID=26f0f71c-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:10:38+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35df54c6-49ec-11ed-b59f-7e6572466cc3 | InvocationID=35df56a6-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:10:38+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35df54c6-49ec-11ed-b59f-7e6572466cc3 | InvocationID=35df56a6-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:10:38+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35df54c6-49ec-11ed-b59f-7e6572466cc3 | InvocationID=35df56a6-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:10:53+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=303845aa-49ec-11ed-b59f-7e6572466cc3 | InvocationID=303850ae-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:10:53+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3efb10d6-49ec-11ed-b59f-7e6572466cc3 | InvocationID=3efb1324-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:11:03+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35df54c6-49ec-11ed-b59f-7e6572466cc3 | InvocationID=35df56a6-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:11:03+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44cd3548-49ec-11ed-b59f-7e6572466cc3 | InvocationID=44cd3fca-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:11:03+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44cd3548-49ec-11ed-b59f-7e6572466cc3 | InvocationID=44cd3fca-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:11:03+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44cd3548-49ec-11ed-b59f-7e6572466cc3 | InvocationID=44cd3fca-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:11:18+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3efb10d6-49ec-11ed-b59f-7e6572466cc3 | InvocationID=3efb1324-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:11:18+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dbe745a-49ec-11ed-b59f-7e6572466cc3 | InvocationID=4dbe7d1a-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:11:28+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44cd3548-49ec-11ed-b59f-7e6572466cc3 | InvocationID=44cd3fca-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:11:28+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bbad00-49ec-11ed-b59f-7e6572466cc3 | InvocationID=53bbaf80-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:11:28+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53bbad00-49ec-11ed-b59f-7e6572466cc3 | InvocationID=53bbaf80-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:11:28+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bbad00-49ec-11ed-b59f-7e6572466cc3 | InvocationID=53bbaf80-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:11:43+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4dbe745a-49ec-11ed-b59f-7e6572466cc3 | InvocationID=4dbe7d1a-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:11:43+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c84b9f4-49ec-11ed-b59f-7e6572466cc3 | InvocationID=5c84c110-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:11:53+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53bbad00-49ec-11ed-b59f-7e6572466cc3 | InvocationID=53bbaf80-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:11:53+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a8f28c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=62a8f5de-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:11:53+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a8f28c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=62a8f5de-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:11:53+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a8f28c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=62a8f5de-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:12:07+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c84b9f4-49ec-11ed-b59f-7e6572466cc3 | InvocationID=5c84c110-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:12:07+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b498172-49ec-11ed-b59f-7e6572466cc3 | InvocationID=6b49873a-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:12:18+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a8f28c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=62a8f5de-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:12:18+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=719660fe-49ec-11ed-b59f-7e6572466cc3 | InvocationID=719662e8-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:12:18+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=719660fe-49ec-11ed-b59f-7e6572466cc3 | InvocationID=719662e8-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:12:18+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=719660fe-49ec-11ed-b59f-7e6572466cc3 | InvocationID=719662e8-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:12:32+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b498172-49ec-11ed-b59f-7e6572466cc3 | InvocationID=6b49873a-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:12:32+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a0d6e58-49ec-11ed-b59f-7e6572466cc3 | InvocationID=7a0d72e0-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:12:43+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=719660fe-49ec-11ed-b59f-7e6572466cc3 | InvocationID=719662e8-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:12:43+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80852050-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8085221c-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:12:43+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80852050-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8085221c-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:12:43+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80852050-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8085221c-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:12:57+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a0d6e58-49ec-11ed-b59f-7e6572466cc3 | InvocationID=7a0d72e0-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:12:57+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d0f522-49ec-11ed-b59f-7e6572466cc3 | InvocationID=88d0f6f8-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:13:08+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80852050-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8085221c-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:13:08+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f73daa2-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8f73de26-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:13:08+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f73daa2-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8f73de26-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:13:08+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f73daa2-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8f73de26-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:13:22+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88d0f522-49ec-11ed-b59f-7e6572466cc3 | InvocationID=88d0f6f8-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:13:22+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9794b580-49ec-11ed-b59f-7e6572466cc3 | InvocationID=9794b8a0-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:13:33+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f73daa2-49ec-11ed-b59f-7e6572466cc3 | InvocationID=8f73de26-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:13:33+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e62aa98-49ec-11ed-b59f-7e6572466cc3 | InvocationID=9e62ac82-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:13:33+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e62aa98-49ec-11ed-b59f-7e6572466cc3 | InvocationID=9e62ac82-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:13:33+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e62aa98-49ec-11ed-b59f-7e6572466cc3 | InvocationID=9e62ac82-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:13:47+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9794b580-49ec-11ed-b59f-7e6572466cc3 | InvocationID=9794b8a0-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:13:47+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a657ab7c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=a657afaa-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:13:58+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e62aa98-49ec-11ed-b59f-7e6572466cc3 | InvocationID=9e62ac82-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:13:58+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad51b1c0-49ec-11ed-b59f-7e6572466cc3 | InvocationID=ad51b378-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:13:58+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad51b1c0-49ec-11ed-b59f-7e6572466cc3 | InvocationID=ad51b378-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:13:58+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad51b1c0-49ec-11ed-b59f-7e6572466cc3 | InvocationID=ad51b378-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:14:11+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a657ab7c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=a657afaa-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:14:11+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b51b8a52-49ec-11ed-b59f-7e6572466cc3 | InvocationID=b51b8cd2-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:14:23+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad51b1c0-49ec-11ed-b59f-7e6572466cc3 | InvocationID=ad51b378-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:14:23+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3f7096-49ec-11ed-b59f-7e6572466cc3 | InvocationID=bc3f7492-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:14:23+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3f7096-49ec-11ed-b59f-7e6572466cc3 | InvocationID=bc3f7492-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:14:23+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3f7096-49ec-11ed-b59f-7e6572466cc3 | InvocationID=bc3f7492-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:14:36+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b51b8a52-49ec-11ed-b59f-7e6572466cc3 | InvocationID=b51b8cd2-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:14:36+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e313e8-49ec-11ed-b59f-7e6572466cc3 | InvocationID=c3e316ae-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:14:48+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3f7096-49ec-11ed-b59f-7e6572466cc3 | InvocationID=bc3f7492-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:14:48+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb2d951a-49ec-11ed-b59f-7e6572466cc3 | InvocationID=cb2d9880-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:14:48+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb2d951a-49ec-11ed-b59f-7e6572466cc3 | InvocationID=cb2d9880-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:14:48+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb2d951a-49ec-11ed-b59f-7e6572466cc3 | InvocationID=cb2d9880-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:15:01+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3e313e8-49ec-11ed-b59f-7e6572466cc3 | InvocationID=c3e316ae-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:15:01+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2a5f01c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=d2a5f2d8-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:15:13+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb2d951a-49ec-11ed-b59f-7e6572466cc3 | InvocationID=cb2d9880-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:15:13+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da1b0936-49ec-11ed-b59f-7e6572466cc3 | InvocationID=da1b0ada-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:15:13+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da1b0936-49ec-11ed-b59f-7e6572466cc3 | InvocationID=da1b0ada-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:15:13+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da1b0936-49ec-11ed-b59f-7e6572466cc3 | InvocationID=da1b0ada-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:15:26+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2a5f01c-49ec-11ed-b59f-7e6572466cc3 | InvocationID=d2a5f2d8-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:15:26+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e16b5182-49ec-11ed-b59f-7e6572466cc3 | InvocationID=e16b5466-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:15:38+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da1b0936-49ec-11ed-b59f-7e6572466cc3 | InvocationID=da1b0ada-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:15:38+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e908b236-49ec-11ed-b59f-7e6572466cc3 | InvocationID=e908b45c-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:15:38+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e908b236-49ec-11ed-b59f-7e6572466cc3 | InvocationID=e908b45c-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:15:38+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e908b236-49ec-11ed-b59f-7e6572466cc3 | InvocationID=e908b45c-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:15:50+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e16b5182-49ec-11ed-b59f-7e6572466cc3 | InvocationID=e16b5466-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:15:50+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f02fc360-49ec-11ed-b59f-7e6572466cc3 | InvocationID=f02fc5d6-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:16:03+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e908b236-49ec-11ed-b59f-7e6572466cc3 | InvocationID=e908b45c-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:16:03+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7f91ede-49ec-11ed-b59f-7e6572466cc3 | InvocationID=f7f9208c-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:16:04+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7f91ede-49ec-11ed-b59f-7e6572466cc3 | InvocationID=f7f9208c-49ec-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:16:04+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7f91ede-49ec-11ed-b59f-7e6572466cc3 | InvocationID=f7f9208c-49ec-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:16:15+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f02fc360-49ec-11ed-b59f-7e6572466cc3 | InvocationID=f02fc5d6-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:16:15+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fef46144-49ec-11ed-b59f-7e6572466cc3 | InvocationID=fef462f2-49ec-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:16:29+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7f91ede-49ec-11ed-b59f-7e6572466cc3 | InvocationID=f7f9208c-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:16:29+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e6f524-49ed-11ed-b59f-7e6572466cc3 | InvocationID=06e6f84e-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:16:29+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06e6f524-49ed-11ed-b59f-7e6572466cc3 | InvocationID=06e6f84e-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:16:29+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06e6f524-49ed-11ed-b59f-7e6572466cc3 | InvocationID=06e6f84e-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:16:40+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fef46144-49ec-11ed-b59f-7e6572466cc3 | InvocationID=fef462f2-49ec-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:16:40+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbd5686-49ed-11ed-b59f-7e6572466cc3 | InvocationID=0dbd58d4-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:16:54+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06e6f524-49ed-11ed-b59f-7e6572466cc3 | InvocationID=06e6f84e-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:16:54+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15d6f854-49ed-11ed-b59f-7e6572466cc3 | InvocationID=15d6fa16-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:16:54+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15d6f854-49ed-11ed-b59f-7e6572466cc3 | InvocationID=15d6fa16-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:16:54+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15d6f854-49ed-11ed-b59f-7e6572466cc3 | InvocationID=15d6fa16-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:17:05+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0dbd5686-49ed-11ed-b59f-7e6572466cc3 | InvocationID=0dbd58d4-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:17:05+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c8030bc-49ed-11ed-b59f-7e6572466cc3 | InvocationID=1c8032e2-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:17:19+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15d6f854-49ed-11ed-b59f-7e6572466cc3 | InvocationID=15d6fa16-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:17:19+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c45370-49ed-11ed-b59f-7e6572466cc3 | InvocationID=24c45ac8-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:17:19+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c45370-49ed-11ed-b59f-7e6572466cc3 | InvocationID=24c45ac8-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:17:19+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24c45370-49ed-11ed-b59f-7e6572466cc3 | InvocationID=24c45ac8-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:17:30+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c8030bc-49ed-11ed-b59f-7e6572466cc3 | InvocationID=1c8032e2-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:17:30+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b42dcf8-49ed-11ed-b59f-7e6572466cc3 | InvocationID=2b42deba-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:17:44+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24c45370-49ed-11ed-b59f-7e6572466cc3 | InvocationID=24c45ac8-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:17:44+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33b226e6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=33b2289e-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:17:44+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33b226e6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=33b2289e-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:17:44+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33b226e6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=33b2289e-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:17:54+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b42dcf8-49ed-11ed-b59f-7e6572466cc3 | InvocationID=2b42deba-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:17:54+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a05e08c-49ed-11ed-b59f-7e6572466cc3 | InvocationID=3a05e334-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:18:09+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33b226e6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=33b2289e-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:18:09+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=429f92f6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=429f94e0-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:18:09+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=429f92f6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=429f94e0-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:18:09+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=429f92f6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=429f94e0-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:18:19+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a05e08c-49ed-11ed-b59f-7e6572466cc3 | InvocationID=3a05e334-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:18:19+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c836b0-49ed-11ed-b59f-7e6572466cc3 | InvocationID=48c83868-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:18:34+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=429f92f6-49ed-11ed-b59f-7e6572466cc3 | InvocationID=429f94e0-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:18:34+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=518d3250-49ed-11ed-b59f-7e6572466cc3 | InvocationID=518d346c-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:18:34+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=518d3250-49ed-11ed-b59f-7e6572466cc3 | InvocationID=518d346c-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:18:34+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=518d3250-49ed-11ed-b59f-7e6572466cc3 | InvocationID=518d346c-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:18:44+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48c836b0-49ed-11ed-b59f-7e6572466cc3 | InvocationID=48c83868-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:18:44+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=578c14b4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=578c2102-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:18:59+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=518d3250-49ed-11ed-b59f-7e6572466cc3 | InvocationID=518d346c-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:18:59+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607c34a0-49ed-11ed-b59f-7e6572466cc3 | InvocationID=607c3720-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:18:59+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607c34a0-49ed-11ed-b59f-7e6572466cc3 | InvocationID=607c3720-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:18:59+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=607c34a0-49ed-11ed-b59f-7e6572466cc3 | InvocationID=607c3720-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:19:09+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=578c14b4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=578c2102-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:19:09+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6652693a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=66526b1a-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:19:24+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=607c34a0-49ed-11ed-b59f-7e6572466cc3 | InvocationID=607c3720-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:19:24+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6abeb4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=6f6ac0e4-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:19:24+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6abeb4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=6f6ac0e4-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:19:24+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f6abeb4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=6f6ac0e4-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:19:33+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6652693a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=66526b1a-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:19:33+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75175322-49ed-11ed-b59f-7e6572466cc3 | InvocationID=751756b0-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:19:49+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f6abeb4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=6f6ac0e4-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:19:49+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5aa2ea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=7e5aa498-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:19:49+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5aa2ea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=7e5aa498-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:19:49+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e5aa2ea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=7e5aa498-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:19:58+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75175322-49ed-11ed-b59f-7e6572466cc3 | InvocationID=751756b0-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:19:58+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83da7d9e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=83da8014-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:20:14+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e5aa2ea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=7e5aa498-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:20:14+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d49329e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=8d493a28-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:20:14+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d49329e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=8d493a28-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:20:14+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d49329e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=8d493a28-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:20:23+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83da7d9e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=83da8014-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:20:23+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=929e0a76-49ed-11ed-b59f-7e6572466cc3 | InvocationID=929e0cba-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:20:39+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d49329e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=8d493a28-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:20:39+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c389466-49ed-11ed-b59f-7e6572466cc3 | InvocationID=9c38963c-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:20:39+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c389466-49ed-11ed-b59f-7e6572466cc3 | InvocationID=9c38963c-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:20:39+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c389466-49ed-11ed-b59f-7e6572466cc3 | InvocationID=9c38963c-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:20:48+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=929e0a76-49ed-11ed-b59f-7e6572466cc3 | InvocationID=929e0cba-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:20:48+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1601edc-49ed-11ed-b59f-7e6572466cc3 | InvocationID=a16021ac-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:21:04+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c389466-49ed-11ed-b59f-7e6572466cc3 | InvocationID=9c38963c-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:21:04+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab269bf8-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ab269da6-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:21:04+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab269bf8-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ab269da6-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:21:04+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab269bf8-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ab269da6-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:21:12+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1601edc-49ed-11ed-b59f-7e6572466cc3 | InvocationID=a16021ac-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:21:12+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b029965a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=b0299830-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:21:29+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab269bf8-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ab269da6-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:21:29+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba138a5e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ba138cac-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:21:29+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba138a5e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ba138cac-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:21:29+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba138a5e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ba138cac-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:21:37+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b029965a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=b0299830-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:21:37+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beefc0c4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=beefc33a-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:21:54+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba138a5e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=ba138cac-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:21:54+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9014cea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=c9014ea2-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:21:54+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9014cea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=c9014ea2-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:21:54+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9014cea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=c9014ea2-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:22:02+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=beefc0c4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=beefc33a-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:22:02+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdb19b00-49ed-11ed-b59f-7e6572466cc3 | InvocationID=cdb19d6c-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:22:19+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9014cea-49ed-11ed-b59f-7e6572466cc3 | InvocationID=c9014ea2-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:22:19+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7eec85e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=d7eeca0c-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:22:19+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7eec85e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=d7eeca0c-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:22:19+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7eec85e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=d7eeca0c-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:22:27+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdb19b00-49ed-11ed-b59f-7e6572466cc3 | InvocationID=cdb19d6c-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:22:27+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc765cd4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=dc766094-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:22:44+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7eec85e-49ed-11ed-b59f-7e6572466cc3 | InvocationID=d7eeca0c-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:22:44+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6db9310-49ed-11ed-b59f-7e6572466cc3 | InvocationID=e6db94c8-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:22:44+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6db9310-49ed-11ed-b59f-7e6572466cc3 | InvocationID=e6db94c8-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:22:44+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6db9310-49ed-11ed-b59f-7e6572466cc3 | InvocationID=e6db94c8-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:22:52+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc765cd4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=dc766094-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:22:52+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb39c814-49ed-11ed-b59f-7e6572466cc3 | InvocationID=eb39c9cc-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:23:09+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6db9310-49ed-11ed-b59f-7e6572466cc3 | InvocationID=e6db94c8-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:23:09+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5cdb92a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=f5cdbace-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:23:09+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5cdb92a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=f5cdbace-49ed-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:23:09+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5cdb92a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=f5cdbace-49ed-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:23:16+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb39c814-49ed-11ed-b59f-7e6572466cc3 | InvocationID=eb39c9cc-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:23:16+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa04ecd4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=fa04f7ec-49ed-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:23:34+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5cdb92a-49ed-11ed-b59f-7e6572466cc3 | InvocationID=f5cdbace-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:23:34+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bad79c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=04bada6c-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:23:34+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04bad79c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=04bada6c-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:23:34+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04bad79c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=04bada6c-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:23:41+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa04ecd4-49ed-11ed-b59f-7e6572466cc3 | InvocationID=fa04f7ec-49ed-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:23:41+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08c87736-49ee-11ed-b59f-7e6572466cc3 | InvocationID=08c878e4-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:23:59+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04bad79c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=04bada6c-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:23:59+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a88452-49ee-11ed-b59f-7e6572466cc3 | InvocationID=13a886a0-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:23:59+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a88452-49ee-11ed-b59f-7e6572466cc3 | InvocationID=13a886a0-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:23:59+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13a88452-49ee-11ed-b59f-7e6572466cc3 | InvocationID=13a886a0-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:24:06+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08c87736-49ee-11ed-b59f-7e6572466cc3 | InvocationID=08c878e4-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:24:06+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=178ba69e-49ee-11ed-b59f-7e6572466cc3 | InvocationID=178ba8d8-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:24:24+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13a88452-49ee-11ed-b59f-7e6572466cc3 | InvocationID=13a886a0-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:24:24+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2297d940-49ee-11ed-b59f-7e6572466cc3 | InvocationID=2297daf8-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:24:25+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2297d940-49ee-11ed-b59f-7e6572466cc3 | InvocationID=2297daf8-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:24:25+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2297d940-49ee-11ed-b59f-7e6572466cc3 | InvocationID=2297daf8-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:24:31+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=178ba69e-49ee-11ed-b59f-7e6572466cc3 | InvocationID=178ba8d8-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:24:31+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=264ec90e-49ee-11ed-b59f-7e6572466cc3 | InvocationID=264ecc38-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:24:50+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2297d940-49ee-11ed-b59f-7e6572466cc3 | InvocationID=2297daf8-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:24:50+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3184da0c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=3184dbce-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:24:50+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3184da0c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=3184dbce-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:24:50+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3184da0c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=3184dbce-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:24:55+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=264ec90e-49ee-11ed-b59f-7e6572466cc3 | InvocationID=264ecc38-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:24:55+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3514ed9c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=3514ef72-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:25:15+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3184da0c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=3184dbce-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:25:15+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4071de66-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4071e172-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:25:15+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4071de66-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4071e172-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:25:15+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4071de66-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4071e172-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:25:20+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3514ed9c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=3514ef72-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:25:20+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43d928ca-49ee-11ed-b59f-7e6572466cc3 | InvocationID=43d92a82-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:25:40+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4071de66-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4071e172-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:25:40+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f63745c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4f637678-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:25:40+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f63745c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4f637678-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:25:40+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f63745c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4f637678-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:25:45+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43d928ca-49ee-11ed-b59f-7e6572466cc3 | InvocationID=43d92a82-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:25:45+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=529d69a2-49ee-11ed-b59f-7e6572466cc3 | InvocationID=529d6b5a-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:26:05+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f63745c-49ee-11ed-b59f-7e6572466cc3 | InvocationID=4f637678-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:26:05+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e51da44-49ee-11ed-b59f-7e6572466cc3 | InvocationID=5e51dc06-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:26:05+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e51da44-49ee-11ed-b59f-7e6572466cc3 | InvocationID=5e51dc06-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:26:05+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e51da44-49ee-11ed-b59f-7e6572466cc3 | InvocationID=5e51dc06-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:26:10+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=529d69a2-49ee-11ed-b59f-7e6572466cc3 | InvocationID=529d6b5a-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:26:10+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6160e0f4-49ee-11ed-b59f-7e6572466cc3 | InvocationID=6160e2a2-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-12T05:26:30+0000 | policy_event_thread | 139740730714912 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e51da44-49ee-11ed-b59f-7e6572466cc3 | InvocationID=5e51dc06-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF activation/deactivation policy response events.
2022-10-12T05:26:30+0000 | policy_event_thread | 139740730714912 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d402394-49ee-11ed-b59f-7e6572466cc3 | InvocationID=6d402696-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-12T05:26:30+0000 | policy_event_thread | 139740730714912 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d402394-49ee-11ed-b59f-7e6572466cc3 | InvocationID=6d402696-49ee-11ed-b59f-7e6572466cc3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:26:30+0000 | policy_event_thread | 139740730714912 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d402394-49ee-11ed-b59f-7e6572466cc3 | InvocationID=6d402696-49ee-11ed-b59f-7e6572466cc3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-12T05:26:35+0000 | aai_event_thread | 139740729654048 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6160e0f4-49ee-11ed-b59f-7e6572466cc3 | InvocationID=6160e2a2-49ee-11ed-b59f-7e6572466cc3 | Polling MR for XNF AAI events.
2022-10-12T05:26:35+0000 | aai_event_thread | 139740729654048 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=702508b8-49ee-11ed-b59f-7e6572466cc3 | InvocationID=70250be2-49ee-11ed-b59f-7e6572466cc3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT