Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-30T05:14:31+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b795a8e8-407e-11ed-a8aa-72844b1113d0 | InvocationID=b795aa96-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:14:31+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4227f78-407e-11ed-a8aa-72844b1113d0 | InvocationID=c4228126-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:14:32+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4227f78-407e-11ed-a8aa-72844b1113d0 | InvocationID=c4228126-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:14:32+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4227f78-407e-11ed-a8aa-72844b1113d0 | InvocationID=c4228126-407e-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:14:51+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c084cfec-407e-11ed-a8aa-72844b1113d0 | InvocationID=c084d366-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:14:51+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00ac9f8-407e-11ed-a8aa-72844b1113d0 | InvocationID=d00acb9c-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:14:51+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00ac9f8-407e-11ed-a8aa-72844b1113d0 | InvocationID=d00acb9c-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:14:51+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00ac9f8-407e-11ed-a8aa-72844b1113d0 | InvocationID=d00acb9c-407e-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:14:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4227f78-407e-11ed-a8aa-72844b1113d0 | InvocationID=c4228126-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:14:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d031878c-407e-11ed-a8aa-72844b1113d0 | InvocationID=d0318980-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:14:52+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d031878c-407e-11ed-a8aa-72844b1113d0 | InvocationID=d0318980-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:14:52+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d031878c-407e-11ed-a8aa-72844b1113d0 | InvocationID=d0318980-407e-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:15:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d031878c-407e-11ed-a8aa-72844b1113d0 | InvocationID=d0318980-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:15:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc249eee-407e-11ed-a8aa-72844b1113d0 | InvocationID=dc24a092-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:15:12+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc249eee-407e-11ed-a8aa-72844b1113d0 | InvocationID=dc24a092-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:15:12+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc249eee-407e-11ed-a8aa-72844b1113d0 | InvocationID=dc24a092-407e-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:15:16+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00ac9f8-407e-11ed-a8aa-72844b1113d0 | InvocationID=d00acb9c-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:15:16+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defce3e2-407e-11ed-a8aa-72844b1113d0 | InvocationID=defce586-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:15:17+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=defce3e2-407e-11ed-a8aa-72844b1113d0 | InvocationID=defce586-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:15:17+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defce3e2-407e-11ed-a8aa-72844b1113d0 | InvocationID=defce586-407e-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:15:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc249eee-407e-11ed-a8aa-72844b1113d0 | InvocationID=dc24a092-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:15:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e817e6ac-407e-11ed-a8aa-72844b1113d0 | InvocationID=e817e85a-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:15:32+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e817e6ac-407e-11ed-a8aa-72844b1113d0 | InvocationID=e817e85a-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:15:32+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e817e6ac-407e-11ed-a8aa-72844b1113d0 | InvocationID=e817e85a-407e-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:15:42+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=defce3e2-407e-11ed-a8aa-72844b1113d0 | InvocationID=defce586-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:15:42+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edeb848a-407e-11ed-a8aa-72844b1113d0 | InvocationID=edeb8714-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:15:42+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edeb848a-407e-11ed-a8aa-72844b1113d0 | InvocationID=edeb8714-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:15:42+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edeb848a-407e-11ed-a8aa-72844b1113d0 | InvocationID=edeb8714-407e-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:15:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e817e6ac-407e-11ed-a8aa-72844b1113d0 | InvocationID=e817e85a-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:15:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40b5f7a-407e-11ed-a8aa-72844b1113d0 | InvocationID=f40b613c-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:15:52+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f40b5f7a-407e-11ed-a8aa-72844b1113d0 | InvocationID=f40b613c-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:15:52+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40b5f7a-407e-11ed-a8aa-72844b1113d0 | InvocationID=f40b613c-407e-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:07+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edeb848a-407e-11ed-a8aa-72844b1113d0 | InvocationID=edeb8714-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:16:07+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcda7a3c-407e-11ed-a8aa-72844b1113d0 | InvocationID=fcda7bea-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:16:07+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcda7a3c-407e-11ed-a8aa-72844b1113d0 | InvocationID=fcda7bea-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:16:07+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcda7a3c-407e-11ed-a8aa-72844b1113d0 | InvocationID=fcda7bea-407e-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:16:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f40b5f7a-407e-11ed-a8aa-72844b1113d0 | InvocationID=f40b613c-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:16:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fffea094-407e-11ed-a8aa-72844b1113d0 | InvocationID=fffea2d8-407e-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:16:12+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fffea094-407e-11ed-a8aa-72844b1113d0 | InvocationID=fffea2d8-407e-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:12+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fffea094-407e-11ed-a8aa-72844b1113d0 | InvocationID=fffea2d8-407e-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:32+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcda7a3c-407e-11ed-a8aa-72844b1113d0 | InvocationID=fcda7bea-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:16:32+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bca42e8-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bca4572-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:16:32+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bca42e8-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bca4572-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:16:32+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bca42e8-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bca4572-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:16:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fffea094-407e-11ed-a8aa-72844b1113d0 | InvocationID=fffea2d8-407e-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:16:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf2a7a6-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bf2aa1c-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:16:32+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bf2a7a6-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bf2aa1c-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:32+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bf2a7a6-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bf2aa1c-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bf2a7a6-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bf2aa1c-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:16:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e85812-407f-11ed-a8aa-72844b1113d0 | InvocationID=17e859b6-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:16:52+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e85812-407f-11ed-a8aa-72844b1113d0 | InvocationID=17e859b6-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:52+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17e85812-407f-11ed-a8aa-72844b1113d0 | InvocationID=17e859b6-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:16:57+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bca42e8-407f-11ed-a8aa-72844b1113d0 | InvocationID=0bca4572-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:16:57+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab8bd02-407f-11ed-a8aa-72844b1113d0 | InvocationID=1ab8bece-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:16:57+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ab8bd02-407f-11ed-a8aa-72844b1113d0 | InvocationID=1ab8bece-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:16:57+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ab8bd02-407f-11ed-a8aa-72844b1113d0 | InvocationID=1ab8bece-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:17:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17e85812-407f-11ed-a8aa-72844b1113d0 | InvocationID=17e859b6-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:17:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23db5174-407f-11ed-a8aa-72844b1113d0 | InvocationID=23db5386-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:17:12+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23db5174-407f-11ed-a8aa-72844b1113d0 | InvocationID=23db5386-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:17:12+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23db5174-407f-11ed-a8aa-72844b1113d0 | InvocationID=23db5386-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:17:22+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ab8bd02-407f-11ed-a8aa-72844b1113d0 | InvocationID=1ab8bece-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:17:22+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a817f4-407f-11ed-a8aa-72844b1113d0 | InvocationID=29a819fc-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:17:22+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29a817f4-407f-11ed-a8aa-72844b1113d0 | InvocationID=29a819fc-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:17:22+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29a817f4-407f-11ed-a8aa-72844b1113d0 | InvocationID=29a819fc-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:17:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23db5174-407f-11ed-a8aa-72844b1113d0 | InvocationID=23db5386-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:17:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcde1d6-407f-11ed-a8aa-72844b1113d0 | InvocationID=2fcde384-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:17:32+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcde1d6-407f-11ed-a8aa-72844b1113d0 | InvocationID=2fcde384-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:17:32+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fcde1d6-407f-11ed-a8aa-72844b1113d0 | InvocationID=2fcde384-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:17:47+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29a817f4-407f-11ed-a8aa-72844b1113d0 | InvocationID=29a819fc-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:17:47+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3898c45c-407f-11ed-a8aa-72844b1113d0 | InvocationID=3898c61e-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:17:47+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3898c45c-407f-11ed-a8aa-72844b1113d0 | InvocationID=3898c61e-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:17:47+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3898c45c-407f-11ed-a8aa-72844b1113d0 | InvocationID=3898c61e-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:17:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fcde1d6-407f-11ed-a8aa-72844b1113d0 | InvocationID=2fcde384-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:17:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bc56e14-407f-11ed-a8aa-72844b1113d0 | InvocationID=3bc57120-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:17:52+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bc56e14-407f-11ed-a8aa-72844b1113d0 | InvocationID=3bc57120-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:17:52+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bc56e14-407f-11ed-a8aa-72844b1113d0 | InvocationID=3bc57120-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:18:12+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3898c45c-407f-11ed-a8aa-72844b1113d0 | InvocationID=3898c61e-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:18:12+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4788e12c-407f-11ed-a8aa-72844b1113d0 | InvocationID=4788e6b8-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:18:12+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4788e12c-407f-11ed-a8aa-72844b1113d0 | InvocationID=4788e6b8-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:18:12+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4788e12c-407f-11ed-a8aa-72844b1113d0 | InvocationID=4788e6b8-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:18:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bc56e14-407f-11ed-a8aa-72844b1113d0 | InvocationID=3bc57120-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:18:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c05a58-407f-11ed-a8aa-72844b1113d0 | InvocationID=47c05c10-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:18:12+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47c05a58-407f-11ed-a8aa-72844b1113d0 | InvocationID=47c05c10-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:18:12+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47c05a58-407f-11ed-a8aa-72844b1113d0 | InvocationID=47c05c10-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:18:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47c05a58-407f-11ed-a8aa-72844b1113d0 | InvocationID=47c05c10-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:18:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b39b5e-407f-11ed-a8aa-72844b1113d0 | InvocationID=53b39d8e-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:18:32+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b39b5e-407f-11ed-a8aa-72844b1113d0 | InvocationID=53b39d8e-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:18:32+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53b39b5e-407f-11ed-a8aa-72844b1113d0 | InvocationID=53b39d8e-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:18:37+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4788e12c-407f-11ed-a8aa-72844b1113d0 | InvocationID=4788e6b8-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:18:37+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5679b026-407f-11ed-a8aa-72844b1113d0 | InvocationID=5679b1de-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:18:37+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5679b026-407f-11ed-a8aa-72844b1113d0 | InvocationID=5679b1de-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:18:37+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5679b026-407f-11ed-a8aa-72844b1113d0 | InvocationID=5679b1de-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:18:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53b39b5e-407f-11ed-a8aa-72844b1113d0 | InvocationID=53b39d8e-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:18:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fa80166-407f-11ed-a8aa-72844b1113d0 | InvocationID=5fa80350-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:18:52+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5fa80166-407f-11ed-a8aa-72844b1113d0 | InvocationID=5fa80350-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:18:52+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fa80166-407f-11ed-a8aa-72844b1113d0 | InvocationID=5fa80350-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:19:02+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5679b026-407f-11ed-a8aa-72844b1113d0 | InvocationID=5679b1de-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:19:02+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=656834cc-407f-11ed-a8aa-72844b1113d0 | InvocationID=65683756-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:19:02+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=656834cc-407f-11ed-a8aa-72844b1113d0 | InvocationID=65683756-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:19:02+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=656834cc-407f-11ed-a8aa-72844b1113d0 | InvocationID=65683756-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:19:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5fa80166-407f-11ed-a8aa-72844b1113d0 | InvocationID=5fa80350-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:19:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9e2680-407f-11ed-a8aa-72844b1113d0 | InvocationID=6b9e281a-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:19:12+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b9e2680-407f-11ed-a8aa-72844b1113d0 | InvocationID=6b9e281a-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:19:12+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b9e2680-407f-11ed-a8aa-72844b1113d0 | InvocationID=6b9e281a-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:19:27+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=656834cc-407f-11ed-a8aa-72844b1113d0 | InvocationID=65683756-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:19:27+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7457964e-407f-11ed-a8aa-72844b1113d0 | InvocationID=745797e8-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:19:27+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7457964e-407f-11ed-a8aa-72844b1113d0 | InvocationID=745797e8-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:19:27+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7457964e-407f-11ed-a8aa-72844b1113d0 | InvocationID=745797e8-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:19:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6b9e2680-407f-11ed-a8aa-72844b1113d0 | InvocationID=6b9e281a-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:19:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7791689e-407f-11ed-a8aa-72844b1113d0 | InvocationID=77916ace-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:19:33+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7791689e-407f-11ed-a8aa-72844b1113d0 | InvocationID=77916ace-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:19:33+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7791689e-407f-11ed-a8aa-72844b1113d0 | InvocationID=77916ace-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:19:52+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7457964e-407f-11ed-a8aa-72844b1113d0 | InvocationID=745797e8-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:19:52+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8348664c-407f-11ed-a8aa-72844b1113d0 | InvocationID=834867fa-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:19:52+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8348664c-407f-11ed-a8aa-72844b1113d0 | InvocationID=834867fa-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:19:52+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8348664c-407f-11ed-a8aa-72844b1113d0 | InvocationID=834867fa-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:19:53+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7791689e-407f-11ed-a8aa-72844b1113d0 | InvocationID=77916ace-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:19:53+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83870118-407f-11ed-a8aa-72844b1113d0 | InvocationID=838702bc-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:19:53+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83870118-407f-11ed-a8aa-72844b1113d0 | InvocationID=838702bc-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:19:53+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83870118-407f-11ed-a8aa-72844b1113d0 | InvocationID=838702bc-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:20:13+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83870118-407f-11ed-a8aa-72844b1113d0 | InvocationID=838702bc-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:20:13+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7aa9d4-407f-11ed-a8aa-72844b1113d0 | InvocationID=8f7aac90-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:20:13+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7aa9d4-407f-11ed-a8aa-72844b1113d0 | InvocationID=8f7aac90-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:20:13+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f7aa9d4-407f-11ed-a8aa-72844b1113d0 | InvocationID=8f7aac90-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:20:17+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8348664c-407f-11ed-a8aa-72844b1113d0 | InvocationID=834867fa-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:20:17+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92384dde-407f-11ed-a8aa-72844b1113d0 | InvocationID=92384f82-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:20:17+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92384dde-407f-11ed-a8aa-72844b1113d0 | InvocationID=92384f82-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:20:17+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92384dde-407f-11ed-a8aa-72844b1113d0 | InvocationID=92384f82-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:20:33+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f7aa9d4-407f-11ed-a8aa-72844b1113d0 | InvocationID=8f7aac90-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:20:33+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b6ec932-407f-11ed-a8aa-72844b1113d0 | InvocationID=9b6ecacc-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:20:33+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b6ec932-407f-11ed-a8aa-72844b1113d0 | InvocationID=9b6ecacc-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:20:33+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b6ec932-407f-11ed-a8aa-72844b1113d0 | InvocationID=9b6ecacc-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:20:42+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92384dde-407f-11ed-a8aa-72844b1113d0 | InvocationID=92384f82-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:20:42+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12695f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=a1269792-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:20:42+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12695f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=a1269792-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:20:42+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12695f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=a1269792-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:20:53+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b6ec932-407f-11ed-a8aa-72844b1113d0 | InvocationID=9b6ecacc-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:20:53+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a762e53e-407f-11ed-a8aa-72844b1113d0 | InvocationID=a762e796-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:20:53+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a762e53e-407f-11ed-a8aa-72844b1113d0 | InvocationID=a762e796-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:20:53+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a762e53e-407f-11ed-a8aa-72844b1113d0 | InvocationID=a762e796-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:07+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12695f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=a1269792-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:21:07+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b015223c-407f-11ed-a8aa-72844b1113d0 | InvocationID=b0152cdc-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:21:07+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b015223c-407f-11ed-a8aa-72844b1113d0 | InvocationID=b0152cdc-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:21:07+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b015223c-407f-11ed-a8aa-72844b1113d0 | InvocationID=b0152cdc-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:21:13+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a762e53e-407f-11ed-a8aa-72844b1113d0 | InvocationID=a762e796-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:21:13+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b35685f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=b3568850-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:21:13+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b35685f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=b3568850-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:13+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b35685f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=b3568850-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:32+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b015223c-407f-11ed-a8aa-72844b1113d0 | InvocationID=b0152cdc-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:21:32+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf02bc46-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf02c3b2-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:21:32+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf02bc46-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf02c3b2-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:21:32+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf02bc46-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf02c3b2-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:21:33+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b35685f8-407f-11ed-a8aa-72844b1113d0 | InvocationID=b3568850-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:21:33+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4da7ce-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf4db1ba-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:21:33+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf4da7ce-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf4db1ba-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:33+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf4da7ce-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf4db1ba-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:53+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bf4da7ce-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf4db1ba-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:21:53+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb416458-407f-11ed-a8aa-72844b1113d0 | InvocationID=cb41667e-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:21:53+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb416458-407f-11ed-a8aa-72844b1113d0 | InvocationID=cb41667e-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:53+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb416458-407f-11ed-a8aa-72844b1113d0 | InvocationID=cb41667e-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:21:57+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf02bc46-407f-11ed-a8aa-72844b1113d0 | InvocationID=bf02c3b2-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:21:57+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf45642-407f-11ed-a8aa-72844b1113d0 | InvocationID=cdf457d2-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:21:57+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdf45642-407f-11ed-a8aa-72844b1113d0 | InvocationID=cdf457d2-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:21:57+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf45642-407f-11ed-a8aa-72844b1113d0 | InvocationID=cdf457d2-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:22:13+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb416458-407f-11ed-a8aa-72844b1113d0 | InvocationID=cb41667e-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:22:13+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7347a70-407f-11ed-a8aa-72844b1113d0 | InvocationID=d7347c1e-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:22:13+0000 | aai_event_thread | 140195840482080 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7347a70-407f-11ed-a8aa-72844b1113d0 | InvocationID=d7347c1e-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:22:13+0000 | aai_event_thread | 140195840482080 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7347a70-407f-11ed-a8aa-72844b1113d0 | InvocationID=d7347c1e-407f-11ed-a8aa-72844b1113d0 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-30T05:22:22+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdf45642-407f-11ed-a8aa-72844b1113d0 | InvocationID=cdf457d2-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:22:22+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce227ba-407f-11ed-a8aa-72844b1113d0 | InvocationID=dce229a4-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:22:22+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dce227ba-407f-11ed-a8aa-72844b1113d0 | InvocationID=dce229a4-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:22:22+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce227ba-407f-11ed-a8aa-72844b1113d0 | InvocationID=dce229a4-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:22:33+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7347a70-407f-11ed-a8aa-72844b1113d0 | InvocationID=d7347c1e-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:22:33+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3292c04-407f-11ed-a8aa-72844b1113d0 | InvocationID=e3293334-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:22:47+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dce227ba-407f-11ed-a8aa-72844b1113d0 | InvocationID=dce229a4-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:22:47+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd1d75c-407f-11ed-a8aa-72844b1113d0 | InvocationID=ebd1d9c8-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:22:48+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebd1d75c-407f-11ed-a8aa-72844b1113d0 | InvocationID=ebd1d9c8-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:22:48+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebd1d75c-407f-11ed-a8aa-72844b1113d0 | InvocationID=ebd1d9c8-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:22:58+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3292c04-407f-11ed-a8aa-72844b1113d0 | InvocationID=e3293334-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:22:58+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1ff86ba-407f-11ed-a8aa-72844b1113d0 | InvocationID=f1ff8886-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:23:13+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebd1d75c-407f-11ed-a8aa-72844b1113d0 | InvocationID=ebd1d9c8-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:23:13+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac1072e-407f-11ed-a8aa-72844b1113d0 | InvocationID=fac10a1c-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:23:13+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fac1072e-407f-11ed-a8aa-72844b1113d0 | InvocationID=fac10a1c-407f-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:23:13+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fac1072e-407f-11ed-a8aa-72844b1113d0 | InvocationID=fac10a1c-407f-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:23:18+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1ff86ba-407f-11ed-a8aa-72844b1113d0 | InvocationID=f1ff8886-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:23:18+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fdf6787a-407f-11ed-a8aa-72844b1113d0 | InvocationID=fdf67a28-407f-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:23:38+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fac1072e-407f-11ed-a8aa-72844b1113d0 | InvocationID=fac10a1c-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:23:38+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09af4598-4080-11ed-a8aa-72844b1113d0 | InvocationID=09af4746-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:23:38+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09af4598-4080-11ed-a8aa-72844b1113d0 | InvocationID=09af4746-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:23:38+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09af4598-4080-11ed-a8aa-72844b1113d0 | InvocationID=09af4746-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:23:38+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fdf6787a-407f-11ed-a8aa-72844b1113d0 | InvocationID=fdf67a28-407f-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:23:38+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09ed8b50-4080-11ed-a8aa-72844b1113d0 | InvocationID=09ed8d80-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:23:58+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09ed8b50-4080-11ed-a8aa-72844b1113d0 | InvocationID=09ed8d80-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:23:58+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f7bd30-4080-11ed-a8aa-72844b1113d0 | InvocationID=15f7c41a-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:24:03+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09af4598-4080-11ed-a8aa-72844b1113d0 | InvocationID=09af4746-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:24:03+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=189d4992-4080-11ed-a8aa-72844b1113d0 | InvocationID=189d4bd6-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:24:03+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=189d4992-4080-11ed-a8aa-72844b1113d0 | InvocationID=189d4bd6-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:24:03+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=189d4992-4080-11ed-a8aa-72844b1113d0 | InvocationID=189d4bd6-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:24:19+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f7bd30-4080-11ed-a8aa-72844b1113d0 | InvocationID=15f7c41a-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:24:19+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=223e83c6-4080-11ed-a8aa-72844b1113d0 | InvocationID=223e863c-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:24:28+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=189d4992-4080-11ed-a8aa-72844b1113d0 | InvocationID=189d4bd6-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:24:28+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=278c982c-4080-11ed-a8aa-72844b1113d0 | InvocationID=278c99f8-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:24:28+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=278c982c-4080-11ed-a8aa-72844b1113d0 | InvocationID=278c99f8-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:24:28+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=278c982c-4080-11ed-a8aa-72844b1113d0 | InvocationID=278c99f8-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:24:44+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=223e83c6-4080-11ed-a8aa-72844b1113d0 | InvocationID=223e863c-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:24:44+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3103a21a-4080-11ed-a8aa-72844b1113d0 | InvocationID=3103a3be-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:24:53+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=278c982c-4080-11ed-a8aa-72844b1113d0 | InvocationID=278c99f8-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:24:53+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367a1774-4080-11ed-a8aa-72844b1113d0 | InvocationID=367a197c-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:24:53+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=367a1774-4080-11ed-a8aa-72844b1113d0 | InvocationID=367a197c-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:24:53+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=367a1774-4080-11ed-a8aa-72844b1113d0 | InvocationID=367a197c-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:25:08+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3103a21a-4080-11ed-a8aa-72844b1113d0 | InvocationID=3103a3be-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:25:08+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fd134d8-4080-11ed-a8aa-72844b1113d0 | InvocationID=3fd136a4-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:25:18+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=367a1774-4080-11ed-a8aa-72844b1113d0 | InvocationID=367a197c-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:25:18+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4567ad32-4080-11ed-a8aa-72844b1113d0 | InvocationID=4567aee0-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:25:18+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4567ad32-4080-11ed-a8aa-72844b1113d0 | InvocationID=4567aee0-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:25:18+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4567ad32-4080-11ed-a8aa-72844b1113d0 | InvocationID=4567aee0-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:25:33+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fd134d8-4080-11ed-a8aa-72844b1113d0 | InvocationID=3fd136a4-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:25:33+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e963964-4080-11ed-a8aa-72844b1113d0 | InvocationID=4e963b6c-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:25:43+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4567ad32-4080-11ed-a8aa-72844b1113d0 | InvocationID=4567aee0-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:25:43+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5454e1a2-4080-11ed-a8aa-72844b1113d0 | InvocationID=5454e332-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:25:43+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5454e1a2-4080-11ed-a8aa-72844b1113d0 | InvocationID=5454e332-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:25:43+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5454e1a2-4080-11ed-a8aa-72844b1113d0 | InvocationID=5454e332-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:25:58+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e963964-4080-11ed-a8aa-72844b1113d0 | InvocationID=4e963b6c-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:25:58+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d5a6dee-4080-11ed-a8aa-72844b1113d0 | InvocationID=5d5a6f9c-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:26:08+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5454e1a2-4080-11ed-a8aa-72844b1113d0 | InvocationID=5454e332-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:26:08+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63433150-4080-11ed-a8aa-72844b1113d0 | InvocationID=63433330-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:26:08+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63433150-4080-11ed-a8aa-72844b1113d0 | InvocationID=63433330-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:26:08+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63433150-4080-11ed-a8aa-72844b1113d0 | InvocationID=63433330-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:26:23+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d5a6dee-4080-11ed-a8aa-72844b1113d0 | InvocationID=5d5a6f9c-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:26:23+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c20943e-4080-11ed-a8aa-72844b1113d0 | InvocationID=6c20961e-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:26:33+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63433150-4080-11ed-a8aa-72844b1113d0 | InvocationID=63433330-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:26:33+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7231508e-4080-11ed-a8aa-72844b1113d0 | InvocationID=7231526e-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:26:33+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7231508e-4080-11ed-a8aa-72844b1113d0 | InvocationID=7231526e-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:26:33+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7231508e-4080-11ed-a8aa-72844b1113d0 | InvocationID=7231526e-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:26:48+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c20943e-4080-11ed-a8aa-72844b1113d0 | InvocationID=6c20961e-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:26:48+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ae65af8-4080-11ed-a8aa-72844b1113d0 | InvocationID=7ae65d50-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:26:58+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7231508e-4080-11ed-a8aa-72844b1113d0 | InvocationID=7231526e-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:26:58+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=811e6ec4-4080-11ed-a8aa-72844b1113d0 | InvocationID=811e705e-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:26:58+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=811e6ec4-4080-11ed-a8aa-72844b1113d0 | InvocationID=811e705e-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:26:58+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=811e6ec4-4080-11ed-a8aa-72844b1113d0 | InvocationID=811e705e-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:27:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ae65af8-4080-11ed-a8aa-72844b1113d0 | InvocationID=7ae65d50-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:27:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89aae626-4080-11ed-a8aa-72844b1113d0 | InvocationID=89aae806-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:27:23+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=811e6ec4-4080-11ed-a8aa-72844b1113d0 | InvocationID=811e705e-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:27:23+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=900b9fce-4080-11ed-a8aa-72844b1113d0 | InvocationID=900ba186-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:27:23+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=900b9fce-4080-11ed-a8aa-72844b1113d0 | InvocationID=900ba186-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:27:23+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=900b9fce-4080-11ed-a8aa-72844b1113d0 | InvocationID=900ba186-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:27:37+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89aae626-4080-11ed-a8aa-72844b1113d0 | InvocationID=89aae806-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:27:37+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98777c00-4080-11ed-a8aa-72844b1113d0 | InvocationID=98777f0c-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:27:48+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=900b9fce-4080-11ed-a8aa-72844b1113d0 | InvocationID=900ba186-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:27:48+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9efa104c-4080-11ed-a8aa-72844b1113d0 | InvocationID=9efa11fa-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:27:48+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9efa104c-4080-11ed-a8aa-72844b1113d0 | InvocationID=9efa11fa-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:27:48+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9efa104c-4080-11ed-a8aa-72844b1113d0 | InvocationID=9efa11fa-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:28:02+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98777c00-4080-11ed-a8aa-72844b1113d0 | InvocationID=98777f0c-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:28:02+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73de094-4080-11ed-a8aa-72844b1113d0 | InvocationID=a73de2e2-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:28:13+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9efa104c-4080-11ed-a8aa-72844b1113d0 | InvocationID=9efa11fa-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:28:13+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ade83516-4080-11ed-a8aa-72844b1113d0 | InvocationID=ade836a6-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:28:13+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ade83516-4080-11ed-a8aa-72844b1113d0 | InvocationID=ade836a6-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:28:13+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ade83516-4080-11ed-a8aa-72844b1113d0 | InvocationID=ade836a6-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:28:27+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a73de094-4080-11ed-a8aa-72844b1113d0 | InvocationID=a73de2e2-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:28:27+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b607d184-4080-11ed-a8aa-72844b1113d0 | InvocationID=b607d364-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:28:38+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ade83516-4080-11ed-a8aa-72844b1113d0 | InvocationID=ade836a6-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:28:38+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcd60e90-4080-11ed-a8aa-72844b1113d0 | InvocationID=bcd610e8-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:28:38+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcd60e90-4080-11ed-a8aa-72844b1113d0 | InvocationID=bcd610e8-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:28:38+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcd60e90-4080-11ed-a8aa-72844b1113d0 | InvocationID=bcd610e8-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:28:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b607d184-4080-11ed-a8aa-72844b1113d0 | InvocationID=b607d364-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:28:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4cd90fa-4080-11ed-a8aa-72844b1113d0 | InvocationID=c4cd9474-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:29:03+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcd60e90-4080-11ed-a8aa-72844b1113d0 | InvocationID=bcd610e8-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:29:03+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbc57724-4080-11ed-a8aa-72844b1113d0 | InvocationID=cbc5794a-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:29:03+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbc57724-4080-11ed-a8aa-72844b1113d0 | InvocationID=cbc5794a-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:29:03+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbc57724-4080-11ed-a8aa-72844b1113d0 | InvocationID=cbc5794a-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:29:16+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4cd90fa-4080-11ed-a8aa-72844b1113d0 | InvocationID=c4cd9474-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:29:16+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3927f42-4080-11ed-a8aa-72844b1113d0 | InvocationID=d3928122-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:29:28+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbc57724-4080-11ed-a8aa-72844b1113d0 | InvocationID=cbc5794a-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:29:28+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab30580-4080-11ed-a8aa-72844b1113d0 | InvocationID=dab3079c-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:29:28+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dab30580-4080-11ed-a8aa-72844b1113d0 | InvocationID=dab3079c-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:29:28+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dab30580-4080-11ed-a8aa-72844b1113d0 | InvocationID=dab3079c-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:29:41+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3927f42-4080-11ed-a8aa-72844b1113d0 | InvocationID=d3928122-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:29:41+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2592cc4-4080-11ed-a8aa-72844b1113d0 | InvocationID=e2592efe-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:29:53+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dab30580-4080-11ed-a8aa-72844b1113d0 | InvocationID=dab3079c-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:29:53+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9a130bc-4080-11ed-a8aa-72844b1113d0 | InvocationID=e9a132ce-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:29:53+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9a130bc-4080-11ed-a8aa-72844b1113d0 | InvocationID=e9a132ce-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:29:53+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9a130bc-4080-11ed-a8aa-72844b1113d0 | InvocationID=e9a132ce-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:30:06+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2592cc4-4080-11ed-a8aa-72844b1113d0 | InvocationID=e2592efe-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:30:06+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f11e3858-4080-11ed-a8aa-72844b1113d0 | InvocationID=f11e3fe2-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:30:18+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9a130bc-4080-11ed-a8aa-72844b1113d0 | InvocationID=e9a132ce-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:30:18+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88f2020-4080-11ed-a8aa-72844b1113d0 | InvocationID=f88f2246-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:30:18+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f88f2020-4080-11ed-a8aa-72844b1113d0 | InvocationID=f88f2246-4080-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:30:18+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f88f2020-4080-11ed-a8aa-72844b1113d0 | InvocationID=f88f2246-4080-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:30:31+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f11e3858-4080-11ed-a8aa-72844b1113d0 | InvocationID=f11e3fe2-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:30:31+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ffe61996-4080-11ed-a8aa-72844b1113d0 | InvocationID=ffe61ba8-4080-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:30:43+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f88f2020-4080-11ed-a8aa-72844b1113d0 | InvocationID=f88f2246-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:30:43+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077cd9d8-4081-11ed-a8aa-72844b1113d0 | InvocationID=077cdca8-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:30:43+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=077cd9d8-4081-11ed-a8aa-72844b1113d0 | InvocationID=077cdca8-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:30:43+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=077cd9d8-4081-11ed-a8aa-72844b1113d0 | InvocationID=077cdca8-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:30:55+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ffe61996-4080-11ed-a8aa-72844b1113d0 | InvocationID=ffe61ba8-4080-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:30:55+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0eaa981c-4081-11ed-a8aa-72844b1113d0 | InvocationID=0eaa99d4-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:31:08+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=077cd9d8-4081-11ed-a8aa-72844b1113d0 | InvocationID=077cdca8-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:31:08+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166b83b8-4081-11ed-a8aa-72844b1113d0 | InvocationID=166b85c0-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:31:08+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=166b83b8-4081-11ed-a8aa-72844b1113d0 | InvocationID=166b85c0-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:31:08+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=166b83b8-4081-11ed-a8aa-72844b1113d0 | InvocationID=166b85c0-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:31:20+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0eaa981c-4081-11ed-a8aa-72844b1113d0 | InvocationID=0eaa99d4-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:31:20+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d6ff34c-4081-11ed-a8aa-72844b1113d0 | InvocationID=1d6ff4f0-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:31:33+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=166b83b8-4081-11ed-a8aa-72844b1113d0 | InvocationID=166b85c0-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:31:33+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2559862c-4081-11ed-a8aa-72844b1113d0 | InvocationID=255987d0-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:31:34+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2559862c-4081-11ed-a8aa-72844b1113d0 | InvocationID=255987d0-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:31:34+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2559862c-4081-11ed-a8aa-72844b1113d0 | InvocationID=255987d0-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:31:45+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d6ff34c-4081-11ed-a8aa-72844b1113d0 | InvocationID=1d6ff4f0-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:31:45+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c359b7a-4081-11ed-a8aa-72844b1113d0 | InvocationID=2c359d46-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:31:59+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2559862c-4081-11ed-a8aa-72844b1113d0 | InvocationID=255987d0-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:31:59+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344831a6-4081-11ed-a8aa-72844b1113d0 | InvocationID=34483354-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:31:59+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344831a6-4081-11ed-a8aa-72844b1113d0 | InvocationID=34483354-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:31:59+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344831a6-4081-11ed-a8aa-72844b1113d0 | InvocationID=34483354-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:32:10+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c359b7a-4081-11ed-a8aa-72844b1113d0 | InvocationID=2c359d46-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:32:10+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afdf954-4081-11ed-a8aa-72844b1113d0 | InvocationID=3afe0480-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:32:24+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=344831a6-4081-11ed-a8aa-72844b1113d0 | InvocationID=34483354-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:32:24+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43357890-4081-11ed-a8aa-72844b1113d0 | InvocationID=43357af2-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:32:24+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43357890-4081-11ed-a8aa-72844b1113d0 | InvocationID=43357af2-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:32:24+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43357890-4081-11ed-a8aa-72844b1113d0 | InvocationID=43357af2-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:32:35+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3afdf954-4081-11ed-a8aa-72844b1113d0 | InvocationID=3afe0480-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:32:35+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49c1f486-4081-11ed-a8aa-72844b1113d0 | InvocationID=49c1f634-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:32:49+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43357890-4081-11ed-a8aa-72844b1113d0 | InvocationID=43357af2-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:32:49+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=522311c8-4081-11ed-a8aa-72844b1113d0 | InvocationID=52231376-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:32:49+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=522311c8-4081-11ed-a8aa-72844b1113d0 | InvocationID=52231376-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:32:49+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=522311c8-4081-11ed-a8aa-72844b1113d0 | InvocationID=52231376-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:32:59+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49c1f486-4081-11ed-a8aa-72844b1113d0 | InvocationID=49c1f634-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:32:59+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5889a554-4081-11ed-a8aa-72844b1113d0 | InvocationID=5889a7fc-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:33:14+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=522311c8-4081-11ed-a8aa-72844b1113d0 | InvocationID=52231376-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:33:14+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=611029f0-4081-11ed-a8aa-72844b1113d0 | InvocationID=61102bc6-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:33:14+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=611029f0-4081-11ed-a8aa-72844b1113d0 | InvocationID=61102bc6-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:33:14+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=611029f0-4081-11ed-a8aa-72844b1113d0 | InvocationID=61102bc6-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:33:24+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5889a554-4081-11ed-a8aa-72844b1113d0 | InvocationID=5889a7fc-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:33:24+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67526a76-4081-11ed-a8aa-72844b1113d0 | InvocationID=67527692-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:33:39+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=611029f0-4081-11ed-a8aa-72844b1113d0 | InvocationID=61102bc6-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:33:39+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ffd9af6-4081-11ed-a8aa-72844b1113d0 | InvocationID=6ffd9de4-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:33:39+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ffd9af6-4081-11ed-a8aa-72844b1113d0 | InvocationID=6ffd9de4-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:33:39+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ffd9af6-4081-11ed-a8aa-72844b1113d0 | InvocationID=6ffd9de4-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:33:49+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67526a76-4081-11ed-a8aa-72844b1113d0 | InvocationID=67527692-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:33:49+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7616f9c8-4081-11ed-a8aa-72844b1113d0 | InvocationID=7616fb6c-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:34:04+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ffd9af6-4081-11ed-a8aa-72844b1113d0 | InvocationID=6ffd9de4-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:34:04+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eecfa98-4081-11ed-a8aa-72844b1113d0 | InvocationID=7eecfc46-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:34:04+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eecfa98-4081-11ed-a8aa-72844b1113d0 | InvocationID=7eecfc46-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:34:04+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eecfa98-4081-11ed-a8aa-72844b1113d0 | InvocationID=7eecfc46-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:34:14+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7616f9c8-4081-11ed-a8aa-72844b1113d0 | InvocationID=7616fb6c-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:34:14+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84db8032-4081-11ed-a8aa-72844b1113d0 | InvocationID=84db81f4-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:34:29+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eecfa98-4081-11ed-a8aa-72844b1113d0 | InvocationID=7eecfc46-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:34:29+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ddbbcb0-4081-11ed-a8aa-72844b1113d0 | InvocationID=8ddbbe5e-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:34:29+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ddbbcb0-4081-11ed-a8aa-72844b1113d0 | InvocationID=8ddbbe5e-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:34:29+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ddbbcb0-4081-11ed-a8aa-72844b1113d0 | InvocationID=8ddbbe5e-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:34:39+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84db8032-4081-11ed-a8aa-72844b1113d0 | InvocationID=84db81f4-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:34:39+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93a22544-4081-11ed-a8aa-72844b1113d0 | InvocationID=93a226e8-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:34:54+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ddbbcb0-4081-11ed-a8aa-72844b1113d0 | InvocationID=8ddbbe5e-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:34:54+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc8b48a-4081-11ed-a8aa-72844b1113d0 | InvocationID=9cc8b8f4-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:34:54+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc8b48a-4081-11ed-a8aa-72844b1113d0 | InvocationID=9cc8b8f4-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:34:54+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc8b48a-4081-11ed-a8aa-72844b1113d0 | InvocationID=9cc8b8f4-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:35:03+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93a22544-4081-11ed-a8aa-72844b1113d0 | InvocationID=93a226e8-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:35:03+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a269e058-4081-11ed-a8aa-72844b1113d0 | InvocationID=a269e22e-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:35:19+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc8b48a-4081-11ed-a8aa-72844b1113d0 | InvocationID=9cc8b8f4-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:35:19+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abba926a-4081-11ed-a8aa-72844b1113d0 | InvocationID=abba9418-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:35:19+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abba926a-4081-11ed-a8aa-72844b1113d0 | InvocationID=abba9418-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:35:19+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abba926a-4081-11ed-a8aa-72844b1113d0 | InvocationID=abba9418-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:35:28+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a269e058-4081-11ed-a8aa-72844b1113d0 | InvocationID=a269e22e-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:35:28+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b12da372-4081-11ed-a8aa-72844b1113d0 | InvocationID=b12da520-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:35:44+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abba926a-4081-11ed-a8aa-72844b1113d0 | InvocationID=abba9418-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:35:44+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa8dafc-4081-11ed-a8aa-72844b1113d0 | InvocationID=baa8dcdc-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:35:44+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa8dafc-4081-11ed-a8aa-72844b1113d0 | InvocationID=baa8dcdc-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:35:44+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa8dafc-4081-11ed-a8aa-72844b1113d0 | InvocationID=baa8dcdc-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:35:53+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b12da372-4081-11ed-a8aa-72844b1113d0 | InvocationID=b12da520-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:35:53+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bff23cec-4081-11ed-a8aa-72844b1113d0 | InvocationID=bff23e9a-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:36:09+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa8dafc-4081-11ed-a8aa-72844b1113d0 | InvocationID=baa8dcdc-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:36:09+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9965990-4081-11ed-a8aa-72844b1113d0 | InvocationID=c9965b34-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:36:09+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9965990-4081-11ed-a8aa-72844b1113d0 | InvocationID=c9965b34-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:36:09+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9965990-4081-11ed-a8aa-72844b1113d0 | InvocationID=c9965b34-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:36:18+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bff23cec-4081-11ed-a8aa-72844b1113d0 | InvocationID=bff23e9a-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:36:18+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ceb6aeca-4081-11ed-a8aa-72844b1113d0 | InvocationID=ceb6b06e-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:36:34+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9965990-4081-11ed-a8aa-72844b1113d0 | InvocationID=c9965b34-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:36:34+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8837d20-4081-11ed-a8aa-72844b1113d0 | InvocationID=d8837fc8-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:36:34+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8837d20-4081-11ed-a8aa-72844b1113d0 | InvocationID=d8837fc8-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:36:34+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8837d20-4081-11ed-a8aa-72844b1113d0 | InvocationID=d8837fc8-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:36:42+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ceb6aeca-4081-11ed-a8aa-72844b1113d0 | InvocationID=ceb6b06e-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:36:42+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd799d28-4081-11ed-a8aa-72844b1113d0 | InvocationID=dd799ef4-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:36:59+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8837d20-4081-11ed-a8aa-72844b1113d0 | InvocationID=d8837fc8-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:36:59+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77291f4-4081-11ed-a8aa-72844b1113d0 | InvocationID=e77293ac-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:36:59+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77291f4-4081-11ed-a8aa-72844b1113d0 | InvocationID=e77293ac-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:36:59+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e77291f4-4081-11ed-a8aa-72844b1113d0 | InvocationID=e77293ac-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:37:07+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd799d28-4081-11ed-a8aa-72844b1113d0 | InvocationID=dd799ef4-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:37:07+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec3cf0f8-4081-11ed-a8aa-72844b1113d0 | InvocationID=ec3cf332-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:37:24+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e77291f4-4081-11ed-a8aa-72844b1113d0 | InvocationID=e77293ac-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:37:24+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6612978-4081-11ed-a8aa-72844b1113d0 | InvocationID=f6612b9e-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:37:24+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6612978-4081-11ed-a8aa-72844b1113d0 | InvocationID=f6612b9e-4081-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:37:24+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6612978-4081-11ed-a8aa-72844b1113d0 | InvocationID=f6612b9e-4081-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:37:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec3cf0f8-4081-11ed-a8aa-72844b1113d0 | InvocationID=ec3cf332-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:37:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb02d652-4081-11ed-a8aa-72844b1113d0 | InvocationID=fb02d882-4081-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:37:49+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6612978-4081-11ed-a8aa-72844b1113d0 | InvocationID=f6612b9e-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:37:49+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=054eb39c-4082-11ed-a8aa-72844b1113d0 | InvocationID=054eb57c-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:37:49+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=054eb39c-4082-11ed-a8aa-72844b1113d0 | InvocationID=054eb57c-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:37:49+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=054eb39c-4082-11ed-a8aa-72844b1113d0 | InvocationID=054eb57c-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:37:57+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb02d652-4081-11ed-a8aa-72844b1113d0 | InvocationID=fb02d882-4081-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:37:57+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09c6a42a-4082-11ed-a8aa-72844b1113d0 | InvocationID=09c6a5e2-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:38:14+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=054eb39c-4082-11ed-a8aa-72844b1113d0 | InvocationID=054eb57c-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:38:14+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143c1bba-4082-11ed-a8aa-72844b1113d0 | InvocationID=143c1f84-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:38:14+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=143c1bba-4082-11ed-a8aa-72844b1113d0 | InvocationID=143c1f84-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:38:14+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143c1bba-4082-11ed-a8aa-72844b1113d0 | InvocationID=143c1f84-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:38:21+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09c6a42a-4082-11ed-a8aa-72844b1113d0 | InvocationID=09c6a5e2-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:38:22+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=188a6406-4082-11ed-a8aa-72844b1113d0 | InvocationID=188a676c-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:38:39+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=143c1bba-4082-11ed-a8aa-72844b1113d0 | InvocationID=143c1f84-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:38:39+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2329f4a8-4082-11ed-a8aa-72844b1113d0 | InvocationID=2329f7b4-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:38:39+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2329f4a8-4082-11ed-a8aa-72844b1113d0 | InvocationID=2329f7b4-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:38:39+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2329f4a8-4082-11ed-a8aa-72844b1113d0 | InvocationID=2329f7b4-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:38:46+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=188a6406-4082-11ed-a8aa-72844b1113d0 | InvocationID=188a676c-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:38:46+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2756015c-4082-11ed-a8aa-72844b1113d0 | InvocationID=27560350-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:39:04+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2329f4a8-4082-11ed-a8aa-72844b1113d0 | InvocationID=2329f7b4-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:39:04+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3216e94e-4082-11ed-a8aa-72844b1113d0 | InvocationID=3216ec3c-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:39:04+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3216e94e-4082-11ed-a8aa-72844b1113d0 | InvocationID=3216ec3c-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:39:04+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3216e94e-4082-11ed-a8aa-72844b1113d0 | InvocationID=3216ec3c-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:39:11+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2756015c-4082-11ed-a8aa-72844b1113d0 | InvocationID=27560350-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:39:11+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=361ac77c-4082-11ed-a8aa-72844b1113d0 | InvocationID=361ac9ca-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:39:29+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3216e94e-4082-11ed-a8aa-72844b1113d0 | InvocationID=3216ec3c-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:39:29+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4104d95c-4082-11ed-a8aa-72844b1113d0 | InvocationID=4104db3c-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:39:29+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4104d95c-4082-11ed-a8aa-72844b1113d0 | InvocationID=4104db3c-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:39:29+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4104d95c-4082-11ed-a8aa-72844b1113d0 | InvocationID=4104db3c-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:39:36+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=361ac77c-4082-11ed-a8aa-72844b1113d0 | InvocationID=361ac9ca-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:39:36+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44dd0cf2-4082-11ed-a8aa-72844b1113d0 | InvocationID=44dd0ec8-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:39:54+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4104d95c-4082-11ed-a8aa-72844b1113d0 | InvocationID=4104db3c-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:39:54+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff1f396-4082-11ed-a8aa-72844b1113d0 | InvocationID=4ff1f54e-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:39:55+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff1f396-4082-11ed-a8aa-72844b1113d0 | InvocationID=4ff1f54e-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:39:55+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ff1f396-4082-11ed-a8aa-72844b1113d0 | InvocationID=4ff1f54e-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:40:01+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44dd0cf2-4082-11ed-a8aa-72844b1113d0 | InvocationID=44dd0ec8-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:40:01+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a05cf8-4082-11ed-a8aa-72844b1113d0 | InvocationID=53a05eba-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:40:20+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ff1f396-4082-11ed-a8aa-72844b1113d0 | InvocationID=4ff1f54e-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:40:20+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee08192-4082-11ed-a8aa-72844b1113d0 | InvocationID=5ee08372-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:40:20+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee08192-4082-11ed-a8aa-72844b1113d0 | InvocationID=5ee08372-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:40:20+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ee08192-4082-11ed-a8aa-72844b1113d0 | InvocationID=5ee08372-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:40:25+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53a05cf8-4082-11ed-a8aa-72844b1113d0 | InvocationID=53a05eba-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:40:25+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6265cad4-4082-11ed-a8aa-72844b1113d0 | InvocationID=6265cd04-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:40:45+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ee08192-4082-11ed-a8aa-72844b1113d0 | InvocationID=5ee08372-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:40:45+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dcdfc52-4082-11ed-a8aa-72844b1113d0 | InvocationID=6dcdfe8c-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:40:45+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dcdfc52-4082-11ed-a8aa-72844b1113d0 | InvocationID=6dcdfe8c-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:40:45+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dcdfc52-4082-11ed-a8aa-72844b1113d0 | InvocationID=6dcdfe8c-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:40:50+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6265cad4-4082-11ed-a8aa-72844b1113d0 | InvocationID=6265cd04-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:40:50+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=712a2510-4082-11ed-a8aa-72844b1113d0 | InvocationID=712a2a42-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:41:10+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dcdfc52-4082-11ed-a8aa-72844b1113d0 | InvocationID=6dcdfe8c-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:41:10+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbc2e8c-4082-11ed-a8aa-72844b1113d0 | InvocationID=7cbc303a-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:41:10+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbc2e8c-4082-11ed-a8aa-72844b1113d0 | InvocationID=7cbc303a-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:41:10+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cbc2e8c-4082-11ed-a8aa-72844b1113d0 | InvocationID=7cbc303a-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:41:15+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=712a2510-4082-11ed-a8aa-72844b1113d0 | InvocationID=712a2a42-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:41:15+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ff142fe-4082-11ed-a8aa-72844b1113d0 | InvocationID=7ff144de-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:41:35+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cbc2e8c-4082-11ed-a8aa-72844b1113d0 | InvocationID=7cbc303a-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:41:35+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ba9945c-4082-11ed-a8aa-72844b1113d0 | InvocationID=8ba9960a-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:41:35+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ba9945c-4082-11ed-a8aa-72844b1113d0 | InvocationID=8ba9960a-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:41:35+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ba9945c-4082-11ed-a8aa-72844b1113d0 | InvocationID=8ba9960a-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:41:40+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ff142fe-4082-11ed-a8aa-72844b1113d0 | InvocationID=7ff144de-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:41:40+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb76dc2-4082-11ed-a8aa-72844b1113d0 | InvocationID=8eb77010-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:42:00+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8ba9945c-4082-11ed-a8aa-72844b1113d0 | InvocationID=8ba9960a-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:42:00+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a97d50a-4082-11ed-a8aa-72844b1113d0 | InvocationID=9a97d6b8-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:42:00+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a97d50a-4082-11ed-a8aa-72844b1113d0 | InvocationID=9a97d6b8-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:42:00+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a97d50a-4082-11ed-a8aa-72844b1113d0 | InvocationID=9a97d6b8-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:42:05+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb76dc2-4082-11ed-a8aa-72844b1113d0 | InvocationID=8eb77010-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:42:05+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7d62f8-4082-11ed-a8aa-72844b1113d0 | InvocationID=9d7d6492-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:42:25+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a97d50a-4082-11ed-a8aa-72844b1113d0 | InvocationID=9a97d6b8-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:42:25+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a985e69c-4082-11ed-a8aa-72844b1113d0 | InvocationID=a985e84a-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:42:25+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a985e69c-4082-11ed-a8aa-72844b1113d0 | InvocationID=a985e84a-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:42:25+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a985e69c-4082-11ed-a8aa-72844b1113d0 | InvocationID=a985e84a-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:42:29+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d7d62f8-4082-11ed-a8aa-72844b1113d0 | InvocationID=9d7d6492-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:42:29+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac415254-4082-11ed-a8aa-72844b1113d0 | InvocationID=ac415402-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:42:50+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a985e69c-4082-11ed-a8aa-72844b1113d0 | InvocationID=a985e84a-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:42:50+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8751402-4082-11ed-a8aa-72844b1113d0 | InvocationID=b87515a6-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:42:50+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8751402-4082-11ed-a8aa-72844b1113d0 | InvocationID=b87515a6-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:42:50+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8751402-4082-11ed-a8aa-72844b1113d0 | InvocationID=b87515a6-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:42:54+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac415254-4082-11ed-a8aa-72844b1113d0 | InvocationID=ac415402-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:42:54+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0685b6-4082-11ed-a8aa-72844b1113d0 | InvocationID=bb06e394-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:43:15+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8751402-4082-11ed-a8aa-72844b1113d0 | InvocationID=b87515a6-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:43:15+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76c4980-4082-11ed-a8aa-72844b1113d0 | InvocationID=c76c4b1a-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:43:15+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c76c4980-4082-11ed-a8aa-72844b1113d0 | InvocationID=c76c4b1a-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:43:15+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c76c4980-4082-11ed-a8aa-72844b1113d0 | InvocationID=c76c4b1a-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:43:19+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb0685b6-4082-11ed-a8aa-72844b1113d0 | InvocationID=bb06e394-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:43:19+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d3a308-4082-11ed-a8aa-72844b1113d0 | InvocationID=c9d3a4ac-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:43:40+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c76c4980-4082-11ed-a8aa-72844b1113d0 | InvocationID=c76c4b1a-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:43:40+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65ee312-4082-11ed-a8aa-72844b1113d0 | InvocationID=d65ee4b6-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:43:40+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d65ee312-4082-11ed-a8aa-72844b1113d0 | InvocationID=d65ee4b6-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:43:40+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d65ee312-4082-11ed-a8aa-72844b1113d0 | InvocationID=d65ee4b6-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:43:44+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d3a308-4082-11ed-a8aa-72844b1113d0 | InvocationID=c9d3a4ac-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:43:44+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89f0986-4082-11ed-a8aa-72844b1113d0 | InvocationID=d89f0b20-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:44:05+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d65ee312-4082-11ed-a8aa-72844b1113d0 | InvocationID=d65ee4b6-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:44:05+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e54ce5a4-4082-11ed-a8aa-72844b1113d0 | InvocationID=e54ce8e2-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:44:05+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e54ce5a4-4082-11ed-a8aa-72844b1113d0 | InvocationID=e54ce8e2-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:44:05+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e54ce5a4-4082-11ed-a8aa-72844b1113d0 | InvocationID=e54ce8e2-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:44:09+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89f0986-4082-11ed-a8aa-72844b1113d0 | InvocationID=d89f0b20-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:44:09+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e774b348-4082-11ed-a8aa-72844b1113d0 | InvocationID=e774ba78-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:44:30+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e54ce5a4-4082-11ed-a8aa-72844b1113d0 | InvocationID=e54ce8e2-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:44:30+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f43abe88-4082-11ed-a8aa-72844b1113d0 | InvocationID=f43ac068-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:44:30+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f43abe88-4082-11ed-a8aa-72844b1113d0 | InvocationID=f43ac068-4082-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:44:30+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f43abe88-4082-11ed-a8aa-72844b1113d0 | InvocationID=f43ac068-4082-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:44:33+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e774b348-4082-11ed-a8aa-72844b1113d0 | InvocationID=e774ba78-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:44:33+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f63f7c32-4082-11ed-a8aa-72844b1113d0 | InvocationID=f63f7f8e-4082-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:44:55+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f43abe88-4082-11ed-a8aa-72844b1113d0 | InvocationID=f43ac068-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:44:55+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03286ea4-4083-11ed-a8aa-72844b1113d0 | InvocationID=0328705c-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:44:55+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03286ea4-4083-11ed-a8aa-72844b1113d0 | InvocationID=0328705c-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:44:55+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03286ea4-4083-11ed-a8aa-72844b1113d0 | InvocationID=0328705c-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:44:58+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f63f7c32-4082-11ed-a8aa-72844b1113d0 | InvocationID=f63f7f8e-4082-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:44:58+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05071fcc-4083-11ed-a8aa-72844b1113d0 | InvocationID=05072170-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:45:20+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03286ea4-4083-11ed-a8aa-72844b1113d0 | InvocationID=0328705c-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:45:20+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121a8b7c-4083-11ed-a8aa-72844b1113d0 | InvocationID=121a8d52-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:45:20+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121a8b7c-4083-11ed-a8aa-72844b1113d0 | InvocationID=121a8d52-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:45:20+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=121a8b7c-4083-11ed-a8aa-72844b1113d0 | InvocationID=121a8d52-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:45:23+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05071fcc-4083-11ed-a8aa-72844b1113d0 | InvocationID=05072170-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:45:23+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13cf3968-4083-11ed-a8aa-72844b1113d0 | InvocationID=13cf41ce-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:45:45+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=121a8b7c-4083-11ed-a8aa-72844b1113d0 | InvocationID=121a8d52-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:45:45+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2108c20c-4083-11ed-a8aa-72844b1113d0 | InvocationID=2108c3ce-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:45:45+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2108c20c-4083-11ed-a8aa-72844b1113d0 | InvocationID=2108c3ce-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:45:45+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2108c20c-4083-11ed-a8aa-72844b1113d0 | InvocationID=2108c3ce-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:45:48+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13cf3968-4083-11ed-a8aa-72844b1113d0 | InvocationID=13cf41ce-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:45:48+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22941694-4083-11ed-a8aa-72844b1113d0 | InvocationID=22941888-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:46:10+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2108c20c-4083-11ed-a8aa-72844b1113d0 | InvocationID=2108c3ce-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:46:10+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff67dea-4083-11ed-a8aa-72844b1113d0 | InvocationID=2ff67f84-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:46:10+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ff67dea-4083-11ed-a8aa-72844b1113d0 | InvocationID=2ff67f84-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:46:10+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff67dea-4083-11ed-a8aa-72844b1113d0 | InvocationID=2ff67f84-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:46:13+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22941694-4083-11ed-a8aa-72844b1113d0 | InvocationID=22941888-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:46:13+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315b6fba-4083-11ed-a8aa-72844b1113d0 | InvocationID=315b7168-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:46:35+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ff67dea-4083-11ed-a8aa-72844b1113d0 | InvocationID=2ff67f84-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:46:35+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee3be62-4083-11ed-a8aa-72844b1113d0 | InvocationID=3ee3c01a-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:46:35+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ee3be62-4083-11ed-a8aa-72844b1113d0 | InvocationID=3ee3c01a-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:46:35+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ee3be62-4083-11ed-a8aa-72844b1113d0 | InvocationID=3ee3c01a-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:46:37+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=315b6fba-4083-11ed-a8aa-72844b1113d0 | InvocationID=315b7168-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:46:37+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=402067c6-4083-11ed-a8aa-72844b1113d0 | InvocationID=4020697e-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:47:00+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ee3be62-4083-11ed-a8aa-72844b1113d0 | InvocationID=3ee3c01a-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:47:00+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd7e128-4083-11ed-a8aa-72844b1113d0 | InvocationID=4dd7e2c2-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:47:00+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4dd7e128-4083-11ed-a8aa-72844b1113d0 | InvocationID=4dd7e2c2-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:47:00+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dd7e128-4083-11ed-a8aa-72844b1113d0 | InvocationID=4dd7e2c2-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:47:02+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=402067c6-4083-11ed-a8aa-72844b1113d0 | InvocationID=4020697e-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:47:02+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ee50122-4083-11ed-a8aa-72844b1113d0 | InvocationID=4ee502ee-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:47:25+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4dd7e128-4083-11ed-a8aa-72844b1113d0 | InvocationID=4dd7e2c2-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:47:25+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cc762f8-4083-11ed-a8aa-72844b1113d0 | InvocationID=5cc7649c-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:47:26+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cc762f8-4083-11ed-a8aa-72844b1113d0 | InvocationID=5cc7649c-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:47:26+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cc762f8-4083-11ed-a8aa-72844b1113d0 | InvocationID=5cc7649c-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:47:27+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ee50122-4083-11ed-a8aa-72844b1113d0 | InvocationID=4ee502ee-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:47:27+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5daacade-4083-11ed-a8aa-72844b1113d0 | InvocationID=5daacc8c-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:47:51+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cc762f8-4083-11ed-a8aa-72844b1113d0 | InvocationID=5cc7649c-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:47:51+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bb4d0ac-4083-11ed-a8aa-72844b1113d0 | InvocationID=6bb4d71e-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:47:51+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bb4d0ac-4083-11ed-a8aa-72844b1113d0 | InvocationID=6bb4d71e-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:47:51+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bb4d0ac-4083-11ed-a8aa-72844b1113d0 | InvocationID=6bb4d71e-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:47:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5daacade-4083-11ed-a8aa-72844b1113d0 | InvocationID=5daacc8c-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:47:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c711fdc-4083-11ed-a8aa-72844b1113d0 | InvocationID=6c712180-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:48:16+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bb4d0ac-4083-11ed-a8aa-72844b1113d0 | InvocationID=6bb4d71e-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:48:16+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aa8988c-4083-11ed-a8aa-72844b1113d0 | InvocationID=7aa89a3a-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:48:16+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aa8988c-4083-11ed-a8aa-72844b1113d0 | InvocationID=7aa89a3a-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:48:16+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aa8988c-4083-11ed-a8aa-72844b1113d0 | InvocationID=7aa89a3a-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:48:17+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c711fdc-4083-11ed-a8aa-72844b1113d0 | InvocationID=6c712180-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:48:17+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b3521a8-4083-11ed-a8aa-72844b1113d0 | InvocationID=7b352644-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:48:41+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aa8988c-4083-11ed-a8aa-72844b1113d0 | InvocationID=7aa89a3a-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:48:41+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8996678e-4083-11ed-a8aa-72844b1113d0 | InvocationID=8996693c-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:48:41+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8996678e-4083-11ed-a8aa-72844b1113d0 | InvocationID=8996693c-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:48:41+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8996678e-4083-11ed-a8aa-72844b1113d0 | InvocationID=8996693c-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:48:41+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b3521a8-4083-11ed-a8aa-72844b1113d0 | InvocationID=7b352644-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:48:41+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89f84f3a-4083-11ed-a8aa-72844b1113d0 | InvocationID=89f850f2-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:49:06+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8996678e-4083-11ed-a8aa-72844b1113d0 | InvocationID=8996693c-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:49:06+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98836b5c-4083-11ed-a8aa-72844b1113d0 | InvocationID=98836e9a-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:49:06+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98836b5c-4083-11ed-a8aa-72844b1113d0 | InvocationID=98836e9a-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:49:06+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98836b5c-4083-11ed-a8aa-72844b1113d0 | InvocationID=98836e9a-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:49:06+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89f84f3a-4083-11ed-a8aa-72844b1113d0 | InvocationID=89f850f2-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:49:06+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98ba2480-4083-11ed-a8aa-72844b1113d0 | InvocationID=98ba261a-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:49:31+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98836b5c-4083-11ed-a8aa-72844b1113d0 | InvocationID=98836e9a-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:49:31+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a772da08-4083-11ed-a8aa-72844b1113d0 | InvocationID=a772dc74-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:49:31+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98ba2480-4083-11ed-a8aa-72844b1113d0 | InvocationID=98ba261a-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:49:31+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a77dd78c-4083-11ed-a8aa-72844b1113d0 | InvocationID=a77dda3e-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:49:31+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a772da08-4083-11ed-a8aa-72844b1113d0 | InvocationID=a772dc74-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:49:31+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a772da08-4083-11ed-a8aa-72844b1113d0 | InvocationID=a772dc74-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:49:56+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a77dd78c-4083-11ed-a8aa-72844b1113d0 | InvocationID=a77dda3e-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:49:56+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b646105e-4083-11ed-a8aa-72844b1113d0 | InvocationID=b6461202-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:49:56+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a772da08-4083-11ed-a8aa-72844b1113d0 | InvocationID=a772dc74-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:49:56+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b666efe0-4083-11ed-a8aa-72844b1113d0 | InvocationID=b666f1de-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:49:56+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b666efe0-4083-11ed-a8aa-72844b1113d0 | InvocationID=b666f1de-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:49:56+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b666efe0-4083-11ed-a8aa-72844b1113d0 | InvocationID=b666f1de-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:50:20+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b646105e-4083-11ed-a8aa-72844b1113d0 | InvocationID=b6461202-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:50:20+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c50a35e8-4083-11ed-a8aa-72844b1113d0 | InvocationID=c50a38fe-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:50:21+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b666efe0-4083-11ed-a8aa-72844b1113d0 | InvocationID=b666f1de-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:50:21+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5563b78-4083-11ed-a8aa-72844b1113d0 | InvocationID=c5564672-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:50:21+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5563b78-4083-11ed-a8aa-72844b1113d0 | InvocationID=c5564672-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:50:21+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5563b78-4083-11ed-a8aa-72844b1113d0 | InvocationID=c5564672-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:50:45+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c50a35e8-4083-11ed-a8aa-72844b1113d0 | InvocationID=c50a38fe-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:50:45+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3cd4660-4083-11ed-a8aa-72844b1113d0 | InvocationID=d3cd4872-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:50:46+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5563b78-4083-11ed-a8aa-72844b1113d0 | InvocationID=c5564672-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:50:46+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4432d26-4083-11ed-a8aa-72844b1113d0 | InvocationID=d4432f92-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:50:46+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4432d26-4083-11ed-a8aa-72844b1113d0 | InvocationID=d4432f92-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:50:46+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4432d26-4083-11ed-a8aa-72844b1113d0 | InvocationID=d4432f92-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:51:10+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3cd4660-4083-11ed-a8aa-72844b1113d0 | InvocationID=d3cd4872-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:51:10+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2919746-4083-11ed-a8aa-72844b1113d0 | InvocationID=e29198fe-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:51:11+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4432d26-4083-11ed-a8aa-72844b1113d0 | InvocationID=d4432f92-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:51:11+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e330334c-4083-11ed-a8aa-72844b1113d0 | InvocationID=e330350e-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:51:11+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e330334c-4083-11ed-a8aa-72844b1113d0 | InvocationID=e330350e-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:51:11+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e330334c-4083-11ed-a8aa-72844b1113d0 | InvocationID=e330350e-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:51:35+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2919746-4083-11ed-a8aa-72844b1113d0 | InvocationID=e29198fe-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:51:35+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f15489f0-4083-11ed-a8aa-72844b1113d0 | InvocationID=f1548c3e-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:51:36+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e330334c-4083-11ed-a8aa-72844b1113d0 | InvocationID=e330350e-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:51:36+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f21d4c78-4083-11ed-a8aa-72844b1113d0 | InvocationID=f21d4e76-4083-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:51:36+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f21d4c78-4083-11ed-a8aa-72844b1113d0 | InvocationID=f21d4e76-4083-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:51:36+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f21d4c78-4083-11ed-a8aa-72844b1113d0 | InvocationID=f21d4e76-4083-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:51:59+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f15489f0-4083-11ed-a8aa-72844b1113d0 | InvocationID=f1548c3e-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:51:59+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00172dda-4084-11ed-a8aa-72844b1113d0 | InvocationID=001731f4-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:52:01+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f21d4c78-4083-11ed-a8aa-72844b1113d0 | InvocationID=f21d4e76-4083-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:52:01+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010a9362-4084-11ed-a8aa-72844b1113d0 | InvocationID=010a9506-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:52:01+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=010a9362-4084-11ed-a8aa-72844b1113d0 | InvocationID=010a9506-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:52:01+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010a9362-4084-11ed-a8aa-72844b1113d0 | InvocationID=010a9506-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:52:24+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00172dda-4084-11ed-a8aa-72844b1113d0 | InvocationID=001731f4-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:52:24+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0edb351e-4084-11ed-a8aa-72844b1113d0 | InvocationID=0edb376c-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:52:26+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=010a9362-4084-11ed-a8aa-72844b1113d0 | InvocationID=010a9506-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:52:26+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff77746-4084-11ed-a8aa-72844b1113d0 | InvocationID=0ff778ea-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:52:26+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ff77746-4084-11ed-a8aa-72844b1113d0 | InvocationID=0ff778ea-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:52:26+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff77746-4084-11ed-a8aa-72844b1113d0 | InvocationID=0ff778ea-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:52:49+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0edb351e-4084-11ed-a8aa-72844b1113d0 | InvocationID=0edb376c-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:52:49+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1da0a7fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=1da0a9a8-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:52:51+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ff77746-4084-11ed-a8aa-72844b1113d0 | InvocationID=0ff778ea-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:52:51+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee4f3fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=1ee4f756-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:52:51+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ee4f3fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=1ee4f756-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:52:51+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee4f3fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=1ee4f756-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:53:14+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1da0a7fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=1da0a9a8-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:53:14+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c657784-4084-11ed-a8aa-72844b1113d0 | InvocationID=2c65791e-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:53:16+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ee4f3fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=1ee4f756-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:53:16+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd23152-4084-11ed-a8aa-72844b1113d0 | InvocationID=2dd2344a-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:53:16+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2dd23152-4084-11ed-a8aa-72844b1113d0 | InvocationID=2dd2344a-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:53:16+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dd23152-4084-11ed-a8aa-72844b1113d0 | InvocationID=2dd2344a-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:53:39+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c657784-4084-11ed-a8aa-72844b1113d0 | InvocationID=2c65791e-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:53:39+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b2d7b4a-4084-11ed-a8aa-72844b1113d0 | InvocationID=3b2d7cf8-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:53:41+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2dd23152-4084-11ed-a8aa-72844b1113d0 | InvocationID=2dd2344a-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:53:41+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc11016-4084-11ed-a8aa-72844b1113d0 | InvocationID=3cc11296-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:53:41+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cc11016-4084-11ed-a8aa-72844b1113d0 | InvocationID=3cc11296-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:53:41+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc11016-4084-11ed-a8aa-72844b1113d0 | InvocationID=3cc11296-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:54:03+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b2d7b4a-4084-11ed-a8aa-72844b1113d0 | InvocationID=3b2d7cf8-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:54:03+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49f0b282-4084-11ed-a8aa-72844b1113d0 | InvocationID=49f0b4a8-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:54:06+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cc11016-4084-11ed-a8aa-72844b1113d0 | InvocationID=3cc11296-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:54:06+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bafada8-4084-11ed-a8aa-72844b1113d0 | InvocationID=4bafb30c-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:54:06+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bafada8-4084-11ed-a8aa-72844b1113d0 | InvocationID=4bafb30c-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:54:06+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bafada8-4084-11ed-a8aa-72844b1113d0 | InvocationID=4bafb30c-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:54:28+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49f0b282-4084-11ed-a8aa-72844b1113d0 | InvocationID=49f0b4a8-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:54:28+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58b4b930-4084-11ed-a8aa-72844b1113d0 | InvocationID=58b4bb10-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:54:31+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bafada8-4084-11ed-a8aa-72844b1113d0 | InvocationID=4bafb30c-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:54:31+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a9d4cb2-4084-11ed-a8aa-72844b1113d0 | InvocationID=5a9d4ff0-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:54:31+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a9d4cb2-4084-11ed-a8aa-72844b1113d0 | InvocationID=5a9d4ff0-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:54:31+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a9d4cb2-4084-11ed-a8aa-72844b1113d0 | InvocationID=5a9d4ff0-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:54:53+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=58b4b930-4084-11ed-a8aa-72844b1113d0 | InvocationID=58b4bb10-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:54:53+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=677ed626-4084-11ed-a8aa-72844b1113d0 | InvocationID=677ed842-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:54:56+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a9d4cb2-4084-11ed-a8aa-72844b1113d0 | InvocationID=5a9d4ff0-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:54:56+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698a8f28-4084-11ed-a8aa-72844b1113d0 | InvocationID=698a911c-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:54:56+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=698a8f28-4084-11ed-a8aa-72844b1113d0 | InvocationID=698a911c-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:54:56+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=698a8f28-4084-11ed-a8aa-72844b1113d0 | InvocationID=698a911c-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:55:18+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=677ed626-4084-11ed-a8aa-72844b1113d0 | InvocationID=677ed842-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:55:18+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=764239c8-4084-11ed-a8aa-72844b1113d0 | InvocationID=76423bda-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:55:21+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=698a8f28-4084-11ed-a8aa-72844b1113d0 | InvocationID=698a911c-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:55:21+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=787c1da8-4084-11ed-a8aa-72844b1113d0 | InvocationID=787c1f56-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:55:22+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=787c1da8-4084-11ed-a8aa-72844b1113d0 | InvocationID=787c1f56-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:55:22+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=787c1da8-4084-11ed-a8aa-72844b1113d0 | InvocationID=787c1f56-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:55:42+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=764239c8-4084-11ed-a8aa-72844b1113d0 | InvocationID=76423bda-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:55:43+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85068d92-4084-11ed-a8aa-72844b1113d0 | InvocationID=85069256-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:55:47+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=787c1da8-4084-11ed-a8aa-72844b1113d0 | InvocationID=787c1f56-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:55:47+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8769ded6-4084-11ed-a8aa-72844b1113d0 | InvocationID=8769e0de-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:55:47+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8769ded6-4084-11ed-a8aa-72844b1113d0 | InvocationID=8769e0de-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:55:47+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8769ded6-4084-11ed-a8aa-72844b1113d0 | InvocationID=8769e0de-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:56:07+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85068d92-4084-11ed-a8aa-72844b1113d0 | InvocationID=85069256-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:56:07+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93ce2c0e-4084-11ed-a8aa-72844b1113d0 | InvocationID=93ce2dbc-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:56:12+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8769ded6-4084-11ed-a8aa-72844b1113d0 | InvocationID=8769e0de-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:56:12+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96585ff8-4084-11ed-a8aa-72844b1113d0 | InvocationID=965861a6-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:56:12+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96585ff8-4084-11ed-a8aa-72844b1113d0 | InvocationID=965861a6-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:56:12+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96585ff8-4084-11ed-a8aa-72844b1113d0 | InvocationID=965861a6-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:56:32+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=93ce2c0e-4084-11ed-a8aa-72844b1113d0 | InvocationID=93ce2dbc-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:56:32+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a290ecc2-4084-11ed-a8aa-72844b1113d0 | InvocationID=a290ef2e-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:56:37+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96585ff8-4084-11ed-a8aa-72844b1113d0 | InvocationID=965861a6-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:56:37+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5471356-4084-11ed-a8aa-72844b1113d0 | InvocationID=a54715cc-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:56:37+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5471356-4084-11ed-a8aa-72844b1113d0 | InvocationID=a54715cc-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:56:37+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5471356-4084-11ed-a8aa-72844b1113d0 | InvocationID=a54715cc-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:56:57+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a290ecc2-4084-11ed-a8aa-72844b1113d0 | InvocationID=a290ef2e-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:56:57+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b155dcb8-4084-11ed-a8aa-72844b1113d0 | InvocationID=b155de5c-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:57:02+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5471356-4084-11ed-a8aa-72844b1113d0 | InvocationID=a54715cc-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:57:02+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b43464b8-4084-11ed-a8aa-72844b1113d0 | InvocationID=b4346616-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:57:02+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b43464b8-4084-11ed-a8aa-72844b1113d0 | InvocationID=b4346616-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:57:02+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b43464b8-4084-11ed-a8aa-72844b1113d0 | InvocationID=b4346616-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:57:22+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b155dcb8-4084-11ed-a8aa-72844b1113d0 | InvocationID=b155de5c-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:57:22+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c01cd562-4084-11ed-a8aa-72844b1113d0 | InvocationID=c01cd6e8-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:57:27+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b43464b8-4084-11ed-a8aa-72844b1113d0 | InvocationID=b4346616-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:57:27+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3212254-4084-11ed-a8aa-72844b1113d0 | InvocationID=c3212402-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:57:27+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3212254-4084-11ed-a8aa-72844b1113d0 | InvocationID=c3212402-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:57:27+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3212254-4084-11ed-a8aa-72844b1113d0 | InvocationID=c3212402-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:57:46+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c01cd562-4084-11ed-a8aa-72844b1113d0 | InvocationID=c01cd6e8-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:57:46+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cedf5016-4084-11ed-a8aa-72844b1113d0 | InvocationID=cedf51ce-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:57:52+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3212254-4084-11ed-a8aa-72844b1113d0 | InvocationID=c3212402-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:57:52+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20fb0d2-4084-11ed-a8aa-72844b1113d0 | InvocationID=d20fb276-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:57:52+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20fb0d2-4084-11ed-a8aa-72844b1113d0 | InvocationID=d20fb276-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:57:52+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20fb0d2-4084-11ed-a8aa-72844b1113d0 | InvocationID=d20fb276-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:58:11+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cedf5016-4084-11ed-a8aa-72844b1113d0 | InvocationID=cedf51ce-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:58:11+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dda75d00-4084-11ed-a8aa-72844b1113d0 | InvocationID=dda75f62-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:58:17+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20fb0d2-4084-11ed-a8aa-72844b1113d0 | InvocationID=d20fb276-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:58:17+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fd0e0a-4084-11ed-a8aa-72844b1113d0 | InvocationID=e0fd19cc-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:58:17+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fd0e0a-4084-11ed-a8aa-72844b1113d0 | InvocationID=e0fd19cc-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:58:17+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0fd0e0a-4084-11ed-a8aa-72844b1113d0 | InvocationID=e0fd19cc-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:58:36+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dda75d00-4084-11ed-a8aa-72844b1113d0 | InvocationID=dda75f62-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:58:36+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec6b3802-4084-11ed-a8aa-72844b1113d0 | InvocationID=ec6b399c-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:58:42+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0fd0e0a-4084-11ed-a8aa-72844b1113d0 | InvocationID=e0fd19cc-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:58:42+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efea7074-4084-11ed-a8aa-72844b1113d0 | InvocationID=efea7240-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:58:42+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efea7074-4084-11ed-a8aa-72844b1113d0 | InvocationID=efea7240-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:58:42+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efea7074-4084-11ed-a8aa-72844b1113d0 | InvocationID=efea7240-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:59:01+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec6b3802-4084-11ed-a8aa-72844b1113d0 | InvocationID=ec6b399c-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:59:01+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb2f1520-4084-11ed-a8aa-72844b1113d0 | InvocationID=fb2f17fa-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:59:07+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efea7074-4084-11ed-a8aa-72844b1113d0 | InvocationID=efea7240-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:59:07+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed784fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=fed7882e-4084-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:59:07+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed784fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=fed7882e-4084-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:59:07+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed784fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=fed7882e-4084-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:59:26+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb2f1520-4084-11ed-a8aa-72844b1113d0 | InvocationID=fb2f17fa-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:59:26+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f26f80-4085-11ed-a8aa-72844b1113d0 | InvocationID=09f27124-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:59:32+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed784fa-4084-11ed-a8aa-72844b1113d0 | InvocationID=fed7882e-4084-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:59:32+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc56c16-4085-11ed-a8aa-72844b1113d0 | InvocationID=0dc56dba-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:59:32+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dc56c16-4085-11ed-a8aa-72844b1113d0 | InvocationID=0dc56dba-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:59:32+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc56c16-4085-11ed-a8aa-72844b1113d0 | InvocationID=0dc56dba-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:59:50+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f26f80-4085-11ed-a8aa-72844b1113d0 | InvocationID=09f27124-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T05:59:50+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18b66a08-4085-11ed-a8aa-72844b1113d0 | InvocationID=18b66c6a-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T05:59:57+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dc56c16-4085-11ed-a8aa-72844b1113d0 | InvocationID=0dc56dba-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T05:59:57+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb44b7a-4085-11ed-a8aa-72844b1113d0 | InvocationID=1cb44d28-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T05:59:57+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb44b7a-4085-11ed-a8aa-72844b1113d0 | InvocationID=1cb44d28-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T05:59:57+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb44b7a-4085-11ed-a8aa-72844b1113d0 | InvocationID=1cb44d28-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:00:15+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18b66a08-4085-11ed-a8aa-72844b1113d0 | InvocationID=18b66c6a-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:00:15+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277afca2-4085-11ed-a8aa-72844b1113d0 | InvocationID=277b0788-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:00:22+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb44b7a-4085-11ed-a8aa-72844b1113d0 | InvocationID=1cb44d28-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:00:22+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba17aa4-4085-11ed-a8aa-72844b1113d0 | InvocationID=2ba17c52-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:00:22+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ba17aa4-4085-11ed-a8aa-72844b1113d0 | InvocationID=2ba17c52-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:00:22+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ba17aa4-4085-11ed-a8aa-72844b1113d0 | InvocationID=2ba17c52-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:00:40+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=277afca2-4085-11ed-a8aa-72844b1113d0 | InvocationID=277b0788-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:00:40+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=363db356-4085-11ed-a8aa-72844b1113d0 | InvocationID=363db4fa-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:00:47+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ba17aa4-4085-11ed-a8aa-72844b1113d0 | InvocationID=2ba17c52-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:00:47+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a906aac-4085-11ed-a8aa-72844b1113d0 | InvocationID=3a906c5a-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:00:47+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a906aac-4085-11ed-a8aa-72844b1113d0 | InvocationID=3a906c5a-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:00:47+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a906aac-4085-11ed-a8aa-72844b1113d0 | InvocationID=3a906c5a-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:01:05+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=363db356-4085-11ed-a8aa-72844b1113d0 | InvocationID=363db4fa-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:01:05+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45014308-4085-11ed-a8aa-72844b1113d0 | InvocationID=450144ca-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:01:12+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a906aac-4085-11ed-a8aa-72844b1113d0 | InvocationID=3a906c5a-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:01:12+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497d74c4-4085-11ed-a8aa-72844b1113d0 | InvocationID=497d7668-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:01:12+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=497d74c4-4085-11ed-a8aa-72844b1113d0 | InvocationID=497d7668-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:01:12+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=497d74c4-4085-11ed-a8aa-72844b1113d0 | InvocationID=497d7668-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:01:29+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45014308-4085-11ed-a8aa-72844b1113d0 | InvocationID=450144ca-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:01:29+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c4245a-4085-11ed-a8aa-72844b1113d0 | InvocationID=53c42658-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:01:37+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=497d74c4-4085-11ed-a8aa-72844b1113d0 | InvocationID=497d7668-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:01:37+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586b0622-4085-11ed-a8aa-72844b1113d0 | InvocationID=586b07d0-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:01:37+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=586b0622-4085-11ed-a8aa-72844b1113d0 | InvocationID=586b07d0-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:01:37+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=586b0622-4085-11ed-a8aa-72844b1113d0 | InvocationID=586b07d0-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:01:54+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=53c4245a-4085-11ed-a8aa-72844b1113d0 | InvocationID=53c42658-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:01:54+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=628967fc-4085-11ed-a8aa-72844b1113d0 | InvocationID=62896afe-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:02:02+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=586b0622-4085-11ed-a8aa-72844b1113d0 | InvocationID=586b07d0-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:02:02+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6758a702-4085-11ed-a8aa-72844b1113d0 | InvocationID=6758a8d8-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:02:02+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6758a702-4085-11ed-a8aa-72844b1113d0 | InvocationID=6758a8d8-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:02:02+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6758a702-4085-11ed-a8aa-72844b1113d0 | InvocationID=6758a8d8-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:02:19+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=628967fc-4085-11ed-a8aa-72844b1113d0 | InvocationID=62896afe-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:02:19+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=714d619e-4085-11ed-a8aa-72844b1113d0 | InvocationID=714d640a-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:02:27+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6758a702-4085-11ed-a8aa-72844b1113d0 | InvocationID=6758a8d8-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:02:27+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76466254-4085-11ed-a8aa-72844b1113d0 | InvocationID=764663ee-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:02:27+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76466254-4085-11ed-a8aa-72844b1113d0 | InvocationID=764663ee-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:02:27+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76466254-4085-11ed-a8aa-72844b1113d0 | InvocationID=764663ee-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:02:44+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=714d619e-4085-11ed-a8aa-72844b1113d0 | InvocationID=714d640a-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:02:44+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80157b44-4085-11ed-a8aa-72844b1113d0 | InvocationID=80157ce8-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:02:52+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76466254-4085-11ed-a8aa-72844b1113d0 | InvocationID=764663ee-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:02:52+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8533c3a6-4085-11ed-a8aa-72844b1113d0 | InvocationID=8533c54a-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:02:52+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8533c3a6-4085-11ed-a8aa-72844b1113d0 | InvocationID=8533c54a-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:02:52+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8533c3a6-4085-11ed-a8aa-72844b1113d0 | InvocationID=8533c54a-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:03:08+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80157b44-4085-11ed-a8aa-72844b1113d0 | InvocationID=80157ce8-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:03:08+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ed99048-4085-11ed-a8aa-72844b1113d0 | InvocationID=8ed991e2-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:03:17+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8533c3a6-4085-11ed-a8aa-72844b1113d0 | InvocationID=8533c54a-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:03:17+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9421617a-4085-11ed-a8aa-72844b1113d0 | InvocationID=94216350-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:03:17+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9421617a-4085-11ed-a8aa-72844b1113d0 | InvocationID=94216350-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:03:17+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9421617a-4085-11ed-a8aa-72844b1113d0 | InvocationID=94216350-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:03:33+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ed99048-4085-11ed-a8aa-72844b1113d0 | InvocationID=8ed991e2-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:03:33+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d9e26f2-4085-11ed-a8aa-72844b1113d0 | InvocationID=9d9e2954-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:03:42+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9421617a-4085-11ed-a8aa-72844b1113d0 | InvocationID=94216350-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:03:42+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a30e558a-4085-11ed-a8aa-72844b1113d0 | InvocationID=a30e5832-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:03:42+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a30e558a-4085-11ed-a8aa-72844b1113d0 | InvocationID=a30e5832-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:03:42+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a30e558a-4085-11ed-a8aa-72844b1113d0 | InvocationID=a30e5832-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:03:58+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d9e26f2-4085-11ed-a8aa-72844b1113d0 | InvocationID=9d9e2954-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:03:58+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac63c796-4085-11ed-a8aa-72844b1113d0 | InvocationID=ac63c93a-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:04:07+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a30e558a-4085-11ed-a8aa-72844b1113d0 | InvocationID=a30e5832-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:04:07+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fcc69e-4085-11ed-a8aa-72844b1113d0 | InvocationID=b1fcc838-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:04:07+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1fcc69e-4085-11ed-a8aa-72844b1113d0 | InvocationID=b1fcc838-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:04:07+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1fcc69e-4085-11ed-a8aa-72844b1113d0 | InvocationID=b1fcc838-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:04:23+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac63c796-4085-11ed-a8aa-72844b1113d0 | InvocationID=ac63c93a-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:04:23+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2b49ca-4085-11ed-a8aa-72844b1113d0 | InvocationID=bb2b4bd2-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:04:32+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1fcc69e-4085-11ed-a8aa-72844b1113d0 | InvocationID=b1fcc838-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:04:32+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e9cdbe-4085-11ed-a8aa-72844b1113d0 | InvocationID=c0e9cf62-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:04:33+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0e9cdbe-4085-11ed-a8aa-72844b1113d0 | InvocationID=c0e9cf62-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:04:33+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e9cdbe-4085-11ed-a8aa-72844b1113d0 | InvocationID=c0e9cf62-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:04:48+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb2b49ca-4085-11ed-a8aa-72844b1113d0 | InvocationID=bb2b4bd2-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:04:48+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9f2dfae-4085-11ed-a8aa-72844b1113d0 | InvocationID=c9f2e15c-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:04:58+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0e9cdbe-4085-11ed-a8aa-72844b1113d0 | InvocationID=c0e9cf62-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:04:58+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd75e22-4085-11ed-a8aa-72844b1113d0 | InvocationID=cfd75fd0-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:04:58+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfd75e22-4085-11ed-a8aa-72844b1113d0 | InvocationID=cfd75fd0-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:04:58+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd75e22-4085-11ed-a8aa-72844b1113d0 | InvocationID=cfd75fd0-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:05:12+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9f2dfae-4085-11ed-a8aa-72844b1113d0 | InvocationID=c9f2e15c-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:05:12+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8b609b2-4085-11ed-a8aa-72844b1113d0 | InvocationID=d8b60d22-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:05:23+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfd75e22-4085-11ed-a8aa-72844b1113d0 | InvocationID=cfd75fd0-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:05:23+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec7831c-4085-11ed-a8aa-72844b1113d0 | InvocationID=dec786d2-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:05:23+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec7831c-4085-11ed-a8aa-72844b1113d0 | InvocationID=dec786d2-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:05:23+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dec7831c-4085-11ed-a8aa-72844b1113d0 | InvocationID=dec786d2-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:05:37+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8b609b2-4085-11ed-a8aa-72844b1113d0 | InvocationID=d8b60d22-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:05:37+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e77a375c-4085-11ed-a8aa-72844b1113d0 | InvocationID=e77a393c-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:05:48+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dec7831c-4085-11ed-a8aa-72844b1113d0 | InvocationID=dec786d2-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:05:48+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb57bea-4085-11ed-a8aa-72844b1113d0 | InvocationID=edb57e38-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:05:48+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edb57bea-4085-11ed-a8aa-72844b1113d0 | InvocationID=edb57e38-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:05:48+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb57bea-4085-11ed-a8aa-72844b1113d0 | InvocationID=edb57e38-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:06:02+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e77a375c-4085-11ed-a8aa-72844b1113d0 | InvocationID=e77a393c-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:06:02+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6415c84-4085-11ed-a8aa-72844b1113d0 | InvocationID=f6415e96-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:06:13+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edb57bea-4085-11ed-a8aa-72844b1113d0 | InvocationID=edb57e38-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:06:13+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca3b572-4085-11ed-a8aa-72844b1113d0 | InvocationID=fca3b798-4085-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:06:13+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fca3b572-4085-11ed-a8aa-72844b1113d0 | InvocationID=fca3b798-4085-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:06:13+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fca3b572-4085-11ed-a8aa-72844b1113d0 | InvocationID=fca3b798-4085-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:06:27+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6415c84-4085-11ed-a8aa-72844b1113d0 | InvocationID=f6415e96-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:06:27+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=050a38f8-4086-11ed-a8aa-72844b1113d0 | InvocationID=050a3aba-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:06:38+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fca3b572-4085-11ed-a8aa-72844b1113d0 | InvocationID=fca3b798-4085-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:06:38+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b90fc0c-4086-11ed-a8aa-72844b1113d0 | InvocationID=0b90fde2-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:06:38+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b90fc0c-4086-11ed-a8aa-72844b1113d0 | InvocationID=0b90fde2-4086-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:06:38+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b90fc0c-4086-11ed-a8aa-72844b1113d0 | InvocationID=0b90fde2-4086-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:06:52+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=050a38f8-4086-11ed-a8aa-72844b1113d0 | InvocationID=050a3aba-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:06:52+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13d2f7a8-4086-11ed-a8aa-72844b1113d0 | InvocationID=13d2f94c-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:07:03+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b90fc0c-4086-11ed-a8aa-72844b1113d0 | InvocationID=0b90fde2-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:07:03+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7ef426-4086-11ed-a8aa-72844b1113d0 | InvocationID=1a7ef5d4-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:07:03+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7ef426-4086-11ed-a8aa-72844b1113d0 | InvocationID=1a7ef5d4-4086-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:07:03+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a7ef426-4086-11ed-a8aa-72844b1113d0 | InvocationID=1a7ef5d4-4086-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:07:16+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13d2f7a8-4086-11ed-a8aa-72844b1113d0 | InvocationID=13d2f94c-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:07:16+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22964bc8-4086-11ed-a8aa-72844b1113d0 | InvocationID=22964dda-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:07:28+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a7ef426-4086-11ed-a8aa-72844b1113d0 | InvocationID=1a7ef5d4-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:07:28+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=296c4d94-4086-11ed-a8aa-72844b1113d0 | InvocationID=296c4f38-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:07:28+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=296c4d94-4086-11ed-a8aa-72844b1113d0 | InvocationID=296c4f38-4086-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:07:28+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=296c4d94-4086-11ed-a8aa-72844b1113d0 | InvocationID=296c4f38-4086-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:07:41+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22964bc8-4086-11ed-a8aa-72844b1113d0 | InvocationID=22964dda-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:07:41+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=315cf7ce-4086-11ed-a8aa-72844b1113d0 | InvocationID=315cf972-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:07:53+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=296c4d94-4086-11ed-a8aa-72844b1113d0 | InvocationID=296c4f38-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:07:53+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385ac7c2-4086-11ed-a8aa-72844b1113d0 | InvocationID=385ac9de-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:07:53+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385ac7c2-4086-11ed-a8aa-72844b1113d0 | InvocationID=385ac9de-4086-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:07:53+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=385ac7c2-4086-11ed-a8aa-72844b1113d0 | InvocationID=385ac9de-4086-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:08:06+0000 | aai_event_thread | 140195840482080 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=315cf7ce-4086-11ed-a8aa-72844b1113d0 | InvocationID=315cf972-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF AAI events.
2022-09-30T06:08:06+0000 | aai_event_thread | 140195840482080 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40216f92-4086-11ed-a8aa-72844b1113d0 | InvocationID=402171f4-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-30T06:08:18+0000 | policy_event_thread | 140195841542944 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=385ac7c2-4086-11ed-a8aa-72844b1113d0 | InvocationID=385ac9de-4086-11ed-a8aa-72844b1113d0 | Polling MR for XNF activation/deactivation policy response events.
2022-09-30T06:08:18+0000 | policy_event_thread | 140195841542944 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47479f12-4086-11ed-a8aa-72844b1113d0 | InvocationID=4747a0ac-4086-11ed-a8aa-72844b1113d0 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-30T06:08:18+0000 | policy_event_thread | 140195841542944 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47479f12-4086-11ed-a8aa-72844b1113d0 | InvocationID=4747a0ac-4086-11ed-a8aa-72844b1113d0 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-30T06:08:18+0000 | policy_event_thread | 140195841542944 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47479f12-4086-11ed-a8aa-72844b1113d0 | InvocationID=4747a0ac-4086-11ed-a8aa-72844b1113d0 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae