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-07T05:03:58+0000 | MainThread | 140405753654600 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-09-07T05:03:58+0000 | MainThread | 140405753654600 | 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-07T05:03:58+0000 | MainThread | 140405753654600 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-09-07T05:03:58+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:03:58+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-09-07T05:03:58+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1e850e-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1e884c-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:03:58+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1ea5d4-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1ea8ae-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:03:58+0000 | MainThread | 140405753654600 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-09-07T05:03:59+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1ea5d4-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1ea8ae-2e6a-11ed-987c-22511bf6b794 | 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-07T05:03:59+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b1ea5d4-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1ea8ae-2e6a-11ed-987c-22511bf6b794 | 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-07T05:03:59+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b1e850e-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1e884c-2e6a-11ed-987c-22511bf6b794 | 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-07T05:03:59+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b1e850e-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1e884c-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:19+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b1ea5d4-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1ea8ae-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:04:19+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b26484-2e6a-11ed-987c-22511bf6b794 | InvocationID=87b26696-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:04:20+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b26484-2e6a-11ed-987c-22511bf6b794 | InvocationID=87b26696-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:20+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b26484-2e6a-11ed-987c-22511bf6b794 | InvocationID=87b26696-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:24+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b1e850e-2e6a-11ed-987c-22511bf6b794 | InvocationID=7b1e884c-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:04:24+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aadf874-2e6a-11ed-987c-22511bf6b794 | InvocationID=8aadfd1a-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:04:25+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aadf874-2e6a-11ed-987c-22511bf6b794 | InvocationID=8aadfd1a-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:25+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aadf874-2e6a-11ed-987c-22511bf6b794 | InvocationID=8aadfd1a-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:40+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=87b26484-2e6a-11ed-987c-22511bf6b794 | InvocationID=87b26696-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:04:40+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=943f4852-2e6a-11ed-987c-22511bf6b794 | InvocationID=943f4bae-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:04:41+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=943f4852-2e6a-11ed-987c-22511bf6b794 | InvocationID=943f4bae-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:41+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=943f4852-2e6a-11ed-987c-22511bf6b794 | InvocationID=943f4bae-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:50+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8aadf874-2e6a-11ed-987c-22511bf6b794 | InvocationID=8aadfd1a-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:04:50+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a352e52-2e6a-11ed-987c-22511bf6b794 | InvocationID=9a353014-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:04:51+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a352e52-2e6a-11ed-987c-22511bf6b794 | InvocationID=9a353014-2e6a-11ed-987c-22511bf6b794 | 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-07T05:04:51+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a352e52-2e6a-11ed-987c-22511bf6b794 | InvocationID=9a353014-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:01+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=943f4852-2e6a-11ed-987c-22511bf6b794 | InvocationID=943f4bae-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:05:01+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0cbc622-2e6a-11ed-987c-22511bf6b794 | InvocationID=a0cbcc26-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:05:02+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0cbc622-2e6a-11ed-987c-22511bf6b794 | InvocationID=a0cbcc26-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:02+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0cbc622-2e6a-11ed-987c-22511bf6b794 | InvocationID=a0cbcc26-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:16+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a352e52-2e6a-11ed-987c-22511bf6b794 | InvocationID=9a353014-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:05:16+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9bb9bd6-2e6a-11ed-987c-22511bf6b794 | InvocationID=a9bb9e38-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:05:17+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9bb9bd6-2e6a-11ed-987c-22511bf6b794 | InvocationID=a9bb9e38-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:17+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9bb9bd6-2e6a-11ed-987c-22511bf6b794 | InvocationID=a9bb9e38-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:22+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0cbc622-2e6a-11ed-987c-22511bf6b794 | InvocationID=a0cbcc26-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:05:22+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad54251a-2e6a-11ed-987c-22511bf6b794 | InvocationID=ad5426f0-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:05:23+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad54251a-2e6a-11ed-987c-22511bf6b794 | InvocationID=ad5426f0-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:23+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad54251a-2e6a-11ed-987c-22511bf6b794 | InvocationID=ad5426f0-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:42+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9bb9bd6-2e6a-11ed-987c-22511bf6b794 | InvocationID=a9bb9e38-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:05:42+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9419cae-2e6a-11ed-987c-22511bf6b794 | InvocationID=b941a226-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:05:43+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9419cae-2e6a-11ed-987c-22511bf6b794 | InvocationID=b941a226-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:43+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad54251a-2e6a-11ed-987c-22511bf6b794 | InvocationID=ad5426f0-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:05:43+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9419cae-2e6a-11ed-987c-22511bf6b794 | InvocationID=b941a226-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:43+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e0a628-2e6a-11ed-987c-22511bf6b794 | InvocationID=b9e0a920-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:05:44+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9e0a628-2e6a-11ed-987c-22511bf6b794 | InvocationID=b9e0a920-2e6a-11ed-987c-22511bf6b794 | 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-07T05:05:44+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9e0a628-2e6a-11ed-987c-22511bf6b794 | InvocationID=b9e0a920-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:04+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9e0a628-2e6a-11ed-987c-22511bf6b794 | InvocationID=b9e0a920-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:06:04+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c66e4472-2e6a-11ed-987c-22511bf6b794 | InvocationID=c66e476a-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:06:05+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c66e4472-2e6a-11ed-987c-22511bf6b794 | InvocationID=c66e476a-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:05+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c66e4472-2e6a-11ed-987c-22511bf6b794 | InvocationID=c66e476a-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:08+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9419cae-2e6a-11ed-987c-22511bf6b794 | InvocationID=b941a226-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:06:08+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c7c6d0-2e6a-11ed-987c-22511bf6b794 | InvocationID=c8c7c87e-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:06:08+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8c7c6d0-2e6a-11ed-987c-22511bf6b794 | InvocationID=c8c7c87e-2e6a-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:06:08+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c7c6d0-2e6a-11ed-987c-22511bf6b794 | InvocationID=c8c7c87e-2e6a-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:06:25+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c66e4472-2e6a-11ed-987c-22511bf6b794 | InvocationID=c66e476a-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:06:25+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2941ace-2e6a-11ed-987c-22511bf6b794 | InvocationID=d2941cae-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:06:25+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2941ace-2e6a-11ed-987c-22511bf6b794 | InvocationID=d2941cae-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:25+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2941ace-2e6a-11ed-987c-22511bf6b794 | InvocationID=d2941cae-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:33+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8c7c6d0-2e6a-11ed-987c-22511bf6b794 | InvocationID=c8c7c87e-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:06:33+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c31ffe-2e6a-11ed-987c-22511bf6b794 | InvocationID=d7c32260-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:06:34+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7c31ffe-2e6a-11ed-987c-22511bf6b794 | InvocationID=d7c32260-2e6a-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:06:34+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7c31ffe-2e6a-11ed-987c-22511bf6b794 | InvocationID=d7c32260-2e6a-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:06:45+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2941ace-2e6a-11ed-987c-22511bf6b794 | InvocationID=d2941cae-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:06:45+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de8aefb0-2e6a-11ed-987c-22511bf6b794 | InvocationID=de8af21c-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:06:45+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de8aefb0-2e6a-11ed-987c-22511bf6b794 | InvocationID=de8af21c-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:45+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de8aefb0-2e6a-11ed-987c-22511bf6b794 | InvocationID=de8af21c-2e6a-11ed-987c-22511bf6b794 | 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-07T05:06:59+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7c31ffe-2e6a-11ed-987c-22511bf6b794 | InvocationID=d7c32260-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:06:59+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b5d43e-2e6a-11ed-987c-22511bf6b794 | InvocationID=e6b5d5ce-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:06:59+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6b5d43e-2e6a-11ed-987c-22511bf6b794 | InvocationID=e6b5d5ce-2e6a-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:06:59+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6b5d43e-2e6a-11ed-987c-22511bf6b794 | InvocationID=e6b5d5ce-2e6a-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:07:05+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de8aefb0-2e6a-11ed-987c-22511bf6b794 | InvocationID=de8af21c-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:07:05+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea835712-2e6a-11ed-987c-22511bf6b794 | InvocationID=ea8358b6-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:07:05+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea835712-2e6a-11ed-987c-22511bf6b794 | InvocationID=ea8358b6-2e6a-11ed-987c-22511bf6b794 | 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-07T05:07:05+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea835712-2e6a-11ed-987c-22511bf6b794 | InvocationID=ea8358b6-2e6a-11ed-987c-22511bf6b794 | 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-07T05:07:24+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6b5d43e-2e6a-11ed-987c-22511bf6b794 | InvocationID=e6b5d5ce-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:07:24+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ae455c-2e6a-11ed-987c-22511bf6b794 | InvocationID=f5ae4af2-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:07:24+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5ae455c-2e6a-11ed-987c-22511bf6b794 | InvocationID=f5ae4af2-2e6a-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:07:24+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5ae455c-2e6a-11ed-987c-22511bf6b794 | InvocationID=f5ae4af2-2e6a-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:07:25+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea835712-2e6a-11ed-987c-22511bf6b794 | InvocationID=ea8358b6-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:07:25+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6791930-2e6a-11ed-987c-22511bf6b794 | InvocationID=f6791ae8-2e6a-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:07:25+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6791930-2e6a-11ed-987c-22511bf6b794 | InvocationID=f6791ae8-2e6a-11ed-987c-22511bf6b794 | 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-07T05:07:25+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6791930-2e6a-11ed-987c-22511bf6b794 | InvocationID=f6791ae8-2e6a-11ed-987c-22511bf6b794 | 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-07T05:07:45+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6791930-2e6a-11ed-987c-22511bf6b794 | InvocationID=f6791ae8-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:07:45+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02736970-2e6b-11ed-987c-22511bf6b794 | InvocationID=02736bfa-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:07:45+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02736970-2e6b-11ed-987c-22511bf6b794 | InvocationID=02736bfa-2e6b-11ed-987c-22511bf6b794 | 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-07T05:07:45+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02736970-2e6b-11ed-987c-22511bf6b794 | InvocationID=02736bfa-2e6b-11ed-987c-22511bf6b794 | 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-07T05:07:49+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5ae455c-2e6a-11ed-987c-22511bf6b794 | InvocationID=f5ae4af2-2e6a-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:07:49+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049f8404-2e6b-11ed-987c-22511bf6b794 | InvocationID=049f879c-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:07:49+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=049f8404-2e6b-11ed-987c-22511bf6b794 | InvocationID=049f879c-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:07:49+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049f8404-2e6b-11ed-987c-22511bf6b794 | InvocationID=049f879c-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:08:05+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02736970-2e6b-11ed-987c-22511bf6b794 | InvocationID=02736bfa-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:08:05+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e697d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=0e698048-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:08:05+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e697d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=0e698048-2e6b-11ed-987c-22511bf6b794 | 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-07T05:08:05+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e697d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=0e698048-2e6b-11ed-987c-22511bf6b794 | 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-07T05:08:14+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=049f8404-2e6b-11ed-987c-22511bf6b794 | InvocationID=049f879c-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:08:14+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a1bdf0-2e6b-11ed-987c-22511bf6b794 | InvocationID=13a1bfe4-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:08:14+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a1bdf0-2e6b-11ed-987c-22511bf6b794 | InvocationID=13a1bfe4-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:08:14+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13a1bdf0-2e6b-11ed-987c-22511bf6b794 | InvocationID=13a1bfe4-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:08:25+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e697d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=0e698048-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:08:25+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5f56ac-2e6b-11ed-987c-22511bf6b794 | InvocationID=1a5f597c-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:08:25+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a5f56ac-2e6b-11ed-987c-22511bf6b794 | InvocationID=1a5f597c-2e6b-11ed-987c-22511bf6b794 | 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-07T05:08:25+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a5f56ac-2e6b-11ed-987c-22511bf6b794 | InvocationID=1a5f597c-2e6b-11ed-987c-22511bf6b794 | 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-07T05:08:39+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13a1bdf0-2e6b-11ed-987c-22511bf6b794 | InvocationID=13a1bfe4-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:08:39+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2294d66c-2e6b-11ed-987c-22511bf6b794 | InvocationID=2294e152-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:08:39+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2294d66c-2e6b-11ed-987c-22511bf6b794 | InvocationID=2294e152-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:08:39+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2294d66c-2e6b-11ed-987c-22511bf6b794 | InvocationID=2294e152-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:08:45+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a5f56ac-2e6b-11ed-987c-22511bf6b794 | InvocationID=1a5f597c-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:08:45+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26563b74-2e6b-11ed-987c-22511bf6b794 | InvocationID=26564006-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:08:45+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26563b74-2e6b-11ed-987c-22511bf6b794 | InvocationID=26564006-2e6b-11ed-987c-22511bf6b794 | 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-07T05:08:45+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26563b74-2e6b-11ed-987c-22511bf6b794 | InvocationID=26564006-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:04+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2294d66c-2e6b-11ed-987c-22511bf6b794 | InvocationID=2294e152-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:09:04+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318945fe-2e6b-11ed-987c-22511bf6b794 | InvocationID=318948f6-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:09:04+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318945fe-2e6b-11ed-987c-22511bf6b794 | InvocationID=318948f6-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:09:04+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=318945fe-2e6b-11ed-987c-22511bf6b794 | InvocationID=318948f6-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:09:05+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26563b74-2e6b-11ed-987c-22511bf6b794 | InvocationID=26564006-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:09:05+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324e2bd0-2e6b-11ed-987c-22511bf6b794 | InvocationID=324e2e0a-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:09:05+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324e2bd0-2e6b-11ed-987c-22511bf6b794 | InvocationID=324e2e0a-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:05+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324e2bd0-2e6b-11ed-987c-22511bf6b794 | InvocationID=324e2e0a-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:25+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324e2bd0-2e6b-11ed-987c-22511bf6b794 | InvocationID=324e2e0a-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:09:25+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e467afa-2e6b-11ed-987c-22511bf6b794 | InvocationID=3e467d0c-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:09:26+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e467afa-2e6b-11ed-987c-22511bf6b794 | InvocationID=3e467d0c-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:26+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e467afa-2e6b-11ed-987c-22511bf6b794 | InvocationID=3e467d0c-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:29+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=318945fe-2e6b-11ed-987c-22511bf6b794 | InvocationID=318948f6-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:09:29+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4079cb9c-2e6b-11ed-987c-22511bf6b794 | InvocationID=4079cd36-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:09:29+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4079cb9c-2e6b-11ed-987c-22511bf6b794 | InvocationID=4079cd36-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:09:29+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4079cb9c-2e6b-11ed-987c-22511bf6b794 | InvocationID=4079cd36-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:09:46+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e467afa-2e6b-11ed-987c-22511bf6b794 | InvocationID=3e467d0c-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:09:46+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3b2dec-2e6b-11ed-987c-22511bf6b794 | InvocationID=4a3b2fe0-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:09:46+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a3b2dec-2e6b-11ed-987c-22511bf6b794 | InvocationID=4a3b2fe0-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:46+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a3b2dec-2e6b-11ed-987c-22511bf6b794 | InvocationID=4a3b2fe0-2e6b-11ed-987c-22511bf6b794 | 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-07T05:09:54+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4079cb9c-2e6b-11ed-987c-22511bf6b794 | InvocationID=4079cd36-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:09:54+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f680b82-2e6b-11ed-987c-22511bf6b794 | InvocationID=4f680dd0-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:09:54+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f680b82-2e6b-11ed-987c-22511bf6b794 | InvocationID=4f680dd0-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:09:54+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f680b82-2e6b-11ed-987c-22511bf6b794 | InvocationID=4f680dd0-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:10:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a3b2dec-2e6b-11ed-987c-22511bf6b794 | InvocationID=4a3b2fe0-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:10:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562fd5a8-2e6b-11ed-987c-22511bf6b794 | InvocationID=562fd760-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:10:06+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562fd5a8-2e6b-11ed-987c-22511bf6b794 | InvocationID=562fd760-2e6b-11ed-987c-22511bf6b794 | 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-07T05:10:06+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=562fd5a8-2e6b-11ed-987c-22511bf6b794 | InvocationID=562fd760-2e6b-11ed-987c-22511bf6b794 | 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-07T05:10:19+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f680b82-2e6b-11ed-987c-22511bf6b794 | InvocationID=4f680dd0-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:10:19+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e588004-2e6b-11ed-987c-22511bf6b794 | InvocationID=5e5881a8-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:10:19+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e588004-2e6b-11ed-987c-22511bf6b794 | InvocationID=5e5881a8-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:10:19+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e588004-2e6b-11ed-987c-22511bf6b794 | InvocationID=5e5881a8-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:10:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=562fd5a8-2e6b-11ed-987c-22511bf6b794 | InvocationID=562fd760-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:10:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62273a7c-2e6b-11ed-987c-22511bf6b794 | InvocationID=62273cf2-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:10:26+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62273a7c-2e6b-11ed-987c-22511bf6b794 | InvocationID=62273cf2-2e6b-11ed-987c-22511bf6b794 | 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-07T05:10:26+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62273a7c-2e6b-11ed-987c-22511bf6b794 | InvocationID=62273cf2-2e6b-11ed-987c-22511bf6b794 | 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-07T05:10:44+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e588004-2e6b-11ed-987c-22511bf6b794 | InvocationID=5e5881a8-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:10:44+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4921d6-2e6b-11ed-987c-22511bf6b794 | InvocationID=6d49237a-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:10:44+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4921d6-2e6b-11ed-987c-22511bf6b794 | InvocationID=6d49237a-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:10:44+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4921d6-2e6b-11ed-987c-22511bf6b794 | InvocationID=6d49237a-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:10:46+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62273a7c-2e6b-11ed-987c-22511bf6b794 | InvocationID=62273cf2-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:10:46+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1d17c0-2e6b-11ed-987c-22511bf6b794 | InvocationID=6e1d1cc0-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:10:46+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e1d17c0-2e6b-11ed-987c-22511bf6b794 | InvocationID=6e1d1cc0-2e6b-11ed-987c-22511bf6b794 | 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-07T05:10:46+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e1d17c0-2e6b-11ed-987c-22511bf6b794 | InvocationID=6e1d1cc0-2e6b-11ed-987c-22511bf6b794 | 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-07T05:11:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e1d17c0-2e6b-11ed-987c-22511bf6b794 | InvocationID=6e1d1cc0-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:11:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a15777a-2e6b-11ed-987c-22511bf6b794 | InvocationID=7a157b6c-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:11:06+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a15777a-2e6b-11ed-987c-22511bf6b794 | InvocationID=7a157b6c-2e6b-11ed-987c-22511bf6b794 | 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-07T05:11:06+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a15777a-2e6b-11ed-987c-22511bf6b794 | InvocationID=7a157b6c-2e6b-11ed-987c-22511bf6b794 | 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-07T05:11:09+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4921d6-2e6b-11ed-987c-22511bf6b794 | InvocationID=6d49237a-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:11:09+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c393758-2e6b-11ed-987c-22511bf6b794 | InvocationID=7c39391a-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:11:09+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c393758-2e6b-11ed-987c-22511bf6b794 | InvocationID=7c39391a-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:11:09+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c393758-2e6b-11ed-987c-22511bf6b794 | InvocationID=7c39391a-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:11:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a15777a-2e6b-11ed-987c-22511bf6b794 | InvocationID=7a157b6c-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:11:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=860b6238-2e6b-11ed-987c-22511bf6b794 | InvocationID=860b6850-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:11:26+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=860b6238-2e6b-11ed-987c-22511bf6b794 | InvocationID=860b6850-2e6b-11ed-987c-22511bf6b794 | 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-07T05:11:26+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=860b6238-2e6b-11ed-987c-22511bf6b794 | InvocationID=860b6850-2e6b-11ed-987c-22511bf6b794 | 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-07T05:11:34+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c393758-2e6b-11ed-987c-22511bf6b794 | InvocationID=7c39391a-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:11:34+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b2990a0-2e6b-11ed-987c-22511bf6b794 | InvocationID=8b29930c-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:11:35+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b2990a0-2e6b-11ed-987c-22511bf6b794 | InvocationID=8b29930c-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:11:35+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b2990a0-2e6b-11ed-987c-22511bf6b794 | InvocationID=8b29930c-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:11:46+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=860b6238-2e6b-11ed-987c-22511bf6b794 | InvocationID=860b6850-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:11:46+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=920212e4-2e6b-11ed-987c-22511bf6b794 | InvocationID=920216fe-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:11:46+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=920212e4-2e6b-11ed-987c-22511bf6b794 | InvocationID=920216fe-2e6b-11ed-987c-22511bf6b794 | 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-07T05:11:46+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=920212e4-2e6b-11ed-987c-22511bf6b794 | InvocationID=920216fe-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:00+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b2990a0-2e6b-11ed-987c-22511bf6b794 | InvocationID=8b29930c-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:12:00+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a19ee66-2e6b-11ed-987c-22511bf6b794 | InvocationID=9a19f0fa-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:12:00+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a19ee66-2e6b-11ed-987c-22511bf6b794 | InvocationID=9a19f0fa-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:12:00+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a19ee66-2e6b-11ed-987c-22511bf6b794 | InvocationID=9a19f0fa-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:12:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=920212e4-2e6b-11ed-987c-22511bf6b794 | InvocationID=920216fe-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:12:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df6f2ea-2e6b-11ed-987c-22511bf6b794 | InvocationID=9df6f4ac-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:12:06+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9df6f2ea-2e6b-11ed-987c-22511bf6b794 | InvocationID=9df6f4ac-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:06+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9df6f2ea-2e6b-11ed-987c-22511bf6b794 | InvocationID=9df6f4ac-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:25+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a19ee66-2e6b-11ed-987c-22511bf6b794 | InvocationID=9a19f0fa-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:12:25+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a908c7f8-2e6b-11ed-987c-22511bf6b794 | InvocationID=a908cc9e-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:12:25+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a908c7f8-2e6b-11ed-987c-22511bf6b794 | InvocationID=a908cc9e-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:12:25+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a908c7f8-2e6b-11ed-987c-22511bf6b794 | InvocationID=a908cc9e-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:12:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9df6f2ea-2e6b-11ed-987c-22511bf6b794 | InvocationID=9df6f4ac-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:12:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ed063e-2e6b-11ed-987c-22511bf6b794 | InvocationID=a9ed0864-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:12:26+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ed063e-2e6b-11ed-987c-22511bf6b794 | InvocationID=a9ed0864-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:26+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9ed063e-2e6b-11ed-987c-22511bf6b794 | InvocationID=a9ed0864-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:46+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9ed063e-2e6b-11ed-987c-22511bf6b794 | InvocationID=a9ed0864-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:12:46+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e28478-2e6b-11ed-987c-22511bf6b794 | InvocationID=b5e286d0-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:12:46+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e28478-2e6b-11ed-987c-22511bf6b794 | InvocationID=b5e286d0-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:46+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5e28478-2e6b-11ed-987c-22511bf6b794 | InvocationID=b5e286d0-2e6b-11ed-987c-22511bf6b794 | 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-07T05:12:50+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a908c7f8-2e6b-11ed-987c-22511bf6b794 | InvocationID=a908cc9e-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:12:50+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f79ad2-2e6b-11ed-987c-22511bf6b794 | InvocationID=b7f79e56-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:12:50+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f79ad2-2e6b-11ed-987c-22511bf6b794 | InvocationID=b7f79e56-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:12:50+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f79ad2-2e6b-11ed-987c-22511bf6b794 | InvocationID=b7f79e56-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:13:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5e28478-2e6b-11ed-987c-22511bf6b794 | InvocationID=b5e286d0-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:13:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1d91f44-2e6b-11ed-987c-22511bf6b794 | InvocationID=c1d920e8-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:13:06+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1d91f44-2e6b-11ed-987c-22511bf6b794 | InvocationID=c1d920e8-2e6b-11ed-987c-22511bf6b794 | 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-07T05:13:06+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1d91f44-2e6b-11ed-987c-22511bf6b794 | InvocationID=c1d920e8-2e6b-11ed-987c-22511bf6b794 | 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-07T05:13:15+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f79ad2-2e6b-11ed-987c-22511bf6b794 | InvocationID=b7f79e56-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:13:15+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e5e008-2e6b-11ed-987c-22511bf6b794 | InvocationID=c6e5e238-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:13:15+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6e5e008-2e6b-11ed-987c-22511bf6b794 | InvocationID=c6e5e238-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:13:15+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e5e008-2e6b-11ed-987c-22511bf6b794 | InvocationID=c6e5e238-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:13:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1d91f44-2e6b-11ed-987c-22511bf6b794 | InvocationID=c1d920e8-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:13:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdcf15a6-2e6b-11ed-987c-22511bf6b794 | InvocationID=cdcf1754-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:13:26+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdcf15a6-2e6b-11ed-987c-22511bf6b794 | InvocationID=cdcf1754-2e6b-11ed-987c-22511bf6b794 | 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-07T05:13:26+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdcf15a6-2e6b-11ed-987c-22511bf6b794 | InvocationID=cdcf1754-2e6b-11ed-987c-22511bf6b794 | 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-07T05:13:40+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6e5e008-2e6b-11ed-987c-22511bf6b794 | InvocationID=c6e5e238-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:13:40+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5da0e4a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d5da1098-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:13:40+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5da0e4a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d5da1098-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:13:40+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5da0e4a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d5da1098-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:13:46+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cdcf15a6-2e6b-11ed-987c-22511bf6b794 | InvocationID=cdcf1754-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:13:46+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9c82a0a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d9c82d34-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:13:46+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9c82a0a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d9c82d34-2e6b-11ed-987c-22511bf6b794 | 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-07T05:13:46+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9c82a0a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d9c82d34-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:05+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5da0e4a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d5da1098-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:14:05+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4cd0cae-2e6b-11ed-987c-22511bf6b794 | InvocationID=e4cd0efc-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:14:05+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4cd0cae-2e6b-11ed-987c-22511bf6b794 | InvocationID=e4cd0efc-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:14:05+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4cd0cae-2e6b-11ed-987c-22511bf6b794 | InvocationID=e4cd0efc-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:14:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9c82a0a-2e6b-11ed-987c-22511bf6b794 | InvocationID=d9c82d34-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:14:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5bc9d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=e5bca0de-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:14:06+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5bc9d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=e5bca0de-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:06+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5bc9d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=e5bca0de-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5bc9d8c-2e6b-11ed-987c-22511bf6b794 | InvocationID=e5bca0de-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:14:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b07a6e-2e6b-11ed-987c-22511bf6b794 | InvocationID=f1b07c30-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:14:27+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b07a6e-2e6b-11ed-987c-22511bf6b794 | InvocationID=f1b07c30-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:27+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1b07a6e-2e6b-11ed-987c-22511bf6b794 | InvocationID=f1b07c30-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:30+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4cd0cae-2e6b-11ed-987c-22511bf6b794 | InvocationID=e4cd0efc-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:14:30+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3bbb102-2e6b-11ed-987c-22511bf6b794 | InvocationID=f3bbb2e2-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:14:30+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3bbb102-2e6b-11ed-987c-22511bf6b794 | InvocationID=f3bbb2e2-2e6b-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:14:30+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3bbb102-2e6b-11ed-987c-22511bf6b794 | InvocationID=f3bbb2e2-2e6b-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:14:47+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1b07a6e-2e6b-11ed-987c-22511bf6b794 | InvocationID=f1b07c30-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:14:47+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda5b708-2e6b-11ed-987c-22511bf6b794 | InvocationID=fda5c05e-2e6b-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:14:47+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fda5b708-2e6b-11ed-987c-22511bf6b794 | InvocationID=fda5c05e-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:47+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fda5b708-2e6b-11ed-987c-22511bf6b794 | InvocationID=fda5c05e-2e6b-11ed-987c-22511bf6b794 | 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-07T05:14:55+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3bbb102-2e6b-11ed-987c-22511bf6b794 | InvocationID=f3bbb2e2-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:14:55+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ab208a-2e6c-11ed-987c-22511bf6b794 | InvocationID=02ab2260-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:14:55+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ab208a-2e6c-11ed-987c-22511bf6b794 | InvocationID=02ab2260-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:14:55+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02ab208a-2e6c-11ed-987c-22511bf6b794 | InvocationID=02ab2260-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:15:07+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fda5b708-2e6b-11ed-987c-22511bf6b794 | InvocationID=fda5c05e-2e6b-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:15:07+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=099c0ba2-2e6c-11ed-987c-22511bf6b794 | InvocationID=099c0dfa-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:15:07+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=099c0ba2-2e6c-11ed-987c-22511bf6b794 | InvocationID=099c0dfa-2e6c-11ed-987c-22511bf6b794 | 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-07T05:15:07+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=099c0ba2-2e6c-11ed-987c-22511bf6b794 | InvocationID=099c0dfa-2e6c-11ed-987c-22511bf6b794 | 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-07T05:15:20+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02ab208a-2e6c-11ed-987c-22511bf6b794 | InvocationID=02ab2260-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:15:20+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=119c4470-2e6c-11ed-987c-22511bf6b794 | InvocationID=119c466e-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:15:20+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=119c4470-2e6c-11ed-987c-22511bf6b794 | InvocationID=119c466e-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:15:20+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=119c4470-2e6c-11ed-987c-22511bf6b794 | InvocationID=119c466e-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:15:27+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=099c0ba2-2e6c-11ed-987c-22511bf6b794 | InvocationID=099c0dfa-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:15:27+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159852ee-2e6c-11ed-987c-22511bf6b794 | InvocationID=15985708-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:15:27+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159852ee-2e6c-11ed-987c-22511bf6b794 | InvocationID=15985708-2e6c-11ed-987c-22511bf6b794 | 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-07T05:15:27+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=159852ee-2e6c-11ed-987c-22511bf6b794 | InvocationID=15985708-2e6c-11ed-987c-22511bf6b794 | 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-07T05:15:45+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=119c4470-2e6c-11ed-987c-22511bf6b794 | InvocationID=119c466e-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:15:45+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208b7f3c-2e6c-11ed-987c-22511bf6b794 | InvocationID=208b8360-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:15:45+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=208b7f3c-2e6c-11ed-987c-22511bf6b794 | InvocationID=208b8360-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:15:45+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=208b7f3c-2e6c-11ed-987c-22511bf6b794 | InvocationID=208b8360-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:15:47+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=159852ee-2e6c-11ed-987c-22511bf6b794 | InvocationID=15985708-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:15:47+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218c1fae-2e6c-11ed-987c-22511bf6b794 | InvocationID=218c2166-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:15:47+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=218c1fae-2e6c-11ed-987c-22511bf6b794 | InvocationID=218c2166-2e6c-11ed-987c-22511bf6b794 | 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-07T05:15:47+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=218c1fae-2e6c-11ed-987c-22511bf6b794 | InvocationID=218c2166-2e6c-11ed-987c-22511bf6b794 | 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-07T05:16:07+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=218c1fae-2e6c-11ed-987c-22511bf6b794 | InvocationID=218c2166-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:16:07+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7fefac-2e6c-11ed-987c-22511bf6b794 | InvocationID=2d7ff164-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:16:07+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7fefac-2e6c-11ed-987c-22511bf6b794 | InvocationID=2d7ff164-2e6c-11ed-987c-22511bf6b794 | 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-07T05:16:07+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d7fefac-2e6c-11ed-987c-22511bf6b794 | InvocationID=2d7ff164-2e6c-11ed-987c-22511bf6b794 | 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-07T05:16:10+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=208b7f3c-2e6c-11ed-987c-22511bf6b794 | InvocationID=208b8360-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:16:10+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f7a96b8-2e6c-11ed-987c-22511bf6b794 | InvocationID=2f7a98fc-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:16:10+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f7a96b8-2e6c-11ed-987c-22511bf6b794 | InvocationID=2f7a98fc-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:16:10+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f7a96b8-2e6c-11ed-987c-22511bf6b794 | InvocationID=2f7a98fc-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:16:27+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d7fefac-2e6c-11ed-987c-22511bf6b794 | InvocationID=2d7ff164-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:16:27+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3982642e-2e6c-11ed-987c-22511bf6b794 | InvocationID=39826636-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:16:27+0000 | aai_event_thread | 140405702916896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3982642e-2e6c-11ed-987c-22511bf6b794 | InvocationID=39826636-2e6c-11ed-987c-22511bf6b794 | 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-07T05:16:27+0000 | aai_event_thread | 140405702916896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3982642e-2e6c-11ed-987c-22511bf6b794 | InvocationID=39826636-2e6c-11ed-987c-22511bf6b794 | 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-07T05:16:35+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f7a96b8-2e6c-11ed-987c-22511bf6b794 | InvocationID=2f7a98fc-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:16:35+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e70e636-2e6c-11ed-987c-22511bf6b794 | InvocationID=3e70ed2a-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:16:35+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e70e636-2e6c-11ed-987c-22511bf6b794 | InvocationID=3e70ed2a-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:16:35+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e70e636-2e6c-11ed-987c-22511bf6b794 | InvocationID=3e70ed2a-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:16:47+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3982642e-2e6c-11ed-987c-22511bf6b794 | InvocationID=39826636-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:16:47+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4576b992-2e6c-11ed-987c-22511bf6b794 | InvocationID=4576bc26-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:17:00+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e70e636-2e6c-11ed-987c-22511bf6b794 | InvocationID=3e70ed2a-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:17:00+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d5ff704-2e6c-11ed-987c-22511bf6b794 | InvocationID=4d5ffbb4-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:17:00+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d5ff704-2e6c-11ed-987c-22511bf6b794 | InvocationID=4d5ffbb4-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:17:00+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d5ff704-2e6c-11ed-987c-22511bf6b794 | InvocationID=4d5ffbb4-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:17:12+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4576b992-2e6c-11ed-987c-22511bf6b794 | InvocationID=4576bc26-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:17:12+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5489ed8c-2e6c-11ed-987c-22511bf6b794 | InvocationID=5489ef30-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:17:25+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d5ff704-2e6c-11ed-987c-22511bf6b794 | InvocationID=4d5ffbb4-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:17:25+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4f6a2e-2e6c-11ed-987c-22511bf6b794 | InvocationID=5c4f7488-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:17:25+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4f6a2e-2e6c-11ed-987c-22511bf6b794 | InvocationID=5c4f7488-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:17:25+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c4f6a2e-2e6c-11ed-987c-22511bf6b794 | InvocationID=5c4f7488-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:17:32+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5489ed8c-2e6c-11ed-987c-22511bf6b794 | InvocationID=5489ef30-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:17:32+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60878144-2e6c-11ed-987c-22511bf6b794 | InvocationID=6087845a-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:17:50+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c4f6a2e-2e6c-11ed-987c-22511bf6b794 | InvocationID=5c4f7488-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:17:50+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b40a840-2e6c-11ed-987c-22511bf6b794 | InvocationID=6b40aa3e-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:17:50+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b40a840-2e6c-11ed-987c-22511bf6b794 | InvocationID=6b40aa3e-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:17:50+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b40a840-2e6c-11ed-987c-22511bf6b794 | InvocationID=6b40aa3e-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:17:53+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60878144-2e6c-11ed-987c-22511bf6b794 | InvocationID=6087845a-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:17:53+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c9325b0-2e6c-11ed-987c-22511bf6b794 | InvocationID=6c9327d6-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:18:13+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c9325b0-2e6c-11ed-987c-22511bf6b794 | InvocationID=6c9327d6-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:18:13+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=789715f6-2e6c-11ed-987c-22511bf6b794 | InvocationID=789717b8-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:18:15+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b40a840-2e6c-11ed-987c-22511bf6b794 | InvocationID=6b40aa3e-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:18:15+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a30a30a-2e6c-11ed-987c-22511bf6b794 | InvocationID=7a30a526-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:18:16+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a30a30a-2e6c-11ed-987c-22511bf6b794 | InvocationID=7a30a526-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:18:16+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a30a30a-2e6c-11ed-987c-22511bf6b794 | InvocationID=7a30a526-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:18:33+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=789715f6-2e6c-11ed-987c-22511bf6b794 | InvocationID=789717b8-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:18:33+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84a4a412-2e6c-11ed-987c-22511bf6b794 | InvocationID=84a4a606-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:18:41+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a30a30a-2e6c-11ed-987c-22511bf6b794 | InvocationID=7a30a526-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:18:41+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89230394-2e6c-11ed-987c-22511bf6b794 | InvocationID=892308b2-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:18:41+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89230394-2e6c-11ed-987c-22511bf6b794 | InvocationID=892308b2-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:18:41+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89230394-2e6c-11ed-987c-22511bf6b794 | InvocationID=892308b2-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:18:54+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84a4a412-2e6c-11ed-987c-22511bf6b794 | InvocationID=84a4a606-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:18:54+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90f32b08-2e6c-11ed-987c-22511bf6b794 | InvocationID=90f32d1a-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:19:06+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89230394-2e6c-11ed-987c-22511bf6b794 | InvocationID=892308b2-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:19:06+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9812acc4-2e6c-11ed-987c-22511bf6b794 | InvocationID=9812aee0-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:19:06+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9812acc4-2e6c-11ed-987c-22511bf6b794 | InvocationID=9812aee0-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:19:06+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9812acc4-2e6c-11ed-987c-22511bf6b794 | InvocationID=9812aee0-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:19:18+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90f32b08-2e6c-11ed-987c-22511bf6b794 | InvocationID=90f32d1a-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:19:18+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9fbecd90-2e6c-11ed-987c-22511bf6b794 | InvocationID=9fbed1b4-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:19:31+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9812acc4-2e6c-11ed-987c-22511bf6b794 | InvocationID=9812aee0-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:19:31+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a704a3ae-2e6c-11ed-987c-22511bf6b794 | InvocationID=a704a55c-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:19:31+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a704a3ae-2e6c-11ed-987c-22511bf6b794 | InvocationID=a704a55c-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:19:31+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a704a3ae-2e6c-11ed-987c-22511bf6b794 | InvocationID=a704a55c-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:19:43+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9fbecd90-2e6c-11ed-987c-22511bf6b794 | InvocationID=9fbed1b4-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:19:43+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae876e36-2e6c-11ed-987c-22511bf6b794 | InvocationID=ae877098-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:19:56+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a704a3ae-2e6c-11ed-987c-22511bf6b794 | InvocationID=a704a55c-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:19:56+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f2c364-2e6c-11ed-987c-22511bf6b794 | InvocationID=b5f2c51c-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:19:56+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f2c364-2e6c-11ed-987c-22511bf6b794 | InvocationID=b5f2c51c-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:19:56+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f2c364-2e6c-11ed-987c-22511bf6b794 | InvocationID=b5f2c51c-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:20:08+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae876e36-2e6c-11ed-987c-22511bf6b794 | InvocationID=ae877098-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:20:08+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd51653e-2e6c-11ed-987c-22511bf6b794 | InvocationID=bd516818-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:20:21+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f2c364-2e6c-11ed-987c-22511bf6b794 | InvocationID=b5f2c51c-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:20:21+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e2957a-2e6c-11ed-987c-22511bf6b794 | InvocationID=c4e29750-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:20:21+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e2957a-2e6c-11ed-987c-22511bf6b794 | InvocationID=c4e29750-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:20:21+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4e2957a-2e6c-11ed-987c-22511bf6b794 | InvocationID=c4e29750-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:20:33+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd51653e-2e6c-11ed-987c-22511bf6b794 | InvocationID=bd516818-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:20:33+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc2037ac-2e6c-11ed-987c-22511bf6b794 | InvocationID=cc20396e-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:20:46+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4e2957a-2e6c-11ed-987c-22511bf6b794 | InvocationID=c4e29750-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:20:46+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d25872-2e6c-11ed-987c-22511bf6b794 | InvocationID=d3d25a16-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:20:46+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d25872-2e6c-11ed-987c-22511bf6b794 | InvocationID=d3d25a16-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:20:46+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3d25872-2e6c-11ed-987c-22511bf6b794 | InvocationID=d3d25a16-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:20:58+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc2037ac-2e6c-11ed-987c-22511bf6b794 | InvocationID=cc20396e-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:20:58+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dae6c0ee-2e6c-11ed-987c-22511bf6b794 | InvocationID=dae6c2c4-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:21:11+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3d25872-2e6c-11ed-987c-22511bf6b794 | InvocationID=d3d25a16-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:21:11+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c4bb18-2e6c-11ed-987c-22511bf6b794 | InvocationID=e2c4bcf8-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:21:11+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c4bb18-2e6c-11ed-987c-22511bf6b794 | InvocationID=e2c4bcf8-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:21:11+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2c4bb18-2e6c-11ed-987c-22511bf6b794 | InvocationID=e2c4bcf8-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:21:23+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dae6c0ee-2e6c-11ed-987c-22511bf6b794 | InvocationID=dae6c2c4-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:21:23+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9b10562-2e6c-11ed-987c-22511bf6b794 | InvocationID=e9b1071a-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:21:36+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2c4bb18-2e6c-11ed-987c-22511bf6b794 | InvocationID=e2c4bcf8-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:21:36+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b3f7ba-2e6c-11ed-987c-22511bf6b794 | InvocationID=f1b3fb02-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:21:36+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b3f7ba-2e6c-11ed-987c-22511bf6b794 | InvocationID=f1b3fb02-2e6c-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:21:36+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b3f7ba-2e6c-11ed-987c-22511bf6b794 | InvocationID=f1b3fb02-2e6c-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:21:47+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9b10562-2e6c-11ed-987c-22511bf6b794 | InvocationID=e9b1071a-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:21:47+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f87d2382-2e6c-11ed-987c-22511bf6b794 | InvocationID=f87d2846-2e6c-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:22:01+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b3f7ba-2e6c-11ed-987c-22511bf6b794 | InvocationID=f1b3fb02-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:22:01+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00abde4a-2e6d-11ed-987c-22511bf6b794 | InvocationID=00abe02a-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:22:01+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00abde4a-2e6d-11ed-987c-22511bf6b794 | InvocationID=00abe02a-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:22:01+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00abde4a-2e6d-11ed-987c-22511bf6b794 | InvocationID=00abe02a-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:22:12+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f87d2382-2e6c-11ed-987c-22511bf6b794 | InvocationID=f87d2846-2e6c-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:22:12+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=074cc854-2e6d-11ed-987c-22511bf6b794 | InvocationID=074ccad4-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:22:26+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00abde4a-2e6d-11ed-987c-22511bf6b794 | InvocationID=00abe02a-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:22:26+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9b075a-2e6d-11ed-987c-22511bf6b794 | InvocationID=0f9b093a-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:22:26+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9b075a-2e6d-11ed-987c-22511bf6b794 | InvocationID=0f9b093a-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:22:26+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f9b075a-2e6d-11ed-987c-22511bf6b794 | InvocationID=0f9b093a-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:22:37+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=074cc854-2e6d-11ed-987c-22511bf6b794 | InvocationID=074ccad4-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:22:37+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=161c183a-2e6d-11ed-987c-22511bf6b794 | InvocationID=161c1b8c-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:22:51+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f9b075a-2e6d-11ed-987c-22511bf6b794 | InvocationID=0f9b093a-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:22:51+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e89c3dc-2e6d-11ed-987c-22511bf6b794 | InvocationID=1e89c594-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:22:51+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e89c3dc-2e6d-11ed-987c-22511bf6b794 | InvocationID=1e89c594-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:22:51+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e89c3dc-2e6d-11ed-987c-22511bf6b794 | InvocationID=1e89c594-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:23:02+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=161c183a-2e6d-11ed-987c-22511bf6b794 | InvocationID=161c1b8c-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:23:02+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24e95ab2-2e6d-11ed-987c-22511bf6b794 | InvocationID=24e95ca6-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:23:16+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e89c3dc-2e6d-11ed-987c-22511bf6b794 | InvocationID=1e89c594-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:23:16+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7d9e86-2e6d-11ed-987c-22511bf6b794 | InvocationID=2d7da02a-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:23:16+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7d9e86-2e6d-11ed-987c-22511bf6b794 | InvocationID=2d7da02a-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:23:16+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d7d9e86-2e6d-11ed-987c-22511bf6b794 | InvocationID=2d7da02a-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:23:27+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24e95ab2-2e6d-11ed-987c-22511bf6b794 | InvocationID=24e95ca6-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:23:27+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bb6a4e-2e6d-11ed-987c-22511bf6b794 | InvocationID=33bb6c06-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:23:41+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d7d9e86-2e6d-11ed-987c-22511bf6b794 | InvocationID=2d7da02a-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:23:41+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6ddb86-2e6d-11ed-987c-22511bf6b794 | InvocationID=3c6ddd48-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:23:41+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6ddb86-2e6d-11ed-987c-22511bf6b794 | InvocationID=3c6ddd48-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:23:41+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6ddb86-2e6d-11ed-987c-22511bf6b794 | InvocationID=3c6ddd48-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:23:52+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33bb6a4e-2e6d-11ed-987c-22511bf6b794 | InvocationID=33bb6c06-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:23:52+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428886ba-2e6d-11ed-987c-22511bf6b794 | InvocationID=42888b56-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:24:06+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c6ddb86-2e6d-11ed-987c-22511bf6b794 | InvocationID=3c6ddd48-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:24:06+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5c1694-2e6d-11ed-987c-22511bf6b794 | InvocationID=4b5c18b0-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:24:06+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b5c1694-2e6d-11ed-987c-22511bf6b794 | InvocationID=4b5c18b0-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:24:06+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5c1694-2e6d-11ed-987c-22511bf6b794 | InvocationID=4b5c18b0-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:24:16+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=428886ba-2e6d-11ed-987c-22511bf6b794 | InvocationID=42888b56-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:24:16+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5155676c-2e6d-11ed-987c-22511bf6b794 | InvocationID=51556ad2-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:24:31+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b5c1694-2e6d-11ed-987c-22511bf6b794 | InvocationID=4b5c18b0-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:24:31+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a518cb0-2e6d-11ed-987c-22511bf6b794 | InvocationID=5a518fbc-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:24:32+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a518cb0-2e6d-11ed-987c-22511bf6b794 | InvocationID=5a518fbc-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:24:32+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a518cb0-2e6d-11ed-987c-22511bf6b794 | InvocationID=5a518fbc-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:24:41+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5155676c-2e6d-11ed-987c-22511bf6b794 | InvocationID=51556ad2-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:24:41+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60373378-2e6d-11ed-987c-22511bf6b794 | InvocationID=60373d6e-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:24:57+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a518cb0-2e6d-11ed-987c-22511bf6b794 | InvocationID=5a518fbc-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:24:57+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69560934-2e6d-11ed-987c-22511bf6b794 | InvocationID=69560b28-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:24:57+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69560934-2e6d-11ed-987c-22511bf6b794 | InvocationID=69560b28-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:24:57+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69560934-2e6d-11ed-987c-22511bf6b794 | InvocationID=69560b28-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:25:07+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60373378-2e6d-11ed-987c-22511bf6b794 | InvocationID=60373d6e-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:25:07+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f61de16-2e6d-11ed-987c-22511bf6b794 | InvocationID=6f61e29e-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:25:22+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69560934-2e6d-11ed-987c-22511bf6b794 | InvocationID=69560b28-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:25:22+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=785dce94-2e6d-11ed-987c-22511bf6b794 | InvocationID=785dd0a6-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:25:22+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=785dce94-2e6d-11ed-987c-22511bf6b794 | InvocationID=785dd0a6-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:25:22+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=785dce94-2e6d-11ed-987c-22511bf6b794 | InvocationID=785dd0a6-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:25:32+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f61de16-2e6d-11ed-987c-22511bf6b794 | InvocationID=6f61e29e-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:25:32+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e751986-2e6d-11ed-987c-22511bf6b794 | InvocationID=7e751bf2-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:25:47+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=785dce94-2e6d-11ed-987c-22511bf6b794 | InvocationID=785dd0a6-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:25:47+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87519c78-2e6d-11ed-987c-22511bf6b794 | InvocationID=8751a024-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:25:47+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87519c78-2e6d-11ed-987c-22511bf6b794 | InvocationID=8751a024-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:25:47+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87519c78-2e6d-11ed-987c-22511bf6b794 | InvocationID=8751a024-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:25:57+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e751986-2e6d-11ed-987c-22511bf6b794 | InvocationID=7e751bf2-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:25:57+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d472120-2e6d-11ed-987c-22511bf6b794 | InvocationID=8d4722e2-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:26:12+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87519c78-2e6d-11ed-987c-22511bf6b794 | InvocationID=8751a024-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:26:12+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9640f01c-2e6d-11ed-987c-22511bf6b794 | InvocationID=9640f210-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:26:12+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9640f01c-2e6d-11ed-987c-22511bf6b794 | InvocationID=9640f210-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:26:12+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9640f01c-2e6d-11ed-987c-22511bf6b794 | InvocationID=9640f210-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:26:22+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d472120-2e6d-11ed-987c-22511bf6b794 | InvocationID=8d4722e2-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:26:22+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1482d8-2e6d-11ed-987c-22511bf6b794 | InvocationID=9c1484ae-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:26:37+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9640f01c-2e6d-11ed-987c-22511bf6b794 | InvocationID=9640f210-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:26:37+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53ab756-2e6d-11ed-987c-22511bf6b794 | InvocationID=a53aba58-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:26:37+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a53ab756-2e6d-11ed-987c-22511bf6b794 | InvocationID=a53aba58-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:26:37+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53ab756-2e6d-11ed-987c-22511bf6b794 | InvocationID=a53aba58-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:26:47+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c1482d8-2e6d-11ed-987c-22511bf6b794 | InvocationID=9c1484ae-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:26:47+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aadebcca-2e6d-11ed-987c-22511bf6b794 | InvocationID=aadebee6-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:27:02+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a53ab756-2e6d-11ed-987c-22511bf6b794 | InvocationID=a53aba58-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:27:02+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b438a7cc-2e6d-11ed-987c-22511bf6b794 | InvocationID=b438a966-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:27:02+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b438a7cc-2e6d-11ed-987c-22511bf6b794 | InvocationID=b438a966-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:27:02+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b438a7cc-2e6d-11ed-987c-22511bf6b794 | InvocationID=b438a966-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:27:12+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aadebcca-2e6d-11ed-987c-22511bf6b794 | InvocationID=aadebee6-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:27:12+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9bcdc0e-2e6d-11ed-987c-22511bf6b794 | InvocationID=b9bcdef2-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:27:27+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b438a7cc-2e6d-11ed-987c-22511bf6b794 | InvocationID=b438a966-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:27:27+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c329ba6e-2e6d-11ed-987c-22511bf6b794 | InvocationID=c329bc26-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:27:27+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c329ba6e-2e6d-11ed-987c-22511bf6b794 | InvocationID=c329bc26-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:27:27+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c329ba6e-2e6d-11ed-987c-22511bf6b794 | InvocationID=c329bc26-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:27:37+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9bcdc0e-2e6d-11ed-987c-22511bf6b794 | InvocationID=b9bcdef2-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:27:37+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c898c5e4-2e6d-11ed-987c-22511bf6b794 | InvocationID=c898c9b8-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:27:52+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c329ba6e-2e6d-11ed-987c-22511bf6b794 | InvocationID=c329bc26-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:27:52+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d21b8660-2e6d-11ed-987c-22511bf6b794 | InvocationID=d21b8822-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:27:53+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d21b8660-2e6d-11ed-987c-22511bf6b794 | InvocationID=d21b8822-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:27:53+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d21b8660-2e6d-11ed-987c-22511bf6b794 | InvocationID=d21b8822-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:28:01+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c898c5e4-2e6d-11ed-987c-22511bf6b794 | InvocationID=c898c9b8-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:28:01+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7651b72-2e6d-11ed-987c-22511bf6b794 | InvocationID=d7651f46-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:28:18+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d21b8660-2e6d-11ed-987c-22511bf6b794 | InvocationID=d21b8822-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:28:18+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e10a8f40-2e6d-11ed-987c-22511bf6b794 | InvocationID=e10a9a62-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:28:18+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e10a8f40-2e6d-11ed-987c-22511bf6b794 | InvocationID=e10a9a62-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:28:18+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e10a8f40-2e6d-11ed-987c-22511bf6b794 | InvocationID=e10a9a62-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:28:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7651b72-2e6d-11ed-987c-22511bf6b794 | InvocationID=d7651f46-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:28:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e63ccad2-2e6d-11ed-987c-22511bf6b794 | InvocationID=e63cccf8-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:28:43+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e10a8f40-2e6d-11ed-987c-22511bf6b794 | InvocationID=e10a9a62-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:28:43+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f004ebda-2e6d-11ed-987c-22511bf6b794 | InvocationID=f004f242-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:28:43+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f004ebda-2e6d-11ed-987c-22511bf6b794 | InvocationID=f004f242-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:28:43+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f004ebda-2e6d-11ed-987c-22511bf6b794 | InvocationID=f004f242-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:28:51+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e63ccad2-2e6d-11ed-987c-22511bf6b794 | InvocationID=e63cccf8-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:28:51+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f514affc-2e6d-11ed-987c-22511bf6b794 | InvocationID=f514b1aa-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:29:08+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f004ebda-2e6d-11ed-987c-22511bf6b794 | InvocationID=f004f242-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:29:08+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fefeb990-2e6d-11ed-987c-22511bf6b794 | InvocationID=fefebb48-2e6d-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:29:08+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fefeb990-2e6d-11ed-987c-22511bf6b794 | InvocationID=fefebb48-2e6d-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:29:08+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fefeb990-2e6d-11ed-987c-22511bf6b794 | InvocationID=fefebb48-2e6d-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:29:16+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f514affc-2e6d-11ed-987c-22511bf6b794 | InvocationID=f514b1aa-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:29:16+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03e8fe84-2e6e-11ed-987c-22511bf6b794 | InvocationID=03e90046-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:29:33+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fefeb990-2e6d-11ed-987c-22511bf6b794 | InvocationID=fefebb48-2e6d-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:29:33+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dfa2236-2e6e-11ed-987c-22511bf6b794 | InvocationID=0dfa247a-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:29:33+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dfa2236-2e6e-11ed-987c-22511bf6b794 | InvocationID=0dfa247a-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:29:33+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dfa2236-2e6e-11ed-987c-22511bf6b794 | InvocationID=0dfa247a-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:29:41+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03e8fe84-2e6e-11ed-987c-22511bf6b794 | InvocationID=03e90046-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:29:41+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d89dd2-2e6e-11ed-987c-22511bf6b794 | InvocationID=12d89f94-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:29:58+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dfa2236-2e6e-11ed-987c-22511bf6b794 | InvocationID=0dfa247a-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:29:58+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cfce2be-2e6e-11ed-987c-22511bf6b794 | InvocationID=1cfce476-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:29:58+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cfce2be-2e6e-11ed-987c-22511bf6b794 | InvocationID=1cfce476-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:29:58+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cfce2be-2e6e-11ed-987c-22511bf6b794 | InvocationID=1cfce476-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:30:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12d89dd2-2e6e-11ed-987c-22511bf6b794 | InvocationID=12d89f94-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:30:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21af83ac-2e6e-11ed-987c-22511bf6b794 | InvocationID=21af855a-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:30:23+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cfce2be-2e6e-11ed-987c-22511bf6b794 | InvocationID=1cfce476-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:30:23+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bedc9fa-2e6e-11ed-987c-22511bf6b794 | InvocationID=2bedcba8-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:30:23+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bedc9fa-2e6e-11ed-987c-22511bf6b794 | InvocationID=2bedcba8-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:30:23+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bedc9fa-2e6e-11ed-987c-22511bf6b794 | InvocationID=2bedcba8-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:30:31+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21af83ac-2e6e-11ed-987c-22511bf6b794 | InvocationID=21af855a-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:30:31+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3089eeda-2e6e-11ed-987c-22511bf6b794 | InvocationID=3089f092-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:30:48+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bedc9fa-2e6e-11ed-987c-22511bf6b794 | InvocationID=2bedcba8-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:30:48+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ae21100-2e6e-11ed-987c-22511bf6b794 | InvocationID=3ae2142a-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:30:48+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ae21100-2e6e-11ed-987c-22511bf6b794 | InvocationID=3ae2142a-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:30:48+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ae21100-2e6e-11ed-987c-22511bf6b794 | InvocationID=3ae2142a-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:30:56+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3089eeda-2e6e-11ed-987c-22511bf6b794 | InvocationID=3089f092-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:30:56+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f582724-2e6e-11ed-987c-22511bf6b794 | InvocationID=3f5829c2-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:31:13+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ae21100-2e6e-11ed-987c-22511bf6b794 | InvocationID=3ae2142a-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:31:13+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49d454b6-2e6e-11ed-987c-22511bf6b794 | InvocationID=49d456a0-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:31:13+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49d454b6-2e6e-11ed-987c-22511bf6b794 | InvocationID=49d456a0-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:31:13+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49d454b6-2e6e-11ed-987c-22511bf6b794 | InvocationID=49d456a0-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:31:21+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3f582724-2e6e-11ed-987c-22511bf6b794 | InvocationID=3f5829c2-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:31:21+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e286ec6-2e6e-11ed-987c-22511bf6b794 | InvocationID=4e2870ba-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:31:38+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49d454b6-2e6e-11ed-987c-22511bf6b794 | InvocationID=49d456a0-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:31:38+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c52324-2e6e-11ed-987c-22511bf6b794 | InvocationID=58c52590-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:31:38+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58c52324-2e6e-11ed-987c-22511bf6b794 | InvocationID=58c52590-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:31:38+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58c52324-2e6e-11ed-987c-22511bf6b794 | InvocationID=58c52590-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:31:45+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e286ec6-2e6e-11ed-987c-22511bf6b794 | InvocationID=4e2870ba-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:31:45+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cefdad4-2e6e-11ed-987c-22511bf6b794 | InvocationID=5cefddb8-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:32:03+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58c52324-2e6e-11ed-987c-22511bf6b794 | InvocationID=58c52590-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:32:03+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67b5735c-2e6e-11ed-987c-22511bf6b794 | InvocationID=67b57550-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:32:04+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67b5735c-2e6e-11ed-987c-22511bf6b794 | InvocationID=67b57550-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:32:04+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67b5735c-2e6e-11ed-987c-22511bf6b794 | InvocationID=67b57550-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:32:10+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5cefdad4-2e6e-11ed-987c-22511bf6b794 | InvocationID=5cefddb8-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:32:10+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bbfe748-2e6e-11ed-987c-22511bf6b794 | InvocationID=6bbfe900-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:32:29+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67b5735c-2e6e-11ed-987c-22511bf6b794 | InvocationID=67b57550-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:32:29+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76a598f6-2e6e-11ed-987c-22511bf6b794 | InvocationID=76a59e0a-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:32:29+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76a598f6-2e6e-11ed-987c-22511bf6b794 | InvocationID=76a59e0a-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:32:29+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76a598f6-2e6e-11ed-987c-22511bf6b794 | InvocationID=76a59e0a-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:32:35+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6bbfe748-2e6e-11ed-987c-22511bf6b794 | InvocationID=6bbfe900-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:32:35+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a8d3c6c-2e6e-11ed-987c-22511bf6b794 | InvocationID=7a8d3ed8-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:32:54+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76a598f6-2e6e-11ed-987c-22511bf6b794 | InvocationID=76a59e0a-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:32:54+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85966264-2e6e-11ed-987c-22511bf6b794 | InvocationID=85966674-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:32:54+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85966264-2e6e-11ed-987c-22511bf6b794 | InvocationID=85966674-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:32:54+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85966264-2e6e-11ed-987c-22511bf6b794 | InvocationID=85966674-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:33:00+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7a8d3c6c-2e6e-11ed-987c-22511bf6b794 | InvocationID=7a8d3ed8-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:33:00+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895cf732-2e6e-11ed-987c-22511bf6b794 | InvocationID=895cf912-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:33:19+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85966264-2e6e-11ed-987c-22511bf6b794 | InvocationID=85966674-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:33:19+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=948b089c-2e6e-11ed-987c-22511bf6b794 | InvocationID=948b0b1c-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:33:19+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=948b089c-2e6e-11ed-987c-22511bf6b794 | InvocationID=948b0b1c-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:33:19+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=948b089c-2e6e-11ed-987c-22511bf6b794 | InvocationID=948b0b1c-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:33:25+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=895cf732-2e6e-11ed-987c-22511bf6b794 | InvocationID=895cf912-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:33:25+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9839bfa6-2e6e-11ed-987c-22511bf6b794 | InvocationID=9839c1cc-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:33:44+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=948b089c-2e6e-11ed-987c-22511bf6b794 | InvocationID=948b0b1c-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:33:44+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37d09c2-2e6e-11ed-987c-22511bf6b794 | InvocationID=a37d0bde-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:33:44+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a37d09c2-2e6e-11ed-987c-22511bf6b794 | InvocationID=a37d0bde-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:33:44+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a37d09c2-2e6e-11ed-987c-22511bf6b794 | InvocationID=a37d0bde-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:33:50+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9839bfa6-2e6e-11ed-987c-22511bf6b794 | InvocationID=9839c1cc-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:33:50+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a70a5590-2e6e-11ed-987c-22511bf6b794 | InvocationID=a70a5798-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:34:09+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a37d09c2-2e6e-11ed-987c-22511bf6b794 | InvocationID=a37d0bde-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:34:09+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2718994-2e6e-11ed-987c-22511bf6b794 | InvocationID=b2718b4c-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:34:09+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2718994-2e6e-11ed-987c-22511bf6b794 | InvocationID=b2718b4c-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:34:09+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2718994-2e6e-11ed-987c-22511bf6b794 | InvocationID=b2718b4c-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:34:15+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a70a5590-2e6e-11ed-987c-22511bf6b794 | InvocationID=a70a5798-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:34:15+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5dcde1c-2e6e-11ed-987c-22511bf6b794 | InvocationID=b5dcdfd4-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:34:34+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2718994-2e6e-11ed-987c-22511bf6b794 | InvocationID=b2718b4c-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:34:34+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1650b7e-2e6e-11ed-987c-22511bf6b794 | InvocationID=c1650d7c-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:34:34+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1650b7e-2e6e-11ed-987c-22511bf6b794 | InvocationID=c1650d7c-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:34:34+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1650b7e-2e6e-11ed-987c-22511bf6b794 | InvocationID=c1650d7c-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:34:39+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b5dcde1c-2e6e-11ed-987c-22511bf6b794 | InvocationID=b5dcdfd4-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:34:39+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4a7229a-2e6e-11ed-987c-22511bf6b794 | InvocationID=c4a72452-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:34:59+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1650b7e-2e6e-11ed-987c-22511bf6b794 | InvocationID=c1650d7c-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:34:59+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0565e3a-2e6e-11ed-987c-22511bf6b794 | InvocationID=d0565fe8-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:34:59+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0565e3a-2e6e-11ed-987c-22511bf6b794 | InvocationID=d0565fe8-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:34:59+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0565e3a-2e6e-11ed-987c-22511bf6b794 | InvocationID=d0565fe8-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:35:04+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4a7229a-2e6e-11ed-987c-22511bf6b794 | InvocationID=c4a72452-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:35:04+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d372560a-2e6e-11ed-987c-22511bf6b794 | InvocationID=d3725844-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:35:24+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0565e3a-2e6e-11ed-987c-22511bf6b794 | InvocationID=d0565fe8-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:35:24+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df44bb62-2e6e-11ed-987c-22511bf6b794 | InvocationID=df44bd1a-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:35:24+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df44bb62-2e6e-11ed-987c-22511bf6b794 | InvocationID=df44bd1a-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:35:24+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df44bb62-2e6e-11ed-987c-22511bf6b794 | InvocationID=df44bd1a-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:35:29+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d372560a-2e6e-11ed-987c-22511bf6b794 | InvocationID=d3725844-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:35:29+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2422c3c-2e6e-11ed-987c-22511bf6b794 | InvocationID=e2422fca-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:35:49+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df44bb62-2e6e-11ed-987c-22511bf6b794 | InvocationID=df44bd1a-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:35:49+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee33629a-2e6e-11ed-987c-22511bf6b794 | InvocationID=ee33645c-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:35:49+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee33629a-2e6e-11ed-987c-22511bf6b794 | InvocationID=ee33645c-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:35:49+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee33629a-2e6e-11ed-987c-22511bf6b794 | InvocationID=ee33645c-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:35:54+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2422c3c-2e6e-11ed-987c-22511bf6b794 | InvocationID=e2422fca-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:35:54+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1089d6e-2e6e-11ed-987c-22511bf6b794 | InvocationID=f108ad2c-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:36:14+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee33629a-2e6e-11ed-987c-22511bf6b794 | InvocationID=ee33645c-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:36:14+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2182aa-2e6e-11ed-987c-22511bf6b794 | InvocationID=fd218656-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:36:14+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd2182aa-2e6e-11ed-987c-22511bf6b794 | InvocationID=fd218656-2e6e-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:36:14+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd2182aa-2e6e-11ed-987c-22511bf6b794 | InvocationID=fd218656-2e6e-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:36:19+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1089d6e-2e6e-11ed-987c-22511bf6b794 | InvocationID=f108ad2c-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:36:19+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffd56872-2e6e-11ed-987c-22511bf6b794 | InvocationID=ffd56ad4-2e6e-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:36:39+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd2182aa-2e6e-11ed-987c-22511bf6b794 | InvocationID=fd218656-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:36:39+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c152e24-2e6f-11ed-987c-22511bf6b794 | InvocationID=0c153108-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:36:39+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c152e24-2e6f-11ed-987c-22511bf6b794 | InvocationID=0c153108-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:36:39+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c152e24-2e6f-11ed-987c-22511bf6b794 | InvocationID=0c153108-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:36:43+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffd56872-2e6e-11ed-987c-22511bf6b794 | InvocationID=ffd56ad4-2e6e-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:36:43+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e9f4ee0-2e6f-11ed-987c-22511bf6b794 | InvocationID=0e9f50b6-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:37:04+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c152e24-2e6f-11ed-987c-22511bf6b794 | InvocationID=0c153108-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:37:04+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b049fc8-2e6f-11ed-987c-22511bf6b794 | InvocationID=1b04a64e-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:37:04+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b049fc8-2e6f-11ed-987c-22511bf6b794 | InvocationID=1b04a64e-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:37:04+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b049fc8-2e6f-11ed-987c-22511bf6b794 | InvocationID=1b04a64e-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:37:08+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e9f4ee0-2e6f-11ed-987c-22511bf6b794 | InvocationID=0e9f50b6-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:37:08+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6a894e-2e6f-11ed-987c-22511bf6b794 | InvocationID=1d6a9510-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:37:29+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b049fc8-2e6f-11ed-987c-22511bf6b794 | InvocationID=1b04a64e-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:37:29+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f4f794-2e6f-11ed-987c-22511bf6b794 | InvocationID=29f4fba4-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:37:29+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29f4f794-2e6f-11ed-987c-22511bf6b794 | InvocationID=29f4fba4-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:37:29+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29f4f794-2e6f-11ed-987c-22511bf6b794 | InvocationID=29f4fba4-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:37:33+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d6a894e-2e6f-11ed-987c-22511bf6b794 | InvocationID=1d6a9510-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:37:33+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c35468a-2e6f-11ed-987c-22511bf6b794 | InvocationID=2c354838-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:37:54+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29f4f794-2e6f-11ed-987c-22511bf6b794 | InvocationID=29f4fba4-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:37:54+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38eceda6-2e6f-11ed-987c-22511bf6b794 | InvocationID=38eceffe-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:37:55+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38eceda6-2e6f-11ed-987c-22511bf6b794 | InvocationID=38eceffe-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:37:55+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38eceda6-2e6f-11ed-987c-22511bf6b794 | InvocationID=38eceffe-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:37:58+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c35468a-2e6f-11ed-987c-22511bf6b794 | InvocationID=2c354838-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:37:58+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afe842e-2e6f-11ed-987c-22511bf6b794 | InvocationID=3afe8640-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:38:20+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38eceda6-2e6f-11ed-987c-22511bf6b794 | InvocationID=38eceffe-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:38:20+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47dc28a4-2e6f-11ed-987c-22511bf6b794 | InvocationID=47dc2b06-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:38:20+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47dc28a4-2e6f-11ed-987c-22511bf6b794 | InvocationID=47dc2b06-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:38:20+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47dc28a4-2e6f-11ed-987c-22511bf6b794 | InvocationID=47dc2b06-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:38:23+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3afe842e-2e6f-11ed-987c-22511bf6b794 | InvocationID=3afe8640-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:38:23+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c93ab2-2e6f-11ed-987c-22511bf6b794 | InvocationID=49c93cd8-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:38:45+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47dc28a4-2e6f-11ed-987c-22511bf6b794 | InvocationID=47dc2b06-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:38:45+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cada68-2e6f-11ed-987c-22511bf6b794 | InvocationID=56cadc5c-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:38:45+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56cada68-2e6f-11ed-987c-22511bf6b794 | InvocationID=56cadc5c-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:38:45+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cada68-2e6f-11ed-987c-22511bf6b794 | InvocationID=56cadc5c-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:38:48+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49c93ab2-2e6f-11ed-987c-22511bf6b794 | InvocationID=49c93cd8-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:38:48+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5892f9d4-2e6f-11ed-987c-22511bf6b794 | InvocationID=5892fbfa-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:39:10+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56cada68-2e6f-11ed-987c-22511bf6b794 | InvocationID=56cadc5c-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:39:10+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bbe648-2e6f-11ed-987c-22511bf6b794 | InvocationID=65bbe7f6-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:39:10+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65bbe648-2e6f-11ed-987c-22511bf6b794 | InvocationID=65bbe7f6-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:39:10+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bbe648-2e6f-11ed-987c-22511bf6b794 | InvocationID=65bbe7f6-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:39:12+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5892f9d4-2e6f-11ed-987c-22511bf6b794 | InvocationID=5892fbfa-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:39:12+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67586972-2e6f-11ed-987c-22511bf6b794 | InvocationID=67586ca6-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:39:35+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65bbe648-2e6f-11ed-987c-22511bf6b794 | InvocationID=65bbe7f6-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:39:35+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ad4e30-2e6f-11ed-987c-22511bf6b794 | InvocationID=74ad5042-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:39:35+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74ad4e30-2e6f-11ed-987c-22511bf6b794 | InvocationID=74ad5042-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:39:35+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74ad4e30-2e6f-11ed-987c-22511bf6b794 | InvocationID=74ad5042-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:39:37+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67586972-2e6f-11ed-987c-22511bf6b794 | InvocationID=67586ca6-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:39:37+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76203124-2e6f-11ed-987c-22511bf6b794 | InvocationID=76203480-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:40:00+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74ad4e30-2e6f-11ed-987c-22511bf6b794 | InvocationID=74ad5042-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:40:00+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839cc1b4-2e6f-11ed-987c-22511bf6b794 | InvocationID=839cc36c-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:40:00+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=839cc1b4-2e6f-11ed-987c-22511bf6b794 | InvocationID=839cc36c-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:40:00+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839cc1b4-2e6f-11ed-987c-22511bf6b794 | InvocationID=839cc36c-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:40:02+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76203124-2e6f-11ed-987c-22511bf6b794 | InvocationID=76203480-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:40:02+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84ec5034-2e6f-11ed-987c-22511bf6b794 | InvocationID=84ec520a-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:40:25+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=839cc1b4-2e6f-11ed-987c-22511bf6b794 | InvocationID=839cc36c-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:40:25+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928b0bea-2e6f-11ed-987c-22511bf6b794 | InvocationID=928b0dfc-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:40:25+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=928b0bea-2e6f-11ed-987c-22511bf6b794 | InvocationID=928b0dfc-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:40:25+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=928b0bea-2e6f-11ed-987c-22511bf6b794 | InvocationID=928b0dfc-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:40:27+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84ec5034-2e6f-11ed-987c-22511bf6b794 | InvocationID=84ec520a-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:40:27+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93baecb0-2e6f-11ed-987c-22511bf6b794 | InvocationID=93baf02a-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:40:50+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=928b0bea-2e6f-11ed-987c-22511bf6b794 | InvocationID=928b0dfc-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:40:50+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1799d6a-2e6f-11ed-987c-22511bf6b794 | InvocationID=a1799efa-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:40:50+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1799d6a-2e6f-11ed-987c-22511bf6b794 | InvocationID=a1799efa-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:40:50+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1799d6a-2e6f-11ed-987c-22511bf6b794 | InvocationID=a1799efa-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:40:52+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93baecb0-2e6f-11ed-987c-22511bf6b794 | InvocationID=93baf02a-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:40:52+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a285bd74-2e6f-11ed-987c-22511bf6b794 | InvocationID=a285bf04-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:41:15+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1799d6a-2e6f-11ed-987c-22511bf6b794 | InvocationID=a1799efa-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:41:15+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b06995dc-2e6f-11ed-987c-22511bf6b794 | InvocationID=b06997bc-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:41:15+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b06995dc-2e6f-11ed-987c-22511bf6b794 | InvocationID=b06997bc-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:41:15+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b06995dc-2e6f-11ed-987c-22511bf6b794 | InvocationID=b06997bc-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:41:16+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a285bd74-2e6f-11ed-987c-22511bf6b794 | InvocationID=a285bf04-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:41:16+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15834f8-2e6f-11ed-987c-22511bf6b794 | InvocationID=b15836b0-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:41:40+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b06995dc-2e6f-11ed-987c-22511bf6b794 | InvocationID=b06997bc-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:41:40+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5b7434-2e6f-11ed-987c-22511bf6b794 | InvocationID=bf5b77f4-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:41:40+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf5b7434-2e6f-11ed-987c-22511bf6b794 | InvocationID=bf5b77f4-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:41:40+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5b7434-2e6f-11ed-987c-22511bf6b794 | InvocationID=bf5b77f4-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:41:41+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b15834f8-2e6f-11ed-987c-22511bf6b794 | InvocationID=b15836b0-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:41:41+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01e3820-2e6f-11ed-987c-22511bf6b794 | InvocationID=c01e3a0a-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:42:05+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf5b7434-2e6f-11ed-987c-22511bf6b794 | InvocationID=bf5b77f4-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:42:05+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce4b02fc-2e6f-11ed-987c-22511bf6b794 | InvocationID=ce4b04e6-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:42:05+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce4b02fc-2e6f-11ed-987c-22511bf6b794 | InvocationID=ce4b04e6-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:42:05+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce4b02fc-2e6f-11ed-987c-22511bf6b794 | InvocationID=ce4b04e6-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:42:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c01e3820-2e6f-11ed-987c-22511bf6b794 | InvocationID=c01e3a0a-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:42:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cee80afc-2e6f-11ed-987c-22511bf6b794 | InvocationID=cee80caa-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:42:30+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce4b02fc-2e6f-11ed-987c-22511bf6b794 | InvocationID=ce4b04e6-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:42:30+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd3a50ec-2e6f-11ed-987c-22511bf6b794 | InvocationID=dd3a536c-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:42:30+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd3a50ec-2e6f-11ed-987c-22511bf6b794 | InvocationID=dd3a536c-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:42:30+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd3a50ec-2e6f-11ed-987c-22511bf6b794 | InvocationID=dd3a536c-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:42:31+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cee80afc-2e6f-11ed-987c-22511bf6b794 | InvocationID=cee80caa-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:42:31+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddbda58c-2e6f-11ed-987c-22511bf6b794 | InvocationID=ddbda776-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:42:55+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd3a50ec-2e6f-11ed-987c-22511bf6b794 | InvocationID=dd3a536c-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:42:55+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec28c64c-2e6f-11ed-987c-22511bf6b794 | InvocationID=ec28c818-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:42:55+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec28c64c-2e6f-11ed-987c-22511bf6b794 | InvocationID=ec28c818-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:42:55+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec28c64c-2e6f-11ed-987c-22511bf6b794 | InvocationID=ec28c818-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:42:56+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddbda58c-2e6f-11ed-987c-22511bf6b794 | InvocationID=ddbda776-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:42:56+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec82ccd2-2e6f-11ed-987c-22511bf6b794 | InvocationID=ec82d0b0-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:43:20+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec28c64c-2e6f-11ed-987c-22511bf6b794 | InvocationID=ec28c818-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:43:20+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb18389a-2e6f-11ed-987c-22511bf6b794 | InvocationID=fb183a48-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:43:20+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb18389a-2e6f-11ed-987c-22511bf6b794 | InvocationID=fb183a48-2e6f-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:43:20+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb18389a-2e6f-11ed-987c-22511bf6b794 | InvocationID=fb183a48-2e6f-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:43:21+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec82ccd2-2e6f-11ed-987c-22511bf6b794 | InvocationID=ec82d0b0-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:43:21+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb4f9862-2e6f-11ed-987c-22511bf6b794 | InvocationID=fb4f9a24-2e6f-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:43:45+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb18389a-2e6f-11ed-987c-22511bf6b794 | InvocationID=fb183a48-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:43:45+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a080830-2e70-11ed-987c-22511bf6b794 | InvocationID=0a0809f2-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:43:45+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a080830-2e70-11ed-987c-22511bf6b794 | InvocationID=0a0809f2-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:43:45+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a080830-2e70-11ed-987c-22511bf6b794 | InvocationID=0a0809f2-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:43:45+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb4f9862-2e6f-11ed-987c-22511bf6b794 | InvocationID=fb4f9a24-2e6f-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:43:45+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a174c1e-2e70-11ed-987c-22511bf6b794 | InvocationID=0a174df4-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:44:10+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a174c1e-2e70-11ed-987c-22511bf6b794 | InvocationID=0a174df4-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:44:10+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18e270de-2e70-11ed-987c-22511bf6b794 | InvocationID=18e272c8-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:44:10+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a080830-2e70-11ed-987c-22511bf6b794 | InvocationID=0a0809f2-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:44:10+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18f66db4-2e70-11ed-987c-22511bf6b794 | InvocationID=18f66fc6-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:44:10+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18f66db4-2e70-11ed-987c-22511bf6b794 | InvocationID=18f66fc6-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:44:10+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18f66db4-2e70-11ed-987c-22511bf6b794 | InvocationID=18f66fc6-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:44:35+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18e270de-2e70-11ed-987c-22511bf6b794 | InvocationID=18e272c8-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:44:35+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27aa9772-2e70-11ed-987c-22511bf6b794 | InvocationID=27aa9a7e-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:44:35+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=18f66db4-2e70-11ed-987c-22511bf6b794 | InvocationID=18f66fc6-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:44:35+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e4773a-2e70-11ed-987c-22511bf6b794 | InvocationID=27e478de-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:44:35+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e4773a-2e70-11ed-987c-22511bf6b794 | InvocationID=27e478de-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:44:35+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27e4773a-2e70-11ed-987c-22511bf6b794 | InvocationID=27e478de-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:45:00+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27aa9772-2e70-11ed-987c-22511bf6b794 | InvocationID=27aa9a7e-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:45:00+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367192b0-2e70-11ed-987c-22511bf6b794 | InvocationID=367194f4-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:45:00+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27e4773a-2e70-11ed-987c-22511bf6b794 | InvocationID=27e478de-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:45:00+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d59440-2e70-11ed-987c-22511bf6b794 | InvocationID=36d59666-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:45:01+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d59440-2e70-11ed-987c-22511bf6b794 | InvocationID=36d59666-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:45:01+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36d59440-2e70-11ed-987c-22511bf6b794 | InvocationID=36d59666-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:45:25+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=367192b0-2e70-11ed-987c-22511bf6b794 | InvocationID=367194f4-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:45:25+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=453e8ce4-2e70-11ed-987c-22511bf6b794 | InvocationID=453ea698-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:45:26+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36d59440-2e70-11ed-987c-22511bf6b794 | InvocationID=36d59666-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:45:26+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45c5fcc4-2e70-11ed-987c-22511bf6b794 | InvocationID=45c5fe7c-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:45:26+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45c5fcc4-2e70-11ed-987c-22511bf6b794 | InvocationID=45c5fe7c-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:45:26+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45c5fcc4-2e70-11ed-987c-22511bf6b794 | InvocationID=45c5fe7c-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:45:49+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=453e8ce4-2e70-11ed-987c-22511bf6b794 | InvocationID=453ea698-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:45:49+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5408159c-2e70-11ed-987c-22511bf6b794 | InvocationID=54081786-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:45:51+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45c5fcc4-2e70-11ed-987c-22511bf6b794 | InvocationID=45c5fe7c-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:45:51+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b4cc2e-2e70-11ed-987c-22511bf6b794 | InvocationID=54b4cdd2-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:45:51+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54b4cc2e-2e70-11ed-987c-22511bf6b794 | InvocationID=54b4cdd2-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:45:51+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54b4cc2e-2e70-11ed-987c-22511bf6b794 | InvocationID=54b4cdd2-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:46:14+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5408159c-2e70-11ed-987c-22511bf6b794 | InvocationID=54081786-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:46:14+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62d3f4a6-2e70-11ed-987c-22511bf6b794 | InvocationID=62d3f7a8-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:46:16+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54b4cc2e-2e70-11ed-987c-22511bf6b794 | InvocationID=54b4cdd2-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:46:16+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a4754a-2e70-11ed-987c-22511bf6b794 | InvocationID=63a4833c-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:46:16+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a4754a-2e70-11ed-987c-22511bf6b794 | InvocationID=63a4833c-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:46:16+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63a4754a-2e70-11ed-987c-22511bf6b794 | InvocationID=63a4833c-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:46:39+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62d3f4a6-2e70-11ed-987c-22511bf6b794 | InvocationID=62d3f7a8-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:46:39+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a27c78-2e70-11ed-987c-22511bf6b794 | InvocationID=71a27e8a-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:46:41+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63a4754a-2e70-11ed-987c-22511bf6b794 | InvocationID=63a4833c-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:46:41+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7293ca1a-2e70-11ed-987c-22511bf6b794 | InvocationID=7293cd30-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:46:41+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7293ca1a-2e70-11ed-987c-22511bf6b794 | InvocationID=7293cd30-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:46:41+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7293ca1a-2e70-11ed-987c-22511bf6b794 | InvocationID=7293cd30-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:47:04+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71a27c78-2e70-11ed-987c-22511bf6b794 | InvocationID=71a27e8a-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:47:04+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806e2b94-2e70-11ed-987c-22511bf6b794 | InvocationID=806e2dd8-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:47:06+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7293ca1a-2e70-11ed-987c-22511bf6b794 | InvocationID=7293cd30-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:47:06+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818473e4-2e70-11ed-987c-22511bf6b794 | InvocationID=818476f0-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:47:06+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=818473e4-2e70-11ed-987c-22511bf6b794 | InvocationID=818476f0-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:47:06+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=818473e4-2e70-11ed-987c-22511bf6b794 | InvocationID=818476f0-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:47:29+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=806e2b94-2e70-11ed-987c-22511bf6b794 | InvocationID=806e2dd8-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:47:29+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f3918be-2e70-11ed-987c-22511bf6b794 | InvocationID=8f39219c-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:47:31+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=818473e4-2e70-11ed-987c-22511bf6b794 | InvocationID=818476f0-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:47:31+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9074b968-2e70-11ed-987c-22511bf6b794 | InvocationID=9074bb16-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:47:31+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9074b968-2e70-11ed-987c-22511bf6b794 | InvocationID=9074bb16-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:47:31+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9074b968-2e70-11ed-987c-22511bf6b794 | InvocationID=9074bb16-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:47:54+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f3918be-2e70-11ed-987c-22511bf6b794 | InvocationID=8f39219c-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:47:54+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dfef83c-2e70-11ed-987c-22511bf6b794 | InvocationID=9dfefa30-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:47:56+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9074b968-2e70-11ed-987c-22511bf6b794 | InvocationID=9074bb16-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:47:56+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f631b54-2e70-11ed-987c-22511bf6b794 | InvocationID=9f631e10-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:47:56+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f631b54-2e70-11ed-987c-22511bf6b794 | InvocationID=9f631e10-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:47:56+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f631b54-2e70-11ed-987c-22511bf6b794 | InvocationID=9f631e10-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:48:18+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dfef83c-2e70-11ed-987c-22511bf6b794 | InvocationID=9dfefa30-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:48:18+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acc95a24-2e70-11ed-987c-22511bf6b794 | InvocationID=acc95bdc-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:48:21+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f631b54-2e70-11ed-987c-22511bf6b794 | InvocationID=9f631e10-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:48:21+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae5445f2-2e70-11ed-987c-22511bf6b794 | InvocationID=ae544908-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:48:21+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae5445f2-2e70-11ed-987c-22511bf6b794 | InvocationID=ae544908-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:48:21+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae5445f2-2e70-11ed-987c-22511bf6b794 | InvocationID=ae544908-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:48:43+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acc95a24-2e70-11ed-987c-22511bf6b794 | InvocationID=acc95bdc-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:48:43+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb90ff12-2e70-11ed-987c-22511bf6b794 | InvocationID=bb9100b6-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:48:46+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae5445f2-2e70-11ed-987c-22511bf6b794 | InvocationID=ae544908-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:48:46+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd43d2ee-2e70-11ed-987c-22511bf6b794 | InvocationID=bd43d4c4-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:48:46+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd43d2ee-2e70-11ed-987c-22511bf6b794 | InvocationID=bd43d4c4-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:48:46+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd43d2ee-2e70-11ed-987c-22511bf6b794 | InvocationID=bd43d4c4-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:49:08+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb90ff12-2e70-11ed-987c-22511bf6b794 | InvocationID=bb9100b6-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:49:08+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca59fa26-2e70-11ed-987c-22511bf6b794 | InvocationID=ca59fbd4-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:49:11+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd43d2ee-2e70-11ed-987c-22511bf6b794 | InvocationID=bd43d4c4-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:49:11+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc32477c-2e70-11ed-987c-22511bf6b794 | InvocationID=cc324a7e-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:49:11+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc32477c-2e70-11ed-987c-22511bf6b794 | InvocationID=cc324a7e-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:49:11+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc32477c-2e70-11ed-987c-22511bf6b794 | InvocationID=cc324a7e-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:49:33+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca59fa26-2e70-11ed-987c-22511bf6b794 | InvocationID=ca59fbd4-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:49:33+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9240b64-2e70-11ed-987c-22511bf6b794 | InvocationID=d9240dda-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:49:36+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc32477c-2e70-11ed-987c-22511bf6b794 | InvocationID=cc324a7e-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:49:36+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db22eb2e-2e70-11ed-987c-22511bf6b794 | InvocationID=db22ed04-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:49:36+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db22eb2e-2e70-11ed-987c-22511bf6b794 | InvocationID=db22ed04-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:49:36+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db22eb2e-2e70-11ed-987c-22511bf6b794 | InvocationID=db22ed04-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:49:58+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9240b64-2e70-11ed-987c-22511bf6b794 | InvocationID=d9240dda-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:49:58+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7edd8be-2e70-11ed-987c-22511bf6b794 | InvocationID=e7eddd46-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:50:01+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db22eb2e-2e70-11ed-987c-22511bf6b794 | InvocationID=db22ed04-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:50:01+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea12c776-2e70-11ed-987c-22511bf6b794 | InvocationID=ea12c938-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:50:01+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea12c776-2e70-11ed-987c-22511bf6b794 | InvocationID=ea12c938-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:50:01+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea12c776-2e70-11ed-987c-22511bf6b794 | InvocationID=ea12c938-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:50:22+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7edd8be-2e70-11ed-987c-22511bf6b794 | InvocationID=e7eddd46-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:50:22+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6b5433c-2e70-11ed-987c-22511bf6b794 | InvocationID=f6b544f4-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:50:26+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea12c776-2e70-11ed-987c-22511bf6b794 | InvocationID=ea12c938-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:50:26+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f902766e-2e70-11ed-987c-22511bf6b794 | InvocationID=f90278a8-2e70-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:50:26+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f902766e-2e70-11ed-987c-22511bf6b794 | InvocationID=f90278a8-2e70-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:50:26+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f902766e-2e70-11ed-987c-22511bf6b794 | InvocationID=f90278a8-2e70-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:50:47+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6b5433c-2e70-11ed-987c-22511bf6b794 | InvocationID=f6b544f4-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:50:47+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=057e4cce-2e71-11ed-987c-22511bf6b794 | InvocationID=057e4ea4-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:50:51+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f902766e-2e70-11ed-987c-22511bf6b794 | InvocationID=f90278a8-2e70-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:50:51+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f17a1c-2e71-11ed-987c-22511bf6b794 | InvocationID=07f17c7e-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:50:51+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07f17a1c-2e71-11ed-987c-22511bf6b794 | InvocationID=07f17c7e-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:50:51+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f17a1c-2e71-11ed-987c-22511bf6b794 | InvocationID=07f17c7e-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:51:12+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=057e4cce-2e71-11ed-987c-22511bf6b794 | InvocationID=057e4ea4-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:51:12+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=144a688c-2e71-11ed-987c-22511bf6b794 | InvocationID=144a6ad0-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:51:16+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07f17a1c-2e71-11ed-987c-22511bf6b794 | InvocationID=07f17c7e-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:51:16+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e3b94a-2e71-11ed-987c-22511bf6b794 | InvocationID=16e3bbf2-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:51:16+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e3b94a-2e71-11ed-987c-22511bf6b794 | InvocationID=16e3bbf2-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:51:16+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16e3b94a-2e71-11ed-987c-22511bf6b794 | InvocationID=16e3bbf2-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:51:37+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=144a688c-2e71-11ed-987c-22511bf6b794 | InvocationID=144a6ad0-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:51:37+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2314283a-2e71-11ed-987c-22511bf6b794 | InvocationID=23142a1a-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:51:41+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16e3b94a-2e71-11ed-987c-22511bf6b794 | InvocationID=16e3bbf2-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:51:41+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25d219a6-2e71-11ed-987c-22511bf6b794 | InvocationID=25d21b90-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:51:41+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25d219a6-2e71-11ed-987c-22511bf6b794 | InvocationID=25d21b90-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:51:41+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25d219a6-2e71-11ed-987c-22511bf6b794 | InvocationID=25d21b90-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:52:02+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2314283a-2e71-11ed-987c-22511bf6b794 | InvocationID=23142a1a-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:52:02+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31d9e6b6-2e71-11ed-987c-22511bf6b794 | InvocationID=31d9e968-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:52:06+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25d219a6-2e71-11ed-987c-22511bf6b794 | InvocationID=25d21b90-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:52:06+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c11e8a-2e71-11ed-987c-22511bf6b794 | InvocationID=34c121b4-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:52:07+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c11e8a-2e71-11ed-987c-22511bf6b794 | InvocationID=34c121b4-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:52:07+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34c11e8a-2e71-11ed-987c-22511bf6b794 | InvocationID=34c121b4-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:52:26+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31d9e6b6-2e71-11ed-987c-22511bf6b794 | InvocationID=31d9e968-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:52:26+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40aac9a8-2e71-11ed-987c-22511bf6b794 | InvocationID=40aacbe2-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:52:32+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34c11e8a-2e71-11ed-987c-22511bf6b794 | InvocationID=34c121b4-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:52:32+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43af2590-2e71-11ed-987c-22511bf6b794 | InvocationID=43af2734-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:52:32+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43af2590-2e71-11ed-987c-22511bf6b794 | InvocationID=43af2734-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:52:32+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43af2590-2e71-11ed-987c-22511bf6b794 | InvocationID=43af2734-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:52:51+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40aac9a8-2e71-11ed-987c-22511bf6b794 | InvocationID=40aacbe2-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:52:51+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f723c14-2e71-11ed-987c-22511bf6b794 | InvocationID=4f7246fa-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:52:57+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43af2590-2e71-11ed-987c-22511bf6b794 | InvocationID=43af2734-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:52:57+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=529cafb4-2e71-11ed-987c-22511bf6b794 | InvocationID=529cb1b2-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:52:57+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=529cafb4-2e71-11ed-987c-22511bf6b794 | InvocationID=529cb1b2-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:52:57+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=529cafb4-2e71-11ed-987c-22511bf6b794 | InvocationID=529cb1b2-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:53:16+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f723c14-2e71-11ed-987c-22511bf6b794 | InvocationID=4f7246fa-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:53:16+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3d9450-2e71-11ed-987c-22511bf6b794 | InvocationID=5e3d961c-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:53:22+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=529cafb4-2e71-11ed-987c-22511bf6b794 | InvocationID=529cb1b2-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:53:22+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618a70ba-2e71-11ed-987c-22511bf6b794 | InvocationID=618a7254-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:53:22+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618a70ba-2e71-11ed-987c-22511bf6b794 | InvocationID=618a7254-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:53:22+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=618a70ba-2e71-11ed-987c-22511bf6b794 | InvocationID=618a7254-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:53:41+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e3d9450-2e71-11ed-987c-22511bf6b794 | InvocationID=5e3d961c-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:53:41+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d086078-2e71-11ed-987c-22511bf6b794 | InvocationID=6d0862c6-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:53:47+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=618a70ba-2e71-11ed-987c-22511bf6b794 | InvocationID=618a7254-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:53:47+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7078c2ca-2e71-11ed-987c-22511bf6b794 | InvocationID=7078c59a-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:53:47+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7078c2ca-2e71-11ed-987c-22511bf6b794 | InvocationID=7078c59a-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:53:47+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7078c2ca-2e71-11ed-987c-22511bf6b794 | InvocationID=7078c59a-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:54:06+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d086078-2e71-11ed-987c-22511bf6b794 | InvocationID=6d0862c6-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:54:06+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bd19f52-2e71-11ed-987c-22511bf6b794 | InvocationID=7bd1a452-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:54:12+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7078c2ca-2e71-11ed-987c-22511bf6b794 | InvocationID=7078c59a-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:54:12+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f6bad60-2e71-11ed-987c-22511bf6b794 | InvocationID=7f6bb314-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:54:12+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f6bad60-2e71-11ed-987c-22511bf6b794 | InvocationID=7f6bb314-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:54:12+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f6bad60-2e71-11ed-987c-22511bf6b794 | InvocationID=7f6bb314-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:54:31+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bd19f52-2e71-11ed-987c-22511bf6b794 | InvocationID=7bd1a452-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:54:31+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9f5e84-2e71-11ed-987c-22511bf6b794 | InvocationID=8a9f60a0-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:54:37+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f6bad60-2e71-11ed-987c-22511bf6b794 | InvocationID=7f6bb314-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:54:37+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5a7dd8-2e71-11ed-987c-22511bf6b794 | InvocationID=8e5a8026-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:54:37+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e5a7dd8-2e71-11ed-987c-22511bf6b794 | InvocationID=8e5a8026-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:54:37+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e5a7dd8-2e71-11ed-987c-22511bf6b794 | InvocationID=8e5a8026-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:54:55+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a9f5e84-2e71-11ed-987c-22511bf6b794 | InvocationID=8a9f60a0-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:54:55+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9968ddd2-2e71-11ed-987c-22511bf6b794 | InvocationID=9968e034-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:55:02+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e5a7dd8-2e71-11ed-987c-22511bf6b794 | InvocationID=8e5a8026-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:55:02+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d49eeaa-2e71-11ed-987c-22511bf6b794 | InvocationID=9d49f076-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:55:02+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d49eeaa-2e71-11ed-987c-22511bf6b794 | InvocationID=9d49f076-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:55:02+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d49eeaa-2e71-11ed-987c-22511bf6b794 | InvocationID=9d49f076-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:55:20+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9968ddd2-2e71-11ed-987c-22511bf6b794 | InvocationID=9968e034-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:55:20+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a83752c6-2e71-11ed-987c-22511bf6b794 | InvocationID=a8375550-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:55:27+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d49eeaa-2e71-11ed-987c-22511bf6b794 | InvocationID=9d49f076-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:55:27+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac3801a4-2e71-11ed-987c-22511bf6b794 | InvocationID=ac3803c0-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:55:27+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac3801a4-2e71-11ed-987c-22511bf6b794 | InvocationID=ac3803c0-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:55:27+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac3801a4-2e71-11ed-987c-22511bf6b794 | InvocationID=ac3803c0-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:55:45+0000 | aai_event_thread | 140405702916896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a83752c6-2e71-11ed-987c-22511bf6b794 | InvocationID=a8375550-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF AAI events.
2022-09-07T05:55:45+0000 | aai_event_thread | 140405702916896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6fe4300-2e71-11ed-987c-22511bf6b794 | InvocationID=b6fe4eb8-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-07T05:55:52+0000 | policy_event_thread | 140405703977760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac3801a4-2e71-11ed-987c-22511bf6b794 | InvocationID=ac3803c0-2e71-11ed-987c-22511bf6b794 | Polling MR for XNF activation/deactivation policy response events.
2022-09-07T05:55:52+0000 | policy_event_thread | 140405703977760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb277a78-2e71-11ed-987c-22511bf6b794 | InvocationID=bb277c30-2e71-11ed-987c-22511bf6b794 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-07T05:55:52+0000 | policy_event_thread | 140405703977760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb277a78-2e71-11ed-987c-22511bf6b794 | InvocationID=bb277c30-2e71-11ed-987c-22511bf6b794 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-07T05:55:52+0000 | policy_event_thread | 140405703977760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb277a78-2e71-11ed-987c-22511bf6b794 | InvocationID=bb277c30-2e71-11ed-987c-22511bf6b794 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", lin