Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-26T04:58:03+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c528f8fe-54ea-11ed-9aca-16db11b12a2f | InvocationID=c528f9f8-54ea-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-26T05:00:09+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=107d0732-54eb-11ed-9aca-16db11b12a2f | InvocationID=107d0980-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-26T05:00:12+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=034ba960-54eb-11ed-9aca-16db11b12a2f | InvocationID=034bae2e-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:00:12+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d31562-54eb-11ed-9aca-16db11b12a2f | InvocationID=12d31710-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:00:13+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12d31562-54eb-11ed-9aca-16db11b12a2f | InvocationID=12d31710-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
Traceback (most recent call last):
  File "/opt/lib/python3.9/site-packages/urllib3/connection.py", line 159, in _new_conn
    conn = connection.create_connection(
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 84, in create_connection
    raise err
  File "/opt/lib/python3.9/site-packages/urllib3/util/connection.py", line 74, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-26T05:00:31+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d09b946-54eb-11ed-9aca-16db11b12a2f | InvocationID=1d09bb6c-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-26T05:00:38+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12d31562-54eb-11ed-9aca-16db11b12a2f | InvocationID=12d31710-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:00:38+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2259fb4a-54eb-11ed-9aca-16db11b12a2f | InvocationID=2259fd16-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:00:39+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2259fb4a-54eb-11ed-9aca-16db11b12a2f | InvocationID=2259fd16-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:00:39+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2259fb4a-54eb-11ed-9aca-16db11b12a2f | InvocationID=2259fd16-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:00:51+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d09b946-54eb-11ed-9aca-16db11b12a2f | InvocationID=1d09bb6c-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:00:51+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29975bd2-54eb-11ed-9aca-16db11b12a2f | InvocationID=29975d94-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:00:51+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29975bd2-54eb-11ed-9aca-16db11b12a2f | InvocationID=29975d94-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:00:51+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29975bd2-54eb-11ed-9aca-16db11b12a2f | InvocationID=29975d94-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:04+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2259fb4a-54eb-11ed-9aca-16db11b12a2f | InvocationID=2259fd16-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:01:04+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3182aff4-54eb-11ed-9aca-16db11b12a2f | InvocationID=3182b1c0-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:01:04+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3182aff4-54eb-11ed-9aca-16db11b12a2f | InvocationID=3182b1c0-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:01:04+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3182aff4-54eb-11ed-9aca-16db11b12a2f | InvocationID=3182b1c0-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:01:11+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29975bd2-54eb-11ed-9aca-16db11b12a2f | InvocationID=29975d94-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:01:11+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=359238bc-54eb-11ed-9aca-16db11b12a2f | InvocationID=35923af6-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:01:11+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=359238bc-54eb-11ed-9aca-16db11b12a2f | InvocationID=35923af6-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:11+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=359238bc-54eb-11ed-9aca-16db11b12a2f | InvocationID=35923af6-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:29+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3182aff4-54eb-11ed-9aca-16db11b12a2f | InvocationID=3182b1c0-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:01:29+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4074003a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4074021a-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:01:29+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4074003a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4074021a-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:01:29+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4074003a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4074021a-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:01:31+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=359238bc-54eb-11ed-9aca-16db11b12a2f | InvocationID=35923af6-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:01:31+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=418794b4-54eb-11ed-9aca-16db11b12a2f | InvocationID=41879a4a-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:01:31+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=418794b4-54eb-11ed-9aca-16db11b12a2f | InvocationID=41879a4a-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:31+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=418794b4-54eb-11ed-9aca-16db11b12a2f | InvocationID=41879a4a-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:51+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=418794b4-54eb-11ed-9aca-16db11b12a2f | InvocationID=41879a4a-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:01:51+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d8b3ad6-54eb-11ed-9aca-16db11b12a2f | InvocationID=4d8b3ca2-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:01:51+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d8b3ad6-54eb-11ed-9aca-16db11b12a2f | InvocationID=4d8b3ca2-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:51+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d8b3ad6-54eb-11ed-9aca-16db11b12a2f | InvocationID=4d8b3ca2-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:01:54+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4074003a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4074021a-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:01:54+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f664c1a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4f664ec2-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:01:54+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f664c1a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4f664ec2-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:01:54+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f664c1a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4f664ec2-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:02:11+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d8b3ad6-54eb-11ed-9aca-16db11b12a2f | InvocationID=4d8b3ca2-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:02:11+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598267ba-54eb-11ed-9aca-16db11b12a2f | InvocationID=598269a4-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:02:11+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598267ba-54eb-11ed-9aca-16db11b12a2f | InvocationID=598269a4-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:02:11+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598267ba-54eb-11ed-9aca-16db11b12a2f | InvocationID=598269a4-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:02:19+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f664c1a-54eb-11ed-9aca-16db11b12a2f | InvocationID=4f664ec2-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:02:19+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e579ab2-54eb-11ed-9aca-16db11b12a2f | InvocationID=5e579cec-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:02:19+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e579ab2-54eb-11ed-9aca-16db11b12a2f | InvocationID=5e579cec-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:02:19+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e579ab2-54eb-11ed-9aca-16db11b12a2f | InvocationID=5e579cec-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:02:31+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598267ba-54eb-11ed-9aca-16db11b12a2f | InvocationID=598269a4-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:02:31+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6576a40a-54eb-11ed-9aca-16db11b12a2f | InvocationID=6576a7ac-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:02:31+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6576a40a-54eb-11ed-9aca-16db11b12a2f | InvocationID=6576a7ac-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:02:31+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6576a40a-54eb-11ed-9aca-16db11b12a2f | InvocationID=6576a7ac-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:02:44+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e579ab2-54eb-11ed-9aca-16db11b12a2f | InvocationID=5e579cec-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:02:44+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4878b6-54eb-11ed-9aca-16db11b12a2f | InvocationID=6d487ad2-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:02:44+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4878b6-54eb-11ed-9aca-16db11b12a2f | InvocationID=6d487ad2-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:02:44+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4878b6-54eb-11ed-9aca-16db11b12a2f | InvocationID=6d487ad2-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:02:51+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6576a40a-54eb-11ed-9aca-16db11b12a2f | InvocationID=6576a7ac-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:02:51+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=716be446-54eb-11ed-9aca-16db11b12a2f | InvocationID=716be662-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:02:51+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=716be446-54eb-11ed-9aca-16db11b12a2f | InvocationID=716be662-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:02:51+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=716be446-54eb-11ed-9aca-16db11b12a2f | InvocationID=716be662-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:03:09+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4878b6-54eb-11ed-9aca-16db11b12a2f | InvocationID=6d487ad2-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:03:09+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c38ea22-54eb-11ed-9aca-16db11b12a2f | InvocationID=7c38f31e-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:03:09+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c38ea22-54eb-11ed-9aca-16db11b12a2f | InvocationID=7c38f31e-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:03:09+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c38ea22-54eb-11ed-9aca-16db11b12a2f | InvocationID=7c38f31e-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:03:11+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=716be446-54eb-11ed-9aca-16db11b12a2f | InvocationID=716be662-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:03:11+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d5fd4b0-54eb-11ed-9aca-16db11b12a2f | InvocationID=7d5fd67c-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:03:11+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d5fd4b0-54eb-11ed-9aca-16db11b12a2f | InvocationID=7d5fd67c-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:03:11+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d5fd4b0-54eb-11ed-9aca-16db11b12a2f | InvocationID=7d5fd67c-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:03:31+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d5fd4b0-54eb-11ed-9aca-16db11b12a2f | InvocationID=7d5fd67c-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:03:31+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8952e9ec-54eb-11ed-9aca-16db11b12a2f | InvocationID=8952f068-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:03:31+0000 | aai_event_thread | 140265925724960 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8952e9ec-54eb-11ed-9aca-16db11b12a2f | InvocationID=8952f068-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:03:31+0000 | aai_event_thread | 140265925724960 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8952e9ec-54eb-11ed-9aca-16db11b12a2f | InvocationID=8952f068-54eb-11ed-9aca-16db11b12a2f | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-26T05:03:34+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c38ea22-54eb-11ed-9aca-16db11b12a2f | InvocationID=7c38f31e-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:03:34+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b272f4e-54eb-11ed-9aca-16db11b12a2f | InvocationID=8b2730fc-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:03:34+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b272f4e-54eb-11ed-9aca-16db11b12a2f | InvocationID=8b2730fc-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:03:34+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b272f4e-54eb-11ed-9aca-16db11b12a2f | InvocationID=8b2730fc-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:03:51+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8952e9ec-54eb-11ed-9aca-16db11b12a2f | InvocationID=8952f068-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:03:51+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95495f9c-54eb-11ed-9aca-16db11b12a2f | InvocationID=954962bc-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:03:59+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b272f4e-54eb-11ed-9aca-16db11b12a2f | InvocationID=8b2730fc-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:03:59+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a15b250-54eb-11ed-9aca-16db11b12a2f | InvocationID=9a15b516-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:03:59+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a15b250-54eb-11ed-9aca-16db11b12a2f | InvocationID=9a15b516-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:03:59+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a15b250-54eb-11ed-9aca-16db11b12a2f | InvocationID=9a15b516-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:04:15+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95495f9c-54eb-11ed-9aca-16db11b12a2f | InvocationID=954962bc-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:04:15+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3b96b4e-54eb-11ed-9aca-16db11b12a2f | InvocationID=a3b96de2-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:04:24+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a15b250-54eb-11ed-9aca-16db11b12a2f | InvocationID=9a15b516-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:04:24+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9031cb2-54eb-11ed-9aca-16db11b12a2f | InvocationID=a9031f64-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:04:24+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9031cb2-54eb-11ed-9aca-16db11b12a2f | InvocationID=a9031f64-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:04:24+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9031cb2-54eb-11ed-9aca-16db11b12a2f | InvocationID=a9031f64-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:04:35+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3b96b4e-54eb-11ed-9aca-16db11b12a2f | InvocationID=a3b96de2-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:04:35+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb03ae0-54eb-11ed-9aca-16db11b12a2f | InvocationID=afb0476a-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:04:49+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9031cb2-54eb-11ed-9aca-16db11b12a2f | InvocationID=a9031f64-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:04:49+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f1ee42-54eb-11ed-9aca-16db11b12a2f | InvocationID=b7f1f0cc-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:04:49+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7f1ee42-54eb-11ed-9aca-16db11b12a2f | InvocationID=b7f1f0cc-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:04:49+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f1ee42-54eb-11ed-9aca-16db11b12a2f | InvocationID=b7f1f0cc-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:04:56+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afb03ae0-54eb-11ed-9aca-16db11b12a2f | InvocationID=afb0476a-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:04:56+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bba807ce-54eb-11ed-9aca-16db11b12a2f | InvocationID=bba80a9e-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:05:14+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7f1ee42-54eb-11ed-9aca-16db11b12a2f | InvocationID=b7f1f0cc-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:05:14+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6df76c2-54eb-11ed-9aca-16db11b12a2f | InvocationID=c6df78de-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:05:14+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6df76c2-54eb-11ed-9aca-16db11b12a2f | InvocationID=c6df78de-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:05:14+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6df76c2-54eb-11ed-9aca-16db11b12a2f | InvocationID=c6df78de-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:05:16+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bba807ce-54eb-11ed-9aca-16db11b12a2f | InvocationID=bba80a9e-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:05:16+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7a508ba-54eb-11ed-9aca-16db11b12a2f | InvocationID=c7a50b12-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:05:36+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7a508ba-54eb-11ed-9aca-16db11b12a2f | InvocationID=c7a50b12-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:05:36+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3fddb5a-54eb-11ed-9aca-16db11b12a2f | InvocationID=d3fddd94-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:05:39+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6df76c2-54eb-11ed-9aca-16db11b12a2f | InvocationID=c6df78de-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:05:39+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ce6008-54eb-11ed-9aca-16db11b12a2f | InvocationID=d5ce61d4-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:05:39+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ce6008-54eb-11ed-9aca-16db11b12a2f | InvocationID=d5ce61d4-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:05:39+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5ce6008-54eb-11ed-9aca-16db11b12a2f | InvocationID=d5ce61d4-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:06:01+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3fddb5a-54eb-11ed-9aca-16db11b12a2f | InvocationID=d3fddd94-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:06:01+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c416b8-54eb-11ed-9aca-16db11b12a2f | InvocationID=e2c419d8-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:06:04+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5ce6008-54eb-11ed-9aca-16db11b12a2f | InvocationID=d5ce61d4-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:06:04+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bc2758-54eb-11ed-9aca-16db11b12a2f | InvocationID=e4bc29b0-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:06:05+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4bc2758-54eb-11ed-9aca-16db11b12a2f | InvocationID=e4bc29b0-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:06:05+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4bc2758-54eb-11ed-9aca-16db11b12a2f | InvocationID=e4bc29b0-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:06:26+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2c416b8-54eb-11ed-9aca-16db11b12a2f | InvocationID=e2c419d8-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:06:26+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f18ca502-54eb-11ed-9aca-16db11b12a2f | InvocationID=f18cabc4-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:06:30+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4bc2758-54eb-11ed-9aca-16db11b12a2f | InvocationID=e4bc29b0-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:06:30+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3ac864a-54eb-11ed-9aca-16db11b12a2f | InvocationID=f3ac8802-54eb-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:06:30+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3ac864a-54eb-11ed-9aca-16db11b12a2f | InvocationID=f3ac8802-54eb-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:06:30+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3ac864a-54eb-11ed-9aca-16db11b12a2f | InvocationID=f3ac8802-54eb-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:06:51+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f18ca502-54eb-11ed-9aca-16db11b12a2f | InvocationID=f18cabc4-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:06:51+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=005100c4-54ec-11ed-9aca-16db11b12a2f | InvocationID=005105ce-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:06:55+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3ac864a-54eb-11ed-9aca-16db11b12a2f | InvocationID=f3ac8802-54eb-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:06:55+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029a4d5e-54ec-11ed-9aca-16db11b12a2f | InvocationID=029a4f7a-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:06:55+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=029a4d5e-54ec-11ed-9aca-16db11b12a2f | InvocationID=029a4f7a-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:06:55+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029a4d5e-54ec-11ed-9aca-16db11b12a2f | InvocationID=029a4f7a-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:07:16+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=005100c4-54ec-11ed-9aca-16db11b12a2f | InvocationID=005105ce-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:07:16+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f197ca8-54ec-11ed-9aca-16db11b12a2f | InvocationID=0f19802c-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:07:20+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=029a4d5e-54ec-11ed-9aca-16db11b12a2f | InvocationID=029a4f7a-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:07:20+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=118ad5fe-54ec-11ed-9aca-16db11b12a2f | InvocationID=118ad84c-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:07:20+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=118ad5fe-54ec-11ed-9aca-16db11b12a2f | InvocationID=118ad84c-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:07:20+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=118ad5fe-54ec-11ed-9aca-16db11b12a2f | InvocationID=118ad84c-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:07:40+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f197ca8-54ec-11ed-9aca-16db11b12a2f | InvocationID=0f19802c-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:07:40+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ddfce22-54ec-11ed-9aca-16db11b12a2f | InvocationID=1ddfd430-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:07:45+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=118ad5fe-54ec-11ed-9aca-16db11b12a2f | InvocationID=118ad84c-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:07:45+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207e48c0-54ec-11ed-9aca-16db11b12a2f | InvocationID=207e4bae-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:07:45+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=207e48c0-54ec-11ed-9aca-16db11b12a2f | InvocationID=207e4bae-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:07:45+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=207e48c0-54ec-11ed-9aca-16db11b12a2f | InvocationID=207e4bae-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:08:05+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ddfce22-54ec-11ed-9aca-16db11b12a2f | InvocationID=1ddfd430-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:08:05+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca63590-54ec-11ed-9aca-16db11b12a2f | InvocationID=2ca63ae0-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:08:10+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=207e48c0-54ec-11ed-9aca-16db11b12a2f | InvocationID=207e4bae-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:08:10+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6d6898-54ec-11ed-9aca-16db11b12a2f | InvocationID=2f6d6afa-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:08:10+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f6d6898-54ec-11ed-9aca-16db11b12a2f | InvocationID=2f6d6afa-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:08:10+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f6d6898-54ec-11ed-9aca-16db11b12a2f | InvocationID=2f6d6afa-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:08:30+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ca63590-54ec-11ed-9aca-16db11b12a2f | InvocationID=2ca63ae0-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:08:30+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b6ee036-54ec-11ed-9aca-16db11b12a2f | InvocationID=3b6ee3e2-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:08:35+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f6d6898-54ec-11ed-9aca-16db11b12a2f | InvocationID=2f6d6afa-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:08:35+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e5bec62-54ec-11ed-9aca-16db11b12a2f | InvocationID=3e5bee9c-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:08:35+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e5bec62-54ec-11ed-9aca-16db11b12a2f | InvocationID=3e5bee9c-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:08:35+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e5bec62-54ec-11ed-9aca-16db11b12a2f | InvocationID=3e5bee9c-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:08:55+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b6ee036-54ec-11ed-9aca-16db11b12a2f | InvocationID=3b6ee3e2-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:08:55+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a35b086-54ec-11ed-9aca-16db11b12a2f | InvocationID=4a35b2e8-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:09:00+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e5bec62-54ec-11ed-9aca-16db11b12a2f | InvocationID=3e5bee9c-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:09:00+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d4d503a-54ec-11ed-9aca-16db11b12a2f | InvocationID=4d4d62aa-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:09:00+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d4d503a-54ec-11ed-9aca-16db11b12a2f | InvocationID=4d4d62aa-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:09:00+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d4d503a-54ec-11ed-9aca-16db11b12a2f | InvocationID=4d4d62aa-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:09:20+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a35b086-54ec-11ed-9aca-16db11b12a2f | InvocationID=4a35b2e8-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:09:20+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58fb8d02-54ec-11ed-9aca-16db11b12a2f | InvocationID=58fb8fdc-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:09:25+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d4d503a-54ec-11ed-9aca-16db11b12a2f | InvocationID=4d4d62aa-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:09:25+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3e1cdc-54ec-11ed-9aca-16db11b12a2f | InvocationID=5c3e1fc0-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:09:25+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3e1cdc-54ec-11ed-9aca-16db11b12a2f | InvocationID=5c3e1fc0-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:09:25+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c3e1cdc-54ec-11ed-9aca-16db11b12a2f | InvocationID=5c3e1fc0-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:09:44+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58fb8d02-54ec-11ed-9aca-16db11b12a2f | InvocationID=58fb8fdc-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:09:44+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67c9d2f8-54ec-11ed-9aca-16db11b12a2f | InvocationID=67c9d564-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:09:50+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c3e1cdc-54ec-11ed-9aca-16db11b12a2f | InvocationID=5c3e1fc0-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:09:50+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2e8ef2-54ec-11ed-9aca-16db11b12a2f | InvocationID=6b2e90f0-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:09:50+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2e8ef2-54ec-11ed-9aca-16db11b12a2f | InvocationID=6b2e90f0-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:09:50+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2e8ef2-54ec-11ed-9aca-16db11b12a2f | InvocationID=6b2e90f0-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:10:09+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67c9d2f8-54ec-11ed-9aca-16db11b12a2f | InvocationID=67c9d564-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:10:09+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7690e132-54ec-11ed-9aca-16db11b12a2f | InvocationID=7690e3a8-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:10:15+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2e8ef2-54ec-11ed-9aca-16db11b12a2f | InvocationID=6b2e90f0-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:10:15+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1cd64e-54ec-11ed-9aca-16db11b12a2f | InvocationID=7a1cd856-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:10:15+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1cd64e-54ec-11ed-9aca-16db11b12a2f | InvocationID=7a1cd856-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:10:15+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a1cd64e-54ec-11ed-9aca-16db11b12a2f | InvocationID=7a1cd856-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:10:34+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7690e132-54ec-11ed-9aca-16db11b12a2f | InvocationID=7690e3a8-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:10:34+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=855c4c88-54ec-11ed-9aca-16db11b12a2f | InvocationID=855c59e4-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:10:40+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a1cd64e-54ec-11ed-9aca-16db11b12a2f | InvocationID=7a1cd856-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:10:40+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890f4fc4-54ec-11ed-9aca-16db11b12a2f | InvocationID=890f51cc-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:10:40+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890f4fc4-54ec-11ed-9aca-16db11b12a2f | InvocationID=890f51cc-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:10:40+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=890f4fc4-54ec-11ed-9aca-16db11b12a2f | InvocationID=890f51cc-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:10:59+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=855c4c88-54ec-11ed-9aca-16db11b12a2f | InvocationID=855c59e4-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:10:59+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=942c14c8-54ec-11ed-9aca-16db11b12a2f | InvocationID=942c1eb4-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:11:05+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=890f4fc4-54ec-11ed-9aca-16db11b12a2f | InvocationID=890f51cc-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:11:05+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9804b636-54ec-11ed-9aca-16db11b12a2f | InvocationID=9804b848-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:11:05+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9804b636-54ec-11ed-9aca-16db11b12a2f | InvocationID=9804b848-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:11:05+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9804b636-54ec-11ed-9aca-16db11b12a2f | InvocationID=9804b848-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:11:24+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=942c14c8-54ec-11ed-9aca-16db11b12a2f | InvocationID=942c1eb4-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:11:24+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2f13d4e-54ec-11ed-9aca-16db11b12a2f | InvocationID=a2f14028-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:11:30+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9804b636-54ec-11ed-9aca-16db11b12a2f | InvocationID=9804b848-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:11:30+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f3ceb6-54ec-11ed-9aca-16db11b12a2f | InvocationID=a6f3d1ae-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:11:30+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6f3ceb6-54ec-11ed-9aca-16db11b12a2f | InvocationID=a6f3d1ae-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:11:30+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6f3ceb6-54ec-11ed-9aca-16db11b12a2f | InvocationID=a6f3d1ae-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:11:48+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2f13d4e-54ec-11ed-9aca-16db11b12a2f | InvocationID=a2f14028-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:11:48+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1bb18ea-54ec-11ed-9aca-16db11b12a2f | InvocationID=b1bb1ac0-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:11:55+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6f3ceb6-54ec-11ed-9aca-16db11b12a2f | InvocationID=a6f3d1ae-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:11:55+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e2855c-54ec-11ed-9aca-16db11b12a2f | InvocationID=b5e2871e-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:11:55+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5e2855c-54ec-11ed-9aca-16db11b12a2f | InvocationID=b5e2871e-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:11:55+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e2855c-54ec-11ed-9aca-16db11b12a2f | InvocationID=b5e2871e-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:12:13+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1bb18ea-54ec-11ed-9aca-16db11b12a2f | InvocationID=b1bb1ac0-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:12:13+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c082b6a8-54ec-11ed-9aca-16db11b12a2f | InvocationID=c082b8ce-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:12:20+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5e2855c-54ec-11ed-9aca-16db11b12a2f | InvocationID=b5e2871e-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:12:20+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d0b5f2-54ec-11ed-9aca-16db11b12a2f | InvocationID=c4d0b8a4-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:12:20+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d0b5f2-54ec-11ed-9aca-16db11b12a2f | InvocationID=c4d0b8a4-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:12:20+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d0b5f2-54ec-11ed-9aca-16db11b12a2f | InvocationID=c4d0b8a4-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:12:38+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c082b6a8-54ec-11ed-9aca-16db11b12a2f | InvocationID=c082b8ce-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:12:38+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf48611a-54ec-11ed-9aca-16db11b12a2f | InvocationID=cf486688-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:12:45+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d0b5f2-54ec-11ed-9aca-16db11b12a2f | InvocationID=c4d0b8a4-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:12:45+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3be9d18-54ec-11ed-9aca-16db11b12a2f | InvocationID=d3be9f2a-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:12:46+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3be9d18-54ec-11ed-9aca-16db11b12a2f | InvocationID=d3be9f2a-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:12:46+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3be9d18-54ec-11ed-9aca-16db11b12a2f | InvocationID=d3be9f2a-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:13:03+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf48611a-54ec-11ed-9aca-16db11b12a2f | InvocationID=cf486688-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:13:03+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0e335a-54ec-11ed-9aca-16db11b12a2f | InvocationID=de0e40fc-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:13:11+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3be9d18-54ec-11ed-9aca-16db11b12a2f | InvocationID=d3be9f2a-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:13:11+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ad850a-54ec-11ed-9aca-16db11b12a2f | InvocationID=e2ad8802-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:13:11+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2ad850a-54ec-11ed-9aca-16db11b12a2f | InvocationID=e2ad8802-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:13:11+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2ad850a-54ec-11ed-9aca-16db11b12a2f | InvocationID=e2ad8802-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:13:28+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de0e335a-54ec-11ed-9aca-16db11b12a2f | InvocationID=de0e40fc-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:13:28+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd39650-54ec-11ed-9aca-16db11b12a2f | InvocationID=ecd3981c-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:13:36+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2ad850a-54ec-11ed-9aca-16db11b12a2f | InvocationID=e2ad8802-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:13:36+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f19dfec8-54ec-11ed-9aca-16db11b12a2f | InvocationID=f19e0094-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:13:36+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f19dfec8-54ec-11ed-9aca-16db11b12a2f | InvocationID=f19e0094-54ec-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:13:36+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f19dfec8-54ec-11ed-9aca-16db11b12a2f | InvocationID=f19e0094-54ec-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:13:52+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecd39650-54ec-11ed-9aca-16db11b12a2f | InvocationID=ecd3981c-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:13:52+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb9a6358-54ec-11ed-9aca-16db11b12a2f | InvocationID=fb9a651a-54ec-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:14:01+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f19dfec8-54ec-11ed-9aca-16db11b12a2f | InvocationID=f19e0094-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:14:01+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008c86d4-54ed-11ed-9aca-16db11b12a2f | InvocationID=008c8a6c-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:14:01+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008c86d4-54ed-11ed-9aca-16db11b12a2f | InvocationID=008c8a6c-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:14:01+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=008c86d4-54ed-11ed-9aca-16db11b12a2f | InvocationID=008c8a6c-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:14:17+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb9a6358-54ec-11ed-9aca-16db11b12a2f | InvocationID=fb9a651a-54ec-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:14:17+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a5e5160-54ed-11ed-9aca-16db11b12a2f | InvocationID=0a5e5444-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:14:26+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=008c86d4-54ed-11ed-9aca-16db11b12a2f | InvocationID=008c8a6c-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:14:26+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f7b8dac-54ed-11ed-9aca-16db11b12a2f | InvocationID=0f7b9090-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:14:26+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f7b8dac-54ed-11ed-9aca-16db11b12a2f | InvocationID=0f7b9090-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:14:26+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f7b8dac-54ed-11ed-9aca-16db11b12a2f | InvocationID=0f7b9090-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:14:42+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a5e5160-54ed-11ed-9aca-16db11b12a2f | InvocationID=0a5e5444-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:14:42+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1922336a-54ed-11ed-9aca-16db11b12a2f | InvocationID=1922354a-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:14:51+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f7b8dac-54ed-11ed-9aca-16db11b12a2f | InvocationID=0f7b9090-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:14:51+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e690010-54ed-11ed-9aca-16db11b12a2f | InvocationID=1e690240-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:14:51+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e690010-54ed-11ed-9aca-16db11b12a2f | InvocationID=1e690240-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:14:51+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e690010-54ed-11ed-9aca-16db11b12a2f | InvocationID=1e690240-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:15:07+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1922336a-54ed-11ed-9aca-16db11b12a2f | InvocationID=1922354a-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:15:07+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27e921ba-54ed-11ed-9aca-16db11b12a2f | InvocationID=27e92390-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:15:16+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e690010-54ed-11ed-9aca-16db11b12a2f | InvocationID=1e690240-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:15:16+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d57deb6-54ed-11ed-9aca-16db11b12a2f | InvocationID=2d57e0fa-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:15:16+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d57deb6-54ed-11ed-9aca-16db11b12a2f | InvocationID=2d57e0fa-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:15:16+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d57deb6-54ed-11ed-9aca-16db11b12a2f | InvocationID=2d57e0fa-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:15:31+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27e921ba-54ed-11ed-9aca-16db11b12a2f | InvocationID=27e92390-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:15:31+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36af4922-54ed-11ed-9aca-16db11b12a2f | InvocationID=36af4bde-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:15:41+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d57deb6-54ed-11ed-9aca-16db11b12a2f | InvocationID=2d57e0fa-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:15:41+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c484046-54ed-11ed-9aca-16db11b12a2f | InvocationID=3c484258-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:15:41+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c484046-54ed-11ed-9aca-16db11b12a2f | InvocationID=3c484258-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:15:41+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c484046-54ed-11ed-9aca-16db11b12a2f | InvocationID=3c484258-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:15:56+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36af4922-54ed-11ed-9aca-16db11b12a2f | InvocationID=36af4bde-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:15:56+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4573f6a6-54ed-11ed-9aca-16db11b12a2f | InvocationID=4573f912-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:16:06+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c484046-54ed-11ed-9aca-16db11b12a2f | InvocationID=3c484258-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:16:06+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b36111e-54ed-11ed-9aca-16db11b12a2f | InvocationID=4b361326-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:16:06+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b36111e-54ed-11ed-9aca-16db11b12a2f | InvocationID=4b361326-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:16:06+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b36111e-54ed-11ed-9aca-16db11b12a2f | InvocationID=4b361326-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:16:21+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4573f6a6-54ed-11ed-9aca-16db11b12a2f | InvocationID=4573f912-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:16:21+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=543b8924-54ed-11ed-9aca-16db11b12a2f | InvocationID=543b8b22-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:16:31+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b36111e-54ed-11ed-9aca-16db11b12a2f | InvocationID=4b361326-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:16:31+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a247cd8-54ed-11ed-9aca-16db11b12a2f | InvocationID=5a247f76-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:16:31+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a247cd8-54ed-11ed-9aca-16db11b12a2f | InvocationID=5a247f76-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:16:31+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a247cd8-54ed-11ed-9aca-16db11b12a2f | InvocationID=5a247f76-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:16:46+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=543b8924-54ed-11ed-9aca-16db11b12a2f | InvocationID=543b8b22-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:16:46+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6300ee4a-54ed-11ed-9aca-16db11b12a2f | InvocationID=6300f35e-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:16:56+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a247cd8-54ed-11ed-9aca-16db11b12a2f | InvocationID=5a247f76-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:16:56+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6913d8ce-54ed-11ed-9aca-16db11b12a2f | InvocationID=6913dad6-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:16:56+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6913d8ce-54ed-11ed-9aca-16db11b12a2f | InvocationID=6913dad6-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:16:56+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6913d8ce-54ed-11ed-9aca-16db11b12a2f | InvocationID=6913dad6-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:17:11+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6300ee4a-54ed-11ed-9aca-16db11b12a2f | InvocationID=6300f35e-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:17:11+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71cf19ba-54ed-11ed-9aca-16db11b12a2f | InvocationID=71cf1ba4-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:17:21+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6913d8ce-54ed-11ed-9aca-16db11b12a2f | InvocationID=6913dad6-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:17:21+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780210c6-54ed-11ed-9aca-16db11b12a2f | InvocationID=780212d8-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:17:21+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780210c6-54ed-11ed-9aca-16db11b12a2f | InvocationID=780212d8-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:17:21+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=780210c6-54ed-11ed-9aca-16db11b12a2f | InvocationID=780212d8-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:17:36+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71cf19ba-54ed-11ed-9aca-16db11b12a2f | InvocationID=71cf1ba4-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:17:36+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=809c0a34-54ed-11ed-9aca-16db11b12a2f | InvocationID=809c0dc2-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:17:46+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=780210c6-54ed-11ed-9aca-16db11b12a2f | InvocationID=780212d8-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:17:46+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f05cc8-54ed-11ed-9aca-16db11b12a2f | InvocationID=86f06c7c-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:17:46+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f05cc8-54ed-11ed-9aca-16db11b12a2f | InvocationID=86f06c7c-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:17:46+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f05cc8-54ed-11ed-9aca-16db11b12a2f | InvocationID=86f06c7c-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:18:00+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=809c0a34-54ed-11ed-9aca-16db11b12a2f | InvocationID=809c0dc2-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:18:00+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f684cda-54ed-11ed-9aca-16db11b12a2f | InvocationID=8f684f28-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:18:11+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f05cc8-54ed-11ed-9aca-16db11b12a2f | InvocationID=86f06c7c-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:18:11+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95dfa540-54ed-11ed-9aca-16db11b12a2f | InvocationID=95dfa73e-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:18:11+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95dfa540-54ed-11ed-9aca-16db11b12a2f | InvocationID=95dfa73e-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:18:11+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95dfa540-54ed-11ed-9aca-16db11b12a2f | InvocationID=95dfa73e-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:18:25+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f684cda-54ed-11ed-9aca-16db11b12a2f | InvocationID=8f684f28-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:18:25+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e3329e2-54ed-11ed-9aca-16db11b12a2f | InvocationID=9e332e1a-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:18:36+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95dfa540-54ed-11ed-9aca-16db11b12a2f | InvocationID=95dfa73e-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:18:36+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4cf1ac2-54ed-11ed-9aca-16db11b12a2f | InvocationID=a4cf1da6-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:18:36+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4cf1ac2-54ed-11ed-9aca-16db11b12a2f | InvocationID=a4cf1da6-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:18:36+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4cf1ac2-54ed-11ed-9aca-16db11b12a2f | InvocationID=a4cf1da6-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:18:50+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e3329e2-54ed-11ed-9aca-16db11b12a2f | InvocationID=9e332e1a-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:18:50+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf7e0b2-54ed-11ed-9aca-16db11b12a2f | InvocationID=acf7e2f6-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:19:01+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4cf1ac2-54ed-11ed-9aca-16db11b12a2f | InvocationID=a4cf1da6-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:19:01+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3bfd346-54ed-11ed-9aca-16db11b12a2f | InvocationID=b3bfd594-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:19:01+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3bfd346-54ed-11ed-9aca-16db11b12a2f | InvocationID=b3bfd594-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:19:01+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3bfd346-54ed-11ed-9aca-16db11b12a2f | InvocationID=b3bfd594-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:19:15+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acf7e0b2-54ed-11ed-9aca-16db11b12a2f | InvocationID=acf7e2f6-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:19:15+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbc081bc-54ed-11ed-9aca-16db11b12a2f | InvocationID=bbc083c4-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:19:26+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3bfd346-54ed-11ed-9aca-16db11b12a2f | InvocationID=b3bfd594-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:19:26+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b00e52-54ed-11ed-9aca-16db11b12a2f | InvocationID=c2b00fce-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:19:26+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2b00e52-54ed-11ed-9aca-16db11b12a2f | InvocationID=c2b00fce-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:19:26+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b00e52-54ed-11ed-9aca-16db11b12a2f | InvocationID=c2b00fce-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:19:40+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbc081bc-54ed-11ed-9aca-16db11b12a2f | InvocationID=bbc083c4-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:19:40+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca8d1660-54ed-11ed-9aca-16db11b12a2f | InvocationID=ca8d1ade-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:19:51+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2b00e52-54ed-11ed-9aca-16db11b12a2f | InvocationID=c2b00fce-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:19:51+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d19e154e-54ed-11ed-9aca-16db11b12a2f | InvocationID=d19e1760-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:19:51+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d19e154e-54ed-11ed-9aca-16db11b12a2f | InvocationID=d19e1760-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:19:51+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d19e154e-54ed-11ed-9aca-16db11b12a2f | InvocationID=d19e1760-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:20:04+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca8d1660-54ed-11ed-9aca-16db11b12a2f | InvocationID=ca8d1ade-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:20:04+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d95243be-54ed-11ed-9aca-16db11b12a2f | InvocationID=d9524634-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:20:16+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d19e154e-54ed-11ed-9aca-16db11b12a2f | InvocationID=d19e1760-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:20:16+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08d6046-54ed-11ed-9aca-16db11b12a2f | InvocationID=e08d62d0-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:20:17+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08d6046-54ed-11ed-9aca-16db11b12a2f | InvocationID=e08d62d0-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:20:17+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08d6046-54ed-11ed-9aca-16db11b12a2f | InvocationID=e08d62d0-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:20:29+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d95243be-54ed-11ed-9aca-16db11b12a2f | InvocationID=d9524634-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:20:29+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e818038e-54ed-11ed-9aca-16db11b12a2f | InvocationID=e8180596-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:20:42+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08d6046-54ed-11ed-9aca-16db11b12a2f | InvocationID=e08d62d0-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:20:42+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7bc610-54ed-11ed-9aca-16db11b12a2f | InvocationID=ef7bd09c-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:20:42+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7bc610-54ed-11ed-9aca-16db11b12a2f | InvocationID=ef7bd09c-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:20:42+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7bc610-54ed-11ed-9aca-16db11b12a2f | InvocationID=ef7bd09c-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:20:54+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e818038e-54ed-11ed-9aca-16db11b12a2f | InvocationID=e8180596-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:20:54+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6e3f6ac-54ed-11ed-9aca-16db11b12a2f | InvocationID=f6e3fba2-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:21:07+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7bc610-54ed-11ed-9aca-16db11b12a2f | InvocationID=ef7bd09c-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:21:07+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6d9f86-54ed-11ed-9aca-16db11b12a2f | InvocationID=fe6da29c-54ed-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:21:07+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6d9f86-54ed-11ed-9aca-16db11b12a2f | InvocationID=fe6da29c-54ed-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:21:07+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6d9f86-54ed-11ed-9aca-16db11b12a2f | InvocationID=fe6da29c-54ed-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:21:19+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6e3f6ac-54ed-11ed-9aca-16db11b12a2f | InvocationID=f6e3fba2-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:21:19+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05ab5176-54ee-11ed-9aca-16db11b12a2f | InvocationID=05ab546e-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:21:32+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6d9f86-54ed-11ed-9aca-16db11b12a2f | InvocationID=fe6da29c-54ed-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:21:32+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5fbce0-54ee-11ed-9aca-16db11b12a2f | InvocationID=0d5fbf6a-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:21:32+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d5fbce0-54ee-11ed-9aca-16db11b12a2f | InvocationID=0d5fbf6a-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:21:32+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5fbce0-54ee-11ed-9aca-16db11b12a2f | InvocationID=0d5fbf6a-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:21:44+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05ab5176-54ee-11ed-9aca-16db11b12a2f | InvocationID=05ab546e-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:21:44+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14711aa6-54ee-11ed-9aca-16db11b12a2f | InvocationID=14711d26-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:21:57+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d5fbce0-54ee-11ed-9aca-16db11b12a2f | InvocationID=0d5fbf6a-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:21:57+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c509346-54ee-11ed-9aca-16db11b12a2f | InvocationID=1c50956c-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:21:57+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c509346-54ee-11ed-9aca-16db11b12a2f | InvocationID=1c50956c-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:21:57+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c509346-54ee-11ed-9aca-16db11b12a2f | InvocationID=1c50956c-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:22:08+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14711aa6-54ee-11ed-9aca-16db11b12a2f | InvocationID=14711d26-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:22:08+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2337c314-54ee-11ed-9aca-16db11b12a2f | InvocationID=2337c562-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:22:22+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c509346-54ee-11ed-9aca-16db11b12a2f | InvocationID=1c50956c-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:22:22+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3f1c7e-54ee-11ed-9aca-16db11b12a2f | InvocationID=2b3f3074-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:22:22+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b3f1c7e-54ee-11ed-9aca-16db11b12a2f | InvocationID=2b3f3074-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:22:22+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3f1c7e-54ee-11ed-9aca-16db11b12a2f | InvocationID=2b3f3074-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:22:33+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2337c314-54ee-11ed-9aca-16db11b12a2f | InvocationID=2337c562-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:22:33+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31fbc134-54ee-11ed-9aca-16db11b12a2f | InvocationID=31fbc36e-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:22:47+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b3f1c7e-54ee-11ed-9aca-16db11b12a2f | InvocationID=2b3f3074-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:22:47+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a2e57d6-54ee-11ed-9aca-16db11b12a2f | InvocationID=3a2e5a56-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:22:47+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a2e57d6-54ee-11ed-9aca-16db11b12a2f | InvocationID=3a2e5a56-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:22:47+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a2e57d6-54ee-11ed-9aca-16db11b12a2f | InvocationID=3a2e5a56-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:22:58+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31fbc134-54ee-11ed-9aca-16db11b12a2f | InvocationID=31fbc36e-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:22:58+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40c25700-54ee-11ed-9aca-16db11b12a2f | InvocationID=40c259b2-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:23:12+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a2e57d6-54ee-11ed-9aca-16db11b12a2f | InvocationID=3a2e5a56-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:23:12+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49201310-54ee-11ed-9aca-16db11b12a2f | InvocationID=49201518-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:23:12+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49201310-54ee-11ed-9aca-16db11b12a2f | InvocationID=49201518-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:23:12+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49201310-54ee-11ed-9aca-16db11b12a2f | InvocationID=49201518-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:23:23+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40c25700-54ee-11ed-9aca-16db11b12a2f | InvocationID=40c259b2-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:23:23+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f8985a6-54ee-11ed-9aca-16db11b12a2f | InvocationID=4f8987ae-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:23:37+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49201310-54ee-11ed-9aca-16db11b12a2f | InvocationID=49201518-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:23:37+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=580eda8c-54ee-11ed-9aca-16db11b12a2f | InvocationID=580edd0c-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:23:37+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=580eda8c-54ee-11ed-9aca-16db11b12a2f | InvocationID=580edd0c-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:23:37+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=580eda8c-54ee-11ed-9aca-16db11b12a2f | InvocationID=580edd0c-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:23:47+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f8985a6-54ee-11ed-9aca-16db11b12a2f | InvocationID=4f8987ae-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:23:47+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e52eee2-54ee-11ed-9aca-16db11b12a2f | InvocationID=5e52f108-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:24:02+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=580eda8c-54ee-11ed-9aca-16db11b12a2f | InvocationID=580edd0c-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:24:02+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66fcecaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=66fceec6-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:24:02+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66fcecaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=66fceec6-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:24:02+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66fcecaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=66fceec6-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:24:12+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e52eee2-54ee-11ed-9aca-16db11b12a2f | InvocationID=5e52f108-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:24:12+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1bb8a0-54ee-11ed-9aca-16db11b12a2f | InvocationID=6d1bba9e-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:24:27+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66fcecaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=66fceec6-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:24:27+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75eb283a-54ee-11ed-9aca-16db11b12a2f | InvocationID=75eb2fd8-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:24:27+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75eb283a-54ee-11ed-9aca-16db11b12a2f | InvocationID=75eb2fd8-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:24:27+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75eb283a-54ee-11ed-9aca-16db11b12a2f | InvocationID=75eb2fd8-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:24:37+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d1bb8a0-54ee-11ed-9aca-16db11b12a2f | InvocationID=6d1bba9e-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:24:37+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7be07060-54ee-11ed-9aca-16db11b12a2f | InvocationID=7be07c18-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:24:52+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75eb283a-54ee-11ed-9aca-16db11b12a2f | InvocationID=75eb2fd8-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:24:52+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84dabcac-54ee-11ed-9aca-16db11b12a2f | InvocationID=84dabf40-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:24:52+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84dabcac-54ee-11ed-9aca-16db11b12a2f | InvocationID=84dabf40-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:24:52+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84dabcac-54ee-11ed-9aca-16db11b12a2f | InvocationID=84dabf40-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:25:02+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7be07060-54ee-11ed-9aca-16db11b12a2f | InvocationID=7be07c18-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:25:02+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa972cc-54ee-11ed-9aca-16db11b12a2f | InvocationID=8aa974e8-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:25:17+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84dabcac-54ee-11ed-9aca-16db11b12a2f | InvocationID=84dabf40-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:25:17+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93c9767c-54ee-11ed-9aca-16db11b12a2f | InvocationID=93c97960-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:25:17+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93c9767c-54ee-11ed-9aca-16db11b12a2f | InvocationID=93c97960-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:25:17+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93c9767c-54ee-11ed-9aca-16db11b12a2f | InvocationID=93c97960-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:25:27+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8aa972cc-54ee-11ed-9aca-16db11b12a2f | InvocationID=8aa974e8-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:25:27+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=996e0354-54ee-11ed-9aca-16db11b12a2f | InvocationID=996e06c4-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:25:42+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93c9767c-54ee-11ed-9aca-16db11b12a2f | InvocationID=93c97960-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:25:42+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2b8b3c8-54ee-11ed-9aca-16db11b12a2f | InvocationID=a2b8b72e-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:25:42+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2b8b3c8-54ee-11ed-9aca-16db11b12a2f | InvocationID=a2b8b72e-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:25:42+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2b8b3c8-54ee-11ed-9aca-16db11b12a2f | InvocationID=a2b8b72e-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:25:51+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=996e0354-54ee-11ed-9aca-16db11b12a2f | InvocationID=996e06c4-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:25:51+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a839995c-54ee-11ed-9aca-16db11b12a2f | InvocationID=a8399bb4-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:26:07+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2b8b3c8-54ee-11ed-9aca-16db11b12a2f | InvocationID=a2b8b72e-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:26:07+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a75a4c-54ee-11ed-9aca-16db11b12a2f | InvocationID=b1a75c54-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:26:07+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1a75a4c-54ee-11ed-9aca-16db11b12a2f | InvocationID=b1a75c54-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:26:07+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1a75a4c-54ee-11ed-9aca-16db11b12a2f | InvocationID=b1a75c54-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:26:16+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a839995c-54ee-11ed-9aca-16db11b12a2f | InvocationID=a8399bb4-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:26:16+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ffcd08-54ee-11ed-9aca-16db11b12a2f | InvocationID=b6ffcf10-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:26:32+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1a75a4c-54ee-11ed-9aca-16db11b12a2f | InvocationID=b1a75c54-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:26:32+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0969eaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=c096a0e4-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:26:32+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0969eaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=c096a0e4-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:26:32+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0969eaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=c096a0e4-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:26:41+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6ffcd08-54ee-11ed-9aca-16db11b12a2f | InvocationID=b6ffcf10-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:26:41+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5c5d7ba-54ee-11ed-9aca-16db11b12a2f | InvocationID=c5c5d9c2-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:26:57+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0969eaa-54ee-11ed-9aca-16db11b12a2f | InvocationID=c096a0e4-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:26:57+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf847d60-54ee-11ed-9aca-16db11b12a2f | InvocationID=cf847f68-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:26:57+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf847d60-54ee-11ed-9aca-16db11b12a2f | InvocationID=cf847f68-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:26:57+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf847d60-54ee-11ed-9aca-16db11b12a2f | InvocationID=cf847f68-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:27:06+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5c5d7ba-54ee-11ed-9aca-16db11b12a2f | InvocationID=c5c5d9c2-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:27:06+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d48d1c2c-54ee-11ed-9aca-16db11b12a2f | InvocationID=d48d1e3e-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:27:22+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf847d60-54ee-11ed-9aca-16db11b12a2f | InvocationID=cf847f68-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:27:22+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7315ca-54ee-11ed-9aca-16db11b12a2f | InvocationID=de731818-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:27:22+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7315ca-54ee-11ed-9aca-16db11b12a2f | InvocationID=de731818-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:27:22+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de7315ca-54ee-11ed-9aca-16db11b12a2f | InvocationID=de731818-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:27:31+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d48d1c2c-54ee-11ed-9aca-16db11b12a2f | InvocationID=d48d1e3e-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:27:31+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e352da26-54ee-11ed-9aca-16db11b12a2f | InvocationID=e352dc2e-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:27:47+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de7315ca-54ee-11ed-9aca-16db11b12a2f | InvocationID=de731818-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:27:47+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed610966-54ee-11ed-9aca-16db11b12a2f | InvocationID=ed610ba0-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:27:48+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed610966-54ee-11ed-9aca-16db11b12a2f | InvocationID=ed610ba0-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:27:48+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed610966-54ee-11ed-9aca-16db11b12a2f | InvocationID=ed610ba0-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:27:55+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e352da26-54ee-11ed-9aca-16db11b12a2f | InvocationID=e352dc2e-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:27:55+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f217cdc8-54ee-11ed-9aca-16db11b12a2f | InvocationID=f217cfe4-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:28:13+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed610966-54ee-11ed-9aca-16db11b12a2f | InvocationID=ed610ba0-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:28:13+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc4f87c2-54ee-11ed-9aca-16db11b12a2f | InvocationID=fc4f89e8-54ee-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:28:13+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc4f87c2-54ee-11ed-9aca-16db11b12a2f | InvocationID=fc4f89e8-54ee-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:28:13+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc4f87c2-54ee-11ed-9aca-16db11b12a2f | InvocationID=fc4f89e8-54ee-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:28:20+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f217cdc8-54ee-11ed-9aca-16db11b12a2f | InvocationID=f217cfe4-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:28:20+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00dc2854-54ef-11ed-9aca-16db11b12a2f | InvocationID=00dc2af2-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:28:38+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc4f87c2-54ee-11ed-9aca-16db11b12a2f | InvocationID=fc4f89e8-54ee-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:28:38+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3ddd7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=0b3ddf54-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:28:38+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b3ddd7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=0b3ddf54-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:28:38+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3ddd7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=0b3ddf54-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:28:45+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00dc2854-54ef-11ed-9aca-16db11b12a2f | InvocationID=00dc2af2-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:28:45+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fa06cc4-54ef-11ed-9aca-16db11b12a2f | InvocationID=0fa06ed6-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:29:03+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b3ddd7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=0b3ddf54-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:29:03+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2e15e2-54ef-11ed-9aca-16db11b12a2f | InvocationID=1a2e17f4-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:29:03+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a2e15e2-54ef-11ed-9aca-16db11b12a2f | InvocationID=1a2e17f4-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:29:03+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2e15e2-54ef-11ed-9aca-16db11b12a2f | InvocationID=1a2e17f4-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:29:10+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fa06cc4-54ef-11ed-9aca-16db11b12a2f | InvocationID=0fa06ed6-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:29:10+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e6a34f6-54ef-11ed-9aca-16db11b12a2f | InvocationID=1e6a3712-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:29:28+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a2e15e2-54ef-11ed-9aca-16db11b12a2f | InvocationID=1a2e17f4-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:29:28+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291c74cc-54ef-11ed-9aca-16db11b12a2f | InvocationID=291c77ec-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:29:28+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=291c74cc-54ef-11ed-9aca-16db11b12a2f | InvocationID=291c77ec-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:29:28+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291c74cc-54ef-11ed-9aca-16db11b12a2f | InvocationID=291c77ec-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:29:35+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e6a34f6-54ef-11ed-9aca-16db11b12a2f | InvocationID=1e6a3712-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:29:35+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d2e8028-54ef-11ed-9aca-16db11b12a2f | InvocationID=2d2e823a-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:29:53+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=291c74cc-54ef-11ed-9aca-16db11b12a2f | InvocationID=291c77ec-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:29:53+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380e160c-54ef-11ed-9aca-16db11b12a2f | InvocationID=380e186e-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:29:53+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=380e160c-54ef-11ed-9aca-16db11b12a2f | InvocationID=380e186e-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:29:53+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380e160c-54ef-11ed-9aca-16db11b12a2f | InvocationID=380e186e-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:29:59+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d2e8028-54ef-11ed-9aca-16db11b12a2f | InvocationID=2d2e823a-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:29:59+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bf86128-54ef-11ed-9aca-16db11b12a2f | InvocationID=3bf86402-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:30:18+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=380e160c-54ef-11ed-9aca-16db11b12a2f | InvocationID=380e186e-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:30:18+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fe6c3e-54ef-11ed-9aca-16db11b12a2f | InvocationID=46fe6f04-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:30:18+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46fe6c3e-54ef-11ed-9aca-16db11b12a2f | InvocationID=46fe6f04-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:30:18+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46fe6c3e-54ef-11ed-9aca-16db11b12a2f | InvocationID=46fe6f04-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:30:24+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bf86128-54ef-11ed-9aca-16db11b12a2f | InvocationID=3bf86402-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:30:24+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ac006a2-54ef-11ed-9aca-16db11b12a2f | InvocationID=4ac008aa-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:30:43+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46fe6c3e-54ef-11ed-9aca-16db11b12a2f | InvocationID=46fe6f04-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:30:43+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ee9f34-54ef-11ed-9aca-16db11b12a2f | InvocationID=55eea0f6-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:30:43+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ee9f34-54ef-11ed-9aca-16db11b12a2f | InvocationID=55eea0f6-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:30:43+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ee9f34-54ef-11ed-9aca-16db11b12a2f | InvocationID=55eea0f6-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:30:49+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ac006a2-54ef-11ed-9aca-16db11b12a2f | InvocationID=4ac008aa-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:30:49+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59894662-54ef-11ed-9aca-16db11b12a2f | InvocationID=59894838-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:31:08+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ee9f34-54ef-11ed-9aca-16db11b12a2f | InvocationID=55eea0f6-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:31:08+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64e23b18-54ef-11ed-9aca-16db11b12a2f | InvocationID=64e2419e-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:31:08+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64e23b18-54ef-11ed-9aca-16db11b12a2f | InvocationID=64e2419e-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:31:08+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64e23b18-54ef-11ed-9aca-16db11b12a2f | InvocationID=64e2419e-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:31:14+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59894662-54ef-11ed-9aca-16db11b12a2f | InvocationID=59894838-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:31:14+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=684cfff4-54ef-11ed-9aca-16db11b12a2f | InvocationID=684d0256-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:31:33+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64e23b18-54ef-11ed-9aca-16db11b12a2f | InvocationID=64e2419e-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:31:33+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d1367e-54ef-11ed-9aca-16db11b12a2f | InvocationID=73d13926-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:31:33+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73d1367e-54ef-11ed-9aca-16db11b12a2f | InvocationID=73d13926-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:31:33+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73d1367e-54ef-11ed-9aca-16db11b12a2f | InvocationID=73d13926-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:31:38+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=684cfff4-54ef-11ed-9aca-16db11b12a2f | InvocationID=684d0256-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:31:39+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77130bc8-54ef-11ed-9aca-16db11b12a2f | InvocationID=77130de4-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:31:58+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73d1367e-54ef-11ed-9aca-16db11b12a2f | InvocationID=73d13926-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:31:58+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82bfcf7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=82bfd514-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:31:58+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82bfcf7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=82bfd514-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:31:58+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82bfcf7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=82bfd514-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:32:03+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77130bc8-54ef-11ed-9aca-16db11b12a2f | InvocationID=77130de4-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:32:03+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85d680fe-54ef-11ed-9aca-16db11b12a2f | InvocationID=85d68afe-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:32:23+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82bfcf7e-54ef-11ed-9aca-16db11b12a2f | InvocationID=82bfd514-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:32:23+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91adb334-54ef-11ed-9aca-16db11b12a2f | InvocationID=91adb5be-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:32:23+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91adb334-54ef-11ed-9aca-16db11b12a2f | InvocationID=91adb5be-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:32:23+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91adb334-54ef-11ed-9aca-16db11b12a2f | InvocationID=91adb5be-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:32:28+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85d680fe-54ef-11ed-9aca-16db11b12a2f | InvocationID=85d68afe-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:32:28+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=949bd864-54ef-11ed-9aca-16db11b12a2f | InvocationID=949be2d2-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:32:48+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91adb334-54ef-11ed-9aca-16db11b12a2f | InvocationID=91adb5be-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:32:48+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a09ce9f0-54ef-11ed-9aca-16db11b12a2f | InvocationID=a09cec66-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:32:48+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a09ce9f0-54ef-11ed-9aca-16db11b12a2f | InvocationID=a09cec66-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:32:48+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a09ce9f0-54ef-11ed-9aca-16db11b12a2f | InvocationID=a09cec66-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:32:53+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=949bd864-54ef-11ed-9aca-16db11b12a2f | InvocationID=949be2d2-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:32:53+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a35fb924-54ef-11ed-9aca-16db11b12a2f | InvocationID=a35fbb40-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:33:13+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a09ce9f0-54ef-11ed-9aca-16db11b12a2f | InvocationID=a09cec66-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:33:13+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8f1122-54ef-11ed-9aca-16db11b12a2f | InvocationID=af8f13ac-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:33:13+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8f1122-54ef-11ed-9aca-16db11b12a2f | InvocationID=af8f13ac-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:33:13+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af8f1122-54ef-11ed-9aca-16db11b12a2f | InvocationID=af8f13ac-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:33:18+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a35fb924-54ef-11ed-9aca-16db11b12a2f | InvocationID=a35fbb40-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:33:18+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b226b354-54ef-11ed-9aca-16db11b12a2f | InvocationID=b226b570-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:33:38+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af8f1122-54ef-11ed-9aca-16db11b12a2f | InvocationID=af8f13ac-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:33:38+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be7daa40-54ef-11ed-9aca-16db11b12a2f | InvocationID=be7dac48-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:33:38+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be7daa40-54ef-11ed-9aca-16db11b12a2f | InvocationID=be7dac48-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:33:38+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be7daa40-54ef-11ed-9aca-16db11b12a2f | InvocationID=be7dac48-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:33:42+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b226b354-54ef-11ed-9aca-16db11b12a2f | InvocationID=b226b570-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:33:42+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0ee3c4a-54ef-11ed-9aca-16db11b12a2f | InvocationID=c0ee3fec-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:34:03+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be7daa40-54ef-11ed-9aca-16db11b12a2f | InvocationID=be7dac48-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:34:03+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd6a8d5c-54ef-11ed-9aca-16db11b12a2f | InvocationID=cd6a90f4-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:34:03+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd6a8d5c-54ef-11ed-9aca-16db11b12a2f | InvocationID=cd6a90f4-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:34:03+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd6a8d5c-54ef-11ed-9aca-16db11b12a2f | InvocationID=cd6a90f4-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:34:07+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0ee3c4a-54ef-11ed-9aca-16db11b12a2f | InvocationID=c0ee3fec-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:34:07+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfb3eba8-54ef-11ed-9aca-16db11b12a2f | InvocationID=cfb41e0c-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:34:28+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd6a8d5c-54ef-11ed-9aca-16db11b12a2f | InvocationID=cd6a90f4-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:34:28+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc5903b6-54ef-11ed-9aca-16db11b12a2f | InvocationID=dc59056e-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:34:28+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc5903b6-54ef-11ed-9aca-16db11b12a2f | InvocationID=dc59056e-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:34:28+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc5903b6-54ef-11ed-9aca-16db11b12a2f | InvocationID=dc59056e-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:34:32+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfb3eba8-54ef-11ed-9aca-16db11b12a2f | InvocationID=cfb41e0c-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:34:32+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de79218a-54ef-11ed-9aca-16db11b12a2f | InvocationID=de79240a-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:34:53+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc5903b6-54ef-11ed-9aca-16db11b12a2f | InvocationID=dc59056e-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:34:53+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4650ea-54ef-11ed-9aca-16db11b12a2f | InvocationID=eb46536a-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:34:54+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb4650ea-54ef-11ed-9aca-16db11b12a2f | InvocationID=eb46536a-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:34:54+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4650ea-54ef-11ed-9aca-16db11b12a2f | InvocationID=eb46536a-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:34:57+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de79218a-54ef-11ed-9aca-16db11b12a2f | InvocationID=de79240a-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:34:57+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed3caebc-54ef-11ed-9aca-16db11b12a2f | InvocationID=ed3cb1dc-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:35:19+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb4650ea-54ef-11ed-9aca-16db11b12a2f | InvocationID=eb46536a-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:35:19+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa37b102-54ef-11ed-9aca-16db11b12a2f | InvocationID=fa37b56c-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:35:19+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa37b102-54ef-11ed-9aca-16db11b12a2f | InvocationID=fa37b56c-54ef-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:35:19+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa37b102-54ef-11ed-9aca-16db11b12a2f | InvocationID=fa37b56c-54ef-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:35:22+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed3caebc-54ef-11ed-9aca-16db11b12a2f | InvocationID=ed3cb1dc-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:35:22+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc032a84-54ef-11ed-9aca-16db11b12a2f | InvocationID=fc032cd2-54ef-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:35:44+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa37b102-54ef-11ed-9aca-16db11b12a2f | InvocationID=fa37b56c-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:35:44+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09271126-54f0-11ed-9aca-16db11b12a2f | InvocationID=0927134c-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:35:44+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09271126-54f0-11ed-9aca-16db11b12a2f | InvocationID=0927134c-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:35:44+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09271126-54f0-11ed-9aca-16db11b12a2f | InvocationID=0927134c-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:35:46+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc032a84-54ef-11ed-9aca-16db11b12a2f | InvocationID=fc032cd2-54ef-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:35:46+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac9c30c-54f0-11ed-9aca-16db11b12a2f | InvocationID=0ac9c53c-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:36:09+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09271126-54f0-11ed-9aca-16db11b12a2f | InvocationID=0927134c-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:36:09+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1816eb3e-54f0-11ed-9aca-16db11b12a2f | InvocationID=1816ede6-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:36:09+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1816eb3e-54f0-11ed-9aca-16db11b12a2f | InvocationID=1816ede6-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:36:09+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1816eb3e-54f0-11ed-9aca-16db11b12a2f | InvocationID=1816ede6-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:36:11+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac9c30c-54f0-11ed-9aca-16db11b12a2f | InvocationID=0ac9c53c-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:36:11+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=198e8404-54f0-11ed-9aca-16db11b12a2f | InvocationID=198e8616-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:36:34+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1816eb3e-54f0-11ed-9aca-16db11b12a2f | InvocationID=1816ede6-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:36:34+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27054c9e-54f0-11ed-9aca-16db11b12a2f | InvocationID=27054f64-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:36:34+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27054c9e-54f0-11ed-9aca-16db11b12a2f | InvocationID=27054f64-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:36:34+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27054c9e-54f0-11ed-9aca-16db11b12a2f | InvocationID=27054f64-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:36:36+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=198e8404-54f0-11ed-9aca-16db11b12a2f | InvocationID=198e8616-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:36:36+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=285b0eb2-54f0-11ed-9aca-16db11b12a2f | InvocationID=285b10ec-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:36:59+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27054c9e-54f0-11ed-9aca-16db11b12a2f | InvocationID=27054f64-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:36:59+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35f3c6b8-54f0-11ed-9aca-16db11b12a2f | InvocationID=35f3c8e8-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:36:59+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35f3c6b8-54f0-11ed-9aca-16db11b12a2f | InvocationID=35f3c8e8-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:36:59+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35f3c6b8-54f0-11ed-9aca-16db11b12a2f | InvocationID=35f3c8e8-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:37:01+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=285b0eb2-54f0-11ed-9aca-16db11b12a2f | InvocationID=285b10ec-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:37:01+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371f7780-54f0-11ed-9aca-16db11b12a2f | InvocationID=371f799c-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:37:24+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35f3c6b8-54f0-11ed-9aca-16db11b12a2f | InvocationID=35f3c8e8-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:37:24+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44e3832a-54f0-11ed-9aca-16db11b12a2f | InvocationID=44e38bf4-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:37:24+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44e3832a-54f0-11ed-9aca-16db11b12a2f | InvocationID=44e38bf4-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:37:24+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44e3832a-54f0-11ed-9aca-16db11b12a2f | InvocationID=44e38bf4-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:37:26+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=371f7780-54f0-11ed-9aca-16db11b12a2f | InvocationID=371f799c-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:37:26+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e79e96-54f0-11ed-9aca-16db11b12a2f | InvocationID=45e7a0bc-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:37:49+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44e3832a-54f0-11ed-9aca-16db11b12a2f | InvocationID=44e38bf4-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:37:49+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d318aa-54f0-11ed-9aca-16db11b12a2f | InvocationID=53d31ada-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:37:49+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53d318aa-54f0-11ed-9aca-16db11b12a2f | InvocationID=53d31ada-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:37:49+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53d318aa-54f0-11ed-9aca-16db11b12a2f | InvocationID=53d31ada-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:37:50+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45e79e96-54f0-11ed-9aca-16db11b12a2f | InvocationID=45e7a0bc-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:37:50+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54ab891a-54f0-11ed-9aca-16db11b12a2f | InvocationID=54ab8b2c-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:38:14+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53d318aa-54f0-11ed-9aca-16db11b12a2f | InvocationID=53d31ada-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:38:14+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62c1705a-54f0-11ed-9aca-16db11b12a2f | InvocationID=62c17262-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:38:14+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62c1705a-54f0-11ed-9aca-16db11b12a2f | InvocationID=62c17262-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:38:14+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62c1705a-54f0-11ed-9aca-16db11b12a2f | InvocationID=62c17262-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:38:15+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54ab891a-54f0-11ed-9aca-16db11b12a2f | InvocationID=54ab8b2c-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:38:15+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=636ff1fc-54f0-11ed-9aca-16db11b12a2f | InvocationID=636ff576-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:38:39+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62c1705a-54f0-11ed-9aca-16db11b12a2f | InvocationID=62c17262-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:38:39+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71af7dd2-54f0-11ed-9aca-16db11b12a2f | InvocationID=71af7fd0-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:38:39+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71af7dd2-54f0-11ed-9aca-16db11b12a2f | InvocationID=71af7fd0-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:38:39+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71af7dd2-54f0-11ed-9aca-16db11b12a2f | InvocationID=71af7fd0-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:38:40+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=636ff1fc-54f0-11ed-9aca-16db11b12a2f | InvocationID=636ff576-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:38:40+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7235ea52-54f0-11ed-9aca-16db11b12a2f | InvocationID=7235ecbe-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:39:04+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71af7dd2-54f0-11ed-9aca-16db11b12a2f | InvocationID=71af7fd0-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:39:04+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80a1e460-54f0-11ed-9aca-16db11b12a2f | InvocationID=80a1e794-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:39:04+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80a1e460-54f0-11ed-9aca-16db11b12a2f | InvocationID=80a1e794-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:39:04+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80a1e460-54f0-11ed-9aca-16db11b12a2f | InvocationID=80a1e794-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:39:05+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7235ea52-54f0-11ed-9aca-16db11b12a2f | InvocationID=7235ecbe-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:39:05+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80fb98ac-54f0-11ed-9aca-16db11b12a2f | InvocationID=80fb9abe-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:39:29+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80a1e460-54f0-11ed-9aca-16db11b12a2f | InvocationID=80a1e794-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:39:29+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f923aec-54f0-11ed-9aca-16db11b12a2f | InvocationID=8f923cfe-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:39:29+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f923aec-54f0-11ed-9aca-16db11b12a2f | InvocationID=8f923cfe-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:39:29+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f923aec-54f0-11ed-9aca-16db11b12a2f | InvocationID=8f923cfe-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:39:29+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80fb98ac-54f0-11ed-9aca-16db11b12a2f | InvocationID=80fb9abe-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:39:29+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc1af66-54f0-11ed-9aca-16db11b12a2f | InvocationID=8fc1b178-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:39:54+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f923aec-54f0-11ed-9aca-16db11b12a2f | InvocationID=8f923cfe-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:39:54+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e816b9a-54f0-11ed-9aca-16db11b12a2f | InvocationID=9e81714e-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:39:54+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fc1af66-54f0-11ed-9aca-16db11b12a2f | InvocationID=8fc1b178-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:39:54+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e8931d6-54f0-11ed-9aca-16db11b12a2f | InvocationID=9e893456-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:39:54+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e816b9a-54f0-11ed-9aca-16db11b12a2f | InvocationID=9e81714e-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:39:54+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e816b9a-54f0-11ed-9aca-16db11b12a2f | InvocationID=9e81714e-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:40:19+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e8931d6-54f0-11ed-9aca-16db11b12a2f | InvocationID=9e893456-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:40:19+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad4dc39e-54f0-11ed-9aca-16db11b12a2f | InvocationID=ad4dc6be-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:40:19+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e816b9a-54f0-11ed-9aca-16db11b12a2f | InvocationID=9e81714e-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:40:19+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad73cbf2-54f0-11ed-9aca-16db11b12a2f | InvocationID=ad73cdfa-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:40:19+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad73cbf2-54f0-11ed-9aca-16db11b12a2f | InvocationID=ad73cdfa-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:40:19+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad73cbf2-54f0-11ed-9aca-16db11b12a2f | InvocationID=ad73cdfa-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:40:44+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad4dc39e-54f0-11ed-9aca-16db11b12a2f | InvocationID=ad4dc6be-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:40:44+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc122adc-54f0-11ed-9aca-16db11b12a2f | InvocationID=bc122d02-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:40:44+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad73cbf2-54f0-11ed-9aca-16db11b12a2f | InvocationID=ad73cdfa-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:40:44+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc656b5c-54f0-11ed-9aca-16db11b12a2f | InvocationID=bc656d5a-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:40:44+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc656b5c-54f0-11ed-9aca-16db11b12a2f | InvocationID=bc656d5a-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:40:44+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc656b5c-54f0-11ed-9aca-16db11b12a2f | InvocationID=bc656d5a-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:41:09+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc122adc-54f0-11ed-9aca-16db11b12a2f | InvocationID=bc122d02-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:41:09+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cadcbce4-54f0-11ed-9aca-16db11b12a2f | InvocationID=cadcc00e-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:41:09+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc656b5c-54f0-11ed-9aca-16db11b12a2f | InvocationID=bc656d5a-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:41:09+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb53a296-54f0-11ed-9aca-16db11b12a2f | InvocationID=cb53a4a8-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:41:09+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb53a296-54f0-11ed-9aca-16db11b12a2f | InvocationID=cb53a4a8-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:41:09+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb53a296-54f0-11ed-9aca-16db11b12a2f | InvocationID=cb53a4a8-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:41:33+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cadcbce4-54f0-11ed-9aca-16db11b12a2f | InvocationID=cadcc00e-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:41:33+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9a3788a-54f0-11ed-9aca-16db11b12a2f | InvocationID=d9a37a9c-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:41:34+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb53a296-54f0-11ed-9aca-16db11b12a2f | InvocationID=cb53a4a8-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:41:34+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da41e01a-54f0-11ed-9aca-16db11b12a2f | InvocationID=da41e254-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:41:34+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da41e01a-54f0-11ed-9aca-16db11b12a2f | InvocationID=da41e254-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:41:34+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da41e01a-54f0-11ed-9aca-16db11b12a2f | InvocationID=da41e254-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:41:58+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9a3788a-54f0-11ed-9aca-16db11b12a2f | InvocationID=d9a37a9c-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:41:58+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8689f08-54f0-11ed-9aca-16db11b12a2f | InvocationID=e868a110-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:41:59+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da41e01a-54f0-11ed-9aca-16db11b12a2f | InvocationID=da41e254-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:41:59+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92fa35a-54f0-11ed-9aca-16db11b12a2f | InvocationID=e92fa6b6-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:41:59+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e92fa35a-54f0-11ed-9aca-16db11b12a2f | InvocationID=e92fa6b6-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:41:59+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92fa35a-54f0-11ed-9aca-16db11b12a2f | InvocationID=e92fa6b6-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:42:23+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8689f08-54f0-11ed-9aca-16db11b12a2f | InvocationID=e868a110-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:42:23+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f72e869c-54f0-11ed-9aca-16db11b12a2f | InvocationID=f72e8980-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:42:24+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e92fa35a-54f0-11ed-9aca-16db11b12a2f | InvocationID=e92fa6b6-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:42:24+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81e7814-54f0-11ed-9aca-16db11b12a2f | InvocationID=f81e8188-54f0-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:42:25+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f81e7814-54f0-11ed-9aca-16db11b12a2f | InvocationID=f81e8188-54f0-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:42:25+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f81e7814-54f0-11ed-9aca-16db11b12a2f | InvocationID=f81e8188-54f0-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:42:48+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f72e869c-54f0-11ed-9aca-16db11b12a2f | InvocationID=f72e8980-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:42:48+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05f5250a-54f1-11ed-9aca-16db11b12a2f | InvocationID=05f527a8-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:42:50+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f81e7814-54f0-11ed-9aca-16db11b12a2f | InvocationID=f81e8188-54f0-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:42:50+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=070d01a6-54f1-11ed-9aca-16db11b12a2f | InvocationID=070d03c2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:42:50+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=070d01a6-54f1-11ed-9aca-16db11b12a2f | InvocationID=070d03c2-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:42:50+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=070d01a6-54f1-11ed-9aca-16db11b12a2f | InvocationID=070d03c2-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:43:13+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05f5250a-54f1-11ed-9aca-16db11b12a2f | InvocationID=05f527a8-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:43:13+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14c27704-54f1-11ed-9aca-16db11b12a2f | InvocationID=14c27ad8-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:43:15+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=070d01a6-54f1-11ed-9aca-16db11b12a2f | InvocationID=070d03c2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:43:15+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15fb802a-54f1-11ed-9aca-16db11b12a2f | InvocationID=15fb8250-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:43:15+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15fb802a-54f1-11ed-9aca-16db11b12a2f | InvocationID=15fb8250-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:43:15+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15fb802a-54f1-11ed-9aca-16db11b12a2f | InvocationID=15fb8250-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:43:37+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14c27704-54f1-11ed-9aca-16db11b12a2f | InvocationID=14c27ad8-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:43:37+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2389a910-54f1-11ed-9aca-16db11b12a2f | InvocationID=2389ac12-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:43:40+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15fb802a-54f1-11ed-9aca-16db11b12a2f | InvocationID=15fb8250-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:43:40+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24eaf872-54f1-11ed-9aca-16db11b12a2f | InvocationID=24eafaf2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:43:40+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24eaf872-54f1-11ed-9aca-16db11b12a2f | InvocationID=24eafaf2-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:43:40+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24eaf872-54f1-11ed-9aca-16db11b12a2f | InvocationID=24eafaf2-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:44:02+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2389a910-54f1-11ed-9aca-16db11b12a2f | InvocationID=2389ac12-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:44:02+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=324ec778-54f1-11ed-9aca-16db11b12a2f | InvocationID=324ecf34-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:44:05+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24eaf872-54f1-11ed-9aca-16db11b12a2f | InvocationID=24eafaf2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:44:05+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d94244-54f1-11ed-9aca-16db11b12a2f | InvocationID=33d94424-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:44:05+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d94244-54f1-11ed-9aca-16db11b12a2f | InvocationID=33d94424-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:44:05+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33d94244-54f1-11ed-9aca-16db11b12a2f | InvocationID=33d94424-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:44:27+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=324ec778-54f1-11ed-9aca-16db11b12a2f | InvocationID=324ecf34-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:44:27+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41193dd8-54f1-11ed-9aca-16db11b12a2f | InvocationID=411940b2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:44:30+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33d94244-54f1-11ed-9aca-16db11b12a2f | InvocationID=33d94424-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:44:30+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42c890de-54f1-11ed-9aca-16db11b12a2f | InvocationID=42c894f8-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:44:30+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42c890de-54f1-11ed-9aca-16db11b12a2f | InvocationID=42c894f8-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:44:30+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42c890de-54f1-11ed-9aca-16db11b12a2f | InvocationID=42c894f8-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:44:52+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41193dd8-54f1-11ed-9aca-16db11b12a2f | InvocationID=411940b2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:44:52+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fe3c770-54f1-11ed-9aca-16db11b12a2f | InvocationID=4fe3c978-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:44:55+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42c890de-54f1-11ed-9aca-16db11b12a2f | InvocationID=42c894f8-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:44:55+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b6b30a-54f1-11ed-9aca-16db11b12a2f | InvocationID=51b6b4fe-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:44:55+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51b6b30a-54f1-11ed-9aca-16db11b12a2f | InvocationID=51b6b4fe-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:44:55+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51b6b30a-54f1-11ed-9aca-16db11b12a2f | InvocationID=51b6b4fe-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:45:17+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fe3c770-54f1-11ed-9aca-16db11b12a2f | InvocationID=4fe3c978-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:45:17+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ea76a64-54f1-11ed-9aca-16db11b12a2f | InvocationID=5ea76e1a-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:45:20+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51b6b30a-54f1-11ed-9aca-16db11b12a2f | InvocationID=51b6b4fe-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:45:20+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60a4bfb0-54f1-11ed-9aca-16db11b12a2f | InvocationID=60a4c212-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:45:20+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60a4bfb0-54f1-11ed-9aca-16db11b12a2f | InvocationID=60a4c212-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:45:20+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60a4bfb0-54f1-11ed-9aca-16db11b12a2f | InvocationID=60a4c212-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:45:41+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ea76a64-54f1-11ed-9aca-16db11b12a2f | InvocationID=5ea76e1a-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:45:41+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d6e620a-54f1-11ed-9aca-16db11b12a2f | InvocationID=6d6e6494-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:45:45+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60a4bfb0-54f1-11ed-9aca-16db11b12a2f | InvocationID=60a4c212-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:45:45+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f9566c8-54f1-11ed-9aca-16db11b12a2f | InvocationID=6f956998-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:45:45+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f9566c8-54f1-11ed-9aca-16db11b12a2f | InvocationID=6f956998-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:45:45+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f9566c8-54f1-11ed-9aca-16db11b12a2f | InvocationID=6f956998-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:46:06+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d6e620a-54f1-11ed-9aca-16db11b12a2f | InvocationID=6d6e6494-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:46:06+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3925fe-54f1-11ed-9aca-16db11b12a2f | InvocationID=7c3927f2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:46:10+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f9566c8-54f1-11ed-9aca-16db11b12a2f | InvocationID=6f956998-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:46:10+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e842fac-54f1-11ed-9aca-16db11b12a2f | InvocationID=7e84325e-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:46:10+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e842fac-54f1-11ed-9aca-16db11b12a2f | InvocationID=7e84325e-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:46:10+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e842fac-54f1-11ed-9aca-16db11b12a2f | InvocationID=7e84325e-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:46:31+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c3925fe-54f1-11ed-9aca-16db11b12a2f | InvocationID=7c3927f2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:46:31+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b01a7fa-54f1-11ed-9aca-16db11b12a2f | InvocationID=8b01aa0c-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:46:35+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e842fac-54f1-11ed-9aca-16db11b12a2f | InvocationID=7e84325e-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:46:35+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d7360fa-54f1-11ed-9aca-16db11b12a2f | InvocationID=8d7362f8-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:46:35+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d7360fa-54f1-11ed-9aca-16db11b12a2f | InvocationID=8d7362f8-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:46:35+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d7360fa-54f1-11ed-9aca-16db11b12a2f | InvocationID=8d7362f8-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:46:56+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b01a7fa-54f1-11ed-9aca-16db11b12a2f | InvocationID=8b01aa0c-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:46:56+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99c82368-54f1-11ed-9aca-16db11b12a2f | InvocationID=99c8261a-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:47:00+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d7360fa-54f1-11ed-9aca-16db11b12a2f | InvocationID=8d7362f8-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:47:00+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c6139d4-54f1-11ed-9aca-16db11b12a2f | InvocationID=9c613bc8-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:47:00+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c6139d4-54f1-11ed-9aca-16db11b12a2f | InvocationID=9c613bc8-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:47:00+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c6139d4-54f1-11ed-9aca-16db11b12a2f | InvocationID=9c613bc8-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:47:21+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99c82368-54f1-11ed-9aca-16db11b12a2f | InvocationID=99c8261a-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:47:21+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a88d59a4-54f1-11ed-9aca-16db11b12a2f | InvocationID=a88d5bac-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:47:25+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c6139d4-54f1-11ed-9aca-16db11b12a2f | InvocationID=9c613bc8-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:47:25+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab51be00-54f1-11ed-9aca-16db11b12a2f | InvocationID=ab51c012-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:47:25+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab51be00-54f1-11ed-9aca-16db11b12a2f | InvocationID=ab51c012-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:47:25+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab51be00-54f1-11ed-9aca-16db11b12a2f | InvocationID=ab51c012-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:47:45+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a88d59a4-54f1-11ed-9aca-16db11b12a2f | InvocationID=a88d5bac-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:47:45+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7536e06-54f1-11ed-9aca-16db11b12a2f | InvocationID=b7536fd2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:47:50+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab51be00-54f1-11ed-9aca-16db11b12a2f | InvocationID=ab51c012-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:47:50+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba420fa0-54f1-11ed-9aca-16db11b12a2f | InvocationID=ba4211c6-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:47:50+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba420fa0-54f1-11ed-9aca-16db11b12a2f | InvocationID=ba4211c6-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:47:50+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba420fa0-54f1-11ed-9aca-16db11b12a2f | InvocationID=ba4211c6-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:48:10+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7536e06-54f1-11ed-9aca-16db11b12a2f | InvocationID=b7536fd2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:48:10+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c61e2458-54f1-11ed-9aca-16db11b12a2f | InvocationID=c61e29b2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:48:15+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba420fa0-54f1-11ed-9aca-16db11b12a2f | InvocationID=ba4211c6-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:48:15+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c92f6e9a-54f1-11ed-9aca-16db11b12a2f | InvocationID=c92f7106-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:48:15+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c92f6e9a-54f1-11ed-9aca-16db11b12a2f | InvocationID=c92f7106-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:48:15+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c92f6e9a-54f1-11ed-9aca-16db11b12a2f | InvocationID=c92f7106-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:48:35+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c61e2458-54f1-11ed-9aca-16db11b12a2f | InvocationID=c61e29b2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:48:35+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4e33ca8-54f1-11ed-9aca-16db11b12a2f | InvocationID=d4e33f28-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:48:40+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c92f6e9a-54f1-11ed-9aca-16db11b12a2f | InvocationID=c92f7106-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:48:40+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81d1f7e-54f1-11ed-9aca-16db11b12a2f | InvocationID=d81d21c2-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:48:40+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81d1f7e-54f1-11ed-9aca-16db11b12a2f | InvocationID=d81d21c2-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:48:40+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d81d1f7e-54f1-11ed-9aca-16db11b12a2f | InvocationID=d81d21c2-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:49:00+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4e33ca8-54f1-11ed-9aca-16db11b12a2f | InvocationID=d4e33f28-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:49:00+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3a8271c-54f1-11ed-9aca-16db11b12a2f | InvocationID=e3a82a46-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:49:05+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d81d1f7e-54f1-11ed-9aca-16db11b12a2f | InvocationID=d81d21c2-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:49:05+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e70eb3e4-54f1-11ed-9aca-16db11b12a2f | InvocationID=e70eb718-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:49:05+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e70eb3e4-54f1-11ed-9aca-16db11b12a2f | InvocationID=e70eb718-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:49:05+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e70eb3e4-54f1-11ed-9aca-16db11b12a2f | InvocationID=e70eb718-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:49:24+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3a8271c-54f1-11ed-9aca-16db11b12a2f | InvocationID=e3a82a46-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:49:24+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f26b472a-54f1-11ed-9aca-16db11b12a2f | InvocationID=f26b4a22-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:49:30+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e70eb3e4-54f1-11ed-9aca-16db11b12a2f | InvocationID=e70eb718-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:49:30+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5fc07b2-54f1-11ed-9aca-16db11b12a2f | InvocationID=f5fc0abe-54f1-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:49:30+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5fc07b2-54f1-11ed-9aca-16db11b12a2f | InvocationID=f5fc0abe-54f1-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:49:30+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5fc07b2-54f1-11ed-9aca-16db11b12a2f | InvocationID=f5fc0abe-54f1-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:49:49+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f26b472a-54f1-11ed-9aca-16db11b12a2f | InvocationID=f26b4a22-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:49:49+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012ead92-54f2-11ed-9aca-16db11b12a2f | InvocationID=012eb058-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:49:55+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5fc07b2-54f1-11ed-9aca-16db11b12a2f | InvocationID=f5fc0abe-54f1-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:49:55+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ea2768-54f2-11ed-9aca-16db11b12a2f | InvocationID=04ea29a2-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:49:56+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04ea2768-54f2-11ed-9aca-16db11b12a2f | InvocationID=04ea29a2-54f2-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:49:56+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04ea2768-54f2-11ed-9aca-16db11b12a2f | InvocationID=04ea29a2-54f2-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:50:14+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=012ead92-54f2-11ed-9aca-16db11b12a2f | InvocationID=012eb058-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:50:14+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff50a60-54f2-11ed-9aca-16db11b12a2f | InvocationID=0ff51014-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:50:21+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04ea2768-54f2-11ed-9aca-16db11b12a2f | InvocationID=04ea29a2-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:50:21+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d8650a-54f2-11ed-9aca-16db11b12a2f | InvocationID=13d8683e-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:50:21+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d8650a-54f2-11ed-9aca-16db11b12a2f | InvocationID=13d8683e-54f2-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:50:21+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d8650a-54f2-11ed-9aca-16db11b12a2f | InvocationID=13d8683e-54f2-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:50:39+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ff50a60-54f2-11ed-9aca-16db11b12a2f | InvocationID=0ff51014-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:50:39+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ebc4248-54f2-11ed-9aca-16db11b12a2f | InvocationID=1ebc443c-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:50:46+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13d8650a-54f2-11ed-9aca-16db11b12a2f | InvocationID=13d8683e-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:50:46+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c782e4-54f2-11ed-9aca-16db11b12a2f | InvocationID=22c785b4-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:50:46+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22c782e4-54f2-11ed-9aca-16db11b12a2f | InvocationID=22c785b4-54f2-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:50:46+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22c782e4-54f2-11ed-9aca-16db11b12a2f | InvocationID=22c785b4-54f2-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:51:04+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ebc4248-54f2-11ed-9aca-16db11b12a2f | InvocationID=1ebc443c-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:51:04+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d810264-54f2-11ed-9aca-16db11b12a2f | InvocationID=2d81046c-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:51:11+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22c782e4-54f2-11ed-9aca-16db11b12a2f | InvocationID=22c785b4-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:51:11+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31bdcd94-54f2-11ed-9aca-16db11b12a2f | InvocationID=31bdcff6-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:51:11+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31bdcd94-54f2-11ed-9aca-16db11b12a2f | InvocationID=31bdcff6-54f2-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:51:11+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31bdcd94-54f2-11ed-9aca-16db11b12a2f | InvocationID=31bdcff6-54f2-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:51:28+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d810264-54f2-11ed-9aca-16db11b12a2f | InvocationID=2d81046c-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:51:28+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c47f92e-54f2-11ed-9aca-16db11b12a2f | InvocationID=3c47fc1c-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:51:36+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=31bdcd94-54f2-11ed-9aca-16db11b12a2f | InvocationID=31bdcff6-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:51:36+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ac4010-54f2-11ed-9aca-16db11b12a2f | InvocationID=40ac4cd6-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:51:36+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40ac4010-54f2-11ed-9aca-16db11b12a2f | InvocationID=40ac4cd6-54f2-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:51:36+0000 | policy_event_thread | 140265926785824 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40ac4010-54f2-11ed-9aca-16db11b12a2f | InvocationID=40ac4cd6-54f2-11ed-9aca-16db11b12a2f | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-26T05:51:53+0000 | aai_event_thread | 140265925724960 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c47f92e-54f2-11ed-9aca-16db11b12a2f | InvocationID=3c47fc1c-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF AAI events.
2022-10-26T05:51:53+0000 | aai_event_thread | 140265925724960 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b0b36ba-54f2-11ed-9aca-16db11b12a2f | InvocationID=4b0b38c2-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-26T05:52:01+0000 | policy_event_thread | 140265926785824 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40ac4010-54f2-11ed-9aca-16db11b12a2f | InvocationID=40ac4cd6-54f2-11ed-9aca-16db11b12a2f | Polling MR for XNF activation/deactivation policy response events.
2022-10-26T05:52:01+0000 | policy_event_thread | 140265926785824 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9dad98-54f2-11ed-9aca-16db11b12a2f | InvocationID=4f9dafdc-54f2-11ed-9aca-16db11b12a2f | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-26T05:52:01+0000 | policy_event_thread | 140265926785824 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f9dad98-54f2-11ed-9aca-16db11b12a2f | InvocationID=4f9dafdc-54f2-11ed-9aca-16db11b12a2f | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=se