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-07-26T05:13:41+0000 | MainThread | 139737085750600 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-07-26T05:13:41+0000 | MainThread | 139737085750600 | 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-07-26T05:13:41+0000 | MainThread | 139737085750600 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-07-26T05:13:41+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:13:41+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-07-26T05:13:41+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ecd864-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ecda9e-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:13:41+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ed0014-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ed019a-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:13:41+0000 | MainThread | 139737085750600 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-07-26T05:13:42+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ecd864-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ecda9e-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:13:42+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ed0014-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ed019a-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:13:42+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6ecd864-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ecda9e-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:13:42+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6ed0014-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ed019a-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:02+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6ed0014-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ed019a-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:14:02+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3802c0c-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3802ec8-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:14:03+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3802c0c-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3802ec8-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:03+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3802c0c-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3802ec8-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:07+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6ecd864-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=b6ecda9e-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:14:07+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c67ac390-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c67ac516-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:14:08+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c67ac390-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c67ac516-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:08+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c67ac390-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c67ac516-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:23+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3802c0c-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3802ec8-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:14:23+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00c4a82-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d00c502c-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:14:24+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00c4a82-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d00c502c-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:24+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d00c4a82-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d00c502c-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:33+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c67ac390-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=c67ac516-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:14:33+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ffdae4-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5ffdc7e-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:14:34+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5ffdae4-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5ffdc7e-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:34+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5ffdae4-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5ffdc7e-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:44+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d00c4a82-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d00c502c-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:14:44+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc98557a-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=dc98575a-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:14:45+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc98557a-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=dc98575a-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:45+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc98557a-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=dc98575a-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:14:59+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5ffdae4-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5ffdc7e-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:14:59+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58689cc-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5868bfc-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:15:00+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58689cc-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5868bfc-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:00+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e58689cc-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5868bfc-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:05+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc98557a-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=dc98575a-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:15:05+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e924f3ac-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e924f532-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:15:06+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e924f3ac-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e924f532-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:06+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e924f3ac-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e924f532-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:25+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e58689cc-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5868bfc-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:15:25+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f50d412e-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f50d44c6-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:15:25+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f50d412e-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f50d44c6-0ca1-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:15:25+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f50d412e-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f50d44c6-0ca1-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:15:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e924f3ac-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=e924f532-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:15:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53d5094-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f53d524c-0ca1-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:15:26+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f53d5094-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f53d524c-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:26+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f53d5094-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f53d524c-0ca1-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:46+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f53d5094-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f53d524c-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:15:46+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01320aca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=01320c64-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:15:46+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01320aca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=01320c64-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:46+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01320aca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=01320c64-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:15:50+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f50d412e-0ca1-11ed-90bf-c2ed5e1c8c04 | InvocationID=f50d44c6-0ca1-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:15:50+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fbfa68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=03fbfe3c-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:15:50+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fbfa68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=03fbfe3c-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:15:50+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03fbfa68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=03fbfe3c-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:16:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01320aca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=01320c64-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:16:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d26599e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=0d265b4c-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:16:06+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d26599e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=0d265b4c-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:16:06+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d26599e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=0d265b4c-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:16:15+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03fbfa68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=03fbfe3c-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:16:16+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12eb5988-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=12eb5b40-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:16:16+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12eb5988-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=12eb5b40-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:16:16+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12eb5988-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=12eb5b40-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:16:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d26599e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=0d265b4c-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:16:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1919f4d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=1919f9a4-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:16:26+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1919f4d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=1919f9a4-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:16:26+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1919f4d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=1919f9a4-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:16:41+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12eb5988-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=12eb5b40-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:16:41+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ddfa36-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=21ddfd10-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:16:41+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21ddfa36-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=21ddfd10-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:16:41+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21ddfa36-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=21ddfd10-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:16:46+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1919f4d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=1919f9a4-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:16:46+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=250fc86a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=250fca0e-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:16:46+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=250fc86a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=250fca0e-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:16:46+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=250fc86a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=250fca0e-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:06+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21ddfa36-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=21ddfd10-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:17:06+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30cd9510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=30cd96aa-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:17:06+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30cd9510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=30cd96aa-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:17:06+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30cd9510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=30cd96aa-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:17:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=250fc86a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=250fca0e-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:17:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3105057c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=31050720-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:17:06+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3105057c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=31050720-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:06+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3105057c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=31050720-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3105057c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=31050720-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:17:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf9702a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3cf9726e-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:17:26+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cf9702a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3cf9726e-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:26+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cf9702a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3cf9726e-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:31+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30cd9510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=30cd96aa-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:17:31+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbc16e6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3fbc188a-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:17:31+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbc16e6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3fbc188a-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:17:31+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fbc16e6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3fbc188a-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:17:46+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cf9702a-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3cf9726e-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:17:46+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48edf694-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=48edf9aa-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:17:46+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48edf694-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=48edf9aa-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:46+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48edf694-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=48edf9aa-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:17:56+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3fbc16e6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=3fbc188a-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:17:56+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ea9f510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=4ea9f7e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:17:56+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ea9f510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=4ea9f7e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:17:56+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ea9f510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=4ea9f7e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:18:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48edf694-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=48edf9aa-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:18:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e109d2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=54e10c70-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:18:06+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54e109d2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=54e10c70-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:18:06+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54e109d2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=54e10c70-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:18:21+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ea9f510-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=4ea9f7e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:18:21+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d98068e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=5d98088c-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:18:21+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d98068e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=5d98088c-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:18:21+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d98068e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=5d98088c-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:18:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54e109d2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=54e10c70-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:18:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d41a68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=60d41c02-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:18:26+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d41a68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=60d41c02-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:18:26+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60d41a68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=60d41c02-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:18:46+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5d98068e-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=5d98088c-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:18:46+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8610a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6c861348-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:18:46+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8610a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6c861348-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:18:46+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c8610a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6c861348-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:18:46+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60d41a68-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=60d41c02-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:18:46+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc860c2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6cc862d4-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:18:46+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6cc860c2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6cc862d4-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:18:46+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cc860c2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6cc862d4-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:19:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6cc860c2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6cc862d4-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:19:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bb5862-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=78bb5bdc-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:19:06+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78bb5862-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=78bb5bdc-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:19:06+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78bb5862-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=78bb5bdc-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:19:11+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6c8610a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=6c861348-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:19:11+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b743498-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=7b74363c-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:19:11+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b743498-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=7b74363c-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:19:11+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b743498-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=7b74363c-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:19:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78bb5862-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=78bb5bdc-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:19:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84aee6ca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=84aeea44-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:19:26+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84aee6ca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=84aeea44-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:19:26+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84aee6ca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=84aeea44-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:19:36+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7b743498-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=7b74363c-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:19:36+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a62b86c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=8a62ba6a-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:19:36+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a62b86c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=8a62ba6a-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:19:36+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a62b86c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=8a62ba6a-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:19:46+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84aee6ca-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=84aeea44-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:19:46+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a442d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=90a4447a-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:19:46+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90a442d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=90a4447a-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:19:46+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90a442d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=90a4447a-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:01+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8a62b86c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=8a62ba6a-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:20:01+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99506a40-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=99506be4-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:20:01+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99506a40-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=99506be4-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:20:01+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99506a40-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=99506be4-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:20:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90a442d6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=90a4447a-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:20:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c96e562-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=9c96e756-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:20:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c96e562-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=9c96e756-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c96e562-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=9c96e756-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:26+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99506a40-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=99506be4-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:20:26+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a83e57e2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a83e59e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:20:26+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a83e57e2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a83e59e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:20:26+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a83e57e2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a83e59e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:20:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c96e562-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=9c96e756-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:20:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a88a09bc-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a88a0c00-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:20:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a88a09bc-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a88a0c00-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a88a09bc-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a88a0c00-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a88a09bc-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a88a0c00-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:20:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47ca9a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b47cab94-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:20:47+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47ca9a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b47cab94-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:47+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b47ca9a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b47cab94-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:20:51+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a83e57e2-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=a83e59e0-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:20:51+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b72c0fb0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b72c11ae-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:20:51+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b72c0fb0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b72c11ae-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:20:51+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b72c0fb0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b72c11ae-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:21:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b47ca9a0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b47cab94-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:21:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06f675c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c06f68ec-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:21:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c06f675c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c06f68ec-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:21:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c06f675c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c06f68ec-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:21:16+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b72c0fb0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=b72c11ae-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:21:16+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6199a88-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c6199c22-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:21:16+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6199a88-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c6199c22-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:21:16+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6199a88-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c6199c22-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:21:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c06f675c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c06f68ec-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:21:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc626ca8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc626f64-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:21:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc626ca8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc626f64-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:21:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc626ca8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc626f64-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:21:41+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6199a88-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=c6199c22-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:21:41+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5071872-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5071a0c-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:21:41+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5071872-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5071a0c-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:21:41+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5071872-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5071a0c-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:21:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc626ca8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc626f64-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:21:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d855f408-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d855f5b6-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:21:47+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d855f408-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d855f5b6-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:21:47+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d855f408-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d855f5b6-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:06+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5071872-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d5071a0c-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:22:06+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f4960c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e3f4985a-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:22:06+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3f4960c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e3f4985a-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:22:06+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3f4960c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e3f4985a-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:22:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d855f408-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=d855f5b6-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:22:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44886b8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e448885c-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:22:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44886b8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e448885c-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44886b8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e448885c-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44886b8-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e448885c-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:22:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03b67b0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f03b6954-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:22:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03b67b0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f03b6954-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03b67b0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f03b6954-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:31+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3f4960c-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=e3f4985a-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:22:31+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e33fce-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f2e341d6-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:22:31+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2e33fce-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f2e341d6-0ca2-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:22:31+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e33fce-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f2e341d6-0ca2-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:22:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03b67b0-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f03b6954-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:22:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2e62b6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=fc2e6450-0ca2-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:22:47+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2e62b6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=fc2e6450-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:47+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc2e62b6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=fc2e6450-0ca2-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:22:56+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2e33fce-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=f2e341d6-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:22:56+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d13022-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=01d13216-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:22:56+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d13022-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=01d13216-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:22:56+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d13022-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=01d13216-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:23:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc2e62b6-0ca2-11ed-90bf-c2ed5e1c8c04 | InvocationID=fc2e6450-0ca2-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:23:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0820dcac-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=0820de5a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:23:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0820dcac-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=0820de5a-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:23:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0820dcac-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=0820de5a-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:23:21+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01d13022-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=01d13216-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:23:21+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10be9f0c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=10bea0b0-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:23:21+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10be9f0c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=10bea0b0-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:23:21+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10be9f0c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=10bea0b0-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:23:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0820dcac-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=0820de5a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:23:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14144fb2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1414514c-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:23:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14144fb2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1414514c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:23:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14144fb2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1414514c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:23:46+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10be9f0c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=10bea0b0-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:23:46+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1facf478-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1fad00ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:23:46+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1facf478-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1fad00ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:23:46+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1facf478-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1fad00ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:23:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14144fb2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1414514c-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:23:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2006f8ce-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2006fa7c-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:23:47+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2006f8ce-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2006fa7c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:23:47+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2006f8ce-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2006fa7c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:24:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2006f8ce-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2006fa7c-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:24:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bf932b4-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2bf9353e-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:24:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bf932b4-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2bf9353e-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:24:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bf932b4-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2bf9353e-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:24:11+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1facf478-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=1fad00ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:24:11+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9cc120-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2e9cc314-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:24:12+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e9cc120-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2e9cc314-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:24:12+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e9cc120-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2e9cc314-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:24:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bf932b4-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2bf9353e-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:24:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37ebecf6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=37ebeeea-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:24:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37ebecf6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=37ebeeea-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:24:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37ebecf6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=37ebeeea-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:24:37+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e9cc120-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=2e9cc314-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:24:37+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8a9f54-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=3d8aa0ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:24:37+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d8a9f54-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=3d8aa0ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:24:37+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d8a9f54-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=3d8aa0ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:24:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37ebecf6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=37ebeeea-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:24:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43e00dd0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=43e0105a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:24:47+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43e00dd0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=43e0105a-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:24:47+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43e00dd0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=43e0105a-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:02+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d8a9f54-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=3d8aa0ee-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:25:02+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7abc4c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4c7abe4a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:25:02+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c7abc4c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4c7abe4a-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:25:02+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c7abc4c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4c7abe4a-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:25:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43e00dd0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=43e0105a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:25:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd250f8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4fd252a6-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:25:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fd250f8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4fd252a6-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fd250f8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4fd252a6-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:27+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c7abc4c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4c7abe4a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:25:27+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b685be2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5b685dea-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:25:27+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b685be2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5b685dea-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:25:27+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b685be2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5b685dea-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:25:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fd250f8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=4fd252a6-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:25:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bceb428-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5bceb680-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:25:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bceb428-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5bceb680-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bceb428-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5bceb680-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bceb428-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5bceb680-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:25:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67c1d346-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=67c1d652-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:25:47+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67c1d346-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=67c1d652-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:47+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67c1d346-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=67c1d652-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:25:52+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5b685be2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=5b685dea-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:25:52+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a567882-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=6a567a26-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:25:52+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a567882-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=6a567a26-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:25:52+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a567882-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=6a567a26-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:26:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67c1d346-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=67c1d652-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:26:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b54624-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=73b5489a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:26:07+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b54624-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=73b5489a-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:26:07+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73b54624-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=73b5489a-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:26:17+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6a567882-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=6a567a26-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:26:17+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7943fcfc-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7943feaa-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:26:17+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7943fcfc-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7943feaa-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:26:17+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7943fcfc-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7943feaa-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:26:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73b54624-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=73b5489a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:26:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa89c24-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7fa89dc8-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:26:27+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fa89c24-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7fa89dc8-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:26:27+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fa89c24-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7fa89dc8-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:26:42+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7943fcfc-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7943feaa-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:26:42+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88314ba2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=88314d5a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:26:42+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88314ba2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=88314d5a-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:26:42+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88314ba2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=88314d5a-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:26:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fa89c24-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=7fa89dc8-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:26:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9b4752-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=8b9b49f0-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:26:48+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b9b4752-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=8b9b49f0-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:26:48+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b9b4752-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=8b9b49f0-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:07+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88314ba2-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=88314d5a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:27:07+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=971fb0ae-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=971fb2ac-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:27:07+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=971fb0ae-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=971fb2ac-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:27:07+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=971fb0ae-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=971fb2ac-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:27:08+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b9b4752-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=8b9b49f0-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:27:08+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=978e223c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=978e2426-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:27:08+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=978e223c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=978e2426-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:08+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=978e223c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=978e2426-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:28+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=978e223c-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=978e2426-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:27:28+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3802d7e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3802fcc-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:27:28+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3802d7e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3802fcc-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:28+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3802d7e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3802fcc-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:32+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=971fb0ae-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=971fb2ac-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:27:32+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60d7948-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a60d7b00-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:27:32+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a60d7948-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a60d7b00-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:27:32+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a60d7948-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a60d7b00-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:27:48+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3802d7e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3802fcc-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:27:48+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af730458-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=af730b9c-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:27:48+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af730458-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=af730b9c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:48+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af730458-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=af730b9c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:27:57+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a60d7948-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=a60d7b00-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:27:57+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4fac7a8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=b4fac9a6-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:27:57+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4fac7a8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=b4fac9a6-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:27:57+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4fac7a8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=b4fac9a6-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:28:08+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af730458-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=af730b9c-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:28:08+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6618ea-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb661bc4-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:28:08+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb6618ea-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb661bc4-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:28:08+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb6618ea-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb661bc4-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:28:22+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4fac7a8-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=b4fac9a6-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:28:22+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e914d6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3e91666-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:28:22+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3e914d6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3e91666-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:28:22+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3e914d6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3e91666-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:28:28+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb6618ea-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb661bc4-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:28:28+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75921f6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7592458-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:28:28+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c75921f6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7592458-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:28:28+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c75921f6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7592458-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:28:47+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3e914d6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3e91666-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:28:47+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d67650-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d2d6784e-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:28:47+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2d67650-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d2d6784e-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:28:47+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d67650-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d2d6784e-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:28:48+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c75921f6-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7592458-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:28:48+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34bb0f0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d34bb35c-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:28:48+0000 | aai_event_thread | 139737035012896 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d34bb0f0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d34bb35c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:28:48+0000 | aai_event_thread | 139737035012896 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d34bb0f0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d34bb35c-0ca3-11ed-90bf-c2ed5e1c8c04 | 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-07-26T05:29:08+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d34bb0f0-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d34bb35c-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:29:08+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3e6a56-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=df3e6bfa-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:29:12+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d2d67650-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=d2d6784e-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:29:12+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c3cdde-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=e1c3cf78-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:29:12+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1c3cdde-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=e1c3cf78-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:29:12+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c3cdde-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=e1c3cf78-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:29:33+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df3e6a56-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=df3e6bfa-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:29:33+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee2a6074-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=ee2a629a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:29:37+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1c3cdde-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=e1c3cf78-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:29:37+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b10c9e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=f0b10f0a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:29:37+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0b10c9e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=f0b10f0a-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:29:37+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b10c9e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=f0b10f0a-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:29:53+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee2a6074-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=ee2a629a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:29:53+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa24df76-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=fa24e11a-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:30:02+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0b10c9e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=f0b10f0a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:30:02+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff9f897e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=ff9f8b18-0ca3-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:30:02+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff9f897e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=ff9f8b18-0ca3-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:30:02+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff9f897e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=ff9f8b18-0ca3-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:30:13+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fa24df76-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=fa24e11a-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:30:13+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062072a4-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=06207650-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:30:27+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff9f897e-0ca3-11ed-90bf-c2ed5e1c8c04 | InvocationID=ff9f8b18-0ca3-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:30:27+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8d5f9c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=0e8d61ae-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:30:27+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e8d5f9c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=0e8d61ae-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:30:27+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8d5f9c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=0e8d61ae-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:30:33+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=062072a4-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=06207650-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:30:33+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=121f64ac-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=121f6646-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:30:52+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e8d5f9c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=0e8d61ae-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:30:52+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7c99e6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=1d7c9c2a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:30:52+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d7c99e6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=1d7c9c2a-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:30:52+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7c99e6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=1d7c9c2a-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:30:53+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=121f64ac-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=121f6646-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:30:53+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e22b538-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=1e22b6e6-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:31:14+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e22b538-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=1e22b6e6-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:31:14+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a6aaeea-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a6ab34a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:31:17+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1d7c99e6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=1d7c9c2a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:31:17+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c69a2fa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=2c69a4a8-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:31:17+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c69a2fa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=2c69a4a8-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:31:17+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c69a2fa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=2c69a4a8-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:31:39+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a6aaeea-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a6ab34a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:31:39+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392dcc28-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=392dce1c-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:31:42+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2c69a2fa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=2c69a4a8-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:31:42+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b594766-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=3b59490a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:31:42+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b594766-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=3b59490a-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:31:42+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b594766-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=3b59490a-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:32:03+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=392dcc28-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=392dce1c-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:32:03+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47f26ebc-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=47f27060-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:32:07+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b594766-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=3b59490a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:32:07+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4925f2-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=4a492796-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:32:07+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a4925f2-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=4a492796-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:32:07+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a4925f2-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=4a492796-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:32:28+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=47f26ebc-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=47f27060-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:32:28+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56b5dc90-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=56b5de20-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:32:32+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a4925f2-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=4a492796-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:32:32+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593803ee-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=59380588-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:32:32+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593803ee-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=59380588-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:32:32+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593803ee-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=59380588-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:32:53+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56b5dc90-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=56b5de20-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:32:53+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65818292-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=6581865c-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:32:57+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=593803ee-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=59380588-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:32:57+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68268268-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=68268466-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:32:58+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68268268-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=68268466-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:32:58+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68268268-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=68268466-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:33:18+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65818292-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=6581865c-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:33:18+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=744e3dba-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=744e3f9a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:33:23+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68268268-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=68268466-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:33:23+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7714d4aa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=7714d63a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:33:23+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7714d4aa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=7714d63a-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:33:23+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7714d4aa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=7714d63a-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:33:43+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=744e3dba-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=744e3f9a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:33:43+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83184278-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=8318448a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:33:48+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7714d4aa-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=7714d63a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:33:48+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86036a80-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=86036c24-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:33:48+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86036a80-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=86036c24-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:33:48+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86036a80-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=86036c24-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:34:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83184278-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=8318448a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:34:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91df1b9c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=91df1e4e-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:34:13+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86036a80-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=86036c24-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:34:13+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f14af8-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=94f14cec-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:34:13+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94f14af8-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=94f14cec-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:34:13+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94f14af8-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=94f14cec-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:34:32+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91df1b9c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=91df1e4e-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:34:32+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b37fe6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=a0b38202-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:34:38+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94f14af8-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=94f14cec-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:34:38+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3e04d34-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3e050fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:34:38+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3e04d34-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3e050fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:34:38+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3e04d34-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3e050fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:34:57+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0b37fe6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=a0b38202-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:34:57+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af794a4c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=af794be6-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:35:03+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a3e04d34-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=a3e050fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:35:03+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ce6b28-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=b2ce6ccc-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:35:03+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2ce6b28-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=b2ce6ccc-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:35:03+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ce6b28-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=b2ce6ccc-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:35:22+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af794a4c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=af794be6-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:35:22+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be3c9af2-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=be3c9ce6-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:35:28+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2ce6b28-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=b2ce6ccc-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:35:28+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1bc2756-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=c1bc2904-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:35:28+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1bc2756-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=c1bc2904-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:35:28+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1bc2756-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=c1bc2904-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:35:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be3c9af2-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=be3c9ce6-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:35:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd11de0c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=cd11dfa6-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:35:53+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1bc2756-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=c1bc2904-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:35:53+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a9b77e-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=d0a9b97c-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:35:53+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0a9b77e-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=d0a9b97c-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:35:53+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0a9b77e-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=d0a9b97c-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:36:12+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd11de0c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=cd11dfa6-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:36:12+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbd68f8c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=dbd6913a-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:36:18+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0a9b77e-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=d0a9b97c-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:36:18+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df97133a-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=df97152e-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:36:18+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df97133a-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=df97152e-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:36:18+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df97133a-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=df97152e-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:36:36+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbd68f8c-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=dbd6913a-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:36:36+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea9b44b8-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea9b46b6-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:36:43+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df97133a-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=df97152e-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:36:43+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee863ff6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=ee8641fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:36:43+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee863ff6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=ee8641fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:36:43+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee863ff6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=ee8641fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:37:01+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea9b44b8-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea9b46b6-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:37:01+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f95e0832-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=f95e09cc-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:37:08+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ee863ff6-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=ee8641fe-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:37:08+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7330a0-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=fd733316-0ca4-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:37:08+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd7330a0-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=fd733316-0ca4-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:37:08+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd7330a0-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=fd733316-0ca4-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:37:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f95e0832-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=f95e09cc-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:37:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=082427a2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=0824f312-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:37:33+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd7330a0-0ca4-11ed-90bf-c2ed5e1c8c04 | InvocationID=fd733316-0ca4-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:37:33+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c613e72-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=0c61407a-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:37:33+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c613e72-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=0c61407a-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:37:33+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c613e72-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=0c61407a-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:37:51+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=082427a2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=0824f312-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:37:51+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16ecb38a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=16ecb524-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:37:58+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c613e72-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=0c61407a-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:37:58+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b4ea8ca-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=1b4eaae6-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:37:58+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b4ea8ca-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=1b4eaae6-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:37:58+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b4ea8ca-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=1b4eaae6-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:38:15+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16ecb38a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=16ecb524-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:38:15+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25af1fa2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=25af213c-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:38:23+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b4ea8ca-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=1b4eaae6-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:38:23+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3c7c22-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a3c7ef2-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:38:23+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a3c7c22-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a3c7ef2-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:38:23+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a3c7c22-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a3c7ef2-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:38:40+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25af1fa2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=25af213c-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:38:40+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3473e072-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=3473e27a-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:38:48+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a3c7c22-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a3c7ef2-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:38:48+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392a1582-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=392a178a-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:38:48+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=392a1582-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=392a178a-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:38:48+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392a1582-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=392a178a-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:39:05+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3473e072-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=3473e27a-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:39:05+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43380d54-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=43382956-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:39:13+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=392a1582-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=392a178a-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:39:13+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48184e4c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=48185022-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:39:13+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48184e4c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=48185022-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:39:13+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48184e4c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=48185022-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:39:30+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43380d54-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=43382956-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:39:30+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51fef5be-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=51fef78a-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:39:38+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48184e4c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=48185022-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:39:38+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5705cace-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=5705cce0-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:39:38+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5705cace-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=5705cce0-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:39:38+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5705cace-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=5705cce0-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:39:55+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51fef5be-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=51fef78a-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:39:55+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60c4b552-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=60c4b7aa-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:40:03+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5705cace-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=5705cce0-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:40:03+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f39638-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=65f3991c-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:40:03+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f39638-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=65f3991c-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:40:03+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65f39638-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=65f3991c-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:40:19+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60c4b552-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=60c4b7aa-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:40:19+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f890872-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=6f890c82-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:40:28+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65f39638-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=65f3991c-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:40:28+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e11d46-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=74e11f08-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:40:28+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74e11d46-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=74e11f08-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:40:28+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74e11d46-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=74e11f08-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:40:44+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f890872-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=6f890c82-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:40:44+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e4eccc0-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=7e4ecf0e-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:40:53+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74e11d46-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=74e11f08-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:40:53+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ce2ff6-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=83ce31b8-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:40:53+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83ce2ff6-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=83ce31b8-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:40:53+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ce2ff6-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=83ce31b8-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:41:09+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e4eccc0-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=7e4ecf0e-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:41:09+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d118bee-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=8d118e46-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:41:18+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83ce2ff6-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=83ce31b8-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:41:18+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92bb9c9c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=92bb9e68-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:41:18+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92bb9c9c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=92bb9e68-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:41:18+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92bb9c9c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=92bb9e68-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:41:34+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d118bee-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=8d118e46-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:41:34+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bdc1068-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=9bdc12de-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:41:43+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92bb9c9c-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=92bb9e68-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:41:43+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1aa0004-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=a1aa0bd0-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:41:44+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1aa0004-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=a1aa0bd0-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:41:44+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1aa0004-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=a1aa0bd0-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:41:59+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bdc1068-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=9bdc12de-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:41:59+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa9f830a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa9f8ec2-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:42:09+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1aa0004-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=a1aa0bd0-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:42:09+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0984e36-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=b0985070-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:42:09+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0984e36-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=b0985070-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:42:09+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0984e36-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=b0985070-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:42:23+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa9f830a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa9f8ec2-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:42:23+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b963a1f0-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=b963a452-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:42:34+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0984e36-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=b0985070-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:42:34+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf85df94-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=bf85e160-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:42:34+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf85df94-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=bf85e160-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:42:34+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf85df94-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=bf85e160-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:42:48+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b963a1f0-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=b963a452-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:42:48+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c828d9d0-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=c828dc6e-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:42:59+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf85df94-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=bf85e160-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:42:59+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce7331d2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ce733402-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:42:59+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce7331d2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ce733402-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:42:59+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce7331d2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ce733402-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:43:13+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c828d9d0-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=c828dc6e-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:43:13+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ec0f00-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6ec1144-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:43:24+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce7331d2-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ce733402-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:43:24+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd60a0da-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=dd60a3aa-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:43:24+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd60a0da-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=dd60a3aa-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:43:24+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd60a0da-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=dd60a3aa-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:43:38+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6ec0f00-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6ec1144-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:43:38+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5b799be-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5b79b9e-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:43:49+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd60a0da-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=dd60a3aa-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:43:49+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4e4e3a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ec4e506a-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:43:49+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec4e4e3a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ec4e506a-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:43:49+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4e4e3a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ec4e506a-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:44:02+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5b799be-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5b79b9e-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:44:02+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f47b4612-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=f47b47fc-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:44:14+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec4e4e3a-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=ec4e506a-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:44:14+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb3bfc80-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=fb3bff82-0ca5-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:44:14+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb3bfc80-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=fb3bff82-0ca5-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:44:14+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb3bfc80-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=fb3bff82-0ca5-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:44:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f47b4612-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=f47b47fc-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:44:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03416f28-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=034172a2-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:44:39+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb3bfc80-0ca5-11ed-90bf-c2ed5e1c8c04 | InvocationID=fb3bff82-0ca5-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:44:39+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a2b7dce-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=0a2b80a8-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:44:39+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a2b7dce-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=0a2b80a8-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:44:39+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a2b7dce-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=0a2b80a8-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:44:52+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03416f28-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=034172a2-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:44:52+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12074fb4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=12075900-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:45:04+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a2b7dce-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=0a2b80a8-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:45:04+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1918fba4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=1918fef6-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:45:04+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1918fba4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=1918fef6-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:45:04+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1918fba4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=1918fef6-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:45:17+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12074fb4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=12075900-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:45:17+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20caa0aa-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=20caa2d0-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:45:29+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1918fba4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=1918fef6-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:45:29+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28074e9a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=2807507a-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:45:29+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28074e9a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=2807507a-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:45:29+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28074e9a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=2807507a-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:45:42+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20caa0aa-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=20caa2d0-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:45:42+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f91ae58-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=2f91b060-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:45:54+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28074e9a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=2807507a-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:45:54+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f9c888-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=36f9ca86-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:45:54+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36f9c888-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=36f9ca86-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:45:54+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36f9c888-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=36f9ca86-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:46:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f91ae58-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=2f91b060-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:46:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e57260c-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=3e572832-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:46:19+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36f9c888-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=36f9ca86-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:46:19+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e81fca-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=45e8218c-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:46:19+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45e81fca-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=45e8218c-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:46:19+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45e81fca-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=45e8218c-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:46:31+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e57260c-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=3e572832-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:46:31+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d1e93a0-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=4d1e95c6-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:46:44+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45e81fca-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=45e8218c-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:46:44+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54d670cc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=54d672a2-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:46:44+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54d670cc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=54d672a2-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:46:44+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54d670cc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=54d672a2-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:46:56+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d1e93a0-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=4d1e95c6-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:46:56+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5be3ec1e-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=5be3edea-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:47:09+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54d670cc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=54d672a2-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:47:09+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c3b3ba-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=63c3b586-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:47:09+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63c3b3ba-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=63c3b586-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:47:09+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63c3b3ba-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=63c3b586-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:47:21+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5be3ec1e-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=5be3edea-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:47:21+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa69986-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=6aa69c74-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:47:34+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63c3b3ba-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=63c3b586-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:47:34+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b128bc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=72b12aec-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:47:34+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72b128bc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=72b12aec-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:47:34+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72b128bc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=72b12aec-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:47:45+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aa69986-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=6aa69c74-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:47:45+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=796873b8-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=796876a6-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:47:59+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=72b128bc-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=72b12aec-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:47:59+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=819eb362-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=819eb68c-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:47:59+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=819eb362-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=819eb68c-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:47:59+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=819eb362-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=819eb68c-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:48:10+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=796873b8-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=796876a6-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:48:10+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=882d93c4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=882d95a4-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:48:24+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=819eb362-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=819eb68c-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:48:24+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=908c9998-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=908c9c04-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:48:24+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=908c9998-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=908c9c04-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:48:24+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=908c9998-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=908c9c04-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:48:35+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=882d93c4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=882d95a4-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:48:35+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96f49970-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=96f49b3c-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:48:49+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=908c9998-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=908c9c04-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:48:49+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7a2876-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=9f7a2b32-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:48:49+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f7a2876-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=9f7a2b32-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:48:49+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f7a2876-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=9f7a2b32-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:49:00+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96f49970-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=96f49b3c-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:49:00+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b79872-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=a5b79a48-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:49:14+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f7a2876-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=9f7a2b32-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:49:14+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae688292-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ae68845e-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:49:14+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae688292-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ae68845e-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:49:14+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae688292-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ae68845e-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:49:25+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5b79872-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=a5b79a48-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:49:25+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b47d046e-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=b47d0766-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:49:39+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae688292-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ae68845e-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:49:39+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd564fb4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=bd565644-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:49:39+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd564fb4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=bd565644-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:49:39+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd564fb4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=bd565644-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:49:49+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b47d046e-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=b47d0766-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:49:49+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3417bec-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3417e58-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:50:04+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd564fb4-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=bd565644-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:50:04+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc44a732-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc44ad04-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:50:04+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc44a732-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc44ad04-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:50:04+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc44a732-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc44ad04-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:50:14+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3417bec-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=c3417e58-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:50:14+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d2058952-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=d2058b96-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:50:29+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc44a732-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=cc44ad04-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:50:29+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db31f01a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=db31f1d2-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:50:30+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db31f01a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=db31f1d2-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:50:30+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db31f01a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=db31f1d2-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:50:39+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d2058952-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=d2058b96-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:50:39+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0c7cfc2-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=e0c7d88c-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:50:55+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db31f01a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=db31f1d2-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:50:55+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea1fc5a2-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea1fd5b0-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:50:55+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea1fc5a2-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea1fd5b0-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:50:55+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea1fc5a2-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea1fd5b0-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:51:04+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0c7cfc2-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=e0c7d88c-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:51:04+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef8b3f8a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ef8b42c8-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:51:20+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea1fc5a2-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea1fd5b0-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:51:20+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f90dda4a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=f90de364-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:51:20+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f90dda4a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=f90de364-0ca6-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:51:20+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f90dda4a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=f90de364-0ca6-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:51:28+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef8b3f8a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=ef8b42c8-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:51:28+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4e0b4c-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=fe4e0d5e-0ca6-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:51:45+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f90dda4a-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=f90de364-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:51:45+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07fc50b8-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=07fc52c0-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:51:45+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07fc50b8-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=07fc52c0-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:51:45+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07fc50b8-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=07fc52c0-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:51:53+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe4e0b4c-0ca6-11ed-90bf-c2ed5e1c8c04 | InvocationID=fe4e0d5e-0ca6-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:51:53+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d13671c-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=0d136988-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:52:10+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07fc50b8-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=07fc52c0-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:52:10+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e9b9ee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=16e9be94-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:52:10+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16e9b9ee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=16e9be94-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:52:10+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16e9b9ee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=16e9be94-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:52:18+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d13671c-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=0d136988-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:52:18+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bd768de-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=1bd76aa0-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:52:35+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16e9b9ee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=16e9be94-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:52:35+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25d79e8a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=25d7a4de-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:52:35+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25d79e8a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=25d7a4de-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:52:35+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25d79e8a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=25d7a4de-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:52:43+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bd768de-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=1bd76aa0-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:52:43+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a993e1a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a993fdc-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:53:00+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25d79e8a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=25d7a4de-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:53:00+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c58dee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=34c59014-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:53:00+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c58dee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=34c59014-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:53:00+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34c58dee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=34c59014-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:53:07+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a993e1a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=2a993fdc-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:53:07+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395c3254-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=395c359c-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:53:25+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34c58dee-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=34c59014-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:53:25+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43b2bdea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=43b2bfa2-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:53:25+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43b2bdea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=43b2bfa2-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:53:25+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43b2bdea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=43b2bfa2-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:53:32+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=395c3254-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=395c359c-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:53:32+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4822a0b6-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=4822a304-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:53:50+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43b2bdea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=43b2bfa2-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:53:50+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52a0a2a4-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=52a0a54c-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:53:50+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52a0a2a4-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=52a0a54c-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:53:50+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52a0a2a4-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=52a0a54c-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:53:57+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4822a0b6-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=4822a304-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:53:57+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e4c7be-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=56e4c980-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:54:15+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52a0a2a4-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=52a0a54c-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:54:15+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618e7e76-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=618e80d8-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:54:15+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=618e7e76-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=618e80d8-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:54:15+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=618e7e76-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=618e80d8-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:54:22+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56e4c7be-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=56e4c980-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:54:22+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65ac424a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=65ac4416-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:54:40+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=618e7e76-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=618e80d8-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:54:40+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=707b8258-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=707b8492-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:54:40+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=707b8258-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=707b8492-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:54:40+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=707b8258-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=707b8492-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:54:47+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65ac424a-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=65ac4416-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:54:47+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746fdb66-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=746fddc8-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:55:05+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=707b8258-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=707b8492-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:55:05+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f6887ac-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=7f688964-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:55:05+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f6887ac-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=7f688964-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:55:05+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f6887ac-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=7f688964-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:55:11+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=746fdb66-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=746fddc8-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:55:11+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83328d38-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=83328fae-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:55:30+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f6887ac-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=7f688964-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:55:30+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e567008-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=8e567238-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:55:30+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e567008-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=8e567238-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:55:30+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e567008-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=8e567238-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:55:36+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83328d38-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=83328fae-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:55:36+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91f5b9b2-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=91f5bb74-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:55:55+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e567008-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=8e567238-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:55:55+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4b73ba-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=9d4b7568-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:55:55+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d4b73ba-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=9d4b7568-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:55:55+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d4b73ba-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=9d4b7568-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:56:01+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91f5b9b2-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=91f5bb74-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:56:01+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0b8e816-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=a0b8e9ce-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:56:20+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d4b73ba-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=9d4b7568-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:56:20+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac39e3ca-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ac39e56e-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:56:20+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac39e3ca-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ac39e56e-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:56:20+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac39e3ca-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ac39e56e-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:56:26+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0b8e816-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=a0b8e9ce-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:56:26+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af7cecbc-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=af7cef00-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:56:45+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac39e3ca-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ac39e56e-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:56:45+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb27fe9e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb2803e4-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:56:45+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb27fe9e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb2803e4-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:56:45+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb27fe9e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb2803e4-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:56:50+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af7cecbc-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=af7cef00-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:56:50+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be41efb8-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=be41f1b6-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:57:10+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb27fe9e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=bb2803e4-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:57:10+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca15eb64-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ca15ed12-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:57:10+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca15eb64-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ca15ed12-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:57:10+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca15eb64-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ca15ed12-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:57:15+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be41efb8-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=be41f1b6-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:57:15+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd074b88-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=cd074d40-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:57:35+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca15eb64-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ca15ed12-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:57:35+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d903f4ea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=d903f742-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:57:35+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d903f4ea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=d903f742-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:57:35+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d903f4ea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=d903f742-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:57:40+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd074b88-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=cd074d40-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:57:40+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc91520-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=dbc917f0-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:58:00+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d903f4ea-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=d903f742-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:58:00+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f19f8e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=e7f1a178-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:58:00+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7f19f8e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=e7f1a178-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:58:00+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7f19f8e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=e7f1a178-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:58:05+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbc91520-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=dbc917f0-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:58:05+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea8c84de-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea8c86a0-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:58:25+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7f19f8e-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=e7f1a178-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:58:25+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6e03e88-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=f6e04068-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:58:25+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6e03e88-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=f6e04068-0ca7-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:58:25+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6e03e88-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=f6e04068-0ca7-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:58:30+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea8c84de-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=ea8c86a0-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:58:30+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f94eff24-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=f94f012c-0ca7-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:58:50+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6e03e88-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=f6e04068-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:58:50+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05cd683a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=05cd6a42-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:58:51+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05cd683a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=05cd6a42-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:58:51+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05cd683a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=05cd6a42-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:58:54+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f94eff24-0ca7-11ed-90bf-c2ed5e1c8c04 | InvocationID=f94f012c-0ca7-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:58:54+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08180320-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=0818049c-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:59:16+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05cd683a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=05cd6a42-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:59:16+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14baef0c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=14baf10a-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:59:16+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14baef0c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=14baf10a-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:59:16+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14baef0c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=14baf10a-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:59:19+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08180320-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=0818049c-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:59:19+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16da04bc-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=16da0d04-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T05:59:41+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14baef0c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=14baf10a-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T05:59:41+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23a86c74-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=23a86e36-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T05:59:41+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23a86c74-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=23a86e36-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:59:41+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23a86c74-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=23a86e36-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T05:59:44+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16da04bc-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=16da0d04-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T05:59:44+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=259c884e-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=259c8a10-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:00:06+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23a86c74-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=23a86e36-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:00:06+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32959ffe-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=3295a1b6-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:00:06+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32959ffe-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=3295a1b6-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:00:06+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32959ffe-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=3295a1b6-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:00:09+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=259c884e-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=259c8a10-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:00:09+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=345fec4a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=345fedee-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:00:31+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=32959ffe-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=3295a1b6-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:00:31+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4182e71a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=4182e8dc-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:00:31+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4182e71a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=4182e8dc-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:00:31+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4182e71a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=4182e8dc-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:00:33+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=345fec4a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=345fedee-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:00:33+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432341b4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=43234376-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:00:56+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4182e71a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=4182e8dc-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:00:56+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5070e768-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5070e966-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:00:56+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5070e768-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5070e966-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:00:56+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5070e768-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5070e966-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:00:58+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=432341b4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=43234376-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:00:58+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e66bb8-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=51e66e42-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:01:21+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5070e768-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5070e966-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:01:21+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f5f0b6a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5f5f0e26-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:01:21+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f5f0b6a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5f5f0e26-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:01:21+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f5f0b6a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5f5f0e26-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:01:23+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51e66bb8-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=51e66e42-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:01:23+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60ab3db8-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=60ab3f98-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:01:46+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f5f0b6a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=5f5f0e26-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:01:46+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e4d0690-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=6e4d0992-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:01:46+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e4d0690-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=6e4d0992-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:01:46+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e4d0690-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=6e4d0992-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:01:48+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60ab3db8-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=60ab3f98-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:01:48+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6e0a60-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=6f6e0c54-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:02:11+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e4d0690-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=6e4d0992-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:02:11+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3a7da4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=7d3a7fac-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:02:11+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d3a7da4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=7d3a7fac-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:02:11+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d3a7da4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=7d3a7fac-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:02:12+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f6e0a60-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=6f6e0c54-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:02:12+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e333cbe-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=7e333ebc-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:02:36+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d3a7da4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=7d3a7fac-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:02:36+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c27ce5c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=8c27d082-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:02:36+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c27ce5c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=8c27d082-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:02:36+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c27ce5c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=8c27d082-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:02:37+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e333cbe-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=7e333ebc-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:02:37+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cf72260-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=8cf72418-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:03:01+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c27ce5c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=8c27d082-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:03:01+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b154a84-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=9b15551a-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:03:01+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b154a84-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=9b15551a-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:03:01+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b154a84-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=9b15551a-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:03:02+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cf72260-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=8cf72418-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:03:02+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9bbbdd22-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=9bbbe5ec-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:03:26+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b154a84-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=9b15551a-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:03:26+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa04af6c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa04b11a-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:03:26+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa04af6c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa04b11a-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:03:26+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa04af6c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa04b11a-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:03:27+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9bbbdd22-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=9bbbe5ec-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:03:27+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa7dcec4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa7dd072-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:03:51+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aa04af6c-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa04b11a-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:03:51+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8f354e2-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=b8f3571c-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:03:51+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8f354e2-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=b8f3571c-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:03:51+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8f354e2-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=b8f3571c-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:03:52+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa7dcec4-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=aa7dd072-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:03:52+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b940c6a0-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=b940c83a-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:04:16+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8f354e2-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=b8f3571c-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:04:16+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7e0fb26-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7e0fcc0-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:04:16+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7e0fb26-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7e0fcc0-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:04:16+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7e0fb26-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7e0fcc0-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:04:16+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b940c6a0-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=b940c83a-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:04:16+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c804bc46-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=c804bdf4-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:04:41+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c804bc46-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=c804bdf4-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:04:41+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6c710b2-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6c71256-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:04:41+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7e0fb26-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=c7e0fcc0-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:04:41+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ce390a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6ce3a40-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:04:41+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ce390a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6ce3a40-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:04:41+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ce390a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6ce3a40-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:05:06+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6c710b2-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6c71256-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:05:06+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e58a4c54-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=e58a4e70-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:05:06+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6ce390a-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=d6ce3a40-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:05:06+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5bb246e-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5bb2676-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:05:06+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5bb246e-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5bb2676-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:05:06+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5bb246e-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5bb2676-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:05:31+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e58a4c54-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=e58a4e70-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:05:31+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f45132ac-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=f45134b4-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:05:31+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e5bb246e-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=e5bb2676-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:05:31+0000 | policy_event_thread | 139737036073760 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a84fec-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=f4a8523a-0ca8-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-07-26T06:05:31+0000 | policy_event_thread | 139737036073760 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a84fec-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=f4a8523a-0ca8-11ed-90bf-c2ed5e1c8c04 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:05:31+0000 | policy_event_thread | 139737036073760 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a84fec-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=f4a8523a-0ca8-11ed-90bf-c2ed5e1c8c04 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-07-26T06:05:55+0000 | aai_event_thread | 139737035012896 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f45132ac-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=f45134b4-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF AAI events.
2022-07-26T06:05:55+0000 | aai_event_thread | 139737035012896 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=031b581c-0ca9-11ed-90bf-c2ed5e1c8c04 | InvocationID=031b59de-0ca9-11ed-90bf-c2ed5e1c8c04 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-07-26T06:05:56+0000 | policy_event_thread | 139737036073760 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4a84fec-0ca8-11ed-90bf-c2ed5e1c8c04 | InvocationID=f4a8523a-0ca8-11ed-90bf-c2ed5e1c8c04 | Polling MR for XNF activation/deactivation policy response events.
2022-07-26T06:05:56+0000 | policy_event_thread | 1397370360