Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-10T04:58:55+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45106628-30c5-11ed-93de-5207d50566f9 | InvocationID=451067cc-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-10T04:59:14+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=416d18cc-30c5-11ed-93de-5207d50566f9 | InvocationID=416d1ade-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T04:59:14+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f3b350-30c5-11ed-93de-5207d50566f9 | InvocationID=50f3b4f4-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T04:59:15+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50f3b350-30c5-11ed-93de-5207d50566f9 | InvocationID=50f3b4f4-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T04:59:15+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f3b350-30c5-11ed-93de-5207d50566f9 | InvocationID=50f3b4f4-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T04:59:15+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45106628-30c5-11ed-93de-5207d50566f9 | InvocationID=451067cc-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T04:59:15+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519cda48-30c5-11ed-93de-5207d50566f9 | InvocationID=519cdbe2-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T04:59:15+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=519cda48-30c5-11ed-93de-5207d50566f9 | InvocationID=519cdbe2-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T04:59:15+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=519cda48-30c5-11ed-93de-5207d50566f9 | InvocationID=519cdbe2-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T04:59:35+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=519cda48-30c5-11ed-93de-5207d50566f9 | InvocationID=519cdbe2-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T04:59:35+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d965f2c-30c5-11ed-93de-5207d50566f9 | InvocationID=5d9660ee-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T04:59:35+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d965f2c-30c5-11ed-93de-5207d50566f9 | InvocationID=5d9660ee-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T04:59:35+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d965f2c-30c5-11ed-93de-5207d50566f9 | InvocationID=5d9660ee-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T04:59:40+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=50f3b350-30c5-11ed-93de-5207d50566f9 | InvocationID=50f3b4f4-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T04:59:40+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60470e7e-30c5-11ed-93de-5207d50566f9 | InvocationID=60471072-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T04:59:40+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60470e7e-30c5-11ed-93de-5207d50566f9 | InvocationID=60471072-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T04:59:40+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60470e7e-30c5-11ed-93de-5207d50566f9 | InvocationID=60471072-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T04:59:55+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d965f2c-30c5-11ed-93de-5207d50566f9 | InvocationID=5d9660ee-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T04:59:55+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699bbc36-30c5-11ed-93de-5207d50566f9 | InvocationID=699bbfb0-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T04:59:55+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699bbc36-30c5-11ed-93de-5207d50566f9 | InvocationID=699bbfb0-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T04:59:55+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=699bbc36-30c5-11ed-93de-5207d50566f9 | InvocationID=699bbfb0-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:00:05+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60470e7e-30c5-11ed-93de-5207d50566f9 | InvocationID=60471072-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:00:05+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f414066-30c5-11ed-93de-5207d50566f9 | InvocationID=6f4148f4-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:00:05+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f414066-30c5-11ed-93de-5207d50566f9 | InvocationID=6f4148f4-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:00:05+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f414066-30c5-11ed-93de-5207d50566f9 | InvocationID=6f4148f4-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:00:15+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=699bbc36-30c5-11ed-93de-5207d50566f9 | InvocationID=699bbfb0-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:00:15+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a62ff2-30c5-11ed-93de-5207d50566f9 | InvocationID=75a633c6-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:00:16+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a62ff2-30c5-11ed-93de-5207d50566f9 | InvocationID=75a633c6-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:00:16+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75a62ff2-30c5-11ed-93de-5207d50566f9 | InvocationID=75a633c6-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:00:30+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f414066-30c5-11ed-93de-5207d50566f9 | InvocationID=6f4148f4-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:00:30+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e38288c-30c5-11ed-93de-5207d50566f9 | InvocationID=7e382ab2-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:00:30+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e38288c-30c5-11ed-93de-5207d50566f9 | InvocationID=7e382ab2-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:00:30+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e38288c-30c5-11ed-93de-5207d50566f9 | InvocationID=7e382ab2-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:00:36+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75a62ff2-30c5-11ed-93de-5207d50566f9 | InvocationID=75a633c6-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:00:36+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a4b7ce-30c5-11ed-93de-5207d50566f9 | InvocationID=81a4c296-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:00:36+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81a4b7ce-30c5-11ed-93de-5207d50566f9 | InvocationID=81a4c296-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:00:36+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81a4b7ce-30c5-11ed-93de-5207d50566f9 | InvocationID=81a4c296-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:00:55+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e38288c-30c5-11ed-93de-5207d50566f9 | InvocationID=7e382ab2-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:00:55+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2ef3fc-30c5-11ed-93de-5207d50566f9 | InvocationID=8d2ef596-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:00:55+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2ef3fc-30c5-11ed-93de-5207d50566f9 | InvocationID=8d2ef596-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:00:55+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d2ef3fc-30c5-11ed-93de-5207d50566f9 | InvocationID=8d2ef596-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:00:56+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81a4b7ce-30c5-11ed-93de-5207d50566f9 | InvocationID=81a4c296-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:00:56+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d9d9c30-30c5-11ed-93de-5207d50566f9 | InvocationID=8d9d9dde-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:00:56+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d9d9c30-30c5-11ed-93de-5207d50566f9 | InvocationID=8d9d9dde-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:00:56+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d9d9c30-30c5-11ed-93de-5207d50566f9 | InvocationID=8d9d9dde-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:01:16+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d9d9c30-30c5-11ed-93de-5207d50566f9 | InvocationID=8d9d9dde-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:01:16+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9994d738-30c5-11ed-93de-5207d50566f9 | InvocationID=9994d936-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:01:16+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9994d738-30c5-11ed-93de-5207d50566f9 | InvocationID=9994d936-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:01:16+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9994d738-30c5-11ed-93de-5207d50566f9 | InvocationID=9994d936-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:01:20+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d2ef3fc-30c5-11ed-93de-5207d50566f9 | InvocationID=8d2ef596-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:01:20+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1f84bc-30c5-11ed-93de-5207d50566f9 | InvocationID=9c1f8840-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:01:20+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1f84bc-30c5-11ed-93de-5207d50566f9 | InvocationID=9c1f8840-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:01:20+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c1f84bc-30c5-11ed-93de-5207d50566f9 | InvocationID=9c1f8840-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:01:36+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9994d738-30c5-11ed-93de-5207d50566f9 | InvocationID=9994d936-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:01:36+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59344b6-30c5-11ed-93de-5207d50566f9 | InvocationID=a5934718-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:01:36+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59344b6-30c5-11ed-93de-5207d50566f9 | InvocationID=a5934718-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:01:36+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a59344b6-30c5-11ed-93de-5207d50566f9 | InvocationID=a5934718-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:01:45+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c1f84bc-30c5-11ed-93de-5207d50566f9 | InvocationID=9c1f8840-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:01:45+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab141834-30c5-11ed-93de-5207d50566f9 | InvocationID=ab1425ea-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:01:45+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab141834-30c5-11ed-93de-5207d50566f9 | InvocationID=ab1425ea-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:01:45+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab141834-30c5-11ed-93de-5207d50566f9 | InvocationID=ab1425ea-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:01:56+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a59344b6-30c5-11ed-93de-5207d50566f9 | InvocationID=a5934718-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:01:56+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1bf36e6-30c5-11ed-93de-5207d50566f9 | InvocationID=b1bf389e-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:01:57+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1bf36e6-30c5-11ed-93de-5207d50566f9 | InvocationID=b1bf389e-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:01:57+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1bf36e6-30c5-11ed-93de-5207d50566f9 | InvocationID=b1bf389e-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:02:10+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab141834-30c5-11ed-93de-5207d50566f9 | InvocationID=ab1425ea-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:02:10+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba10fa6e-30c5-11ed-93de-5207d50566f9 | InvocationID=ba10fdb6-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:02:10+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba10fa6e-30c5-11ed-93de-5207d50566f9 | InvocationID=ba10fdb6-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:02:10+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba10fa6e-30c5-11ed-93de-5207d50566f9 | InvocationID=ba10fdb6-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:02:17+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1bf36e6-30c5-11ed-93de-5207d50566f9 | InvocationID=b1bf389e-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:02:17+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdfd4466-30c5-11ed-93de-5207d50566f9 | InvocationID=bdfd4740-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:02:17+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdfd4466-30c5-11ed-93de-5207d50566f9 | InvocationID=bdfd4740-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:02:17+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdfd4466-30c5-11ed-93de-5207d50566f9 | InvocationID=bdfd4740-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:02:35+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba10fa6e-30c5-11ed-93de-5207d50566f9 | InvocationID=ba10fdb6-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:02:35+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9056a3c-30c5-11ed-93de-5207d50566f9 | InvocationID=c9056cc6-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:02:35+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9056a3c-30c5-11ed-93de-5207d50566f9 | InvocationID=c9056cc6-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:02:35+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9056a3c-30c5-11ed-93de-5207d50566f9 | InvocationID=c9056cc6-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:02:37+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bdfd4466-30c5-11ed-93de-5207d50566f9 | InvocationID=bdfd4740-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:02:37+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0bb1c0-30c5-11ed-93de-5207d50566f9 | InvocationID=ca0bb40e-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:02:37+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca0bb1c0-30c5-11ed-93de-5207d50566f9 | InvocationID=ca0bb40e-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:02:37+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca0bb1c0-30c5-11ed-93de-5207d50566f9 | InvocationID=ca0bb40e-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:02:57+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca0bb1c0-30c5-11ed-93de-5207d50566f9 | InvocationID=ca0bb40e-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:02:57+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ff96fe-30c5-11ed-93de-5207d50566f9 | InvocationID=d5ff98ac-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:02:57+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ff96fe-30c5-11ed-93de-5207d50566f9 | InvocationID=d5ff98ac-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:02:57+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5ff96fe-30c5-11ed-93de-5207d50566f9 | InvocationID=d5ff98ac-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:03:00+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9056a3c-30c5-11ed-93de-5207d50566f9 | InvocationID=c9056cc6-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:03:00+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f4dee2-30c5-11ed-93de-5207d50566f9 | InvocationID=d7f4e090-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:03:00+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f4dee2-30c5-11ed-93de-5207d50566f9 | InvocationID=d7f4e090-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:03:00+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7f4dee2-30c5-11ed-93de-5207d50566f9 | InvocationID=d7f4e090-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:03:17+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5ff96fe-30c5-11ed-93de-5207d50566f9 | InvocationID=d5ff98ac-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:03:17+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f3bf9e-30c5-11ed-93de-5207d50566f9 | InvocationID=e1f3c1ce-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:03:17+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1f3bf9e-30c5-11ed-93de-5207d50566f9 | InvocationID=e1f3c1ce-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:03:17+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1f3bf9e-30c5-11ed-93de-5207d50566f9 | InvocationID=e1f3c1ce-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:03:25+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7f4dee2-30c5-11ed-93de-5207d50566f9 | InvocationID=d7f4e090-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:03:25+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e4172e-30c5-11ed-93de-5207d50566f9 | InvocationID=e6e41972-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:03:25+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6e4172e-30c5-11ed-93de-5207d50566f9 | InvocationID=e6e41972-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:03:25+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6e4172e-30c5-11ed-93de-5207d50566f9 | InvocationID=e6e41972-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:03:37+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e1f3bf9e-30c5-11ed-93de-5207d50566f9 | InvocationID=e1f3c1ce-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:03:37+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede8b02a-30c5-11ed-93de-5207d50566f9 | InvocationID=ede8b1ba-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:03:37+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede8b02a-30c5-11ed-93de-5207d50566f9 | InvocationID=ede8b1ba-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:03:37+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ede8b02a-30c5-11ed-93de-5207d50566f9 | InvocationID=ede8b1ba-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:03:50+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6e4172e-30c5-11ed-93de-5207d50566f9 | InvocationID=e6e41972-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:03:50+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d69ff4-30c5-11ed-93de-5207d50566f9 | InvocationID=f5d6a30a-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:03:51+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5d69ff4-30c5-11ed-93de-5207d50566f9 | InvocationID=f5d6a30a-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:03:51+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5d69ff4-30c5-11ed-93de-5207d50566f9 | InvocationID=f5d6a30a-30c5-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:03:57+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ede8b02a-30c5-11ed-93de-5207d50566f9 | InvocationID=ede8b1ba-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:03:57+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9dd16dc-30c5-11ed-93de-5207d50566f9 | InvocationID=f9dd1894-30c5-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:03:57+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9dd16dc-30c5-11ed-93de-5207d50566f9 | InvocationID=f9dd1894-30c5-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:03:57+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9dd16dc-30c5-11ed-93de-5207d50566f9 | InvocationID=f9dd1894-30c5-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:04:16+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5d69ff4-30c5-11ed-93de-5207d50566f9 | InvocationID=f5d6a30a-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:04:16+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c92e6e-30c6-11ed-93de-5207d50566f9 | InvocationID=04c9308a-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:04:16+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04c92e6e-30c6-11ed-93de-5207d50566f9 | InvocationID=04c9308a-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:04:16+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04c92e6e-30c6-11ed-93de-5207d50566f9 | InvocationID=04c9308a-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:04:17+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9dd16dc-30c5-11ed-93de-5207d50566f9 | InvocationID=f9dd1894-30c5-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:04:17+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05dcd2b0-30c6-11ed-93de-5207d50566f9 | InvocationID=05dcd472-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:04:17+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05dcd2b0-30c6-11ed-93de-5207d50566f9 | InvocationID=05dcd472-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:04:17+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05dcd2b0-30c6-11ed-93de-5207d50566f9 | InvocationID=05dcd472-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:04:37+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05dcd2b0-30c6-11ed-93de-5207d50566f9 | InvocationID=05dcd472-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:04:37+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d1b40a-30c6-11ed-93de-5207d50566f9 | InvocationID=11d1b608-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:04:37+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11d1b40a-30c6-11ed-93de-5207d50566f9 | InvocationID=11d1b608-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:04:37+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11d1b40a-30c6-11ed-93de-5207d50566f9 | InvocationID=11d1b608-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:04:41+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04c92e6e-30c6-11ed-93de-5207d50566f9 | InvocationID=04c9308a-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:04:41+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13be4a80-30c6-11ed-93de-5207d50566f9 | InvocationID=13be4c24-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:04:41+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13be4a80-30c6-11ed-93de-5207d50566f9 | InvocationID=13be4c24-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:04:41+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13be4a80-30c6-11ed-93de-5207d50566f9 | InvocationID=13be4c24-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:04:57+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11d1b40a-30c6-11ed-93de-5207d50566f9 | InvocationID=11d1b608-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:04:57+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc86876-30c6-11ed-93de-5207d50566f9 | InvocationID=1dc86b96-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:04:58+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dc86876-30c6-11ed-93de-5207d50566f9 | InvocationID=1dc86b96-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:04:58+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc86876-30c6-11ed-93de-5207d50566f9 | InvocationID=1dc86b96-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:05:06+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13be4a80-30c6-11ed-93de-5207d50566f9 | InvocationID=13be4c24-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:05:06+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b13868-30c6-11ed-93de-5207d50566f9 | InvocationID=22b13a0c-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:05:06+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b13868-30c6-11ed-93de-5207d50566f9 | InvocationID=22b13a0c-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:05:06+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b13868-30c6-11ed-93de-5207d50566f9 | InvocationID=22b13a0c-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:05:18+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dc86876-30c6-11ed-93de-5207d50566f9 | InvocationID=1dc86b96-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:05:18+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29be709e-30c6-11ed-93de-5207d50566f9 | InvocationID=29be7562-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:05:18+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29be709e-30c6-11ed-93de-5207d50566f9 | InvocationID=29be7562-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:05:18+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29be709e-30c6-11ed-93de-5207d50566f9 | InvocationID=29be7562-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:05:31+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b13868-30c6-11ed-93de-5207d50566f9 | InvocationID=22b13a0c-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:05:31+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a4f792-30c6-11ed-93de-5207d50566f9 | InvocationID=31a4fa8a-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:05:31+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31a4f792-30c6-11ed-93de-5207d50566f9 | InvocationID=31a4fa8a-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:05:31+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a4f792-30c6-11ed-93de-5207d50566f9 | InvocationID=31a4fa8a-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:05:38+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29be709e-30c6-11ed-93de-5207d50566f9 | InvocationID=29be7562-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:05:38+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b3b42c-30c6-11ed-93de-5207d50566f9 | InvocationID=35b3b6a2-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:05:38+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35b3b42c-30c6-11ed-93de-5207d50566f9 | InvocationID=35b3b6a2-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:05:38+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b3b42c-30c6-11ed-93de-5207d50566f9 | InvocationID=35b3b6a2-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:05:56+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31a4f792-30c6-11ed-93de-5207d50566f9 | InvocationID=31a4fa8a-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:05:56+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40983020-30c6-11ed-93de-5207d50566f9 | InvocationID=40983a98-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:05:56+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40983020-30c6-11ed-93de-5207d50566f9 | InvocationID=40983a98-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:05:56+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40983020-30c6-11ed-93de-5207d50566f9 | InvocationID=40983a98-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:05:58+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35b3b42c-30c6-11ed-93de-5207d50566f9 | InvocationID=35b3b6a2-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:05:58+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a969fc-30c6-11ed-93de-5207d50566f9 | InvocationID=41a96b8c-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:05:58+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a969fc-30c6-11ed-93de-5207d50566f9 | InvocationID=41a96b8c-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:05:58+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a969fc-30c6-11ed-93de-5207d50566f9 | InvocationID=41a96b8c-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:06:18+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a969fc-30c6-11ed-93de-5207d50566f9 | InvocationID=41a96b8c-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:06:18+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9cf864-30c6-11ed-93de-5207d50566f9 | InvocationID=4d9cfa62-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:06:18+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9cf864-30c6-11ed-93de-5207d50566f9 | InvocationID=4d9cfa62-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:06:18+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9cf864-30c6-11ed-93de-5207d50566f9 | InvocationID=4d9cfa62-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:06:21+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40983020-30c6-11ed-93de-5207d50566f9 | InvocationID=40983a98-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:06:21+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f8c54f8-30c6-11ed-93de-5207d50566f9 | InvocationID=4f8c5c96-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:06:21+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f8c54f8-30c6-11ed-93de-5207d50566f9 | InvocationID=4f8c5c96-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:06:21+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f8c54f8-30c6-11ed-93de-5207d50566f9 | InvocationID=4f8c5c96-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:06:38+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9cf864-30c6-11ed-93de-5207d50566f9 | InvocationID=4d9cfa62-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:06:38+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5991aba6-30c6-11ed-93de-5207d50566f9 | InvocationID=5991ad9a-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:06:38+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5991aba6-30c6-11ed-93de-5207d50566f9 | InvocationID=5991ad9a-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:06:38+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5991aba6-30c6-11ed-93de-5207d50566f9 | InvocationID=5991ad9a-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:06:46+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f8c54f8-30c6-11ed-93de-5207d50566f9 | InvocationID=4f8c5c96-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:06:46+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e7a3d4a-30c6-11ed-93de-5207d50566f9 | InvocationID=5e7a48c6-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:06:46+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e7a3d4a-30c6-11ed-93de-5207d50566f9 | InvocationID=5e7a48c6-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:06:46+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e7a3d4a-30c6-11ed-93de-5207d50566f9 | InvocationID=5e7a48c6-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:06:58+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5991aba6-30c6-11ed-93de-5207d50566f9 | InvocationID=5991ad9a-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:06:58+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=658bb366-30c6-11ed-93de-5207d50566f9 | InvocationID=658bb50a-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:06:58+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=658bb366-30c6-11ed-93de-5207d50566f9 | InvocationID=658bb50a-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:06:58+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=658bb366-30c6-11ed-93de-5207d50566f9 | InvocationID=658bb50a-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:07:11+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e7a3d4a-30c6-11ed-93de-5207d50566f9 | InvocationID=5e7a48c6-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:07:11+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d75c3d2-30c6-11ed-93de-5207d50566f9 | InvocationID=6d75c756-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:07:11+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d75c3d2-30c6-11ed-93de-5207d50566f9 | InvocationID=6d75c756-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:07:11+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d75c3d2-30c6-11ed-93de-5207d50566f9 | InvocationID=6d75c756-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:07:18+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=658bb366-30c6-11ed-93de-5207d50566f9 | InvocationID=658bb50a-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:07:18+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7183276c-30c6-11ed-93de-5207d50566f9 | InvocationID=718328fc-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:07:18+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7183276c-30c6-11ed-93de-5207d50566f9 | InvocationID=718328fc-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:07:18+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7183276c-30c6-11ed-93de-5207d50566f9 | InvocationID=718328fc-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:07:36+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d75c3d2-30c6-11ed-93de-5207d50566f9 | InvocationID=6d75c756-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:07:36+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c7005e6-30c6-11ed-93de-5207d50566f9 | InvocationID=7c700816-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:07:36+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c7005e6-30c6-11ed-93de-5207d50566f9 | InvocationID=7c700816-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:07:36+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c7005e6-30c6-11ed-93de-5207d50566f9 | InvocationID=7c700816-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:07:38+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7183276c-30c6-11ed-93de-5207d50566f9 | InvocationID=718328fc-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:07:38+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d79b838-30c6-11ed-93de-5207d50566f9 | InvocationID=7d79b9dc-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:07:38+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d79b838-30c6-11ed-93de-5207d50566f9 | InvocationID=7d79b9dc-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:07:38+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d79b838-30c6-11ed-93de-5207d50566f9 | InvocationID=7d79b9dc-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:07:58+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d79b838-30c6-11ed-93de-5207d50566f9 | InvocationID=7d79b9dc-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:07:58+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8970c6b8-30c6-11ed-93de-5207d50566f9 | InvocationID=8970c8c0-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:07:58+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8970c6b8-30c6-11ed-93de-5207d50566f9 | InvocationID=8970c8c0-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:07:58+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8970c6b8-30c6-11ed-93de-5207d50566f9 | InvocationID=8970c8c0-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:08:01+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c7005e6-30c6-11ed-93de-5207d50566f9 | InvocationID=7c700816-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:08:01+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b60b460-30c6-11ed-93de-5207d50566f9 | InvocationID=8b60b76c-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:08:01+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b60b460-30c6-11ed-93de-5207d50566f9 | InvocationID=8b60b76c-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:08:01+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b60b460-30c6-11ed-93de-5207d50566f9 | InvocationID=8b60b76c-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:08:18+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8970c6b8-30c6-11ed-93de-5207d50566f9 | InvocationID=8970c8c0-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:08:18+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9567e244-30c6-11ed-93de-5207d50566f9 | InvocationID=9567e492-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:08:18+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9567e244-30c6-11ed-93de-5207d50566f9 | InvocationID=9567e492-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:08:18+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9567e244-30c6-11ed-93de-5207d50566f9 | InvocationID=9567e492-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:08:26+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b60b460-30c6-11ed-93de-5207d50566f9 | InvocationID=8b60b76c-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:08:26+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a5184a4-30c6-11ed-93de-5207d50566f9 | InvocationID=9a518666-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:08:26+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a5184a4-30c6-11ed-93de-5207d50566f9 | InvocationID=9a518666-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:08:26+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a5184a4-30c6-11ed-93de-5207d50566f9 | InvocationID=9a518666-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:08:38+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9567e244-30c6-11ed-93de-5207d50566f9 | InvocationID=9567e492-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:08:38+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15ee2e6-30c6-11ed-93de-5207d50566f9 | InvocationID=a15ee494-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:08:38+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a15ee2e6-30c6-11ed-93de-5207d50566f9 | InvocationID=a15ee494-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:08:38+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a15ee2e6-30c6-11ed-93de-5207d50566f9 | InvocationID=a15ee494-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:08:51+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a5184a4-30c6-11ed-93de-5207d50566f9 | InvocationID=9a518666-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:08:51+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9456264-30c6-11ed-93de-5207d50566f9 | InvocationID=a94566ec-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:08:52+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9456264-30c6-11ed-93de-5207d50566f9 | InvocationID=a94566ec-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:08:52+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9456264-30c6-11ed-93de-5207d50566f9 | InvocationID=a94566ec-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:08:58+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a15ee2e6-30c6-11ed-93de-5207d50566f9 | InvocationID=a15ee494-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:08:58+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad551606-30c6-11ed-93de-5207d50566f9 | InvocationID=ad5518d6-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:08:58+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad551606-30c6-11ed-93de-5207d50566f9 | InvocationID=ad5518d6-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:08:58+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad551606-30c6-11ed-93de-5207d50566f9 | InvocationID=ad5518d6-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:09:17+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9456264-30c6-11ed-93de-5207d50566f9 | InvocationID=a94566ec-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:09:17+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b85487e4-30c6-11ed-93de-5207d50566f9 | InvocationID=b8548e88-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:09:17+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b85487e4-30c6-11ed-93de-5207d50566f9 | InvocationID=b8548e88-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:09:17+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b85487e4-30c6-11ed-93de-5207d50566f9 | InvocationID=b8548e88-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:09:18+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad551606-30c6-11ed-93de-5207d50566f9 | InvocationID=ad5518d6-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:09:18+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b959c0b4-30c6-11ed-93de-5207d50566f9 | InvocationID=b959c29e-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:09:19+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b959c0b4-30c6-11ed-93de-5207d50566f9 | InvocationID=b959c29e-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:09:19+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b959c0b4-30c6-11ed-93de-5207d50566f9 | InvocationID=b959c29e-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:09:39+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b959c0b4-30c6-11ed-93de-5207d50566f9 | InvocationID=b959c29e-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:09:39+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56a8a32-30c6-11ed-93de-5207d50566f9 | InvocationID=c56a8cc6-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:09:39+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c56a8a32-30c6-11ed-93de-5207d50566f9 | InvocationID=c56a8cc6-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:09:39+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c56a8a32-30c6-11ed-93de-5207d50566f9 | InvocationID=c56a8cc6-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:09:42+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b85487e4-30c6-11ed-93de-5207d50566f9 | InvocationID=b8548e88-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:09:42+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75697fa-30c6-11ed-93de-5207d50566f9 | InvocationID=c7569a34-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:09:42+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75697fa-30c6-11ed-93de-5207d50566f9 | InvocationID=c7569a34-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:09:42+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75697fa-30c6-11ed-93de-5207d50566f9 | InvocationID=c7569a34-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:09:59+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c56a8a32-30c6-11ed-93de-5207d50566f9 | InvocationID=c56a8cc6-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:09:59+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15fad04-30c6-11ed-93de-5207d50566f9 | InvocationID=d15faf02-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:09:59+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d15fad04-30c6-11ed-93de-5207d50566f9 | InvocationID=d15faf02-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:09:59+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d15fad04-30c6-11ed-93de-5207d50566f9 | InvocationID=d15faf02-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:10:07+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c75697fa-30c6-11ed-93de-5207d50566f9 | InvocationID=c7569a34-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:10:07+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64acbdc-30c6-11ed-93de-5207d50566f9 | InvocationID=d64acd94-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:10:07+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64acbdc-30c6-11ed-93de-5207d50566f9 | InvocationID=d64acd94-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:10:07+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64acbdc-30c6-11ed-93de-5207d50566f9 | InvocationID=d64acd94-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:10:19+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d15fad04-30c6-11ed-93de-5207d50566f9 | InvocationID=d15faf02-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:10:19+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5a4f10-30c6-11ed-93de-5207d50566f9 | InvocationID=dd5a51e0-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:10:19+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5a4f10-30c6-11ed-93de-5207d50566f9 | InvocationID=dd5a51e0-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:10:19+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd5a4f10-30c6-11ed-93de-5207d50566f9 | InvocationID=dd5a51e0-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:10:32+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64acbdc-30c6-11ed-93de-5207d50566f9 | InvocationID=d64acd94-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:10:32+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53f5824-30c6-11ed-93de-5207d50566f9 | InvocationID=e53f63d2-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:10:32+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e53f5824-30c6-11ed-93de-5207d50566f9 | InvocationID=e53f63d2-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:10:32+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e53f5824-30c6-11ed-93de-5207d50566f9 | InvocationID=e53f63d2-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:10:39+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd5a4f10-30c6-11ed-93de-5207d50566f9 | InvocationID=dd5a51e0-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:10:39+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95f2c68-30c6-11ed-93de-5207d50566f9 | InvocationID=e95f2ed4-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:10:39+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95f2c68-30c6-11ed-93de-5207d50566f9 | InvocationID=e95f2ed4-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:10:39+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e95f2c68-30c6-11ed-93de-5207d50566f9 | InvocationID=e95f2ed4-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:10:57+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e53f5824-30c6-11ed-93de-5207d50566f9 | InvocationID=e53f63d2-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:10:57+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4305478-30c6-11ed-93de-5207d50566f9 | InvocationID=f4305626-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:10:57+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4305478-30c6-11ed-93de-5207d50566f9 | InvocationID=f4305626-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:10:57+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4305478-30c6-11ed-93de-5207d50566f9 | InvocationID=f4305626-30c6-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:10:59+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e95f2c68-30c6-11ed-93de-5207d50566f9 | InvocationID=e95f2ed4-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:10:59+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5524384-30c6-11ed-93de-5207d50566f9 | InvocationID=f5524514-30c6-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:10:59+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5524384-30c6-11ed-93de-5207d50566f9 | InvocationID=f5524514-30c6-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:10:59+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5524384-30c6-11ed-93de-5207d50566f9 | InvocationID=f5524514-30c6-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:11:19+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5524384-30c6-11ed-93de-5207d50566f9 | InvocationID=f5524514-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:11:19+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014ff4a6-30c7-11ed-93de-5207d50566f9 | InvocationID=014ff654-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:11:20+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=014ff4a6-30c7-11ed-93de-5207d50566f9 | InvocationID=014ff654-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:11:20+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=014ff4a6-30c7-11ed-93de-5207d50566f9 | InvocationID=014ff654-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:11:22+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4305478-30c6-11ed-93de-5207d50566f9 | InvocationID=f4305626-30c6-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:11:22+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032573d2-30c7-11ed-93de-5207d50566f9 | InvocationID=0325760c-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:11:22+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=032573d2-30c7-11ed-93de-5207d50566f9 | InvocationID=0325760c-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:11:22+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=032573d2-30c7-11ed-93de-5207d50566f9 | InvocationID=0325760c-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:11:40+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=014ff4a6-30c7-11ed-93de-5207d50566f9 | InvocationID=014ff654-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:11:40+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d71195e-30c7-11ed-93de-5207d50566f9 | InvocationID=0d712278-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:11:40+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d71195e-30c7-11ed-93de-5207d50566f9 | InvocationID=0d712278-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:11:40+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d71195e-30c7-11ed-93de-5207d50566f9 | InvocationID=0d712278-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:11:47+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=032573d2-30c7-11ed-93de-5207d50566f9 | InvocationID=0325760c-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:11:47+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121d21d2-30c7-11ed-93de-5207d50566f9 | InvocationID=121d2380-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:11:47+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121d21d2-30c7-11ed-93de-5207d50566f9 | InvocationID=121d2380-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:11:47+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=121d21d2-30c7-11ed-93de-5207d50566f9 | InvocationID=121d2380-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:12:00+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d71195e-30c7-11ed-93de-5207d50566f9 | InvocationID=0d712278-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:12:00+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=197a2cea-30c7-11ed-93de-5207d50566f9 | InvocationID=197a378a-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:12:00+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=197a2cea-30c7-11ed-93de-5207d50566f9 | InvocationID=197a378a-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:12:00+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=197a2cea-30c7-11ed-93de-5207d50566f9 | InvocationID=197a378a-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:12:12+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=121d21d2-30c7-11ed-93de-5207d50566f9 | InvocationID=121d2380-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:12:12+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2112528e-30c7-11ed-93de-5207d50566f9 | InvocationID=21125432-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:12:13+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2112528e-30c7-11ed-93de-5207d50566f9 | InvocationID=21125432-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:12:13+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2112528e-30c7-11ed-93de-5207d50566f9 | InvocationID=21125432-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:12:20+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=197a2cea-30c7-11ed-93de-5207d50566f9 | InvocationID=197a378a-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:12:20+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2575e1c4-30c7-11ed-93de-5207d50566f9 | InvocationID=2575e3b8-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:12:20+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2575e1c4-30c7-11ed-93de-5207d50566f9 | InvocationID=2575e3b8-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:12:20+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2575e1c4-30c7-11ed-93de-5207d50566f9 | InvocationID=2575e3b8-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:12:38+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2112528e-30c7-11ed-93de-5207d50566f9 | InvocationID=21125432-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:12:38+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3005e792-30c7-11ed-93de-5207d50566f9 | InvocationID=3005e940-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:12:38+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3005e792-30c7-11ed-93de-5207d50566f9 | InvocationID=3005e940-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:12:38+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3005e792-30c7-11ed-93de-5207d50566f9 | InvocationID=3005e940-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:12:40+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2575e1c4-30c7-11ed-93de-5207d50566f9 | InvocationID=2575e3b8-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:12:40+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=317054c8-30c7-11ed-93de-5207d50566f9 | InvocationID=317056d0-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:12:40+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=317054c8-30c7-11ed-93de-5207d50566f9 | InvocationID=317056d0-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:12:40+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=317054c8-30c7-11ed-93de-5207d50566f9 | InvocationID=317056d0-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:00+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=317054c8-30c7-11ed-93de-5207d50566f9 | InvocationID=317056d0-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:13:00+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d66d734-30c7-11ed-93de-5207d50566f9 | InvocationID=3d66dc8e-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:13:00+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d66d734-30c7-11ed-93de-5207d50566f9 | InvocationID=3d66dc8e-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:00+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d66d734-30c7-11ed-93de-5207d50566f9 | InvocationID=3d66dc8e-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:03+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3005e792-30c7-11ed-93de-5207d50566f9 | InvocationID=3005e940-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:13:03+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef374d6-30c7-11ed-93de-5207d50566f9 | InvocationID=3ef37684-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:13:03+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ef374d6-30c7-11ed-93de-5207d50566f9 | InvocationID=3ef37684-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:13:03+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef374d6-30c7-11ed-93de-5207d50566f9 | InvocationID=3ef37684-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:13:20+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d66d734-30c7-11ed-93de-5207d50566f9 | InvocationID=3d66dc8e-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:13:20+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=495a4fee-30c7-11ed-93de-5207d50566f9 | InvocationID=495a5322-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:13:20+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=495a4fee-30c7-11ed-93de-5207d50566f9 | InvocationID=495a5322-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:20+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=495a4fee-30c7-11ed-93de-5207d50566f9 | InvocationID=495a5322-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:28+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ef374d6-30c7-11ed-93de-5207d50566f9 | InvocationID=3ef37684-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:13:28+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de31668-30c7-11ed-93de-5207d50566f9 | InvocationID=4de31870-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:13:28+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4de31668-30c7-11ed-93de-5207d50566f9 | InvocationID=4de31870-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:13:28+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de31668-30c7-11ed-93de-5207d50566f9 | InvocationID=4de31870-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:13:40+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=495a4fee-30c7-11ed-93de-5207d50566f9 | InvocationID=495a5322-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:13:40+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=554e68b2-30c7-11ed-93de-5207d50566f9 | InvocationID=554e6ab0-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:13:40+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=554e68b2-30c7-11ed-93de-5207d50566f9 | InvocationID=554e6ab0-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:40+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=554e68b2-30c7-11ed-93de-5207d50566f9 | InvocationID=554e6ab0-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:13:53+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4de31668-30c7-11ed-93de-5207d50566f9 | InvocationID=4de31870-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:13:53+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd3c474-30c7-11ed-93de-5207d50566f9 | InvocationID=5cd3c686-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:13:53+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cd3c474-30c7-11ed-93de-5207d50566f9 | InvocationID=5cd3c686-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:13:53+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd3c474-30c7-11ed-93de-5207d50566f9 | InvocationID=5cd3c686-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:14:00+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=554e68b2-30c7-11ed-93de-5207d50566f9 | InvocationID=554e6ab0-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:14:00+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6147575a-30c7-11ed-93de-5207d50566f9 | InvocationID=6147596c-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:14:00+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6147575a-30c7-11ed-93de-5207d50566f9 | InvocationID=6147596c-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:14:00+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6147575a-30c7-11ed-93de-5207d50566f9 | InvocationID=6147596c-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:14:18+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cd3c474-30c7-11ed-93de-5207d50566f9 | InvocationID=5cd3c686-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:14:18+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc5e23c-30c7-11ed-93de-5207d50566f9 | InvocationID=6bc5e412-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:14:18+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bc5e23c-30c7-11ed-93de-5207d50566f9 | InvocationID=6bc5e412-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:14:18+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc5e23c-30c7-11ed-93de-5207d50566f9 | InvocationID=6bc5e412-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:14:20+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6147575a-30c7-11ed-93de-5207d50566f9 | InvocationID=6147596c-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:14:20+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d3a96e4-30c7-11ed-93de-5207d50566f9 | InvocationID=6d3a9874-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:14:20+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d3a96e4-30c7-11ed-93de-5207d50566f9 | InvocationID=6d3a9874-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:14:20+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d3a96e4-30c7-11ed-93de-5207d50566f9 | InvocationID=6d3a9874-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:14:40+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d3a96e4-30c7-11ed-93de-5207d50566f9 | InvocationID=6d3a9874-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:14:40+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792f2a5a-30c7-11ed-93de-5207d50566f9 | InvocationID=792f2ca8-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:14:40+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=792f2a5a-30c7-11ed-93de-5207d50566f9 | InvocationID=792f2ca8-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:14:40+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=792f2a5a-30c7-11ed-93de-5207d50566f9 | InvocationID=792f2ca8-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:14:43+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bc5e23c-30c7-11ed-93de-5207d50566f9 | InvocationID=6bc5e412-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:14:43+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab36486-30c7-11ed-93de-5207d50566f9 | InvocationID=7ab366c0-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:14:43+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ab36486-30c7-11ed-93de-5207d50566f9 | InvocationID=7ab366c0-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:14:43+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab36486-30c7-11ed-93de-5207d50566f9 | InvocationID=7ab366c0-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:15:00+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=792f2a5a-30c7-11ed-93de-5207d50566f9 | InvocationID=792f2ca8-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:15:00+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852d20e6-30c7-11ed-93de-5207d50566f9 | InvocationID=852d2424-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:15:01+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=852d20e6-30c7-11ed-93de-5207d50566f9 | InvocationID=852d2424-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:15:01+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=852d20e6-30c7-11ed-93de-5207d50566f9 | InvocationID=852d2424-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:15:08+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ab36486-30c7-11ed-93de-5207d50566f9 | InvocationID=7ab366c0-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:15:08+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89a100c0-30c7-11ed-93de-5207d50566f9 | InvocationID=89a10354-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:15:08+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89a100c0-30c7-11ed-93de-5207d50566f9 | InvocationID=89a10354-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:15:08+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89a100c0-30c7-11ed-93de-5207d50566f9 | InvocationID=89a10354-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:15:21+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=852d20e6-30c7-11ed-93de-5207d50566f9 | InvocationID=852d2424-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:15:21+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9125ad5a-30c7-11ed-93de-5207d50566f9 | InvocationID=9125af30-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:15:21+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9125ad5a-30c7-11ed-93de-5207d50566f9 | InvocationID=9125af30-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:15:21+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9125ad5a-30c7-11ed-93de-5207d50566f9 | InvocationID=9125af30-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:15:33+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89a100c0-30c7-11ed-93de-5207d50566f9 | InvocationID=89a10354-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:15:33+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9890168e-30c7-11ed-93de-5207d50566f9 | InvocationID=98901828-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:15:33+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9890168e-30c7-11ed-93de-5207d50566f9 | InvocationID=98901828-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:15:33+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9890168e-30c7-11ed-93de-5207d50566f9 | InvocationID=98901828-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:15:41+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9125ad5a-30c7-11ed-93de-5207d50566f9 | InvocationID=9125af30-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:15:41+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d18f540-30c7-11ed-93de-5207d50566f9 | InvocationID=9d18f7ac-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:15:41+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d18f540-30c7-11ed-93de-5207d50566f9 | InvocationID=9d18f7ac-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:15:41+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d18f540-30c7-11ed-93de-5207d50566f9 | InvocationID=9d18f7ac-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:15:58+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9890168e-30c7-11ed-93de-5207d50566f9 | InvocationID=98901828-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:15:58+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7815e46-30c7-11ed-93de-5207d50566f9 | InvocationID=a7815ff4-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:15:58+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7815e46-30c7-11ed-93de-5207d50566f9 | InvocationID=a7815ff4-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:15:58+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7815e46-30c7-11ed-93de-5207d50566f9 | InvocationID=a7815ff4-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:16:01+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d18f540-30c7-11ed-93de-5207d50566f9 | InvocationID=9d18f7ac-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:16:01+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9100a8c-30c7-11ed-93de-5207d50566f9 | InvocationID=a9100cda-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:16:01+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9100a8c-30c7-11ed-93de-5207d50566f9 | InvocationID=a9100cda-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:16:01+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9100a8c-30c7-11ed-93de-5207d50566f9 | InvocationID=a9100cda-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:16:21+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9100a8c-30c7-11ed-93de-5207d50566f9 | InvocationID=a9100cda-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:16:21+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5033486-30c7-11ed-93de-5207d50566f9 | InvocationID=b5033f94-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:16:21+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5033486-30c7-11ed-93de-5207d50566f9 | InvocationID=b5033f94-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:16:21+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5033486-30c7-11ed-93de-5207d50566f9 | InvocationID=b5033f94-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:16:23+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7815e46-30c7-11ed-93de-5207d50566f9 | InvocationID=a7815ff4-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:16:23+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66fd108-30c7-11ed-93de-5207d50566f9 | InvocationID=b66fd298-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:16:23+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b66fd108-30c7-11ed-93de-5207d50566f9 | InvocationID=b66fd298-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:16:23+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b66fd108-30c7-11ed-93de-5207d50566f9 | InvocationID=b66fd298-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:16:41+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5033486-30c7-11ed-93de-5207d50566f9 | InvocationID=b5033f94-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:16:41+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0f80f78-30c7-11ed-93de-5207d50566f9 | InvocationID=c0f8118a-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:16:41+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0f80f78-30c7-11ed-93de-5207d50566f9 | InvocationID=c0f8118a-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:16:41+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0f80f78-30c7-11ed-93de-5207d50566f9 | InvocationID=c0f8118a-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:16:48+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b66fd108-30c7-11ed-93de-5207d50566f9 | InvocationID=b66fd298-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:16:48+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c55fe9aa-30c7-11ed-93de-5207d50566f9 | InvocationID=c55fec34-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:16:48+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c55fe9aa-30c7-11ed-93de-5207d50566f9 | InvocationID=c55fec34-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:16:48+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c55fe9aa-30c7-11ed-93de-5207d50566f9 | InvocationID=c55fec34-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:17:01+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0f80f78-30c7-11ed-93de-5207d50566f9 | InvocationID=c0f8118a-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:17:01+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cceb7036-30c7-11ed-93de-5207d50566f9 | InvocationID=cceb755e-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:17:01+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cceb7036-30c7-11ed-93de-5207d50566f9 | InvocationID=cceb755e-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:17:01+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cceb7036-30c7-11ed-93de-5207d50566f9 | InvocationID=cceb755e-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:17:13+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c55fe9aa-30c7-11ed-93de-5207d50566f9 | InvocationID=c55fec34-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:17:13+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4514fee-30c7-11ed-93de-5207d50566f9 | InvocationID=d45152b4-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:17:13+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4514fee-30c7-11ed-93de-5207d50566f9 | InvocationID=d45152b4-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:17:13+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4514fee-30c7-11ed-93de-5207d50566f9 | InvocationID=d45152b4-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:17:21+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cceb7036-30c7-11ed-93de-5207d50566f9 | InvocationID=cceb755e-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:17:21+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8de61d2-30c7-11ed-93de-5207d50566f9 | InvocationID=d8de63d0-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:17:21+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8de61d2-30c7-11ed-93de-5207d50566f9 | InvocationID=d8de63d0-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:17:21+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8de61d2-30c7-11ed-93de-5207d50566f9 | InvocationID=d8de63d0-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:17:38+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4514fee-30c7-11ed-93de-5207d50566f9 | InvocationID=d45152b4-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:17:38+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e344b842-30c7-11ed-93de-5207d50566f9 | InvocationID=e344bc8e-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:17:38+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e344b842-30c7-11ed-93de-5207d50566f9 | InvocationID=e344bc8e-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:17:38+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e344b842-30c7-11ed-93de-5207d50566f9 | InvocationID=e344bc8e-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:17:41+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8de61d2-30c7-11ed-93de-5207d50566f9 | InvocationID=d8de63d0-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:17:41+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d2845a-30c7-11ed-93de-5207d50566f9 | InvocationID=e4d286e4-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:17:41+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d2845a-30c7-11ed-93de-5207d50566f9 | InvocationID=e4d286e4-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:17:41+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d2845a-30c7-11ed-93de-5207d50566f9 | InvocationID=e4d286e4-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:18:01+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4d2845a-30c7-11ed-93de-5207d50566f9 | InvocationID=e4d286e4-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:18:01+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0cb0124-30c7-11ed-93de-5207d50566f9 | InvocationID=f0cb0386-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:18:01+0000 | aai_event_thread | 140507679374112 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0cb0124-30c7-11ed-93de-5207d50566f9 | InvocationID=f0cb0386-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:18:01+0000 | aai_event_thread | 140507679374112 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0cb0124-30c7-11ed-93de-5207d50566f9 | InvocationID=f0cb0386-30c7-11ed-93de-5207d50566f9 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-10T05:18:03+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e344b842-30c7-11ed-93de-5207d50566f9 | InvocationID=e344bc8e-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:18:03+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2345b96-30c7-11ed-93de-5207d50566f9 | InvocationID=f2345d30-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:18:03+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2345b96-30c7-11ed-93de-5207d50566f9 | InvocationID=f2345d30-30c7-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:18:03+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2345b96-30c7-11ed-93de-5207d50566f9 | InvocationID=f2345d30-30c7-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:18:21+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0cb0124-30c7-11ed-93de-5207d50566f9 | InvocationID=f0cb0386-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:18:21+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcc0d3b4-30c7-11ed-93de-5207d50566f9 | InvocationID=fcc0d6b6-30c7-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:18:28+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2345b96-30c7-11ed-93de-5207d50566f9 | InvocationID=f2345d30-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:18:28+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0122bed6-30c8-11ed-93de-5207d50566f9 | InvocationID=0122c07a-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:18:28+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0122bed6-30c8-11ed-93de-5207d50566f9 | InvocationID=0122c07a-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:18:28+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0122bed6-30c8-11ed-93de-5207d50566f9 | InvocationID=0122c07a-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:18:47+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcc0d3b4-30c7-11ed-93de-5207d50566f9 | InvocationID=fcc0d6b6-30c7-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:18:47+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bfdc27e-30c8-11ed-93de-5207d50566f9 | InvocationID=0bfdc47c-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:18:53+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0122bed6-30c8-11ed-93de-5207d50566f9 | InvocationID=0122c07a-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:18:53+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1014ce8e-30c8-11ed-93de-5207d50566f9 | InvocationID=1014d046-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:18:54+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1014ce8e-30c8-11ed-93de-5207d50566f9 | InvocationID=1014d046-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:18:54+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1014ce8e-30c8-11ed-93de-5207d50566f9 | InvocationID=1014d046-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:19:07+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bfdc27e-30c8-11ed-93de-5207d50566f9 | InvocationID=0bfdc47c-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:19:07+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1812d31a-30c8-11ed-93de-5207d50566f9 | InvocationID=1812f3ae-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:19:19+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1014ce8e-30c8-11ed-93de-5207d50566f9 | InvocationID=1014d046-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:19:19+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f04d6e6-30c8-11ed-93de-5207d50566f9 | InvocationID=1f04d98e-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:19:19+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f04d6e6-30c8-11ed-93de-5207d50566f9 | InvocationID=1f04d98e-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:19:19+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f04d6e6-30c8-11ed-93de-5207d50566f9 | InvocationID=1f04d98e-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:19:27+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1812d31a-30c8-11ed-93de-5207d50566f9 | InvocationID=1812f3ae-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:19:27+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=242032c4-30c8-11ed-93de-5207d50566f9 | InvocationID=2420363e-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:19:44+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f04d6e6-30c8-11ed-93de-5207d50566f9 | InvocationID=1f04d98e-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:19:44+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e04c318-30c8-11ed-93de-5207d50566f9 | InvocationID=2e04c4c6-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:19:44+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e04c318-30c8-11ed-93de-5207d50566f9 | InvocationID=2e04c4c6-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:19:44+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e04c318-30c8-11ed-93de-5207d50566f9 | InvocationID=2e04c4c6-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:19:47+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=242032c4-30c8-11ed-93de-5207d50566f9 | InvocationID=2420363e-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:19:47+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3023b078-30c8-11ed-93de-5207d50566f9 | InvocationID=3023b262-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:20:07+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3023b078-30c8-11ed-93de-5207d50566f9 | InvocationID=3023b262-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:20:07+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c25f606-30c8-11ed-93de-5207d50566f9 | InvocationID=3c25f980-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:20:09+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e04c318-30c8-11ed-93de-5207d50566f9 | InvocationID=2e04c4c6-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:20:09+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cfbb43a-30c8-11ed-93de-5207d50566f9 | InvocationID=3cfbb778-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:20:09+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cfbb43a-30c8-11ed-93de-5207d50566f9 | InvocationID=3cfbb778-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:20:09+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cfbb43a-30c8-11ed-93de-5207d50566f9 | InvocationID=3cfbb778-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:20:28+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c25f606-30c8-11ed-93de-5207d50566f9 | InvocationID=3c25f980-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:20:28+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4826f842-30c8-11ed-93de-5207d50566f9 | InvocationID=4826fb12-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:20:34+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cfbb43a-30c8-11ed-93de-5207d50566f9 | InvocationID=3cfbb778-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:20:34+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bedeb20-30c8-11ed-93de-5207d50566f9 | InvocationID=4bedf1b0-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:20:34+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bedeb20-30c8-11ed-93de-5207d50566f9 | InvocationID=4bedf1b0-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:20:34+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bedeb20-30c8-11ed-93de-5207d50566f9 | InvocationID=4bedf1b0-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:20:48+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4826f842-30c8-11ed-93de-5207d50566f9 | InvocationID=4826fb12-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:20:48+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54266e8e-30c8-11ed-93de-5207d50566f9 | InvocationID=54267096-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:20:59+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bedeb20-30c8-11ed-93de-5207d50566f9 | InvocationID=4bedf1b0-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:20:59+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5adecb5e-30c8-11ed-93de-5207d50566f9 | InvocationID=5adecd5c-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:20:59+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5adecb5e-30c8-11ed-93de-5207d50566f9 | InvocationID=5adecd5c-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:20:59+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5adecb5e-30c8-11ed-93de-5207d50566f9 | InvocationID=5adecd5c-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:21:08+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54266e8e-30c8-11ed-93de-5207d50566f9 | InvocationID=54267096-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:21:08+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60379ef0-30c8-11ed-93de-5207d50566f9 | InvocationID=6037a0da-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:21:24+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5adecb5e-30c8-11ed-93de-5207d50566f9 | InvocationID=5adecd5c-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:21:24+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ce222c-30c8-11ed-93de-5207d50566f9 | InvocationID=69ce2d3a-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:21:24+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69ce222c-30c8-11ed-93de-5207d50566f9 | InvocationID=69ce2d3a-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:21:24+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ce222c-30c8-11ed-93de-5207d50566f9 | InvocationID=69ce2d3a-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:21:28+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60379ef0-30c8-11ed-93de-5207d50566f9 | InvocationID=6037a0da-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:21:28+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c398bbe-30c8-11ed-93de-5207d50566f9 | InvocationID=6c398e16-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:21:48+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c398bbe-30c8-11ed-93de-5207d50566f9 | InvocationID=6c398e16-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:21:48+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=783b5b4a-30c8-11ed-93de-5207d50566f9 | InvocationID=783b5ce4-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:21:49+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69ce222c-30c8-11ed-93de-5207d50566f9 | InvocationID=69ce2d3a-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:21:49+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c4b3cc-30c8-11ed-93de-5207d50566f9 | InvocationID=78c4b566-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:21:49+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78c4b3cc-30c8-11ed-93de-5207d50566f9 | InvocationID=78c4b566-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:21:49+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78c4b3cc-30c8-11ed-93de-5207d50566f9 | InvocationID=78c4b566-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:22:09+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=783b5b4a-30c8-11ed-93de-5207d50566f9 | InvocationID=783b5ce4-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:22:09+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84858100-30c8-11ed-93de-5207d50566f9 | InvocationID=848582b8-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:22:14+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78c4b3cc-30c8-11ed-93de-5207d50566f9 | InvocationID=78c4b566-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:22:14+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b3e88a-30c8-11ed-93de-5207d50566f9 | InvocationID=87b3ea1a-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:22:14+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b3e88a-30c8-11ed-93de-5207d50566f9 | InvocationID=87b3ea1a-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:22:14+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b3e88a-30c8-11ed-93de-5207d50566f9 | InvocationID=87b3ea1a-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:22:34+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84858100-30c8-11ed-93de-5207d50566f9 | InvocationID=848582b8-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:22:34+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9348195a-30c8-11ed-93de-5207d50566f9 | InvocationID=93481c02-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:22:39+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b3e88a-30c8-11ed-93de-5207d50566f9 | InvocationID=87b3ea1a-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:22:39+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a193b0-30c8-11ed-93de-5207d50566f9 | InvocationID=96a19554-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:22:39+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a193b0-30c8-11ed-93de-5207d50566f9 | InvocationID=96a19554-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:22:39+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a193b0-30c8-11ed-93de-5207d50566f9 | InvocationID=96a19554-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:22:58+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9348195a-30c8-11ed-93de-5207d50566f9 | InvocationID=93481c02-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:22:58+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a210c20c-30c8-11ed-93de-5207d50566f9 | InvocationID=a210c3a6-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:23:04+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a193b0-30c8-11ed-93de-5207d50566f9 | InvocationID=96a19554-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:23:04+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5906af4-30c8-11ed-93de-5207d50566f9 | InvocationID=a5906cfc-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:23:04+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5906af4-30c8-11ed-93de-5207d50566f9 | InvocationID=a5906cfc-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:23:04+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5906af4-30c8-11ed-93de-5207d50566f9 | InvocationID=a5906cfc-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:23:23+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a210c20c-30c8-11ed-93de-5207d50566f9 | InvocationID=a210c3a6-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:23:23+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0dbfe46-30c8-11ed-93de-5207d50566f9 | InvocationID=b0dc0076-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:23:29+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5906af4-30c8-11ed-93de-5207d50566f9 | InvocationID=a5906cfc-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:23:29+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b481418c-30c8-11ed-93de-5207d50566f9 | InvocationID=b481433a-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:23:29+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b481418c-30c8-11ed-93de-5207d50566f9 | InvocationID=b481433a-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:23:29+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b481418c-30c8-11ed-93de-5207d50566f9 | InvocationID=b481433a-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:23:48+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b0dbfe46-30c8-11ed-93de-5207d50566f9 | InvocationID=b0dc0076-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:23:48+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf9e7738-30c8-11ed-93de-5207d50566f9 | InvocationID=bf9e78d2-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:23:54+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b481418c-30c8-11ed-93de-5207d50566f9 | InvocationID=b481433a-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:23:54+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c37085ea-30c8-11ed-93de-5207d50566f9 | InvocationID=c37088ba-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:23:54+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c37085ea-30c8-11ed-93de-5207d50566f9 | InvocationID=c37088ba-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:23:54+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c37085ea-30c8-11ed-93de-5207d50566f9 | InvocationID=c37088ba-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:24:13+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf9e7738-30c8-11ed-93de-5207d50566f9 | InvocationID=bf9e78d2-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:24:13+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce62a6cc-30c8-11ed-93de-5207d50566f9 | InvocationID=ce62a87a-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:24:19+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c37085ea-30c8-11ed-93de-5207d50566f9 | InvocationID=c37088ba-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:24:19+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25df0e2-30c8-11ed-93de-5207d50566f9 | InvocationID=d25df272-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:24:19+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d25df0e2-30c8-11ed-93de-5207d50566f9 | InvocationID=d25df272-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:24:19+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d25df0e2-30c8-11ed-93de-5207d50566f9 | InvocationID=d25df272-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:24:38+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce62a6cc-30c8-11ed-93de-5207d50566f9 | InvocationID=ce62a87a-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:24:38+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd2a6a0a-30c8-11ed-93de-5207d50566f9 | InvocationID=dd2a73a6-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:24:44+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d25df0e2-30c8-11ed-93de-5207d50566f9 | InvocationID=d25df272-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:24:44+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14efe3e-30c8-11ed-93de-5207d50566f9 | InvocationID=e14effe2-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:24:45+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e14efe3e-30c8-11ed-93de-5207d50566f9 | InvocationID=e14effe2-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:24:45+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14efe3e-30c8-11ed-93de-5207d50566f9 | InvocationID=e14effe2-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:25:02+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd2a6a0a-30c8-11ed-93de-5207d50566f9 | InvocationID=dd2a73a6-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:25:02+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebf02c46-30c8-11ed-93de-5207d50566f9 | InvocationID=ebf02e58-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:25:10+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e14efe3e-30c8-11ed-93de-5207d50566f9 | InvocationID=e14effe2-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:25:10+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03dd334-30c8-11ed-93de-5207d50566f9 | InvocationID=f03dd5dc-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:25:10+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03dd334-30c8-11ed-93de-5207d50566f9 | InvocationID=f03dd5dc-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:25:10+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f03dd334-30c8-11ed-93de-5207d50566f9 | InvocationID=f03dd5dc-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:25:27+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ebf02c46-30c8-11ed-93de-5207d50566f9 | InvocationID=ebf02e58-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:25:27+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab425c0-30c8-11ed-93de-5207d50566f9 | InvocationID=fab42908-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:25:35+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f03dd334-30c8-11ed-93de-5207d50566f9 | InvocationID=f03dd5dc-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:25:35+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff2c58f2-30c8-11ed-93de-5207d50566f9 | InvocationID=ff2c613a-30c8-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:25:35+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff2c58f2-30c8-11ed-93de-5207d50566f9 | InvocationID=ff2c613a-30c8-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:25:35+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff2c58f2-30c8-11ed-93de-5207d50566f9 | InvocationID=ff2c613a-30c8-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:25:52+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab425c0-30c8-11ed-93de-5207d50566f9 | InvocationID=fab42908-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:25:52+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0979954a-30c9-11ed-93de-5207d50566f9 | InvocationID=09799eb4-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:26:00+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff2c58f2-30c8-11ed-93de-5207d50566f9 | InvocationID=ff2c613a-30c8-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:26:00+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1d64e6-30c9-11ed-93de-5207d50566f9 | InvocationID=0e1d6856-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:26:00+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e1d64e6-30c9-11ed-93de-5207d50566f9 | InvocationID=0e1d6856-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:26:00+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e1d64e6-30c9-11ed-93de-5207d50566f9 | InvocationID=0e1d6856-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:26:17+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0979954a-30c9-11ed-93de-5207d50566f9 | InvocationID=09799eb4-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:26:17+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=183eac14-30c9-11ed-93de-5207d50566f9 | InvocationID=183eae44-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:26:25+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e1d64e6-30c9-11ed-93de-5207d50566f9 | InvocationID=0e1d6856-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:26:25+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d13979a-30c9-11ed-93de-5207d50566f9 | InvocationID=1d13993e-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:26:25+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d13979a-30c9-11ed-93de-5207d50566f9 | InvocationID=1d13993e-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:26:25+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d13979a-30c9-11ed-93de-5207d50566f9 | InvocationID=1d13993e-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:26:41+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=183eac14-30c9-11ed-93de-5207d50566f9 | InvocationID=183eae44-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:26:41+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27075bf6-30c9-11ed-93de-5207d50566f9 | InvocationID=27075e44-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:26:50+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d13979a-30c9-11ed-93de-5207d50566f9 | InvocationID=1d13993e-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:26:50+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c03ce8c-30c9-11ed-93de-5207d50566f9 | InvocationID=2c03d058-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:26:50+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c03ce8c-30c9-11ed-93de-5207d50566f9 | InvocationID=2c03d058-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:26:50+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c03ce8c-30c9-11ed-93de-5207d50566f9 | InvocationID=2c03d058-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:27:06+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27075bf6-30c9-11ed-93de-5207d50566f9 | InvocationID=27075e44-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:27:06+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35cac8ee-30c9-11ed-93de-5207d50566f9 | InvocationID=35cacaba-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:27:15+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c03ce8c-30c9-11ed-93de-5207d50566f9 | InvocationID=2c03d058-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:27:15+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af59272-30c9-11ed-93de-5207d50566f9 | InvocationID=3af5947a-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:27:15+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3af59272-30c9-11ed-93de-5207d50566f9 | InvocationID=3af5947a-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:27:15+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3af59272-30c9-11ed-93de-5207d50566f9 | InvocationID=3af5947a-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:27:31+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35cac8ee-30c9-11ed-93de-5207d50566f9 | InvocationID=35cacaba-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:27:31+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44908404-30c9-11ed-93de-5207d50566f9 | InvocationID=44908620-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:27:40+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3af59272-30c9-11ed-93de-5207d50566f9 | InvocationID=3af5947a-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:27:40+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e3a314-30c9-11ed-93de-5207d50566f9 | InvocationID=49e3a512-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:27:40+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49e3a314-30c9-11ed-93de-5207d50566f9 | InvocationID=49e3a512-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:27:40+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49e3a314-30c9-11ed-93de-5207d50566f9 | InvocationID=49e3a512-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:27:56+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44908404-30c9-11ed-93de-5207d50566f9 | InvocationID=44908620-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:27:56+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5355f50a-30c9-11ed-93de-5207d50566f9 | InvocationID=5355f776-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:28:05+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49e3a314-30c9-11ed-93de-5207d50566f9 | InvocationID=49e3a512-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:28:05+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58da304a-30c9-11ed-93de-5207d50566f9 | InvocationID=58da31ee-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:28:05+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58da304a-30c9-11ed-93de-5207d50566f9 | InvocationID=58da31ee-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:28:05+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58da304a-30c9-11ed-93de-5207d50566f9 | InvocationID=58da31ee-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:28:21+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5355f50a-30c9-11ed-93de-5207d50566f9 | InvocationID=5355f776-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:28:21+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=621b108e-30c9-11ed-93de-5207d50566f9 | InvocationID=621b1250-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:28:30+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58da304a-30c9-11ed-93de-5207d50566f9 | InvocationID=58da31ee-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:28:30+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67ca3712-30c9-11ed-93de-5207d50566f9 | InvocationID=67ca38b6-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:28:30+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67ca3712-30c9-11ed-93de-5207d50566f9 | InvocationID=67ca38b6-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:28:30+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67ca3712-30c9-11ed-93de-5207d50566f9 | InvocationID=67ca38b6-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:28:45+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=621b108e-30c9-11ed-93de-5207d50566f9 | InvocationID=621b1250-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:28:45+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70e105c4-30c9-11ed-93de-5207d50566f9 | InvocationID=70e10880-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:28:55+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67ca3712-30c9-11ed-93de-5207d50566f9 | InvocationID=67ca38b6-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:28:55+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76b8f1dc-30c9-11ed-93de-5207d50566f9 | InvocationID=76b8f402-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:28:55+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76b8f1dc-30c9-11ed-93de-5207d50566f9 | InvocationID=76b8f402-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:28:55+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76b8f1dc-30c9-11ed-93de-5207d50566f9 | InvocationID=76b8f402-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:29:10+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70e105c4-30c9-11ed-93de-5207d50566f9 | InvocationID=70e10880-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:29:10+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fb2a5da-30c9-11ed-93de-5207d50566f9 | InvocationID=7fb2a774-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:29:20+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76b8f1dc-30c9-11ed-93de-5207d50566f9 | InvocationID=76b8f402-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:29:20+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ac21d2-30c9-11ed-93de-5207d50566f9 | InvocationID=85ac236c-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:29:20+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ac21d2-30c9-11ed-93de-5207d50566f9 | InvocationID=85ac236c-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:29:20+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85ac21d2-30c9-11ed-93de-5207d50566f9 | InvocationID=85ac236c-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:29:35+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fb2a5da-30c9-11ed-93de-5207d50566f9 | InvocationID=7fb2a774-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:29:35+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e761566-30c9-11ed-93de-5207d50566f9 | InvocationID=8e76171e-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:29:45+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85ac21d2-30c9-11ed-93de-5207d50566f9 | InvocationID=85ac236c-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:29:45+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94b34570-30c9-11ed-93de-5207d50566f9 | InvocationID=94b3480e-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:29:46+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94b34570-30c9-11ed-93de-5207d50566f9 | InvocationID=94b3480e-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:29:46+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94b34570-30c9-11ed-93de-5207d50566f9 | InvocationID=94b3480e-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:30:00+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e761566-30c9-11ed-93de-5207d50566f9 | InvocationID=8e76171e-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:30:00+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d40299c-30c9-11ed-93de-5207d50566f9 | InvocationID=9d40314e-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:30:11+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94b34570-30c9-11ed-93de-5207d50566f9 | InvocationID=94b3480e-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:30:11+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3ad0796-30c9-11ed-93de-5207d50566f9 | InvocationID=a3ad0a02-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:30:11+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3ad0796-30c9-11ed-93de-5207d50566f9 | InvocationID=a3ad0a02-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:30:11+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3ad0796-30c9-11ed-93de-5207d50566f9 | InvocationID=a3ad0a02-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:30:25+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d40299c-30c9-11ed-93de-5207d50566f9 | InvocationID=9d40314e-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:30:25+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac025fcc-30c9-11ed-93de-5207d50566f9 | InvocationID=ac026440-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:30:36+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3ad0796-30c9-11ed-93de-5207d50566f9 | InvocationID=a3ad0a02-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:30:36+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29b01ae-30c9-11ed-93de-5207d50566f9 | InvocationID=b29b0604-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:30:36+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b29b01ae-30c9-11ed-93de-5207d50566f9 | InvocationID=b29b0604-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:30:36+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b29b01ae-30c9-11ed-93de-5207d50566f9 | InvocationID=b29b0604-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:30:49+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac025fcc-30c9-11ed-93de-5207d50566f9 | InvocationID=ac026440-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:30:49+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bacb35d8-30c9-11ed-93de-5207d50566f9 | InvocationID=bacb3844-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:31:01+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b29b01ae-30c9-11ed-93de-5207d50566f9 | InvocationID=b29b0604-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:31:01+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19148c6-30c9-11ed-93de-5207d50566f9 | InvocationID=c1914a88-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:31:01+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c19148c6-30c9-11ed-93de-5207d50566f9 | InvocationID=c1914a88-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:31:01+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c19148c6-30c9-11ed-93de-5207d50566f9 | InvocationID=c1914a88-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:31:14+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bacb35d8-30c9-11ed-93de-5207d50566f9 | InvocationID=bacb3844-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:31:14+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c990c344-30c9-11ed-93de-5207d50566f9 | InvocationID=c990c4e8-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:31:26+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c19148c6-30c9-11ed-93de-5207d50566f9 | InvocationID=c1914a88-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:31:26+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d080ad22-30c9-11ed-93de-5207d50566f9 | InvocationID=d080b484-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:31:26+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d080ad22-30c9-11ed-93de-5207d50566f9 | InvocationID=d080b484-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:31:26+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d080ad22-30c9-11ed-93de-5207d50566f9 | InvocationID=d080b484-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:31:39+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c990c344-30c9-11ed-93de-5207d50566f9 | InvocationID=c990c4e8-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:31:39+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85e4f72-30c9-11ed-93de-5207d50566f9 | InvocationID=d85e510c-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:31:51+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d080ad22-30c9-11ed-93de-5207d50566f9 | InvocationID=d080b484-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:31:51+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df72775c-30c9-11ed-93de-5207d50566f9 | InvocationID=df7279d2-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:31:51+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df72775c-30c9-11ed-93de-5207d50566f9 | InvocationID=df7279d2-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:31:51+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df72775c-30c9-11ed-93de-5207d50566f9 | InvocationID=df7279d2-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:32:04+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d85e4f72-30c9-11ed-93de-5207d50566f9 | InvocationID=d85e510c-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:32:04+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e721264c-30c9-11ed-93de-5207d50566f9 | InvocationID=e7212f02-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:32:16+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df72775c-30c9-11ed-93de-5207d50566f9 | InvocationID=df7279d2-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:32:16+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee667cc2-30c9-11ed-93de-5207d50566f9 | InvocationID=ee667f1a-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:32:16+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee667cc2-30c9-11ed-93de-5207d50566f9 | InvocationID=ee667f1a-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:32:16+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee667cc2-30c9-11ed-93de-5207d50566f9 | InvocationID=ee667f1a-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:32:29+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e721264c-30c9-11ed-93de-5207d50566f9 | InvocationID=e7212f02-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:32:29+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e393cc-30c9-11ed-93de-5207d50566f9 | InvocationID=f5e3957a-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:32:41+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee667cc2-30c9-11ed-93de-5207d50566f9 | InvocationID=ee667f1a-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:32:41+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd552576-30c9-11ed-93de-5207d50566f9 | InvocationID=fd552710-30c9-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:32:41+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd552576-30c9-11ed-93de-5207d50566f9 | InvocationID=fd552710-30c9-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:32:41+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd552576-30c9-11ed-93de-5207d50566f9 | InvocationID=fd552710-30c9-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:32:53+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5e393cc-30c9-11ed-93de-5207d50566f9 | InvocationID=f5e3957a-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:32:53+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04a62528-30ca-11ed-93de-5207d50566f9 | InvocationID=04a626cc-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:33:06+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd552576-30c9-11ed-93de-5207d50566f9 | InvocationID=fd552710-30c9-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:33:06+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c46a4c4-30ca-11ed-93de-5207d50566f9 | InvocationID=0c46a6ea-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:33:06+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c46a4c4-30ca-11ed-93de-5207d50566f9 | InvocationID=0c46a6ea-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:33:06+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c46a4c4-30ca-11ed-93de-5207d50566f9 | InvocationID=0c46a6ea-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:33:18+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04a62528-30ca-11ed-93de-5207d50566f9 | InvocationID=04a626cc-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:33:18+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=136b0aba-30ca-11ed-93de-5207d50566f9 | InvocationID=136b0cfe-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:33:31+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c46a4c4-30ca-11ed-93de-5207d50566f9 | InvocationID=0c46a6ea-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:33:31+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b353aa4-30ca-11ed-93de-5207d50566f9 | InvocationID=1b353c52-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:33:31+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b353aa4-30ca-11ed-93de-5207d50566f9 | InvocationID=1b353c52-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:33:31+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b353aa4-30ca-11ed-93de-5207d50566f9 | InvocationID=1b353c52-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:33:43+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=136b0aba-30ca-11ed-93de-5207d50566f9 | InvocationID=136b0cfe-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:33:43+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22318b28-30ca-11ed-93de-5207d50566f9 | InvocationID=22318d3a-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:33:56+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b353aa4-30ca-11ed-93de-5207d50566f9 | InvocationID=1b353c52-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:33:56+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a2e41e0-30ca-11ed-93de-5207d50566f9 | InvocationID=2a2e43b6-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:33:56+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a2e41e0-30ca-11ed-93de-5207d50566f9 | InvocationID=2a2e43b6-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:33:56+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a2e41e0-30ca-11ed-93de-5207d50566f9 | InvocationID=2a2e43b6-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:34:08+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22318b28-30ca-11ed-93de-5207d50566f9 | InvocationID=22318d3a-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:34:08+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30fb63b8-30ca-11ed-93de-5207d50566f9 | InvocationID=30fb6552-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:34:21+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a2e41e0-30ca-11ed-93de-5207d50566f9 | InvocationID=2a2e43b6-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:34:21+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391e902e-30ca-11ed-93de-5207d50566f9 | InvocationID=391e9286-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:34:21+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=391e902e-30ca-11ed-93de-5207d50566f9 | InvocationID=391e9286-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:34:21+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=391e902e-30ca-11ed-93de-5207d50566f9 | InvocationID=391e9286-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:34:32+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30fb63b8-30ca-11ed-93de-5207d50566f9 | InvocationID=30fb6552-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:34:32+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fc300e0-30ca-11ed-93de-5207d50566f9 | InvocationID=3fc302ac-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:34:46+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=391e902e-30ca-11ed-93de-5207d50566f9 | InvocationID=391e9286-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:34:46+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48122906-30ca-11ed-93de-5207d50566f9 | InvocationID=48122fa0-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:34:46+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48122906-30ca-11ed-93de-5207d50566f9 | InvocationID=48122fa0-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:34:46+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48122906-30ca-11ed-93de-5207d50566f9 | InvocationID=48122fa0-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:34:57+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fc300e0-30ca-11ed-93de-5207d50566f9 | InvocationID=3fc302ac-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:34:57+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e873b00-30ca-11ed-93de-5207d50566f9 | InvocationID=4e873e48-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:35:11+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48122906-30ca-11ed-93de-5207d50566f9 | InvocationID=48122fa0-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:35:11+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5701fff4-30ca-11ed-93de-5207d50566f9 | InvocationID=57020300-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:35:12+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5701fff4-30ca-11ed-93de-5207d50566f9 | InvocationID=57020300-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:35:12+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5701fff4-30ca-11ed-93de-5207d50566f9 | InvocationID=57020300-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:35:22+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e873b00-30ca-11ed-93de-5207d50566f9 | InvocationID=4e873e48-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:35:22+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d4d6fe2-30ca-11ed-93de-5207d50566f9 | InvocationID=5d4d7294-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:35:37+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5701fff4-30ca-11ed-93de-5207d50566f9 | InvocationID=57020300-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:35:37+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f25fc2-30ca-11ed-93de-5207d50566f9 | InvocationID=65f2636e-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:35:37+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f25fc2-30ca-11ed-93de-5207d50566f9 | InvocationID=65f2636e-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:35:37+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65f25fc2-30ca-11ed-93de-5207d50566f9 | InvocationID=65f2636e-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:35:47+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d4d6fe2-30ca-11ed-93de-5207d50566f9 | InvocationID=5d4d7294-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:35:47+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c171ce4-30ca-11ed-93de-5207d50566f9 | InvocationID=6c171ee2-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:36:02+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65f25fc2-30ca-11ed-93de-5207d50566f9 | InvocationID=65f2636e-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:36:02+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e1c00e-30ca-11ed-93de-5207d50566f9 | InvocationID=74e1c194-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:36:02+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e1c00e-30ca-11ed-93de-5207d50566f9 | InvocationID=74e1c194-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:36:02+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74e1c00e-30ca-11ed-93de-5207d50566f9 | InvocationID=74e1c194-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:36:12+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c171ce4-30ca-11ed-93de-5207d50566f9 | InvocationID=6c171ee2-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:36:12+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7adcba54-30ca-11ed-93de-5207d50566f9 | InvocationID=7adcbc66-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:36:27+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74e1c00e-30ca-11ed-93de-5207d50566f9 | InvocationID=74e1c194-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:36:27+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d21b0e-30ca-11ed-93de-5207d50566f9 | InvocationID=83d21f6e-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:36:27+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83d21b0e-30ca-11ed-93de-5207d50566f9 | InvocationID=83d21f6e-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:36:27+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83d21b0e-30ca-11ed-93de-5207d50566f9 | InvocationID=83d21f6e-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:36:36+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7adcba54-30ca-11ed-93de-5207d50566f9 | InvocationID=7adcbc66-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:36:36+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89a0c4fe-30ca-11ed-93de-5207d50566f9 | InvocationID=89a0c6a2-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:36:52+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83d21b0e-30ca-11ed-93de-5207d50566f9 | InvocationID=83d21f6e-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:36:52+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c32f68-30ca-11ed-93de-5207d50566f9 | InvocationID=92c3330a-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:36:52+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c32f68-30ca-11ed-93de-5207d50566f9 | InvocationID=92c3330a-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:36:52+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c32f68-30ca-11ed-93de-5207d50566f9 | InvocationID=92c3330a-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:37:01+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89a0c4fe-30ca-11ed-93de-5207d50566f9 | InvocationID=89a0c6a2-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:37:01+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=986480e8-30ca-11ed-93de-5207d50566f9 | InvocationID=9864828c-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:37:17+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c32f68-30ca-11ed-93de-5207d50566f9 | InvocationID=92c3330a-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:37:17+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1b3be70-30ca-11ed-93de-5207d50566f9 | InvocationID=a1b3c028-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:37:17+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1b3be70-30ca-11ed-93de-5207d50566f9 | InvocationID=a1b3c028-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:37:17+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1b3be70-30ca-11ed-93de-5207d50566f9 | InvocationID=a1b3c028-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:37:26+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=986480e8-30ca-11ed-93de-5207d50566f9 | InvocationID=9864828c-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:37:26+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a72801ea-30ca-11ed-93de-5207d50566f9 | InvocationID=a72803ca-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:37:42+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1b3be70-30ca-11ed-93de-5207d50566f9 | InvocationID=a1b3c028-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:37:42+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a1dcd2-30ca-11ed-93de-5207d50566f9 | InvocationID=b0a1dfa2-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:37:42+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a1dcd2-30ca-11ed-93de-5207d50566f9 | InvocationID=b0a1dfa2-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:37:42+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0a1dcd2-30ca-11ed-93de-5207d50566f9 | InvocationID=b0a1dfa2-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:37:51+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a72801ea-30ca-11ed-93de-5207d50566f9 | InvocationID=a72803ca-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:37:51+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ed6aee-30ca-11ed-93de-5207d50566f9 | InvocationID=b5ed6c9c-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:38:07+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0a1dcd2-30ca-11ed-93de-5207d50566f9 | InvocationID=b0a1dfa2-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:38:07+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf908ffe-30ca-11ed-93de-5207d50566f9 | InvocationID=bf909238-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:38:07+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf908ffe-30ca-11ed-93de-5207d50566f9 | InvocationID=bf909238-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:38:07+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf908ffe-30ca-11ed-93de-5207d50566f9 | InvocationID=bf909238-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:38:15+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5ed6aee-30ca-11ed-93de-5207d50566f9 | InvocationID=b5ed6c9c-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:38:15+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4b147da-30ca-11ed-93de-5207d50566f9 | InvocationID=c4b157fc-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:38:32+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf908ffe-30ca-11ed-93de-5207d50566f9 | InvocationID=bf909238-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:38:32+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce7e17b6-30ca-11ed-93de-5207d50566f9 | InvocationID=ce7e19c8-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:38:32+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce7e17b6-30ca-11ed-93de-5207d50566f9 | InvocationID=ce7e19c8-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:38:32+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce7e17b6-30ca-11ed-93de-5207d50566f9 | InvocationID=ce7e19c8-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:38:40+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4b147da-30ca-11ed-93de-5207d50566f9 | InvocationID=c4b157fc-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:38:40+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d377a840-30ca-11ed-93de-5207d50566f9 | InvocationID=d377a9e4-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:38:57+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce7e17b6-30ca-11ed-93de-5207d50566f9 | InvocationID=ce7e19c8-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:38:57+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd6c8e88-30ca-11ed-93de-5207d50566f9 | InvocationID=dd6c90a4-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:38:57+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd6c8e88-30ca-11ed-93de-5207d50566f9 | InvocationID=dd6c90a4-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:38:57+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd6c8e88-30ca-11ed-93de-5207d50566f9 | InvocationID=dd6c90a4-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:39:05+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d377a840-30ca-11ed-93de-5207d50566f9 | InvocationID=d377a9e4-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:39:05+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e243d114-30ca-11ed-93de-5207d50566f9 | InvocationID=e243d2a4-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:39:22+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd6c8e88-30ca-11ed-93de-5207d50566f9 | InvocationID=dd6c90a4-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:39:22+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5b5a32-30ca-11ed-93de-5207d50566f9 | InvocationID=ec5b5bea-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:39:22+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec5b5a32-30ca-11ed-93de-5207d50566f9 | InvocationID=ec5b5bea-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:39:22+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec5b5a32-30ca-11ed-93de-5207d50566f9 | InvocationID=ec5b5bea-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:39:30+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e243d114-30ca-11ed-93de-5207d50566f9 | InvocationID=e243d2a4-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:39:30+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1060bf4-30ca-11ed-93de-5207d50566f9 | InvocationID=f1061108-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:39:47+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec5b5a32-30ca-11ed-93de-5207d50566f9 | InvocationID=ec5b5bea-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:39:47+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb5fbca8-30ca-11ed-93de-5207d50566f9 | InvocationID=fb5fbfbe-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:39:47+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb5fbca8-30ca-11ed-93de-5207d50566f9 | InvocationID=fb5fbfbe-30ca-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:39:47+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb5fbca8-30ca-11ed-93de-5207d50566f9 | InvocationID=fb5fbfbe-30ca-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:39:55+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1060bf4-30ca-11ed-93de-5207d50566f9 | InvocationID=f1061108-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:39:55+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffc88c02-30ca-11ed-93de-5207d50566f9 | InvocationID=ffc88e00-30ca-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:40:12+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb5fbca8-30ca-11ed-93de-5207d50566f9 | InvocationID=fb5fbfbe-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:40:12+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4fd1b2-30cb-11ed-93de-5207d50566f9 | InvocationID=0a4fd41e-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:40:12+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a4fd1b2-30cb-11ed-93de-5207d50566f9 | InvocationID=0a4fd41e-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:40:12+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4fd1b2-30cb-11ed-93de-5207d50566f9 | InvocationID=0a4fd41e-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:40:19+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffc88c02-30ca-11ed-93de-5207d50566f9 | InvocationID=ffc88e00-30ca-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:40:19+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8c3c0c-30cb-11ed-93de-5207d50566f9 | InvocationID=0e8c3e46-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:40:37+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a4fd1b2-30cb-11ed-93de-5207d50566f9 | InvocationID=0a4fd41e-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:40:37+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193fa292-30cb-11ed-93de-5207d50566f9 | InvocationID=193fa440-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:40:37+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=193fa292-30cb-11ed-93de-5207d50566f9 | InvocationID=193fa440-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:40:37+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193fa292-30cb-11ed-93de-5207d50566f9 | InvocationID=193fa440-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:40:44+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e8c3c0c-30cb-11ed-93de-5207d50566f9 | InvocationID=0e8c3e46-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:40:44+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d5082ca-30cb-11ed-93de-5207d50566f9 | InvocationID=1d5085ea-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:41:02+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=193fa292-30cb-11ed-93de-5207d50566f9 | InvocationID=193fa440-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:41:02+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=282ddd0a-30cb-11ed-93de-5207d50566f9 | InvocationID=282ddf44-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:41:02+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=282ddd0a-30cb-11ed-93de-5207d50566f9 | InvocationID=282ddf44-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:41:02+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=282ddd0a-30cb-11ed-93de-5207d50566f9 | InvocationID=282ddf44-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:41:09+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d5082ca-30cb-11ed-93de-5207d50566f9 | InvocationID=1d5085ea-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:41:09+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c151622-30cb-11ed-93de-5207d50566f9 | InvocationID=2c15183e-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:41:27+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=282ddd0a-30cb-11ed-93de-5207d50566f9 | InvocationID=282ddf44-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:41:27+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371d0cc8-30cb-11ed-93de-5207d50566f9 | InvocationID=371d0e62-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:41:27+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371d0cc8-30cb-11ed-93de-5207d50566f9 | InvocationID=371d0e62-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:41:27+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=371d0cc8-30cb-11ed-93de-5207d50566f9 | InvocationID=371d0e62-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:41:34+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c151622-30cb-11ed-93de-5207d50566f9 | InvocationID=2c15183e-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:41:34+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ad92d6a-30cb-11ed-93de-5207d50566f9 | InvocationID=3ad92f7c-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:41:52+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=371d0cc8-30cb-11ed-93de-5207d50566f9 | InvocationID=371d0e62-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:41:52+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=460ad1ac-30cb-11ed-93de-5207d50566f9 | InvocationID=460ad346-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:41:53+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=460ad1ac-30cb-11ed-93de-5207d50566f9 | InvocationID=460ad346-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:41:53+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=460ad1ac-30cb-11ed-93de-5207d50566f9 | InvocationID=460ad346-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:41:58+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ad92d6a-30cb-11ed-93de-5207d50566f9 | InvocationID=3ad92f7c-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:41:58+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=499b5c92-30cb-11ed-93de-5207d50566f9 | InvocationID=499b5e40-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:42:18+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=460ad1ac-30cb-11ed-93de-5207d50566f9 | InvocationID=460ad346-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:42:18+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54fc71d4-30cb-11ed-93de-5207d50566f9 | InvocationID=54fc7378-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:42:18+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54fc71d4-30cb-11ed-93de-5207d50566f9 | InvocationID=54fc7378-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:42:18+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54fc71d4-30cb-11ed-93de-5207d50566f9 | InvocationID=54fc7378-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:42:23+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=499b5c92-30cb-11ed-93de-5207d50566f9 | InvocationID=499b5e40-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:42:23+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585e1044-30cb-11ed-93de-5207d50566f9 | InvocationID=585e1292-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:42:43+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54fc71d4-30cb-11ed-93de-5207d50566f9 | InvocationID=54fc7378-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:42:43+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ea439c-30cb-11ed-93de-5207d50566f9 | InvocationID=63ea4540-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:42:43+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ea439c-30cb-11ed-93de-5207d50566f9 | InvocationID=63ea4540-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:42:43+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ea439c-30cb-11ed-93de-5207d50566f9 | InvocationID=63ea4540-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:42:48+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=585e1044-30cb-11ed-93de-5207d50566f9 | InvocationID=585e1292-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:42:48+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67231228-30cb-11ed-93de-5207d50566f9 | InvocationID=672313cc-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:43:08+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ea439c-30cb-11ed-93de-5207d50566f9 | InvocationID=63ea4540-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:43:08+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d86230-30cb-11ed-93de-5207d50566f9 | InvocationID=72d863d4-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:43:08+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d86230-30cb-11ed-93de-5207d50566f9 | InvocationID=72d863d4-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:43:08+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d86230-30cb-11ed-93de-5207d50566f9 | InvocationID=72d863d4-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:43:13+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67231228-30cb-11ed-93de-5207d50566f9 | InvocationID=672313cc-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:43:13+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75e5e83a-30cb-11ed-93de-5207d50566f9 | InvocationID=75e5e9d4-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:43:33+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72d86230-30cb-11ed-93de-5207d50566f9 | InvocationID=72d863d4-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:43:33+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c8a6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=81c8a8a4-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:43:33+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81c8a6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=81c8a8a4-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:43:33+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c8a6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=81c8a8a4-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:43:38+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75e5e83a-30cb-11ed-93de-5207d50566f9 | InvocationID=75e5e9d4-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:43:38+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a95500-30cb-11ed-93de-5207d50566f9 | InvocationID=84a95690-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:43:58+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81c8a6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=81c8a8a4-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:43:58+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b6d6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=90b6d89a-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:43:58+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b6d6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=90b6d89a-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:43:58+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90b6d6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=90b6d89a-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:44:02+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a95500-30cb-11ed-93de-5207d50566f9 | InvocationID=84a95690-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:44:02+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=936fe432-30cb-11ed-93de-5207d50566f9 | InvocationID=936fe5cc-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-10T05:44:23+0000 | policy_event_thread | 140507680434976 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90b6d6f6-30cb-11ed-93de-5207d50566f9 | InvocationID=90b6d89a-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF activation/deactivation policy response events.
2022-09-10T05:44:23+0000 | policy_event_thread | 140507680434976 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa8a874-30cb-11ed-93de-5207d50566f9 | InvocationID=9fa8aee6-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-10T05:44:23+0000 | policy_event_thread | 140507680434976 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fa8a874-30cb-11ed-93de-5207d50566f9 | InvocationID=9fa8aee6-30cb-11ed-93de-5207d50566f9 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:44:23+0000 | policy_event_thread | 140507680434976 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9fa8a874-30cb-11ed-93de-5207d50566f9 | InvocationID=9fa8aee6-30cb-11ed-93de-5207d50566f9 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-10T05:44:27+0000 | aai_event_thread | 140507679374112 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=936fe432-30cb-11ed-93de-5207d50566f9 | InvocationID=936fe5cc-30cb-11ed-93de-5207d50566f9 | Polling MR for XNF AAI events.
2022-09-10T05:44:27+0000 | aai_event_thread | 140507679374112 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a234634e-30cb-11ed-93de-5207d50566f9 | InvocationID=a2346e02-30cb-11ed-93de-5207d50566f9 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT