Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-29T05:03:59+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18cbd5ae-5747-11ed-8126-3e99f86cab85 | InvocationID=18cbd86a-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-29T05:04:07+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e9d94d2-5747-11ed-8126-3e99f86cab85 | InvocationID=0e9d970c-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:04:07+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e246b24-5747-11ed-8126-3e99f86cab85 | InvocationID=1e246f5c-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:04:08+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e246b24-5747-11ed-8126-3e99f86cab85 | InvocationID=1e246f5c-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:04:08+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e246b24-5747-11ed-8126-3e99f86cab85 | InvocationID=1e246f5c-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:04:19+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18cbd5ae-5747-11ed-8126-3e99f86cab85 | InvocationID=18cbd86a-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:04:19+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2559701a-5747-11ed-8126-3e99f86cab85 | InvocationID=255979fc-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:04:19+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2559701a-5747-11ed-8126-3e99f86cab85 | InvocationID=255979fc-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:04:19+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2559701a-5747-11ed-8126-3e99f86cab85 | InvocationID=255979fc-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:04:33+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e246b24-5747-11ed-8126-3e99f86cab85 | InvocationID=1e246f5c-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:04:33+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3b8f0c-5747-11ed-8126-3e99f86cab85 | InvocationID=2d3b9164-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:04:33+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d3b8f0c-5747-11ed-8126-3e99f86cab85 | InvocationID=2d3b9164-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:04:33+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d3b8f0c-5747-11ed-8126-3e99f86cab85 | InvocationID=2d3b9164-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:04:39+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2559701a-5747-11ed-8126-3e99f86cab85 | InvocationID=255979fc-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:04:39+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31503d0e-5747-11ed-8126-3e99f86cab85 | InvocationID=31503ec6-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:04:40+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31503d0e-5747-11ed-8126-3e99f86cab85 | InvocationID=31503ec6-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:04:40+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31503d0e-5747-11ed-8126-3e99f86cab85 | InvocationID=31503ec6-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:04:58+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d3b8f0c-5747-11ed-8126-3e99f86cab85 | InvocationID=2d3b9164-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:04:58+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2bb0be-5747-11ed-8126-3e99f86cab85 | InvocationID=3c2bb514-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:04:58+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c2bb0be-5747-11ed-8126-3e99f86cab85 | InvocationID=3c2bb514-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:04:58+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2bb0be-5747-11ed-8126-3e99f86cab85 | InvocationID=3c2bb514-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:05:00+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31503d0e-5747-11ed-8126-3e99f86cab85 | InvocationID=31503ec6-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:05:00+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d44cc4c-5747-11ed-8126-3e99f86cab85 | InvocationID=3d44ce22-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:05:00+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d44cc4c-5747-11ed-8126-3e99f86cab85 | InvocationID=3d44ce22-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:05:00+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d44cc4c-5747-11ed-8126-3e99f86cab85 | InvocationID=3d44ce22-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:05:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d44cc4c-5747-11ed-8126-3e99f86cab85 | InvocationID=3d44ce22-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:05:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=493a3f1e-5747-11ed-8126-3e99f86cab85 | InvocationID=493a43b0-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:05:20+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=493a3f1e-5747-11ed-8126-3e99f86cab85 | InvocationID=493a43b0-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:05:20+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=493a3f1e-5747-11ed-8126-3e99f86cab85 | InvocationID=493a43b0-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:05:23+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c2bb0be-5747-11ed-8126-3e99f86cab85 | InvocationID=3c2bb514-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:05:23+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1be904-5747-11ed-8126-3e99f86cab85 | InvocationID=4b1beb5c-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:05:23+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1be904-5747-11ed-8126-3e99f86cab85 | InvocationID=4b1beb5c-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:05:23+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1be904-5747-11ed-8126-3e99f86cab85 | InvocationID=4b1beb5c-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:05:40+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=493a3f1e-5747-11ed-8126-3e99f86cab85 | InvocationID=493a43b0-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:05:40+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552ec79a-5747-11ed-8126-3e99f86cab85 | InvocationID=552ec9d4-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:05:40+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=552ec79a-5747-11ed-8126-3e99f86cab85 | InvocationID=552ec9d4-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:05:40+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=552ec79a-5747-11ed-8126-3e99f86cab85 | InvocationID=552ec9d4-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:05:48+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1be904-5747-11ed-8126-3e99f86cab85 | InvocationID=4b1beb5c-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:05:48+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0d912e-5747-11ed-8126-3e99f86cab85 | InvocationID=5a0d941c-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:05:48+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0d912e-5747-11ed-8126-3e99f86cab85 | InvocationID=5a0d941c-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:05:48+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0d912e-5747-11ed-8126-3e99f86cab85 | InvocationID=5a0d941c-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:06:00+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=552ec79a-5747-11ed-8126-3e99f86cab85 | InvocationID=552ec9d4-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:06:00+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61240146-5747-11ed-8126-3e99f86cab85 | InvocationID=61240308-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:06:00+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61240146-5747-11ed-8126-3e99f86cab85 | InvocationID=61240308-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:06:00+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61240146-5747-11ed-8126-3e99f86cab85 | InvocationID=61240308-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:06:13+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0d912e-5747-11ed-8126-3e99f86cab85 | InvocationID=5a0d941c-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:06:13+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68fb9ce4-5747-11ed-8126-3e99f86cab85 | InvocationID=68fb9eec-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:06:13+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68fb9ce4-5747-11ed-8126-3e99f86cab85 | InvocationID=68fb9eec-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:06:13+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68fb9ce4-5747-11ed-8126-3e99f86cab85 | InvocationID=68fb9eec-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:06:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61240146-5747-11ed-8126-3e99f86cab85 | InvocationID=61240308-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:06:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d19dfd4-5747-11ed-8126-3e99f86cab85 | InvocationID=6d19e2b8-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:06:20+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d19dfd4-5747-11ed-8126-3e99f86cab85 | InvocationID=6d19e2b8-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:06:20+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d19dfd4-5747-11ed-8126-3e99f86cab85 | InvocationID=6d19e2b8-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:06:38+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68fb9ce4-5747-11ed-8126-3e99f86cab85 | InvocationID=68fb9eec-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:06:38+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ebb108-5747-11ed-8126-3e99f86cab85 | InvocationID=77ebb2d4-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:06:38+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ebb108-5747-11ed-8126-3e99f86cab85 | InvocationID=77ebb2d4-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:06:38+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77ebb108-5747-11ed-8126-3e99f86cab85 | InvocationID=77ebb2d4-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:06:40+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d19dfd4-5747-11ed-8126-3e99f86cab85 | InvocationID=6d19e2b8-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:06:40+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=790e97da-5747-11ed-8126-3e99f86cab85 | InvocationID=790e9af0-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:06:40+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=790e97da-5747-11ed-8126-3e99f86cab85 | InvocationID=790e9af0-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:06:40+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=790e97da-5747-11ed-8126-3e99f86cab85 | InvocationID=790e9af0-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:00+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=790e97da-5747-11ed-8126-3e99f86cab85 | InvocationID=790e9af0-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:07:00+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8505f3ee-5747-11ed-8126-3e99f86cab85 | InvocationID=8505f5e2-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:07:00+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8505f3ee-5747-11ed-8126-3e99f86cab85 | InvocationID=8505f5e2-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:00+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8505f3ee-5747-11ed-8126-3e99f86cab85 | InvocationID=8505f5e2-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:03+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77ebb108-5747-11ed-8126-3e99f86cab85 | InvocationID=77ebb2d4-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:07:03+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86db4354-5747-11ed-8126-3e99f86cab85 | InvocationID=86db45ca-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:07:03+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86db4354-5747-11ed-8126-3e99f86cab85 | InvocationID=86db45ca-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:07:03+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86db4354-5747-11ed-8126-3e99f86cab85 | InvocationID=86db45ca-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:07:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8505f3ee-5747-11ed-8126-3e99f86cab85 | InvocationID=8505f5e2-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:07:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90fbd902-5747-11ed-8126-3e99f86cab85 | InvocationID=90fbdaf6-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:07:20+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90fbd902-5747-11ed-8126-3e99f86cab85 | InvocationID=90fbdaf6-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:20+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90fbd902-5747-11ed-8126-3e99f86cab85 | InvocationID=90fbdaf6-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:28+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86db4354-5747-11ed-8126-3e99f86cab85 | InvocationID=86db45ca-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:07:28+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c91242-5747-11ed-8126-3e99f86cab85 | InvocationID=95c914c2-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:07:28+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c91242-5747-11ed-8126-3e99f86cab85 | InvocationID=95c914c2-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:07:28+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95c91242-5747-11ed-8126-3e99f86cab85 | InvocationID=95c914c2-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:07:40+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90fbd902-5747-11ed-8126-3e99f86cab85 | InvocationID=90fbdaf6-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:07:40+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf0a06c-5747-11ed-8126-3e99f86cab85 | InvocationID=9cf0a2f6-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:07:40+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cf0a06c-5747-11ed-8126-3e99f86cab85 | InvocationID=9cf0a2f6-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:40+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cf0a06c-5747-11ed-8126-3e99f86cab85 | InvocationID=9cf0a2f6-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:07:53+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95c91242-5747-11ed-8126-3e99f86cab85 | InvocationID=95c914c2-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:07:53+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4bc8554-5747-11ed-8126-3e99f86cab85 | InvocationID=a4bc87a2-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:07:53+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4bc8554-5747-11ed-8126-3e99f86cab85 | InvocationID=a4bc87a2-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:07:53+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4bc8554-5747-11ed-8126-3e99f86cab85 | InvocationID=a4bc87a2-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:08:00+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9cf0a06c-5747-11ed-8126-3e99f86cab85 | InvocationID=9cf0a2f6-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:08:00+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e40fd0-5747-11ed-8126-3e99f86cab85 | InvocationID=a8e41188-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:08:00+0000 | aai_event_thread | 140362076298016 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e40fd0-5747-11ed-8126-3e99f86cab85 | InvocationID=a8e41188-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:08:00+0000 | aai_event_thread | 140362076298016 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8e40fd0-5747-11ed-8126-3e99f86cab85 | InvocationID=a8e41188-5747-11ed-8126-3e99f86cab85 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-29T05:08:18+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4bc8554-5747-11ed-8126-3e99f86cab85 | InvocationID=a4bc87a2-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:08:18+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ac61f6-5747-11ed-8126-3e99f86cab85 | InvocationID=b3ac63c2-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:08:18+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ac61f6-5747-11ed-8126-3e99f86cab85 | InvocationID=b3ac63c2-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:08:18+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ac61f6-5747-11ed-8126-3e99f86cab85 | InvocationID=b3ac63c2-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:08:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8e40fd0-5747-11ed-8126-3e99f86cab85 | InvocationID=a8e41188-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:08:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4d682f0-5747-11ed-8126-3e99f86cab85 | InvocationID=b4d685e8-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:08:43+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ac61f6-5747-11ed-8126-3e99f86cab85 | InvocationID=b3ac63c2-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:08:43+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29be63c-5747-11ed-8126-3e99f86cab85 | InvocationID=c29beed4-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:08:43+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29be63c-5747-11ed-8126-3e99f86cab85 | InvocationID=c29beed4-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:08:43+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29be63c-5747-11ed-8126-3e99f86cab85 | InvocationID=c29beed4-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:08:44+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4d682f0-5747-11ed-8126-3e99f86cab85 | InvocationID=b4d685e8-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:08:44+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c34d06ce-5747-11ed-8126-3e99f86cab85 | InvocationID=c34d091c-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:09:05+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c34d06ce-5747-11ed-8126-3e99f86cab85 | InvocationID=c34d091c-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:09:05+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf44bc6a-5747-11ed-8126-3e99f86cab85 | InvocationID=cf44c232-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:09:08+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29be63c-5747-11ed-8126-3e99f86cab85 | InvocationID=c29beed4-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:09:08+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18ac60e-5747-11ed-8126-3e99f86cab85 | InvocationID=d18ac9ce-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:09:08+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18ac60e-5747-11ed-8126-3e99f86cab85 | InvocationID=d18ac9ce-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:09:08+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18ac60e-5747-11ed-8126-3e99f86cab85 | InvocationID=d18ac9ce-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:09:25+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf44bc6a-5747-11ed-8126-3e99f86cab85 | InvocationID=cf44c232-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:09:25+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db40a3a8-5747-11ed-8126-3e99f86cab85 | InvocationID=db40a5f6-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:09:33+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18ac60e-5747-11ed-8126-3e99f86cab85 | InvocationID=d18ac9ce-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:09:33+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e078c1d4-5747-11ed-8126-3e99f86cab85 | InvocationID=e078c3be-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:09:33+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e078c1d4-5747-11ed-8126-3e99f86cab85 | InvocationID=e078c3be-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:09:33+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e078c1d4-5747-11ed-8126-3e99f86cab85 | InvocationID=e078c3be-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:09:45+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db40a3a8-5747-11ed-8126-3e99f86cab85 | InvocationID=db40a5f6-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:09:45+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74a01b2-5747-11ed-8126-3e99f86cab85 | InvocationID=e74a04be-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:09:58+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e078c1d4-5747-11ed-8126-3e99f86cab85 | InvocationID=e078c3be-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:09:58+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6869e2-5747-11ed-8126-3e99f86cab85 | InvocationID=ef686bb8-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:09:58+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef6869e2-5747-11ed-8126-3e99f86cab85 | InvocationID=ef686bb8-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:09:58+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6869e2-5747-11ed-8126-3e99f86cab85 | InvocationID=ef686bb8-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:10:05+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e74a01b2-5747-11ed-8126-3e99f86cab85 | InvocationID=e74a04be-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:10:05+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f392a046-5747-11ed-8126-3e99f86cab85 | InvocationID=f392a21c-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:10:23+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef6869e2-5747-11ed-8126-3e99f86cab85 | InvocationID=ef686bb8-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:10:23+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe569924-5747-11ed-8126-3e99f86cab85 | InvocationID=fe569ae6-5747-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:10:24+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe569924-5747-11ed-8126-3e99f86cab85 | InvocationID=fe569ae6-5747-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:10:24+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe569924-5747-11ed-8126-3e99f86cab85 | InvocationID=fe569ae6-5747-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:10:30+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f392a046-5747-11ed-8126-3e99f86cab85 | InvocationID=f392a21c-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:10:30+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02566176-5748-11ed-8126-3e99f86cab85 | InvocationID=025663f6-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:10:49+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe569924-5747-11ed-8126-3e99f86cab85 | InvocationID=fe569ae6-5747-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:10:49+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d449e86-5748-11ed-8126-3e99f86cab85 | InvocationID=0d44a1ce-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:10:49+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d449e86-5748-11ed-8126-3e99f86cab85 | InvocationID=0d44a1ce-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:10:49+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d449e86-5748-11ed-8126-3e99f86cab85 | InvocationID=0d44a1ce-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:10:55+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02566176-5748-11ed-8126-3e99f86cab85 | InvocationID=025663f6-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:10:55+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=111b848e-5748-11ed-8126-3e99f86cab85 | InvocationID=111b866e-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:11:14+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d449e86-5748-11ed-8126-3e99f86cab85 | InvocationID=0d44a1ce-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:11:14+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3760b8-5748-11ed-8126-3e99f86cab85 | InvocationID=1c3762fc-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:11:14+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3760b8-5748-11ed-8126-3e99f86cab85 | InvocationID=1c3762fc-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:11:14+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3760b8-5748-11ed-8126-3e99f86cab85 | InvocationID=1c3762fc-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:11:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=111b848e-5748-11ed-8126-3e99f86cab85 | InvocationID=111b866e-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:11:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fe0a49a-5748-11ed-8126-3e99f86cab85 | InvocationID=1fe0a666-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:11:39+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3760b8-5748-11ed-8126-3e99f86cab85 | InvocationID=1c3762fc-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:11:39+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b24e302-5748-11ed-8126-3e99f86cab85 | InvocationID=2b24e4a6-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:11:39+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b24e302-5748-11ed-8126-3e99f86cab85 | InvocationID=2b24e4a6-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:11:39+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b24e302-5748-11ed-8126-3e99f86cab85 | InvocationID=2b24e4a6-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:11:45+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fe0a49a-5748-11ed-8126-3e99f86cab85 | InvocationID=1fe0a666-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:11:45+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ea5e710-5748-11ed-8126-3e99f86cab85 | InvocationID=2ea5e8e6-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:12:04+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b24e302-5748-11ed-8126-3e99f86cab85 | InvocationID=2b24e4a6-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:12:04+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a15ede8-5748-11ed-8126-3e99f86cab85 | InvocationID=3a15efb4-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:12:04+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a15ede8-5748-11ed-8126-3e99f86cab85 | InvocationID=3a15efb4-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:12:04+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a15ede8-5748-11ed-8126-3e99f86cab85 | InvocationID=3a15efb4-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:12:09+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ea5e710-5748-11ed-8126-3e99f86cab85 | InvocationID=2ea5e8e6-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:12:09+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d6ad68e-5748-11ed-8126-3e99f86cab85 | InvocationID=3d6ad8be-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:12:29+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a15ede8-5748-11ed-8126-3e99f86cab85 | InvocationID=3a15efb4-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:12:29+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49037438-5748-11ed-8126-3e99f86cab85 | InvocationID=49037604-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:12:29+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49037438-5748-11ed-8126-3e99f86cab85 | InvocationID=49037604-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:12:29+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49037438-5748-11ed-8126-3e99f86cab85 | InvocationID=49037604-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:12:34+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d6ad68e-5748-11ed-8126-3e99f86cab85 | InvocationID=3d6ad8be-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:12:34+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c30e1a4-5748-11ed-8126-3e99f86cab85 | InvocationID=4c30e3a2-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:12:54+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49037438-5748-11ed-8126-3e99f86cab85 | InvocationID=49037604-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:12:54+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f67c60-5748-11ed-8126-3e99f86cab85 | InvocationID=57f67e68-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:12:54+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f67c60-5748-11ed-8126-3e99f86cab85 | InvocationID=57f67e68-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:12:54+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f67c60-5748-11ed-8126-3e99f86cab85 | InvocationID=57f67e68-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:12:59+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c30e1a4-5748-11ed-8126-3e99f86cab85 | InvocationID=4c30e3a2-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:12:59+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afabe62-5748-11ed-8126-3e99f86cab85 | InvocationID=5afac024-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:13:19+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f67c60-5748-11ed-8126-3e99f86cab85 | InvocationID=57f67e68-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:13:19+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e4deba-5748-11ed-8126-3e99f86cab85 | InvocationID=66e4e090-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:13:19+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e4deba-5748-11ed-8126-3e99f86cab85 | InvocationID=66e4e090-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:13:19+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e4deba-5748-11ed-8126-3e99f86cab85 | InvocationID=66e4e090-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:13:24+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5afabe62-5748-11ed-8126-3e99f86cab85 | InvocationID=5afac024-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:13:24+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69c02ce8-5748-11ed-8126-3e99f86cab85 | InvocationID=69c02f4a-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:13:44+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e4deba-5748-11ed-8126-3e99f86cab85 | InvocationID=66e4e090-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:13:44+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d32102-5748-11ed-8126-3e99f86cab85 | InvocationID=75d32396-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:13:44+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d32102-5748-11ed-8126-3e99f86cab85 | InvocationID=75d32396-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:13:44+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75d32102-5748-11ed-8126-3e99f86cab85 | InvocationID=75d32396-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:13:49+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69c02ce8-5748-11ed-8126-3e99f86cab85 | InvocationID=69c02f4a-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:13:49+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=788c8b2c-5748-11ed-8126-3e99f86cab85 | InvocationID=788c8cee-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:14:09+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75d32102-5748-11ed-8126-3e99f86cab85 | InvocationID=75d32396-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:14:09+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c1c34e-5748-11ed-8126-3e99f86cab85 | InvocationID=84c1c510-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:14:09+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c1c34e-5748-11ed-8126-3e99f86cab85 | InvocationID=84c1c510-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:14:09+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84c1c34e-5748-11ed-8126-3e99f86cab85 | InvocationID=84c1c510-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:14:13+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=788c8b2c-5748-11ed-8126-3e99f86cab85 | InvocationID=788c8cee-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:14:13+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8750c66e-5748-11ed-8126-3e99f86cab85 | InvocationID=8750c8e4-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:14:34+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84c1c34e-5748-11ed-8126-3e99f86cab85 | InvocationID=84c1c510-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:14:34+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b1abb2-5748-11ed-8126-3e99f86cab85 | InvocationID=93b1ad6a-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:14:34+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b1abb2-5748-11ed-8126-3e99f86cab85 | InvocationID=93b1ad6a-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:14:34+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b1abb2-5748-11ed-8126-3e99f86cab85 | InvocationID=93b1ad6a-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:14:38+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8750c66e-5748-11ed-8126-3e99f86cab85 | InvocationID=8750c8e4-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:14:38+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9615d068-5748-11ed-8126-3e99f86cab85 | InvocationID=9615d306-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:14:59+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b1abb2-5748-11ed-8126-3e99f86cab85 | InvocationID=93b1ad6a-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:14:59+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29f898c-5748-11ed-8126-3e99f86cab85 | InvocationID=a29f8b4e-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:14:59+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a29f898c-5748-11ed-8126-3e99f86cab85 | InvocationID=a29f8b4e-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:14:59+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a29f898c-5748-11ed-8126-3e99f86cab85 | InvocationID=a29f8b4e-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:15:03+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9615d068-5748-11ed-8126-3e99f86cab85 | InvocationID=9615d306-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:15:03+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4dd585a-5748-11ed-8126-3e99f86cab85 | InvocationID=a4dd5a4e-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:15:24+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a29f898c-5748-11ed-8126-3e99f86cab85 | InvocationID=a29f8b4e-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:15:24+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18d3296-5748-11ed-8126-3e99f86cab85 | InvocationID=b18d3462-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:15:24+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18d3296-5748-11ed-8126-3e99f86cab85 | InvocationID=b18d3462-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:15:24+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b18d3296-5748-11ed-8126-3e99f86cab85 | InvocationID=b18d3462-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:15:28+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4dd585a-5748-11ed-8126-3e99f86cab85 | InvocationID=a4dd5a4e-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:15:28+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3a0f040-5748-11ed-8126-3e99f86cab85 | InvocationID=b3a0f270-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:15:49+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b18d3296-5748-11ed-8126-3e99f86cab85 | InvocationID=b18d3462-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:15:49+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07b1a02-5748-11ed-8126-3e99f86cab85 | InvocationID=c07b1c6e-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:15:49+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07b1a02-5748-11ed-8126-3e99f86cab85 | InvocationID=c07b1c6e-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:15:49+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c07b1a02-5748-11ed-8126-3e99f86cab85 | InvocationID=c07b1c6e-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:15:52+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3a0f040-5748-11ed-8126-3e99f86cab85 | InvocationID=b3a0f270-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:15:52+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c26722a2-5748-11ed-8126-3e99f86cab85 | InvocationID=c2672446-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:16:14+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c07b1a02-5748-11ed-8126-3e99f86cab85 | InvocationID=c07b1c6e-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:16:14+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6a104a-5748-11ed-8126-3e99f86cab85 | InvocationID=cf6a12c0-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:16:14+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6a104a-5748-11ed-8126-3e99f86cab85 | InvocationID=cf6a12c0-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:16:14+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6a104a-5748-11ed-8126-3e99f86cab85 | InvocationID=cf6a12c0-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:16:17+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c26722a2-5748-11ed-8126-3e99f86cab85 | InvocationID=c2672446-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:16:17+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d12c3822-5748-11ed-8126-3e99f86cab85 | InvocationID=d12c3a70-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:16:39+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6a104a-5748-11ed-8126-3e99f86cab85 | InvocationID=cf6a12c0-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:16:39+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de59d78e-5748-11ed-8126-3e99f86cab85 | InvocationID=de59e36e-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:16:39+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de59d78e-5748-11ed-8126-3e99f86cab85 | InvocationID=de59e36e-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:16:39+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de59d78e-5748-11ed-8126-3e99f86cab85 | InvocationID=de59e36e-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:16:42+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d12c3822-5748-11ed-8126-3e99f86cab85 | InvocationID=d12c3a70-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:16:42+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfef5e84-5748-11ed-8126-3e99f86cab85 | InvocationID=dfef6050-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:17:04+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de59d78e-5748-11ed-8126-3e99f86cab85 | InvocationID=de59e36e-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:17:04+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed47fc94-5748-11ed-8126-3e99f86cab85 | InvocationID=ed47ff28-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:17:04+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed47fc94-5748-11ed-8126-3e99f86cab85 | InvocationID=ed47ff28-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:17:04+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed47fc94-5748-11ed-8126-3e99f86cab85 | InvocationID=ed47ff28-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:17:07+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dfef5e84-5748-11ed-8126-3e99f86cab85 | InvocationID=dfef6050-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:17:07+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eeb29e4a-5748-11ed-8126-3e99f86cab85 | InvocationID=eeb2a110-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:17:29+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed47fc94-5748-11ed-8126-3e99f86cab85 | InvocationID=ed47ff28-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:17:29+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc362ffa-5748-11ed-8126-3e99f86cab85 | InvocationID=fc36322a-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:17:29+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc362ffa-5748-11ed-8126-3e99f86cab85 | InvocationID=fc36322a-5748-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:17:29+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc362ffa-5748-11ed-8126-3e99f86cab85 | InvocationID=fc36322a-5748-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:17:31+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eeb29e4a-5748-11ed-8126-3e99f86cab85 | InvocationID=eeb2a110-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:17:32+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd763982-5748-11ed-8126-3e99f86cab85 | InvocationID=fd763b62-5748-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:17:54+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc362ffa-5748-11ed-8126-3e99f86cab85 | InvocationID=fc36322a-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:17:54+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b242f94-5749-11ed-8126-3e99f86cab85 | InvocationID=0b243688-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:17:54+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b242f94-5749-11ed-8126-3e99f86cab85 | InvocationID=0b243688-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:17:54+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b242f94-5749-11ed-8126-3e99f86cab85 | InvocationID=0b243688-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:17:56+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd763982-5748-11ed-8126-3e99f86cab85 | InvocationID=fd763b62-5748-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:17:56+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c3b838c-5749-11ed-8126-3e99f86cab85 | InvocationID=0c3b86a2-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:18:20+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b242f94-5749-11ed-8126-3e99f86cab85 | InvocationID=0b243688-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:18:20+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a12c7ae-5749-11ed-8126-3e99f86cab85 | InvocationID=1a12ca60-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:18:20+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a12c7ae-5749-11ed-8126-3e99f86cab85 | InvocationID=1a12ca60-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:18:20+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a12c7ae-5749-11ed-8126-3e99f86cab85 | InvocationID=1a12ca60-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:18:21+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c3b838c-5749-11ed-8126-3e99f86cab85 | InvocationID=0c3b86a2-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:18:21+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b00ffaa-5749-11ed-8126-3e99f86cab85 | InvocationID=1b010284-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:18:45+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a12c7ae-5749-11ed-8126-3e99f86cab85 | InvocationID=1a12ca60-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:18:45+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29009110-5749-11ed-8126-3e99f86cab85 | InvocationID=290092e6-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:18:45+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29009110-5749-11ed-8126-3e99f86cab85 | InvocationID=290092e6-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:18:45+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29009110-5749-11ed-8126-3e99f86cab85 | InvocationID=290092e6-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:18:46+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b00ffaa-5749-11ed-8126-3e99f86cab85 | InvocationID=1b010284-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:18:46+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29c575b6-5749-11ed-8126-3e99f86cab85 | InvocationID=29c57782-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:19:10+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29009110-5749-11ed-8126-3e99f86cab85 | InvocationID=290092e6-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:19:10+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f5a6ba-5749-11ed-8126-3e99f86cab85 | InvocationID=37f5a91c-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:19:10+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f5a6ba-5749-11ed-8126-3e99f86cab85 | InvocationID=37f5a91c-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:19:10+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f5a6ba-5749-11ed-8126-3e99f86cab85 | InvocationID=37f5a91c-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:19:11+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29c575b6-5749-11ed-8126-3e99f86cab85 | InvocationID=29c57782-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:19:11+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38889a24-5749-11ed-8126-3e99f86cab85 | InvocationID=38889bfa-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:19:35+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f5a6ba-5749-11ed-8126-3e99f86cab85 | InvocationID=37f5a91c-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:19:35+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e3a6d6-5749-11ed-8126-3e99f86cab85 | InvocationID=46e3a8c0-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:19:35+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e3a6d6-5749-11ed-8126-3e99f86cab85 | InvocationID=46e3a8c0-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:19:35+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e3a6d6-5749-11ed-8126-3e99f86cab85 | InvocationID=46e3a8c0-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:19:35+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38889a24-5749-11ed-8126-3e99f86cab85 | InvocationID=38889bfa-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:19:35+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=474c1fea-5749-11ed-8126-3e99f86cab85 | InvocationID=474c21b6-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:20:00+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e3a6d6-5749-11ed-8126-3e99f86cab85 | InvocationID=46e3a8c0-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:20:00+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d1ea72-5749-11ed-8126-3e99f86cab85 | InvocationID=55d1ec7a-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:20:00+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d1ea72-5749-11ed-8126-3e99f86cab85 | InvocationID=55d1ec7a-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:20:00+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d1ea72-5749-11ed-8126-3e99f86cab85 | InvocationID=55d1ec7a-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:20:00+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=474c1fea-5749-11ed-8126-3e99f86cab85 | InvocationID=474c21b6-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:20:00+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56137244-5749-11ed-8126-3e99f86cab85 | InvocationID=56137474-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:20:25+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d1ea72-5749-11ed-8126-3e99f86cab85 | InvocationID=55d1ec7a-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:20:25+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c015fe-5749-11ed-8126-3e99f86cab85 | InvocationID=64c01900-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:20:25+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64c015fe-5749-11ed-8126-3e99f86cab85 | InvocationID=64c01900-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:20:25+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c015fe-5749-11ed-8126-3e99f86cab85 | InvocationID=64c01900-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:20:25+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56137244-5749-11ed-8126-3e99f86cab85 | InvocationID=56137474-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:20:25+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64d85d62-5749-11ed-8126-3e99f86cab85 | InvocationID=64d85f7e-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:20:50+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64d85d62-5749-11ed-8126-3e99f86cab85 | InvocationID=64d85f7e-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:20:50+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=739c0ba0-5749-11ed-8126-3e99f86cab85 | InvocationID=739c0dc6-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:20:50+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64c015fe-5749-11ed-8126-3e99f86cab85 | InvocationID=64c01900-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:20:50+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b1152c-5749-11ed-8126-3e99f86cab85 | InvocationID=73b116e4-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:20:50+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73b1152c-5749-11ed-8126-3e99f86cab85 | InvocationID=73b116e4-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:20:50+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b1152c-5749-11ed-8126-3e99f86cab85 | InvocationID=73b116e4-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:21:15+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=739c0ba0-5749-11ed-8126-3e99f86cab85 | InvocationID=739c0dc6-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:21:15+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=826400ca-5749-11ed-8126-3e99f86cab85 | InvocationID=826403d6-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:21:15+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73b1152c-5749-11ed-8126-3e99f86cab85 | InvocationID=73b116e4-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:21:15+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829e8830-5749-11ed-8126-3e99f86cab85 | InvocationID=829e89de-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:21:15+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829e8830-5749-11ed-8126-3e99f86cab85 | InvocationID=829e89de-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:21:15+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829e8830-5749-11ed-8126-3e99f86cab85 | InvocationID=829e89de-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:21:39+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=826400ca-5749-11ed-8126-3e99f86cab85 | InvocationID=826403d6-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:21:39+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912ad8ea-5749-11ed-8126-3e99f86cab85 | InvocationID=912adafc-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:21:40+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829e8830-5749-11ed-8126-3e99f86cab85 | InvocationID=829e89de-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:21:40+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918c4288-5749-11ed-8126-3e99f86cab85 | InvocationID=918c444a-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:21:40+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918c4288-5749-11ed-8126-3e99f86cab85 | InvocationID=918c444a-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:21:40+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918c4288-5749-11ed-8126-3e99f86cab85 | InvocationID=918c444a-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:22:04+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=912ad8ea-5749-11ed-8126-3e99f86cab85 | InvocationID=912adafc-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:22:04+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ff4b85a-5749-11ed-8126-3e99f86cab85 | InvocationID=9ff4ba58-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:22:05+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918c4288-5749-11ed-8126-3e99f86cab85 | InvocationID=918c444a-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:22:05+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07d1b82-5749-11ed-8126-3e99f86cab85 | InvocationID=a07d1d6c-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:22:05+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a07d1b82-5749-11ed-8126-3e99f86cab85 | InvocationID=a07d1d6c-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:22:05+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a07d1b82-5749-11ed-8126-3e99f86cab85 | InvocationID=a07d1d6c-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:22:29+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ff4b85a-5749-11ed-8126-3e99f86cab85 | InvocationID=9ff4ba58-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:22:29+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aec55c5e-5749-11ed-8126-3e99f86cab85 | InvocationID=aec55e52-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:22:30+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a07d1b82-5749-11ed-8126-3e99f86cab85 | InvocationID=a07d1d6c-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:22:30+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af72bdea-5749-11ed-8126-3e99f86cab85 | InvocationID=af72bfc0-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:22:30+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af72bdea-5749-11ed-8126-3e99f86cab85 | InvocationID=af72bfc0-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:22:30+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af72bdea-5749-11ed-8126-3e99f86cab85 | InvocationID=af72bfc0-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:22:54+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aec55c5e-5749-11ed-8126-3e99f86cab85 | InvocationID=aec55e52-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:22:54+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd991306-5749-11ed-8126-3e99f86cab85 | InvocationID=bd9915d6-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:22:55+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af72bdea-5749-11ed-8126-3e99f86cab85 | InvocationID=af72bfc0-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:22:55+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6a4a84-5749-11ed-8126-3e99f86cab85 | InvocationID=be6a4c3c-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:22:55+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be6a4a84-5749-11ed-8126-3e99f86cab85 | InvocationID=be6a4c3c-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:22:55+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be6a4a84-5749-11ed-8126-3e99f86cab85 | InvocationID=be6a4c3c-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:23:19+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd991306-5749-11ed-8126-3e99f86cab85 | InvocationID=bd9915d6-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:23:19+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc5e482a-5749-11ed-8126-3e99f86cab85 | InvocationID=cc5e49ec-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:23:20+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be6a4a84-5749-11ed-8126-3e99f86cab85 | InvocationID=be6a4c3c-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:23:20+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd5b2644-5749-11ed-8126-3e99f86cab85 | InvocationID=cd5b2806-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:23:20+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd5b2644-5749-11ed-8126-3e99f86cab85 | InvocationID=cd5b2806-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:23:20+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd5b2644-5749-11ed-8126-3e99f86cab85 | InvocationID=cd5b2806-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:23:43+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc5e482a-5749-11ed-8126-3e99f86cab85 | InvocationID=cc5e49ec-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:23:43+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db21d340-5749-11ed-8126-3e99f86cab85 | InvocationID=db21d5b6-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:23:45+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd5b2644-5749-11ed-8126-3e99f86cab85 | InvocationID=cd5b2806-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:23:45+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc49db50-5749-11ed-8126-3e99f86cab85 | InvocationID=dc49dd1c-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:23:45+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc49db50-5749-11ed-8126-3e99f86cab85 | InvocationID=dc49dd1c-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:23:45+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc49db50-5749-11ed-8126-3e99f86cab85 | InvocationID=dc49dd1c-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:24:08+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db21d340-5749-11ed-8126-3e99f86cab85 | InvocationID=db21d5b6-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:24:08+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e73370-5749-11ed-8126-3e99f86cab85 | InvocationID=e9e73a32-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:24:10+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc49db50-5749-11ed-8126-3e99f86cab85 | InvocationID=dc49dd1c-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:24:10+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb38a27c-5749-11ed-8126-3e99f86cab85 | InvocationID=eb38a542-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:24:10+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb38a27c-5749-11ed-8126-3e99f86cab85 | InvocationID=eb38a542-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:24:10+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb38a27c-5749-11ed-8126-3e99f86cab85 | InvocationID=eb38a542-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:24:33+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9e73370-5749-11ed-8126-3e99f86cab85 | InvocationID=e9e73a32-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:24:33+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8ac76fe-5749-11ed-8126-3e99f86cab85 | InvocationID=f8ac78ca-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:24:35+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb38a27c-5749-11ed-8126-3e99f86cab85 | InvocationID=eb38a542-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:24:35+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa29ce1e-5749-11ed-8126-3e99f86cab85 | InvocationID=fa29d076-5749-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:24:36+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa29ce1e-5749-11ed-8126-3e99f86cab85 | InvocationID=fa29d076-5749-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:24:36+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa29ce1e-5749-11ed-8126-3e99f86cab85 | InvocationID=fa29d076-5749-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:24:58+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8ac76fe-5749-11ed-8126-3e99f86cab85 | InvocationID=f8ac78ca-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:24:58+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07718ac6-574a-11ed-8126-3e99f86cab85 | InvocationID=07718cc4-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:25:01+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa29ce1e-5749-11ed-8126-3e99f86cab85 | InvocationID=fa29d076-5749-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:25:01+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0918b8c2-574a-11ed-8126-3e99f86cab85 | InvocationID=0918ba84-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:25:01+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0918b8c2-574a-11ed-8126-3e99f86cab85 | InvocationID=0918ba84-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:25:01+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0918b8c2-574a-11ed-8126-3e99f86cab85 | InvocationID=0918ba84-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:25:23+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07718ac6-574a-11ed-8126-3e99f86cab85 | InvocationID=07718cc4-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:25:23+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=163740b4-574a-11ed-8126-3e99f86cab85 | InvocationID=1637435c-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:25:26+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0918b8c2-574a-11ed-8126-3e99f86cab85 | InvocationID=0918ba84-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:25:26+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1806d044-574a-11ed-8126-3e99f86cab85 | InvocationID=1806d1fc-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:25:26+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1806d044-574a-11ed-8126-3e99f86cab85 | InvocationID=1806d1fc-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:25:26+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1806d044-574a-11ed-8126-3e99f86cab85 | InvocationID=1806d1fc-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:25:47+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=163740b4-574a-11ed-8126-3e99f86cab85 | InvocationID=1637435c-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:25:47+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24fe5cfe-574a-11ed-8126-3e99f86cab85 | InvocationID=24fe5f24-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:25:51+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1806d044-574a-11ed-8126-3e99f86cab85 | InvocationID=1806d1fc-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:25:51+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f75718-574a-11ed-8126-3e99f86cab85 | InvocationID=26f75a10-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:25:51+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26f75718-574a-11ed-8126-3e99f86cab85 | InvocationID=26f75a10-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:25:51+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f75718-574a-11ed-8126-3e99f86cab85 | InvocationID=26f75a10-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:26:12+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24fe5cfe-574a-11ed-8126-3e99f86cab85 | InvocationID=24fe5f24-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:26:12+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c3a8f2-574a-11ed-8126-3e99f86cab85 | InvocationID=33c3aabe-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:26:16+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26f75718-574a-11ed-8126-3e99f86cab85 | InvocationID=26f75a10-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:26:16+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e93a20-574a-11ed-8126-3e99f86cab85 | InvocationID=35e93c00-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:26:16+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35e93a20-574a-11ed-8126-3e99f86cab85 | InvocationID=35e93c00-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:26:16+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e93a20-574a-11ed-8126-3e99f86cab85 | InvocationID=35e93c00-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:26:37+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33c3a8f2-574a-11ed-8126-3e99f86cab85 | InvocationID=33c3aabe-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:26:37+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42886170-574a-11ed-8126-3e99f86cab85 | InvocationID=4288662a-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:26:41+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35e93a20-574a-11ed-8126-3e99f86cab85 | InvocationID=35e93c00-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:26:41+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d8d356-574a-11ed-8126-3e99f86cab85 | InvocationID=44d8d522-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:26:41+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44d8d356-574a-11ed-8126-3e99f86cab85 | InvocationID=44d8d522-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:26:41+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d8d356-574a-11ed-8126-3e99f86cab85 | InvocationID=44d8d522-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:27:02+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42886170-574a-11ed-8126-3e99f86cab85 | InvocationID=4288662a-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:27:02+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=514edf36-574a-11ed-8126-3e99f86cab85 | InvocationID=514ee1f2-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:27:06+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44d8d356-574a-11ed-8126-3e99f86cab85 | InvocationID=44d8d522-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:27:06+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c96f2e-574a-11ed-8126-3e99f86cab85 | InvocationID=53c9717c-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:27:06+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53c96f2e-574a-11ed-8126-3e99f86cab85 | InvocationID=53c9717c-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:27:06+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53c96f2e-574a-11ed-8126-3e99f86cab85 | InvocationID=53c9717c-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:27:26+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=514edf36-574a-11ed-8126-3e99f86cab85 | InvocationID=514ee1f2-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:27:26+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6013a61e-574a-11ed-8126-3e99f86cab85 | InvocationID=6013a7e0-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:27:31+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53c96f2e-574a-11ed-8126-3e99f86cab85 | InvocationID=53c9717c-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:27:31+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b82c1e-574a-11ed-8126-3e99f86cab85 | InvocationID=62b82dd6-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:27:31+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62b82c1e-574a-11ed-8126-3e99f86cab85 | InvocationID=62b82dd6-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:27:31+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62b82c1e-574a-11ed-8126-3e99f86cab85 | InvocationID=62b82dd6-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:27:51+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6013a61e-574a-11ed-8126-3e99f86cab85 | InvocationID=6013a7e0-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:27:51+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed9bcb0-574a-11ed-8126-3e99f86cab85 | InvocationID=6ed9beb8-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:27:56+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62b82c1e-574a-11ed-8126-3e99f86cab85 | InvocationID=62b82dd6-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:27:56+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a74994-574a-11ed-8126-3e99f86cab85 | InvocationID=71a74dae-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:27:56+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71a74994-574a-11ed-8126-3e99f86cab85 | InvocationID=71a74dae-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:27:56+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71a74994-574a-11ed-8126-3e99f86cab85 | InvocationID=71a74dae-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:28:16+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed9bcb0-574a-11ed-8126-3e99f86cab85 | InvocationID=6ed9beb8-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:28:16+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d9f3f22-574a-11ed-8126-3e99f86cab85 | InvocationID=7d9f410c-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:28:21+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71a74994-574a-11ed-8126-3e99f86cab85 | InvocationID=71a74dae-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:28:21+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8095ee92-574a-11ed-8126-3e99f86cab85 | InvocationID=8095f0c2-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:28:21+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8095ee92-574a-11ed-8126-3e99f86cab85 | InvocationID=8095f0c2-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:28:21+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8095ee92-574a-11ed-8126-3e99f86cab85 | InvocationID=8095f0c2-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:28:41+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d9f3f22-574a-11ed-8126-3e99f86cab85 | InvocationID=7d9f410c-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:28:41+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c628ce4-574a-11ed-8126-3e99f86cab85 | InvocationID=8c628e9c-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:28:46+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8095ee92-574a-11ed-8126-3e99f86cab85 | InvocationID=8095f0c2-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:28:46+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f83f750-574a-11ed-8126-3e99f86cab85 | InvocationID=8f83fa48-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:28:46+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f83f750-574a-11ed-8126-3e99f86cab85 | InvocationID=8f83fa48-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:28:46+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f83f750-574a-11ed-8126-3e99f86cab85 | InvocationID=8f83fa48-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:29:06+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c628ce4-574a-11ed-8126-3e99f86cab85 | InvocationID=8c628e9c-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:29:06+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b2878f6-574a-11ed-8126-3e99f86cab85 | InvocationID=9b287c84-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:29:11+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f83f750-574a-11ed-8126-3e99f86cab85 | InvocationID=8f83fa48-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:29:11+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e74c26c-574a-11ed-8126-3e99f86cab85 | InvocationID=9e74c5aa-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:29:11+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e74c26c-574a-11ed-8126-3e99f86cab85 | InvocationID=9e74c5aa-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:29:11+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e74c26c-574a-11ed-8126-3e99f86cab85 | InvocationID=9e74c5aa-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:29:30+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b2878f6-574a-11ed-8126-3e99f86cab85 | InvocationID=9b287c84-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:29:30+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ed8f02-574a-11ed-8126-3e99f86cab85 | InvocationID=a9ed9100-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:29:36+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e74c26c-574a-11ed-8126-3e99f86cab85 | InvocationID=9e74c5aa-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:29:36+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad62d552-574a-11ed-8126-3e99f86cab85 | InvocationID=ad62d764-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:29:36+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad62d552-574a-11ed-8126-3e99f86cab85 | InvocationID=ad62d764-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:29:36+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad62d552-574a-11ed-8126-3e99f86cab85 | InvocationID=ad62d764-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:29:55+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9ed8f02-574a-11ed-8126-3e99f86cab85 | InvocationID=a9ed9100-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:29:55+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8b32164-574a-11ed-8126-3e99f86cab85 | InvocationID=b8b32394-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:30:01+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad62d552-574a-11ed-8126-3e99f86cab85 | InvocationID=ad62d764-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:30:01+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc501976-574a-11ed-8126-3e99f86cab85 | InvocationID=bc501ba6-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:30:01+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc501976-574a-11ed-8126-3e99f86cab85 | InvocationID=bc501ba6-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:30:01+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc501976-574a-11ed-8126-3e99f86cab85 | InvocationID=bc501ba6-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:30:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b8b32164-574a-11ed-8126-3e99f86cab85 | InvocationID=b8b32394-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:30:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7786060-574a-11ed-8126-3e99f86cab85 | InvocationID=c7786b5a-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:30:26+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc501976-574a-11ed-8126-3e99f86cab85 | InvocationID=bc501ba6-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:30:26+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb3f698c-574a-11ed-8126-3e99f86cab85 | InvocationID=cb3f6b58-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:30:26+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb3f698c-574a-11ed-8126-3e99f86cab85 | InvocationID=cb3f6b58-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:30:26+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb3f698c-574a-11ed-8126-3e99f86cab85 | InvocationID=cb3f6b58-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:30:45+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7786060-574a-11ed-8126-3e99f86cab85 | InvocationID=c7786b5a-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:30:45+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d63d8e18-574a-11ed-8126-3e99f86cab85 | InvocationID=d63d907a-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:30:51+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb3f698c-574a-11ed-8126-3e99f86cab85 | InvocationID=cb3f6b58-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:30:51+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2f1640-574a-11ed-8126-3e99f86cab85 | InvocationID=da2f1a32-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:30:51+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2f1640-574a-11ed-8126-3e99f86cab85 | InvocationID=da2f1a32-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:30:51+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da2f1640-574a-11ed-8126-3e99f86cab85 | InvocationID=da2f1a32-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:31:09+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d63d8e18-574a-11ed-8126-3e99f86cab85 | InvocationID=d63d907a-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:31:09+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e501f042-574a-11ed-8126-3e99f86cab85 | InvocationID=e501f452-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:31:16+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da2f1640-574a-11ed-8126-3e99f86cab85 | InvocationID=da2f1a32-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:31:16+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91cc72e-574a-11ed-8126-3e99f86cab85 | InvocationID=e91cc8f0-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:31:16+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e91cc72e-574a-11ed-8126-3e99f86cab85 | InvocationID=e91cc8f0-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:31:16+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e91cc72e-574a-11ed-8126-3e99f86cab85 | InvocationID=e91cc8f0-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:31:34+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e501f042-574a-11ed-8126-3e99f86cab85 | InvocationID=e501f452-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:31:34+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3c6cbc0-574a-11ed-8126-3e99f86cab85 | InvocationID=f3c6cdd2-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:31:41+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e91cc72e-574a-11ed-8126-3e99f86cab85 | InvocationID=e91cc8f0-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:31:41+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f80b235c-574a-11ed-8126-3e99f86cab85 | InvocationID=f80b2550-574a-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:31:41+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f80b235c-574a-11ed-8126-3e99f86cab85 | InvocationID=f80b2550-574a-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:31:41+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f80b235c-574a-11ed-8126-3e99f86cab85 | InvocationID=f80b2550-574a-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:31:59+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3c6cbc0-574a-11ed-8126-3e99f86cab85 | InvocationID=f3c6cdd2-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:31:59+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=028a3d04-574b-11ed-8126-3e99f86cab85 | InvocationID=028a3fc0-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:32:06+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f80b235c-574a-11ed-8126-3e99f86cab85 | InvocationID=f80b2550-574a-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:32:06+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06f98138-574b-11ed-8126-3e99f86cab85 | InvocationID=06f984f8-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:32:06+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06f98138-574b-11ed-8126-3e99f86cab85 | InvocationID=06f984f8-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:32:06+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06f98138-574b-11ed-8126-3e99f86cab85 | InvocationID=06f984f8-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:32:24+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=028a3d04-574b-11ed-8126-3e99f86cab85 | InvocationID=028a3fc0-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:32:24+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=114e7ada-574b-11ed-8126-3e99f86cab85 | InvocationID=114e7c92-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:32:32+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06f98138-574b-11ed-8126-3e99f86cab85 | InvocationID=06f984f8-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:32:32+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e776a0-574b-11ed-8126-3e99f86cab85 | InvocationID=15e77858-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:32:32+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15e776a0-574b-11ed-8126-3e99f86cab85 | InvocationID=15e77858-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:32:32+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15e776a0-574b-11ed-8126-3e99f86cab85 | InvocationID=15e77858-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:32:49+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=114e7ada-574b-11ed-8126-3e99f86cab85 | InvocationID=114e7c92-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:32:49+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=201111ea-574b-11ed-8126-3e99f86cab85 | InvocationID=2011146a-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:32:57+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15e776a0-574b-11ed-8126-3e99f86cab85 | InvocationID=15e77858-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:32:57+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d5c8e2-574b-11ed-8126-3e99f86cab85 | InvocationID=24d5cb80-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:32:57+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d5c8e2-574b-11ed-8126-3e99f86cab85 | InvocationID=24d5cb80-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:32:57+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d5c8e2-574b-11ed-8126-3e99f86cab85 | InvocationID=24d5cb80-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:33:13+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=201111ea-574b-11ed-8126-3e99f86cab85 | InvocationID=2011146a-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:33:13+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ed52572-574b-11ed-8126-3e99f86cab85 | InvocationID=2ed5282e-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:33:22+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24d5c8e2-574b-11ed-8126-3e99f86cab85 | InvocationID=24d5cb80-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:33:22+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c35a40-574b-11ed-8126-3e99f86cab85 | InvocationID=33c35c66-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:33:22+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33c35a40-574b-11ed-8126-3e99f86cab85 | InvocationID=33c35c66-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:33:22+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c35a40-574b-11ed-8126-3e99f86cab85 | InvocationID=33c35c66-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:33:38+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ed52572-574b-11ed-8126-3e99f86cab85 | InvocationID=2ed5282e-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:33:38+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d99098e-574b-11ed-8126-3e99f86cab85 | InvocationID=3d990b5a-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:33:47+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33c35a40-574b-11ed-8126-3e99f86cab85 | InvocationID=33c35c66-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:33:47+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b17564-574b-11ed-8126-3e99f86cab85 | InvocationID=42b1778a-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:33:47+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42b17564-574b-11ed-8126-3e99f86cab85 | InvocationID=42b1778a-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:33:47+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b17564-574b-11ed-8126-3e99f86cab85 | InvocationID=42b1778a-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:34:03+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d99098e-574b-11ed-8126-3e99f86cab85 | InvocationID=3d990b5a-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:34:03+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c5d06e6-574b-11ed-8126-3e99f86cab85 | InvocationID=4c5d08e4-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:34:12+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42b17564-574b-11ed-8126-3e99f86cab85 | InvocationID=42b1778a-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:34:12+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a0d9c0-574b-11ed-8126-3e99f86cab85 | InvocationID=51a0dba0-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:34:12+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51a0d9c0-574b-11ed-8126-3e99f86cab85 | InvocationID=51a0dba0-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:34:12+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51a0d9c0-574b-11ed-8126-3e99f86cab85 | InvocationID=51a0dba0-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:34:28+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4c5d06e6-574b-11ed-8126-3e99f86cab85 | InvocationID=4c5d08e4-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:34:28+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5b1fa6ac-574b-11ed-8126-3e99f86cab85 | InvocationID=5b1fa88c-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:34:37+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51a0d9c0-574b-11ed-8126-3e99f86cab85 | InvocationID=51a0dba0-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:34:37+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60917534-574b-11ed-8126-3e99f86cab85 | InvocationID=60917caa-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:34:37+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60917534-574b-11ed-8126-3e99f86cab85 | InvocationID=60917caa-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:34:37+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60917534-574b-11ed-8126-3e99f86cab85 | InvocationID=60917caa-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:34:52+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5b1fa6ac-574b-11ed-8126-3e99f86cab85 | InvocationID=5b1fa88c-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:34:52+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69e4f192-574b-11ed-8126-3e99f86cab85 | InvocationID=69e4f412-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:35:02+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60917534-574b-11ed-8126-3e99f86cab85 | InvocationID=60917caa-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:35:02+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7f30a4-574b-11ed-8126-3e99f86cab85 | InvocationID=6f7f32d4-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:35:02+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f7f30a4-574b-11ed-8126-3e99f86cab85 | InvocationID=6f7f32d4-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:35:02+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7f30a4-574b-11ed-8126-3e99f86cab85 | InvocationID=6f7f32d4-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:35:17+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69e4f192-574b-11ed-8126-3e99f86cab85 | InvocationID=69e4f412-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:35:17+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78aaf730-574b-11ed-8126-3e99f86cab85 | InvocationID=78aaf938-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:35:27+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f7f30a4-574b-11ed-8126-3e99f86cab85 | InvocationID=6f7f32d4-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:35:27+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6cdea4-574b-11ed-8126-3e99f86cab85 | InvocationID=7e6ce174-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:35:27+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6cdea4-574b-11ed-8126-3e99f86cab85 | InvocationID=7e6ce174-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:35:27+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6cdea4-574b-11ed-8126-3e99f86cab85 | InvocationID=7e6ce174-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:35:42+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78aaf730-574b-11ed-8126-3e99f86cab85 | InvocationID=78aaf938-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:35:42+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=876e7850-574b-11ed-8126-3e99f86cab85 | InvocationID=876e8598-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:35:52+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6cdea4-574b-11ed-8126-3e99f86cab85 | InvocationID=7e6ce174-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:35:52+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d5c77d0-574b-11ed-8126-3e99f86cab85 | InvocationID=8d5c7a6e-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:35:52+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d5c77d0-574b-11ed-8126-3e99f86cab85 | InvocationID=8d5c7a6e-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:35:52+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d5c77d0-574b-11ed-8126-3e99f86cab85 | InvocationID=8d5c7a6e-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:36:07+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=876e7850-574b-11ed-8126-3e99f86cab85 | InvocationID=876e8598-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:36:07+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9635fc1e-574b-11ed-8126-3e99f86cab85 | InvocationID=9635ff16-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:36:17+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d5c77d0-574b-11ed-8126-3e99f86cab85 | InvocationID=8d5c7a6e-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:36:17+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4acbfc-574b-11ed-8126-3e99f86cab85 | InvocationID=9c4acdb4-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:36:17+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c4acbfc-574b-11ed-8126-3e99f86cab85 | InvocationID=9c4acdb4-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:36:17+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c4acbfc-574b-11ed-8126-3e99f86cab85 | InvocationID=9c4acdb4-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:36:32+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9635fc1e-574b-11ed-8126-3e99f86cab85 | InvocationID=9635ff16-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:36:32+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f94be8-574b-11ed-8126-3e99f86cab85 | InvocationID=a4f94daa-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:36:42+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c4acbfc-574b-11ed-8126-3e99f86cab85 | InvocationID=9c4acdb4-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:36:42+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab3d4bf8-574b-11ed-8126-3e99f86cab85 | InvocationID=ab3d4e82-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:36:42+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab3d4bf8-574b-11ed-8126-3e99f86cab85 | InvocationID=ab3d4e82-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:36:42+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab3d4bf8-574b-11ed-8126-3e99f86cab85 | InvocationID=ab3d4e82-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:36:56+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a4f94be8-574b-11ed-8126-3e99f86cab85 | InvocationID=a4f94daa-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:36:56+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3bd0598-574b-11ed-8126-3e99f86cab85 | InvocationID=b3bd07fa-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:37:07+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab3d4bf8-574b-11ed-8126-3e99f86cab85 | InvocationID=ab3d4e82-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:37:07+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba2b32ec-574b-11ed-8126-3e99f86cab85 | InvocationID=ba2b354e-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:37:07+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba2b32ec-574b-11ed-8126-3e99f86cab85 | InvocationID=ba2b354e-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:37:07+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba2b32ec-574b-11ed-8126-3e99f86cab85 | InvocationID=ba2b354e-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:37:21+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b3bd0598-574b-11ed-8126-3e99f86cab85 | InvocationID=b3bd07fa-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:37:21+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2828774-574b-11ed-8126-3e99f86cab85 | InvocationID=c2828a08-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:37:32+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba2b32ec-574b-11ed-8126-3e99f86cab85 | InvocationID=ba2b354e-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:37:32+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c91a6692-574b-11ed-8126-3e99f86cab85 | InvocationID=c91a68c2-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:37:32+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c91a6692-574b-11ed-8126-3e99f86cab85 | InvocationID=c91a68c2-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:37:32+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c91a6692-574b-11ed-8126-3e99f86cab85 | InvocationID=c91a68c2-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:37:46+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c2828774-574b-11ed-8126-3e99f86cab85 | InvocationID=c2828a08-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:37:46+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1457bcc-574b-11ed-8126-3e99f86cab85 | InvocationID=d1457d7a-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:37:57+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c91a6692-574b-11ed-8126-3e99f86cab85 | InvocationID=c91a68c2-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:37:57+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8078b80-574b-11ed-8126-3e99f86cab85 | InvocationID=d8078f40-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:37:57+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8078b80-574b-11ed-8126-3e99f86cab85 | InvocationID=d8078f40-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:37:57+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8078b80-574b-11ed-8126-3e99f86cab85 | InvocationID=d8078f40-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:38:11+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1457bcc-574b-11ed-8126-3e99f86cab85 | InvocationID=d1457d7a-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:38:11+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e008f198-574b-11ed-8126-3e99f86cab85 | InvocationID=e008f530-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:38:22+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8078b80-574b-11ed-8126-3e99f86cab85 | InvocationID=d8078f40-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:38:22+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6f666d4-574b-11ed-8126-3e99f86cab85 | InvocationID=e6f6694a-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:38:22+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6f666d4-574b-11ed-8126-3e99f86cab85 | InvocationID=e6f6694a-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:38:22+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6f666d4-574b-11ed-8126-3e99f86cab85 | InvocationID=e6f6694a-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:38:35+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e008f198-574b-11ed-8126-3e99f86cab85 | InvocationID=e008f530-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:38:35+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eed079f8-574b-11ed-8126-3e99f86cab85 | InvocationID=eed07bc4-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:38:47+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6f666d4-574b-11ed-8126-3e99f86cab85 | InvocationID=e6f6694a-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:38:47+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e5421e-574b-11ed-8126-3e99f86cab85 | InvocationID=f5e54a5c-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:38:47+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e5421e-574b-11ed-8126-3e99f86cab85 | InvocationID=f5e54a5c-574b-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:38:47+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5e5421e-574b-11ed-8126-3e99f86cab85 | InvocationID=f5e54a5c-574b-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:39:00+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eed079f8-574b-11ed-8126-3e99f86cab85 | InvocationID=eed07bc4-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:39:00+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd9611e6-574b-11ed-8126-3e99f86cab85 | InvocationID=fd9613b2-574b-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:39:12+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5e5421e-574b-11ed-8126-3e99f86cab85 | InvocationID=f5e54a5c-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:39:12+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d44a04-574c-11ed-8126-3e99f86cab85 | InvocationID=04d44cd4-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:39:12+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d44a04-574c-11ed-8126-3e99f86cab85 | InvocationID=04d44cd4-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:39:12+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04d44a04-574c-11ed-8126-3e99f86cab85 | InvocationID=04d44cd4-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:39:25+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd9611e6-574b-11ed-8126-3e99f86cab85 | InvocationID=fd9613b2-574b-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:39:25+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c59c196-574c-11ed-8126-3e99f86cab85 | InvocationID=0c59c3da-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:39:37+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04d44a04-574c-11ed-8126-3e99f86cab85 | InvocationID=04d44cd4-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:39:37+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c21c94-574c-11ed-8126-3e99f86cab85 | InvocationID=13c21f28-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:39:37+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c21c94-574c-11ed-8126-3e99f86cab85 | InvocationID=13c21f28-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:39:37+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13c21c94-574c-11ed-8126-3e99f86cab85 | InvocationID=13c21f28-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:39:50+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0c59c196-574c-11ed-8126-3e99f86cab85 | InvocationID=0c59c3da-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:39:50+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b240664-574c-11ed-8126-3e99f86cab85 | InvocationID=1b24090c-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:40:02+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13c21c94-574c-11ed-8126-3e99f86cab85 | InvocationID=13c21f28-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:40:02+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b0b044-574c-11ed-8126-3e99f86cab85 | InvocationID=22b0b3a0-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:40:02+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b0b044-574c-11ed-8126-3e99f86cab85 | InvocationID=22b0b3a0-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:40:02+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b0b044-574c-11ed-8126-3e99f86cab85 | InvocationID=22b0b3a0-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:40:15+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1b240664-574c-11ed-8126-3e99f86cab85 | InvocationID=1b24090c-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:40:15+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29e885d0-574c-11ed-8126-3e99f86cab85 | InvocationID=29e88788-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:40:27+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b0b044-574c-11ed-8126-3e99f86cab85 | InvocationID=22b0b3a0-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:40:27+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319e8572-574c-11ed-8126-3e99f86cab85 | InvocationID=319e87b6-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:40:28+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319e8572-574c-11ed-8126-3e99f86cab85 | InvocationID=319e87b6-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:40:28+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=319e8572-574c-11ed-8126-3e99f86cab85 | InvocationID=319e87b6-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:40:39+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29e885d0-574c-11ed-8126-3e99f86cab85 | InvocationID=29e88788-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:40:39+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38ac8184-574c-11ed-8126-3e99f86cab85 | InvocationID=38ac83c8-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:40:53+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=319e8572-574c-11ed-8126-3e99f86cab85 | InvocationID=319e87b6-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:40:53+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408bdcce-574c-11ed-8126-3e99f86cab85 | InvocationID=408bdefe-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:40:53+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408bdcce-574c-11ed-8126-3e99f86cab85 | InvocationID=408bdefe-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:40:53+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408bdcce-574c-11ed-8126-3e99f86cab85 | InvocationID=408bdefe-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:41:04+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=38ac8184-574c-11ed-8126-3e99f86cab85 | InvocationID=38ac83c8-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:41:04+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=477274d0-574c-11ed-8126-3e99f86cab85 | InvocationID=477276e2-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:41:18+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408bdcce-574c-11ed-8126-3e99f86cab85 | InvocationID=408bdefe-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:41:18+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7ceeb2-574c-11ed-8126-3e99f86cab85 | InvocationID=4f7cf074-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:41:18+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7ceeb2-574c-11ed-8126-3e99f86cab85 | InvocationID=4f7cf074-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:41:18+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7ceeb2-574c-11ed-8126-3e99f86cab85 | InvocationID=4f7cf074-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:41:29+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=477274d0-574c-11ed-8126-3e99f86cab85 | InvocationID=477276e2-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:41:29+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56392a36-574c-11ed-8126-3e99f86cab85 | InvocationID=56392d4c-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:41:43+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7ceeb2-574c-11ed-8126-3e99f86cab85 | InvocationID=4f7cf074-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:41:43+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6abc92-574c-11ed-8126-3e99f86cab85 | InvocationID=5e6abf62-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:41:43+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6abc92-574c-11ed-8126-3e99f86cab85 | InvocationID=5e6abf62-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:41:43+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e6abc92-574c-11ed-8126-3e99f86cab85 | InvocationID=5e6abf62-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:41:54+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56392a36-574c-11ed-8126-3e99f86cab85 | InvocationID=56392d4c-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:41:54+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64fc60e2-574c-11ed-8126-3e99f86cab85 | InvocationID=64fc62ae-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:42:08+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e6abc92-574c-11ed-8126-3e99f86cab85 | InvocationID=5e6abf62-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:42:08+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d588e0a-574c-11ed-8126-3e99f86cab85 | InvocationID=6d589062-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:42:08+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d588e0a-574c-11ed-8126-3e99f86cab85 | InvocationID=6d589062-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:42:08+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d588e0a-574c-11ed-8126-3e99f86cab85 | InvocationID=6d589062-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:42:18+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=64fc60e2-574c-11ed-8126-3e99f86cab85 | InvocationID=64fc62ae-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:42:18+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73bfbce6-574c-11ed-8126-3e99f86cab85 | InvocationID=73bfc07e-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:42:33+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d588e0a-574c-11ed-8126-3e99f86cab85 | InvocationID=6d589062-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:42:33+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c45ced2-574c-11ed-8126-3e99f86cab85 | InvocationID=7c45d148-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:42:33+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c45ced2-574c-11ed-8126-3e99f86cab85 | InvocationID=7c45d148-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:42:33+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c45ced2-574c-11ed-8126-3e99f86cab85 | InvocationID=7c45d148-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:42:43+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73bfbce6-574c-11ed-8126-3e99f86cab85 | InvocationID=73bfc07e-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:42:43+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8283fd3c-574c-11ed-8126-3e99f86cab85 | InvocationID=8284002a-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:42:58+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c45ced2-574c-11ed-8126-3e99f86cab85 | InvocationID=7c45d148-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:42:58+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b336cd8-574c-11ed-8126-3e99f86cab85 | InvocationID=8b336ea4-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:42:58+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b336cd8-574c-11ed-8126-3e99f86cab85 | InvocationID=8b336ea4-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:42:58+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b336cd8-574c-11ed-8126-3e99f86cab85 | InvocationID=8b336ea4-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:43:08+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8283fd3c-574c-11ed-8126-3e99f86cab85 | InvocationID=8284002a-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:43:08+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=914a01a4-574c-11ed-8126-3e99f86cab85 | InvocationID=914a0366-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:43:23+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b336cd8-574c-11ed-8126-3e99f86cab85 | InvocationID=8b336ea4-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:43:23+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a211736-574c-11ed-8126-3e99f86cab85 | InvocationID=9a21198e-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:43:23+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a211736-574c-11ed-8126-3e99f86cab85 | InvocationID=9a21198e-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:43:23+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a211736-574c-11ed-8126-3e99f86cab85 | InvocationID=9a21198e-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:43:33+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=914a01a4-574c-11ed-8126-3e99f86cab85 | InvocationID=914a0366-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:43:33+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a00f5f5e-574c-11ed-8126-3e99f86cab85 | InvocationID=a00f6224-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:43:48+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a211736-574c-11ed-8126-3e99f86cab85 | InvocationID=9a21198e-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:43:48+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90eccfc-574c-11ed-8126-3e99f86cab85 | InvocationID=a90ecec8-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:43:48+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90eccfc-574c-11ed-8126-3e99f86cab85 | InvocationID=a90ecec8-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:43:48+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a90eccfc-574c-11ed-8126-3e99f86cab85 | InvocationID=a90ecec8-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:43:58+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a00f5f5e-574c-11ed-8126-3e99f86cab85 | InvocationID=a00f6224-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:43:58+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aed2425e-574c-11ed-8126-3e99f86cab85 | InvocationID=aed24420-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:44:13+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a90eccfc-574c-11ed-8126-3e99f86cab85 | InvocationID=a90ecec8-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:44:13+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7fc5d06-574c-11ed-8126-3e99f86cab85 | InvocationID=b7fc5f90-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:44:13+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7fc5d06-574c-11ed-8126-3e99f86cab85 | InvocationID=b7fc5f90-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:44:13+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7fc5d06-574c-11ed-8126-3e99f86cab85 | InvocationID=b7fc5f90-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:44:22+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aed2425e-574c-11ed-8126-3e99f86cab85 | InvocationID=aed24420-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:44:22+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd967814-574c-11ed-8126-3e99f86cab85 | InvocationID=bd9679e0-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:44:38+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7fc5d06-574c-11ed-8126-3e99f86cab85 | InvocationID=b7fc5f90-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:44:38+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ee0da0-574c-11ed-8126-3e99f86cab85 | InvocationID=c6ee1f7a-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:44:38+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ee0da0-574c-11ed-8126-3e99f86cab85 | InvocationID=c6ee1f7a-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:44:38+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ee0da0-574c-11ed-8126-3e99f86cab85 | InvocationID=c6ee1f7a-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:44:47+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bd967814-574c-11ed-8126-3e99f86cab85 | InvocationID=bd9679e0-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:44:47+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc5b32f4-574c-11ed-8126-3e99f86cab85 | InvocationID=cc5b3498-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:45:03+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ee0da0-574c-11ed-8126-3e99f86cab85 | InvocationID=c6ee1f7a-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:45:03+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5dc4e12-574c-11ed-8126-3e99f86cab85 | InvocationID=d5dc4fde-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:45:03+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5dc4e12-574c-11ed-8126-3e99f86cab85 | InvocationID=d5dc4fde-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:45:03+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5dc4e12-574c-11ed-8126-3e99f86cab85 | InvocationID=d5dc4fde-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:45:12+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc5b32f4-574c-11ed-8126-3e99f86cab85 | InvocationID=cc5b3498-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:45:12+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1fad06-574c-11ed-8126-3e99f86cab85 | InvocationID=db1faf68-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:45:28+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5dc4e12-574c-11ed-8126-3e99f86cab85 | InvocationID=d5dc4fde-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:45:28+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c9b2e8-574c-11ed-8126-3e99f86cab85 | InvocationID=e4c9b7b6-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:45:28+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4c9b2e8-574c-11ed-8126-3e99f86cab85 | InvocationID=e4c9b7b6-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:45:28+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4c9b2e8-574c-11ed-8126-3e99f86cab85 | InvocationID=e4c9b7b6-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:45:37+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db1fad06-574c-11ed-8126-3e99f86cab85 | InvocationID=db1faf68-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:45:37+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9e43bcc-574c-11ed-8126-3e99f86cab85 | InvocationID=e9e43e88-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:45:53+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4c9b2e8-574c-11ed-8126-3e99f86cab85 | InvocationID=e4c9b7b6-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:45:53+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b91848-574c-11ed-8126-3e99f86cab85 | InvocationID=f3b91c80-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:45:53+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3b91848-574c-11ed-8126-3e99f86cab85 | InvocationID=f3b91c80-574c-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:45:53+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3b91848-574c-11ed-8126-3e99f86cab85 | InvocationID=f3b91c80-574c-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:46:01+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9e43bcc-574c-11ed-8126-3e99f86cab85 | InvocationID=e9e43e88-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:46:01+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8a75e5a-574c-11ed-8126-3e99f86cab85 | InvocationID=f8a76120-574c-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:46:18+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3b91848-574c-11ed-8126-3e99f86cab85 | InvocationID=f3b91c80-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:46:18+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a71e72-574d-11ed-8126-3e99f86cab85 | InvocationID=02a720b6-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:46:18+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02a71e72-574d-11ed-8126-3e99f86cab85 | InvocationID=02a720b6-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:46:18+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02a71e72-574d-11ed-8126-3e99f86cab85 | InvocationID=02a720b6-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:46:26+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f8a75e5a-574c-11ed-8126-3e99f86cab85 | InvocationID=f8a76120-574c-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:46:26+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0769f51a-574d-11ed-8126-3e99f86cab85 | InvocationID=0769f8c6-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:46:43+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02a71e72-574d-11ed-8126-3e99f86cab85 | InvocationID=02a720b6-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:46:43+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=119550f2-574d-11ed-8126-3e99f86cab85 | InvocationID=1195532c-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:46:43+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=119550f2-574d-11ed-8126-3e99f86cab85 | InvocationID=1195532c-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:46:43+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=119550f2-574d-11ed-8126-3e99f86cab85 | InvocationID=1195532c-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:46:51+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0769f51a-574d-11ed-8126-3e99f86cab85 | InvocationID=0769f8c6-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:46:51+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16362d52-574d-11ed-8126-3e99f86cab85 | InvocationID=16363040-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:47:08+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=119550f2-574d-11ed-8126-3e99f86cab85 | InvocationID=1195532c-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:47:08+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2084bf76-574d-11ed-8126-3e99f86cab85 | InvocationID=2084c30e-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:47:08+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2084bf76-574d-11ed-8126-3e99f86cab85 | InvocationID=2084c30e-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:47:08+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2084bf76-574d-11ed-8126-3e99f86cab85 | InvocationID=2084c30e-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:47:16+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16362d52-574d-11ed-8126-3e99f86cab85 | InvocationID=16363040-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:47:16+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24f958b4-574d-11ed-8126-3e99f86cab85 | InvocationID=24f95b66-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:47:33+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2084bf76-574d-11ed-8126-3e99f86cab85 | InvocationID=2084c30e-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:47:33+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f7349e4-574d-11ed-8126-3e99f86cab85 | InvocationID=2f734bd8-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:47:33+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f7349e4-574d-11ed-8126-3e99f86cab85 | InvocationID=2f734bd8-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:47:33+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f7349e4-574d-11ed-8126-3e99f86cab85 | InvocationID=2f734bd8-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:47:41+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24f958b4-574d-11ed-8126-3e99f86cab85 | InvocationID=24f95b66-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:47:41+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33bee684-574d-11ed-8126-3e99f86cab85 | InvocationID=33bee846-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:47:58+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f7349e4-574d-11ed-8126-3e99f86cab85 | InvocationID=2f734bd8-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:47:58+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e60bc02-574d-11ed-8126-3e99f86cab85 | InvocationID=3e60bdc4-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:47:58+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e60bc02-574d-11ed-8126-3e99f86cab85 | InvocationID=3e60bdc4-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:47:58+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e60bc02-574d-11ed-8126-3e99f86cab85 | InvocationID=3e60bdc4-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:48:05+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33bee684-574d-11ed-8126-3e99f86cab85 | InvocationID=33bee846-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:48:05+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42846928-574d-11ed-8126-3e99f86cab85 | InvocationID=42846aea-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:48:23+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e60bc02-574d-11ed-8126-3e99f86cab85 | InvocationID=3e60bdc4-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:48:23+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d4eb084-574d-11ed-8126-3e99f86cab85 | InvocationID=4d4eb2aa-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:48:23+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d4eb084-574d-11ed-8126-3e99f86cab85 | InvocationID=4d4eb2aa-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:48:23+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d4eb084-574d-11ed-8126-3e99f86cab85 | InvocationID=4d4eb2aa-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:48:30+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=42846928-574d-11ed-8126-3e99f86cab85 | InvocationID=42846aea-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:48:30+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5149ab30-574d-11ed-8126-3e99f86cab85 | InvocationID=5149ad7e-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:48:48+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d4eb084-574d-11ed-8126-3e99f86cab85 | InvocationID=4d4eb2aa-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:48:48+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3cb5d2-574d-11ed-8126-3e99f86cab85 | InvocationID=5c3cb794-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:48:49+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3cb5d2-574d-11ed-8126-3e99f86cab85 | InvocationID=5c3cb794-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:48:49+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c3cb5d2-574d-11ed-8126-3e99f86cab85 | InvocationID=5c3cb794-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:48:55+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5149ab30-574d-11ed-8126-3e99f86cab85 | InvocationID=5149ad7e-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:48:55+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=600d309c-574d-11ed-8126-3e99f86cab85 | InvocationID=600d3286-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:49:14+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c3cb5d2-574d-11ed-8126-3e99f86cab85 | InvocationID=5c3cb794-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:49:14+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2b2c40-574d-11ed-8126-3e99f86cab85 | InvocationID=6b2b2f38-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:49:14+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b2b2c40-574d-11ed-8126-3e99f86cab85 | InvocationID=6b2b2f38-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:49:14+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2b2c40-574d-11ed-8126-3e99f86cab85 | InvocationID=6b2b2f38-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:49:20+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=600d309c-574d-11ed-8126-3e99f86cab85 | InvocationID=600d3286-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:49:20+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ed003d4-574d-11ed-8126-3e99f86cab85 | InvocationID=6ed005d2-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:49:39+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b2b2c40-574d-11ed-8126-3e99f86cab85 | InvocationID=6b2b2f38-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:49:39+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1cffa8-574d-11ed-8126-3e99f86cab85 | InvocationID=7a1d0174-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:49:39+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a1cffa8-574d-11ed-8126-3e99f86cab85 | InvocationID=7a1d0174-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:49:39+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a1cffa8-574d-11ed-8126-3e99f86cab85 | InvocationID=7a1d0174-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:49:44+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ed003d4-574d-11ed-8126-3e99f86cab85 | InvocationID=6ed005d2-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:49:44+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d98c414-574d-11ed-8126-3e99f86cab85 | InvocationID=7d98c63a-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-29T05:50:04+0000 | policy_event_thread | 140362077358880 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a1cffa8-574d-11ed-8126-3e99f86cab85 | InvocationID=7a1d0174-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF activation/deactivation policy response events.
2022-10-29T05:50:04+0000 | policy_event_thread | 140362077358880 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890be6a0-574d-11ed-8126-3e99f86cab85 | InvocationID=890be8e4-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-29T05:50:04+0000 | policy_event_thread | 140362077358880 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=890be6a0-574d-11ed-8126-3e99f86cab85 | InvocationID=890be8e4-574d-11ed-8126-3e99f86cab85 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:50:04+0000 | policy_event_thread | 140362077358880 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=890be6a0-574d-11ed-8126-3e99f86cab85 | InvocationID=890be8e4-574d-11ed-8126-3e99f86cab85 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-29T05:50:09+0000 | aai_event_thread | 140362076298016 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d98c414-574d-11ed-8126-3e99f86cab85 | InvocationID=7d98c63a-574d-11ed-8126-3e99f86cab85 | Polling MR for XNF AAI events.
2022-10-29T05:50:09+0000 | aai_event_thread | 140362076298016 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c5d0a6e-574d-11ed-8126-3e99f86cab85 | InvocationID=8c5d0d84-574d-11ed-8126-3e99f86cab85 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT