Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-28T05:04:07+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab946ba-3eea-11ed-afe3-ca26f40896f3 | InvocationID=fab948d6-3eea-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-28T05:04:26+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f71f7998-3eea-11ed-afe3-ca26f40896f3 | InvocationID=f71f81d6-3eea-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:04:26+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06a5b45e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=06a5b7ba-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:04:27+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06a5b45e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=06a5b7ba-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:04:27+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06a5b45e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=06a5b7ba-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:04:27+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fab946ba-3eea-11ed-afe3-ca26f40896f3 | InvocationID=fab948d6-3eea-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:04:27+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0745895c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=07458baa-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:04:27+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0745895c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=07458baa-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:04:27+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0745895c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=07458baa-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:04:47+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0745895c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=07458baa-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:04:47+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=133a45a4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=133a4842-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:04:47+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=133a45a4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=133a4842-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:04:47+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=133a45a4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=133a4842-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:04:52+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06a5b45e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=06a5b7ba-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:04:52+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b7eeb2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=15b7f060-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:04:52+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15b7eeb2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=15b7f060-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:04:52+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b7eeb2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=15b7f060-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:05:07+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=133a45a4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=133a4842-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:05:07+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f30539e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=1f305ca4-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:05:08+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f30539e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=1f305ca4-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:05:08+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f30539e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=1f305ca4-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:05:17+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15b7eeb2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=15b7f060-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:05:17+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24a8eb24-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=24a8ed4a-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:05:17+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24a8eb24-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=24a8ed4a-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:05:17+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24a8eb24-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=24a8ed4a-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:05:28+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f30539e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=1f305ca4-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:05:28+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b258f3e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=2b2591c8-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:05:28+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b258f3e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=2b2591c8-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:05:28+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b258f3e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=2b2591c8-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:05:42+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24a8eb24-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=24a8ed4a-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:05:42+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339a7b52-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=339a7daa-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:05:42+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339a7b52-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=339a7daa-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:05:42+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=339a7b52-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=339a7daa-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:05:48+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b258f3e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=2b2591c8-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:05:48+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371d1078-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=371d1230-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:05:48+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=371d1078-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=371d1230-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:05:48+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=371d1078-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=371d1230-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:07+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=339a7b52-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=339a7daa-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:06:07+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428a614a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=428a6316-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:06:07+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428a614a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=428a6316-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:06:07+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=428a614a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=428a6316-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:06:08+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=371d1078-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=371d1230-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:06:08+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=431213f6-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=43121612-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:06:08+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=431213f6-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=43121612-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:08+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=431213f6-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=43121612-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:28+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=431213f6-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=43121612-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:06:28+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0649e8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=4f064ba0-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:06:28+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f0649e8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=4f064ba0-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:28+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f0649e8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=4f064ba0-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:32+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=428a614a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=428a6316-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:06:32+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=517a0e12-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=517a1056-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:06:32+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=517a0e12-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=517a1056-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:06:32+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=517a0e12-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=517a1056-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:06:48+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f0649e8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=4f064ba0-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:06:48+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afb334e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=5afb363c-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:06:48+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5afb334e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=5afb363c-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:48+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5afb334e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=5afb363c-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:06:57+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=517a0e12-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=517a1056-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:06:57+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607a5cbe-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=607a5e6c-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:06:57+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=607a5cbe-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=607a5e6c-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:06:57+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=607a5cbe-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=607a5e6c-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:07:08+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5afb334e-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=5afb363c-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:07:08+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f0ea86-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=66f0ec98-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:07:08+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66f0ea86-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=66f0ec98-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:07:08+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f0ea86-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=66f0ec98-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:07:22+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=607a5cbe-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=607a5e6c-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:07:22+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6d5e1a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=6f6d60d6-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:07:22+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f6d5e1a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=6f6d60d6-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:07:22+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f6d5e1a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=6f6d60d6-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:07:28+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=66f0ea86-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=66f0ec98-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:07:28+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e67aea-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=72e6801c-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:07:28+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72e67aea-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=72e6801c-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:07:28+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e67aea-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=72e6801c-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:07:47+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f6d5e1a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=6f6d60d6-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:07:47+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5ef118-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7e5ef690-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:07:47+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e5ef118-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7e5ef690-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:07:47+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e5ef118-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7e5ef690-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:07:48+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72e67aea-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=72e6801c-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:07:48+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7edce528-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7edce7bc-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:07:48+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7edce528-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7edce7bc-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:07:48+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7edce528-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7edce7bc-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:08:08+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7edce528-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7edce7bc-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:08:08+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad0e1f4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8ad0e456-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:08:08+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad0e1f4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8ad0e456-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:08:08+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ad0e1f4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8ad0e456-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:08:12+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e5ef118-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=7e5ef690-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:08:12+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d503308-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8d503510-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:08:12+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d503308-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8d503510-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:08:12+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d503308-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8d503510-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:08:28+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ad0e1f4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8ad0e456-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:08:28+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96c49f82-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=96c4a13a-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:08:28+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96c49f82-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=96c4a13a-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:08:28+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96c49f82-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=96c4a13a-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:08:37+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d503308-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=8d503510-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:08:37+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3f2edc-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=9c3f30b2-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:08:37+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3f2edc-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=9c3f30b2-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:08:37+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c3f2edc-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=9c3f30b2-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:08:48+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96c49f82-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=96c4a13a-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:08:48+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bb28c4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=a2bb2a86-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:08:48+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2bb28c4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=a2bb2a86-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:08:48+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2bb28c4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=a2bb2a86-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:09:02+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c3f2edc-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=9c3f30b2-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:09:02+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab30b26c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ab30bda2-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:09:02+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab30b26c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ab30bda2-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:09:02+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab30b26c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ab30bda2-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:09:08+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2bb28c4-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=a2bb2a86-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:09:08+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeaf4fac-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=aeaf51a0-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:09:08+0000 | aai_event_thread | 140197283011360 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aeaf4fac-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=aeaf51a0-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:09:08+0000 | aai_event_thread | 140197283011360 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeaf4fac-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=aeaf51a0-3eeb-11ed-afe3-ca26f40896f3 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-28T05:09:27+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab30b26c-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ab30bda2-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:09:27+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba2398f2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ba239c8a-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:09:28+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba2398f2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ba239c8a-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:09:28+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba2398f2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ba239c8a-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:09:28+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aeaf4fac-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=aeaf51a0-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:09:28+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa3821a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=baa383c8-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:09:53+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba2398f2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ba239c8a-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:09:53+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c91659a8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=c9166060-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:09:53+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c91659a8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=c9166060-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:09:53+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c91659a8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=c9166060-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:09:53+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=baa3821a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=baa383c8-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:09:53+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9317e72-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=c9318034-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:10:13+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9317e72-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=c9318034-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:10:13+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d52c4874-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=d52c4c66-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:10:18+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c91659a8-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=c9166060-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:10:18+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8050e5a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=d805101c-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:10:18+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8050e5a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=d805101c-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:10:18+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8050e5a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=d805101c-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:10:33+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d52c4874-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=d52c4c66-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:10:33+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e124ff4a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=e125010c-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:10:43+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8050e5a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=d805101c-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:10:43+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6f34a44-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=e6f34d6e-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:10:43+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6f34a44-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=e6f34d6e-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:10:43+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6f34a44-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=e6f34d6e-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:10:53+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e124ff4a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=e125010c-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:10:53+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed21fe6a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ed2200d6-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:11:08+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6f34a44-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=e6f34d6e-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:11:08+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e460e2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=f5e4629a-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:11:08+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5e460e2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=f5e4629a-3eeb-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:11:08+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5e460e2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=f5e4629a-3eeb-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:11:14+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed21fe6a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=ed2200d6-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:11:14+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9797d5a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=f9797fa8-3eeb-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:11:33+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5e460e2-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=f5e4629a-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:11:33+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d40238-3eec-11ed-afe3-ca26f40896f3 | InvocationID=04d40454-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:11:33+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04d40238-3eec-11ed-afe3-ca26f40896f3 | InvocationID=04d40454-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:11:33+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04d40238-3eec-11ed-afe3-ca26f40896f3 | InvocationID=04d40454-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:11:39+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9797d5a-3eeb-11ed-afe3-ca26f40896f3 | InvocationID=f9797fa8-3eeb-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:11:39+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=084311f2-3eec-11ed-afe3-ca26f40896f3 | InvocationID=08431418-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:11:58+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04d40238-3eec-11ed-afe3-ca26f40896f3 | InvocationID=04d40454-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:11:58+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c31c3e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=13c31e14-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:11:58+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13c31c3e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=13c31e14-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:11:58+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13c31c3e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=13c31e14-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:12:03+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=084311f2-3eec-11ed-afe3-ca26f40896f3 | InvocationID=08431418-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:12:03+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170c7e26-3eec-11ed-afe3-ca26f40896f3 | InvocationID=170c810a-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:12:23+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13c31c3e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=13c31e14-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:12:23+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b05c66-3eec-11ed-afe3-ca26f40896f3 | InvocationID=22b0629c-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:12:23+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22b05c66-3eec-11ed-afe3-ca26f40896f3 | InvocationID=22b0629c-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:12:23+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b05c66-3eec-11ed-afe3-ca26f40896f3 | InvocationID=22b0629c-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:12:28+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=170c7e26-3eec-11ed-afe3-ca26f40896f3 | InvocationID=170c810a-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:12:28+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25d2b8e4-3eec-11ed-afe3-ca26f40896f3 | InvocationID=25d2ba92-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:12:48+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=22b05c66-3eec-11ed-afe3-ca26f40896f3 | InvocationID=22b0629c-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:12:48+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319ea23c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=319ea3f4-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:12:48+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=319ea23c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=319ea3f4-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:12:48+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=319ea23c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=319ea3f4-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:12:53+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25d2b8e4-3eec-11ed-afe3-ca26f40896f3 | InvocationID=25d2ba92-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:12:53+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34991198-3eec-11ed-afe3-ca26f40896f3 | InvocationID=349913be-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:13:13+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=319ea23c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=319ea3f4-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:13:13+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408e36fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=408e3eb0-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:13:13+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=408e36fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=408e3eb0-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:13:13+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408e36fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=408e3eb0-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:13:18+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34991198-3eec-11ed-afe3-ca26f40896f3 | InvocationID=349913be-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:13:18+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4364dda6-3eec-11ed-afe3-ca26f40896f3 | InvocationID=4364e832-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:13:38+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=408e36fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=408e3eb0-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:13:38+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7f2362-3eec-11ed-afe3-ca26f40896f3 | InvocationID=4f7f25ce-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:13:38+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f7f2362-3eec-11ed-afe3-ca26f40896f3 | InvocationID=4f7f25ce-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:13:38+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7f2362-3eec-11ed-afe3-ca26f40896f3 | InvocationID=4f7f25ce-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:13:43+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4364dda6-3eec-11ed-afe3-ca26f40896f3 | InvocationID=4364e832-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:13:43+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=522d8f40-3eec-11ed-afe3-ca26f40896f3 | InvocationID=522d90f8-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:14:03+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f7f2362-3eec-11ed-afe3-ca26f40896f3 | InvocationID=4f7f25ce-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:14:03+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6f9d8e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=5e6f9fa0-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:14:03+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e6f9d8e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=5e6f9fa0-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:14:03+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e6f9d8e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=5e6f9fa0-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:14:07+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=522d8f40-3eec-11ed-afe3-ca26f40896f3 | InvocationID=522d90f8-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:14:07+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f33598-3eec-11ed-afe3-ca26f40896f3 | InvocationID=60f33764-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:14:28+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e6f9d8e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=5e6f9fa0-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:14:28+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5e4dea-3eec-11ed-afe3-ca26f40896f3 | InvocationID=6d5e4fe8-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:14:28+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d5e4dea-3eec-11ed-afe3-ca26f40896f3 | InvocationID=6d5e4fe8-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:14:28+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5e4dea-3eec-11ed-afe3-ca26f40896f3 | InvocationID=6d5e4fe8-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:14:32+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f33598-3eec-11ed-afe3-ca26f40896f3 | InvocationID=60f33764-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:14:32+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbb506a-3eec-11ed-afe3-ca26f40896f3 | InvocationID=6fbb525e-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:14:53+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d5e4dea-3eec-11ed-afe3-ca26f40896f3 | InvocationID=6d5e4fe8-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:14:53+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4f98fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=7c4f9b2e-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:14:53+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c4f98fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=7c4f9b2e-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:14:53+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c4f98fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=7c4f9b2e-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:14:57+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fbb506a-3eec-11ed-afe3-ca26f40896f3 | InvocationID=6fbb525e-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:14:57+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e86f0cc-3eec-11ed-afe3-ca26f40896f3 | InvocationID=7e86f34c-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:15:18+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c4f98fe-3eec-11ed-afe3-ca26f40896f3 | InvocationID=7c4f9b2e-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:15:18+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b3f02be-3eec-11ed-afe3-ca26f40896f3 | InvocationID=8b3f04e4-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:15:18+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b3f02be-3eec-11ed-afe3-ca26f40896f3 | InvocationID=8b3f04e4-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:15:18+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b3f02be-3eec-11ed-afe3-ca26f40896f3 | InvocationID=8b3f04e4-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:15:22+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e86f0cc-3eec-11ed-afe3-ca26f40896f3 | InvocationID=7e86f34c-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:15:22+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d4f9a82-3eec-11ed-afe3-ca26f40896f3 | InvocationID=8d4f9c80-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:15:43+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b3f02be-3eec-11ed-afe3-ca26f40896f3 | InvocationID=8b3f04e4-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:15:43+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a31755e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=9a3177ac-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:15:43+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a31755e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=9a3177ac-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:15:43+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a31755e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=9a3177ac-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:15:47+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d4f9a82-3eec-11ed-afe3-ca26f40896f3 | InvocationID=8d4f9c80-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:15:47+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1b9c78-3eec-11ed-afe3-ca26f40896f3 | InvocationID=9c1b9e44-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:16:08+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a31755e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=9a3177ac-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:16:08+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9201444-3eec-11ed-afe3-ca26f40896f3 | InvocationID=a9201610-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:16:08+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9201444-3eec-11ed-afe3-ca26f40896f3 | InvocationID=a9201610-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:16:08+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9201444-3eec-11ed-afe3-ca26f40896f3 | InvocationID=a9201610-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:16:11+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c1b9c78-3eec-11ed-afe3-ca26f40896f3 | InvocationID=9c1b9e44-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:16:11+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aae1c9bc-3eec-11ed-afe3-ca26f40896f3 | InvocationID=aae1cc0a-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:16:33+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9201444-3eec-11ed-afe3-ca26f40896f3 | InvocationID=a9201610-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:16:33+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b810a702-3eec-11ed-afe3-ca26f40896f3 | InvocationID=b810a8ba-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:16:34+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b810a702-3eec-11ed-afe3-ca26f40896f3 | InvocationID=b810a8ba-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:16:34+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b810a702-3eec-11ed-afe3-ca26f40896f3 | InvocationID=b810a8ba-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:16:36+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aae1c9bc-3eec-11ed-afe3-ca26f40896f3 | InvocationID=aae1cc0a-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:16:36+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9aa901e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=b9aa91cc-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:16:59+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b810a702-3eec-11ed-afe3-ca26f40896f3 | InvocationID=b810a8ba-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:16:59+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ff68a2-3eec-11ed-afe3-ca26f40896f3 | InvocationID=c6ff6d20-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:16:59+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ff68a2-3eec-11ed-afe3-ca26f40896f3 | InvocationID=c6ff6d20-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:16:59+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ff68a2-3eec-11ed-afe3-ca26f40896f3 | InvocationID=c6ff6d20-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:17:01+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9aa901e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=b9aa91cc-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:17:01+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8731210-3eec-11ed-afe3-ca26f40896f3 | InvocationID=c873145e-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:17:24+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ff68a2-3eec-11ed-afe3-ca26f40896f3 | InvocationID=c6ff6d20-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:17:24+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f000ec-3eec-11ed-afe3-ca26f40896f3 | InvocationID=d5f002f4-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:17:24+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5f000ec-3eec-11ed-afe3-ca26f40896f3 | InvocationID=d5f002f4-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:17:24+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f000ec-3eec-11ed-afe3-ca26f40896f3 | InvocationID=d5f002f4-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:17:26+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c8731210-3eec-11ed-afe3-ca26f40896f3 | InvocationID=c873145e-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:17:26+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d737d3bc-3eec-11ed-afe3-ca26f40896f3 | InvocationID=d737d628-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:17:49+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5f000ec-3eec-11ed-afe3-ca26f40896f3 | InvocationID=d5f002f4-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:17:49+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4dead9c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=e4deafea-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:17:49+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4dead9c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=e4deafea-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:17:49+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4dead9c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=e4deafea-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:17:51+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d737d3bc-3eec-11ed-afe3-ca26f40896f3 | InvocationID=d737d628-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:17:51+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e602c6ea-3eec-11ed-afe3-ca26f40896f3 | InvocationID=e602c9d8-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:18:14+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4dead9c-3eec-11ed-afe3-ca26f40896f3 | InvocationID=e4deafea-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:18:14+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3ccca1e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=f3ccd14e-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:18:14+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3ccca1e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=f3ccd14e-3eec-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:18:14+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3ccca1e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=f3ccd14e-3eec-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:18:15+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e602c6ea-3eec-11ed-afe3-ca26f40896f3 | InvocationID=e602c9d8-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:18:15+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4c94d8e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=f4c94fe6-3eec-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:18:39+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3ccca1e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=f3ccd14e-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:18:39+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bcfeb8-3eed-11ed-afe3-ca26f40896f3 | InvocationID=02bd0084-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:18:39+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02bcfeb8-3eed-11ed-afe3-ca26f40896f3 | InvocationID=02bd0084-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:18:39+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bcfeb8-3eed-11ed-afe3-ca26f40896f3 | InvocationID=02bd0084-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:18:40+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4c94d8e-3eec-11ed-afe3-ca26f40896f3 | InvocationID=f4c94fe6-3eec-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:18:40+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=038fca28-3eed-11ed-afe3-ca26f40896f3 | InvocationID=038fcbd6-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:19:04+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02bcfeb8-3eed-11ed-afe3-ca26f40896f3 | InvocationID=02bd0084-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:19:04+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ab4114-3eed-11ed-afe3-ca26f40896f3 | InvocationID=11ab42e0-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:19:04+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11ab4114-3eed-11ed-afe3-ca26f40896f3 | InvocationID=11ab42e0-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:19:04+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ab4114-3eed-11ed-afe3-ca26f40896f3 | InvocationID=11ab42e0-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:19:05+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=038fca28-3eed-11ed-afe3-ca26f40896f3 | InvocationID=038fcbd6-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:19:05+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12558f98-3eed-11ed-afe3-ca26f40896f3 | InvocationID=125591be-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:19:29+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11ab4114-3eed-11ed-afe3-ca26f40896f3 | InvocationID=11ab42e0-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:19:29+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=209a35fe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=209a37ca-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:19:29+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=209a35fe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=209a37ca-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:19:29+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=209a35fe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=209a37ca-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:19:30+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=12558f98-3eed-11ed-afe3-ca26f40896f3 | InvocationID=125591be-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:19:30+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=211ae550-3eed-11ed-afe3-ca26f40896f3 | InvocationID=211ae712-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:19:54+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=209a35fe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=209a37ca-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:19:54+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f883ee4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=2f8840ec-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:19:54+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f883ee4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=2f8840ec-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:19:54+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f883ee4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=2f8840ec-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:19:54+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=211ae550-3eed-11ed-afe3-ca26f40896f3 | InvocationID=211ae712-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:19:54+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fe2ecd6-3eed-11ed-afe3-ca26f40896f3 | InvocationID=2fe2ef24-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:20:19+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f883ee4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=2f8840ec-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:20:19+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e76d83e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=3e76dce4-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:20:19+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e76d83e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=3e76dce4-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:20:19+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e76d83e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=3e76dce4-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:20:19+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fe2ecd6-3eed-11ed-afe3-ca26f40896f3 | InvocationID=2fe2ef24-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:20:19+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eab2c1a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=3eab2e04-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:20:44+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e76d83e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=3e76dce4-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:20:44+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d66c386-3eed-11ed-afe3-ca26f40896f3 | InvocationID=4d66c782-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:20:44+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d66c386-3eed-11ed-afe3-ca26f40896f3 | InvocationID=4d66c782-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:20:44+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d66c386-3eed-11ed-afe3-ca26f40896f3 | InvocationID=4d66c782-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:20:44+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3eab2c1a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=3eab2e04-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:20:44+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d73487c-3eed-11ed-afe3-ca26f40896f3 | InvocationID=4d7351e6-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:21:09+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d73487c-3eed-11ed-afe3-ca26f40896f3 | InvocationID=4d7351e6-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:21:09+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c3959a0-3eed-11ed-afe3-ca26f40896f3 | InvocationID=5c395b9e-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:21:09+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d66c386-3eed-11ed-afe3-ca26f40896f3 | InvocationID=4d66c782-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:21:09+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c556bfe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=5c556eb0-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:21:09+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c556bfe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=5c556eb0-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:21:09+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c556bfe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=5c556eb0-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:21:34+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c3959a0-3eed-11ed-afe3-ca26f40896f3 | InvocationID=5c395b9e-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:21:34+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6afcccba-3eed-11ed-afe3-ca26f40896f3 | InvocationID=6afccec2-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:21:34+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c556bfe-3eed-11ed-afe3-ca26f40896f3 | InvocationID=5c556eb0-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:21:34+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b44913a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=6b4492de-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:21:34+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b44913a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=6b4492de-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:21:34+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b44913a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=6b4492de-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:21:58+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6afcccba-3eed-11ed-afe3-ca26f40896f3 | InvocationID=6afccec2-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:21:58+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79c0eace-3eed-11ed-afe3-ca26f40896f3 | InvocationID=79c0ecf4-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:21:59+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b44913a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=6b4492de-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:21:59+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a320092-3eed-11ed-afe3-ca26f40896f3 | InvocationID=7a320204-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:21:59+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a320092-3eed-11ed-afe3-ca26f40896f3 | InvocationID=7a320204-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:21:59+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a320092-3eed-11ed-afe3-ca26f40896f3 | InvocationID=7a320204-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:22:23+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79c0eace-3eed-11ed-afe3-ca26f40896f3 | InvocationID=79c0ecf4-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:22:23+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8886a210-3eed-11ed-afe3-ca26f40896f3 | InvocationID=8886a418-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:22:24+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a320092-3eed-11ed-afe3-ca26f40896f3 | InvocationID=7a320204-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:22:24+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89205ff4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=89206198-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:22:24+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89205ff4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=89206198-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:22:24+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89205ff4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=89206198-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:22:48+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8886a210-3eed-11ed-afe3-ca26f40896f3 | InvocationID=8886a418-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:22:48+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=974d7468-3eed-11ed-afe3-ca26f40896f3 | InvocationID=974d762a-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:22:49+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89205ff4-3eed-11ed-afe3-ca26f40896f3 | InvocationID=89206198-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:22:49+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980dfecc-3eed-11ed-afe3-ca26f40896f3 | InvocationID=980e00ca-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:22:49+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=980dfecc-3eed-11ed-afe3-ca26f40896f3 | InvocationID=980e00ca-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:22:49+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=980dfecc-3eed-11ed-afe3-ca26f40896f3 | InvocationID=980e00ca-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:23:13+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=974d7468-3eed-11ed-afe3-ca26f40896f3 | InvocationID=974d762a-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:23:13+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a611d598-3eed-11ed-afe3-ca26f40896f3 | InvocationID=a611d82c-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:23:14+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=980dfecc-3eed-11ed-afe3-ca26f40896f3 | InvocationID=980e00ca-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:23:14+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fca12c-3eed-11ed-afe3-ca26f40896f3 | InvocationID=a6fca384-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:23:14+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6fca12c-3eed-11ed-afe3-ca26f40896f3 | InvocationID=a6fca384-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:23:14+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fca12c-3eed-11ed-afe3-ca26f40896f3 | InvocationID=a6fca384-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:23:38+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a611d598-3eed-11ed-afe3-ca26f40896f3 | InvocationID=a611d82c-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:23:38+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4dc0cf6-3eed-11ed-afe3-ca26f40896f3 | InvocationID=b4dc0eea-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:23:39+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6fca12c-3eed-11ed-afe3-ca26f40896f3 | InvocationID=a6fca384-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:23:39+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ead15e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=b5ead320-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:23:39+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5ead15e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=b5ead320-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:23:39+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ead15e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=b5ead320-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:24:02+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4dc0cf6-3eed-11ed-afe3-ca26f40896f3 | InvocationID=b4dc0eea-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:24:02+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3a50864-3eed-11ed-afe3-ca26f40896f3 | InvocationID=c3a514bc-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:24:04+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5ead15e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=b5ead320-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:24:04+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d840c0-3eed-11ed-afe3-ca26f40896f3 | InvocationID=c4d843c2-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:24:04+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d840c0-3eed-11ed-afe3-ca26f40896f3 | InvocationID=c4d843c2-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:24:04+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d840c0-3eed-11ed-afe3-ca26f40896f3 | InvocationID=c4d843c2-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:24:27+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3a50864-3eed-11ed-afe3-ca26f40896f3 | InvocationID=c3a514bc-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:24:27+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d26adbee-3eed-11ed-afe3-ca26f40896f3 | InvocationID=d26ae508-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:24:29+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d840c0-3eed-11ed-afe3-ca26f40896f3 | InvocationID=c4d843c2-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:24:29+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3c79004-3eed-11ed-afe3-ca26f40896f3 | InvocationID=d3c791b2-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:24:30+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3c79004-3eed-11ed-afe3-ca26f40896f3 | InvocationID=d3c791b2-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:24:30+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3c79004-3eed-11ed-afe3-ca26f40896f3 | InvocationID=d3c791b2-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:24:52+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d26adbee-3eed-11ed-afe3-ca26f40896f3 | InvocationID=d26ae508-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:24:52+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13214b2-3eed-11ed-afe3-ca26f40896f3 | InvocationID=e1321782-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:24:55+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3c79004-3eed-11ed-afe3-ca26f40896f3 | InvocationID=d3c791b2-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:24:55+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b9a61a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=e2b9a7dc-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:24:55+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2b9a61a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=e2b9a7dc-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:24:55+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b9a61a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=e2b9a7dc-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:25:17+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e13214b2-3eed-11ed-afe3-ca26f40896f3 | InvocationID=e1321782-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:25:17+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=effeca80-3eed-11ed-afe3-ca26f40896f3 | InvocationID=effecce2-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:25:20+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2b9a61a-3eed-11ed-afe3-ca26f40896f3 | InvocationID=e2b9a7dc-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:25:20+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a7ae7e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=f1a7b14e-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:25:20+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1a7ae7e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=f1a7b14e-3eed-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:25:20+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1a7ae7e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=f1a7b14e-3eed-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:25:42+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=effeca80-3eed-11ed-afe3-ca26f40896f3 | InvocationID=effecce2-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:25:42+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fec3e672-3eed-11ed-afe3-ca26f40896f3 | InvocationID=fec3e8fc-3eed-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:25:45+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1a7ae7e-3eed-11ed-afe3-ca26f40896f3 | InvocationID=f1a7b14e-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:25:45+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00979412-3eee-11ed-afe3-ca26f40896f3 | InvocationID=00979642-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:25:45+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00979412-3eee-11ed-afe3-ca26f40896f3 | InvocationID=00979642-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:25:45+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00979412-3eee-11ed-afe3-ca26f40896f3 | InvocationID=00979642-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:26:06+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fec3e672-3eed-11ed-afe3-ca26f40896f3 | InvocationID=fec3e8fc-3eed-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:26:06+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d8f75cc-3eee-11ed-afe3-ca26f40896f3 | InvocationID=0d8f77de-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:26:10+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00979412-3eee-11ed-afe3-ca26f40896f3 | InvocationID=00979642-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:26:10+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f850d7e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=0f850fcc-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:26:10+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f850d7e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=0f850fcc-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:26:10+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f850d7e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=0f850fcc-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:26:31+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d8f75cc-3eee-11ed-afe3-ca26f40896f3 | InvocationID=0d8f77de-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:26:31+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c54546a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=1c545654-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:26:35+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f850d7e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=0f850fcc-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:26:35+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e7593f8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=1e7595ec-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:26:35+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e7593f8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=1e7595ec-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:26:35+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e7593f8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=1e7595ec-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:26:56+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c54546a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=1c545654-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:26:56+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b20ba24-3eee-11ed-afe3-ca26f40896f3 | InvocationID=2b20bc18-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:27:00+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e7593f8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=1e7595ec-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:27:00+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d643946-3eee-11ed-afe3-ca26f40896f3 | InvocationID=2d643afe-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:27:00+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d643946-3eee-11ed-afe3-ca26f40896f3 | InvocationID=2d643afe-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:27:00+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d643946-3eee-11ed-afe3-ca26f40896f3 | InvocationID=2d643afe-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:27:21+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2b20ba24-3eee-11ed-afe3-ca26f40896f3 | InvocationID=2b20bc18-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:27:21+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39e6544c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=39e657b2-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:27:25+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d643946-3eee-11ed-afe3-ca26f40896f3 | InvocationID=2d643afe-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:27:25+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c523dcc-3eee-11ed-afe3-ca26f40896f3 | InvocationID=3c524006-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:27:25+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c523dcc-3eee-11ed-afe3-ca26f40896f3 | InvocationID=3c524006-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:27:25+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c523dcc-3eee-11ed-afe3-ca26f40896f3 | InvocationID=3c524006-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:27:46+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39e6544c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=39e657b2-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:27:46+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48abbf3a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=48abc32c-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:27:50+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c523dcc-3eee-11ed-afe3-ca26f40896f3 | InvocationID=3c524006-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:27:50+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b41323e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=4b4133f6-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:27:50+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b41323e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=4b4133f6-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:27:50+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b41323e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=4b4133f6-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:28:10+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48abbf3a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=48abc32c-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:28:10+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57700b7a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=57700f12-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:28:15+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b41323e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=4b4133f6-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:28:15+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a2f43c6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=5a2f460a-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:28:15+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a2f43c6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=5a2f460a-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:28:15+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a2f43c6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=5a2f460a-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:28:35+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57700b7a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=57700f12-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:28:35+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6634cb3c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=6634d096-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:28:40+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a2f43c6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=5a2f460a-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:28:40+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691c82d6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=691c8524-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:28:40+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691c82d6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=691c8524-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:28:40+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691c82d6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=691c8524-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:29:00+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6634cb3c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=6634d096-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:29:00+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74fbdb60-3eee-11ed-afe3-ca26f40896f3 | InvocationID=74fbde26-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:29:05+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691c82d6-3eee-11ed-afe3-ca26f40896f3 | InvocationID=691c8524-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:29:05+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780aa1ce-3eee-11ed-afe3-ca26f40896f3 | InvocationID=780aa3ea-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:29:05+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=780aa1ce-3eee-11ed-afe3-ca26f40896f3 | InvocationID=780aa3ea-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:29:05+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=780aa1ce-3eee-11ed-afe3-ca26f40896f3 | InvocationID=780aa3ea-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:29:25+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74fbdb60-3eee-11ed-afe3-ca26f40896f3 | InvocationID=74fbde26-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:29:25+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83c181a4-3eee-11ed-afe3-ca26f40896f3 | InvocationID=83c18488-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:29:30+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=780aa1ce-3eee-11ed-afe3-ca26f40896f3 | InvocationID=780aa3ea-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:29:30+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f85b04-3eee-11ed-afe3-ca26f40896f3 | InvocationID=86f85cf8-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:29:30+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f85b04-3eee-11ed-afe3-ca26f40896f3 | InvocationID=86f85cf8-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:29:30+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f85b04-3eee-11ed-afe3-ca26f40896f3 | InvocationID=86f85cf8-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:29:49+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=83c181a4-3eee-11ed-afe3-ca26f40896f3 | InvocationID=83c18488-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:29:49+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92865b6a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=92865e1c-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:29:55+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f85b04-3eee-11ed-afe3-ca26f40896f3 | InvocationID=86f85cf8-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:29:55+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95e5be2c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=95e5c00c-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:29:55+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95e5be2c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=95e5c00c-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:29:55+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95e5be2c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=95e5c00c-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:30:14+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92865b6a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=92865e1c-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:30:14+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a14c73be-3eee-11ed-afe3-ca26f40896f3 | InvocationID=a14c758a-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:30:20+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95e5be2c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=95e5c00c-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:30:20+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d41780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=a4d41992-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:30:20+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4d41780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=a4d41992-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:30:20+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4d41780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=a4d41992-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:30:39+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a14c73be-3eee-11ed-afe3-ca26f40896f3 | InvocationID=a14c758a-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:30:39+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b013da4a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=b013dbf8-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:30:45+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4d41780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=a4d41992-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:30:45+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c2beb8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=b3c2c070-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:30:45+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3c2beb8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=b3c2c070-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:30:45+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c2beb8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=b3c2c070-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:31:04+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b013da4a-3eee-11ed-afe3-ca26f40896f3 | InvocationID=b013dbf8-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:31:04+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bed9da8e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=bed9dc3c-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:31:10+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3c2beb8-3eee-11ed-afe3-ca26f40896f3 | InvocationID=b3c2c070-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:31:10+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2aff0d0-3eee-11ed-afe3-ca26f40896f3 | InvocationID=c2aff26a-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:31:10+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2aff0d0-3eee-11ed-afe3-ca26f40896f3 | InvocationID=c2aff26a-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:31:10+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2aff0d0-3eee-11ed-afe3-ca26f40896f3 | InvocationID=c2aff26a-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:31:29+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bed9da8e-3eee-11ed-afe3-ca26f40896f3 | InvocationID=bed9dc3c-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:31:29+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd9ece08-3eee-11ed-afe3-ca26f40896f3 | InvocationID=cd9ecfde-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:31:35+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2aff0d0-3eee-11ed-afe3-ca26f40896f3 | InvocationID=c2aff26a-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:31:35+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d19d71da-3eee-11ed-afe3-ca26f40896f3 | InvocationID=d19d7482-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:31:35+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d19d71da-3eee-11ed-afe3-ca26f40896f3 | InvocationID=d19d7482-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:31:35+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d19d71da-3eee-11ed-afe3-ca26f40896f3 | InvocationID=d19d7482-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:31:53+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd9ece08-3eee-11ed-afe3-ca26f40896f3 | InvocationID=cd9ecfde-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:31:53+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc65c888-3eee-11ed-afe3-ca26f40896f3 | InvocationID=dc65ca36-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:32:00+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d19d71da-3eee-11ed-afe3-ca26f40896f3 | InvocationID=d19d7482-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:32:00+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08af780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=e08b02e8-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:32:00+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e08af780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=e08b02e8-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:32:00+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08af780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=e08b02e8-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:32:18+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc65c888-3eee-11ed-afe3-ca26f40896f3 | InvocationID=dc65ca36-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:32:18+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb2de3b4-3eee-11ed-afe3-ca26f40896f3 | InvocationID=eb2de922-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:32:25+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e08af780-3eee-11ed-afe3-ca26f40896f3 | InvocationID=e08b02e8-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:32:25+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7a9e94-3eee-11ed-afe3-ca26f40896f3 | InvocationID=ef7aa0b0-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:32:25+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef7a9e94-3eee-11ed-afe3-ca26f40896f3 | InvocationID=ef7aa0b0-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:32:25+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7a9e94-3eee-11ed-afe3-ca26f40896f3 | InvocationID=ef7aa0b0-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:32:43+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb2de3b4-3eee-11ed-afe3-ca26f40896f3 | InvocationID=eb2de922-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:32:43+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9fb6434-3eee-11ed-afe3-ca26f40896f3 | InvocationID=f9fb674a-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:32:50+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef7a9e94-3eee-11ed-afe3-ca26f40896f3 | InvocationID=ef7aa0b0-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:32:50+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6b441c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=fe6bbe56-3eee-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:32:51+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe6b441c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=fe6bbe56-3eee-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:32:51+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6b441c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=fe6bbe56-3eee-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:33:08+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9fb6434-3eee-11ed-afe3-ca26f40896f3 | InvocationID=f9fb674a-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:33:08+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08ede7f0-3eef-11ed-afe3-ca26f40896f3 | InvocationID=08ede9a8-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:33:16+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe6b441c-3eee-11ed-afe3-ca26f40896f3 | InvocationID=fe6bbe56-3eee-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:33:16+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d6ebdfe-3eef-11ed-afe3-ca26f40896f3 | InvocationID=0d6ebfb6-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:33:16+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d6ebdfe-3eef-11ed-afe3-ca26f40896f3 | InvocationID=0d6ebfb6-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:33:16+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d6ebdfe-3eef-11ed-afe3-ca26f40896f3 | InvocationID=0d6ebfb6-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:33:33+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08ede7f0-3eef-11ed-afe3-ca26f40896f3 | InvocationID=08ede9a8-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:33:33+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17db0afe-3eef-11ed-afe3-ca26f40896f3 | InvocationID=17db0cb6-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:33:41+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d6ebdfe-3eef-11ed-afe3-ca26f40896f3 | InvocationID=0d6ebfb6-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:33:41+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c76238c-3eef-11ed-afe3-ca26f40896f3 | InvocationID=1c76253a-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:33:41+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c76238c-3eef-11ed-afe3-ca26f40896f3 | InvocationID=1c76253a-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:33:41+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c76238c-3eef-11ed-afe3-ca26f40896f3 | InvocationID=1c76253a-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:33:58+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17db0afe-3eef-11ed-afe3-ca26f40896f3 | InvocationID=17db0cb6-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:33:58+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26a26c3a-3eef-11ed-afe3-ca26f40896f3 | InvocationID=26a26e60-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:34:06+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c76238c-3eef-11ed-afe3-ca26f40896f3 | InvocationID=1c76253a-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:34:06+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b64bc78-3eef-11ed-afe3-ca26f40896f3 | InvocationID=2b64bf2a-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:34:06+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b64bc78-3eef-11ed-afe3-ca26f40896f3 | InvocationID=2b64bf2a-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:34:06+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b64bc78-3eef-11ed-afe3-ca26f40896f3 | InvocationID=2b64bf2a-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:34:23+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26a26c3a-3eef-11ed-afe3-ca26f40896f3 | InvocationID=26a26e60-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:34:23+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=356d23ea-3eef-11ed-afe3-ca26f40896f3 | InvocationID=356d2bc4-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:34:31+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b64bc78-3eef-11ed-afe3-ca26f40896f3 | InvocationID=2b64bf2a-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:34:31+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a52beec-3eef-11ed-afe3-ca26f40896f3 | InvocationID=3a52c130-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:34:31+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a52beec-3eef-11ed-afe3-ca26f40896f3 | InvocationID=3a52c130-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:34:31+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a52beec-3eef-11ed-afe3-ca26f40896f3 | InvocationID=3a52c130-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:34:48+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=356d23ea-3eef-11ed-afe3-ca26f40896f3 | InvocationID=356d2bc4-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:34:48+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4437ea36-3eef-11ed-afe3-ca26f40896f3 | InvocationID=4437ef18-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:34:56+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a52beec-3eef-11ed-afe3-ca26f40896f3 | InvocationID=3a52c130-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:34:56+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4944ebd2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=4944edc6-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:34:56+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4944ebd2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=4944edc6-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:34:56+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4944ebd2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=4944edc6-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:35:12+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4437ea36-3eef-11ed-afe3-ca26f40896f3 | InvocationID=4437ef18-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:35:12+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=530408ba-3eef-11ed-afe3-ca26f40896f3 | InvocationID=53040b62-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:35:21+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4944ebd2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=4944edc6-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:35:21+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58352f30-3eef-11ed-afe3-ca26f40896f3 | InvocationID=583530fc-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:35:21+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58352f30-3eef-11ed-afe3-ca26f40896f3 | InvocationID=583530fc-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:35:21+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58352f30-3eef-11ed-afe3-ca26f40896f3 | InvocationID=583530fc-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:35:37+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=530408ba-3eef-11ed-afe3-ca26f40896f3 | InvocationID=53040b62-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:35:37+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61c9a300-3eef-11ed-afe3-ca26f40896f3 | InvocationID=61c9a4a4-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:35:46+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58352f30-3eef-11ed-afe3-ca26f40896f3 | InvocationID=583530fc-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:35:46+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6725d8be-3eef-11ed-afe3-ca26f40896f3 | InvocationID=6725dabc-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:35:46+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6725d8be-3eef-11ed-afe3-ca26f40896f3 | InvocationID=6725dabc-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:35:46+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6725d8be-3eef-11ed-afe3-ca26f40896f3 | InvocationID=6725dabc-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:36:02+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=61c9a300-3eef-11ed-afe3-ca26f40896f3 | InvocationID=61c9a4a4-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:36:02+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=709466cc-3eef-11ed-afe3-ca26f40896f3 | InvocationID=709468de-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:36:11+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6725d8be-3eef-11ed-afe3-ca26f40896f3 | InvocationID=6725dabc-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:36:11+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761618fc-3eef-11ed-afe3-ca26f40896f3 | InvocationID=76161b18-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:36:11+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761618fc-3eef-11ed-afe3-ca26f40896f3 | InvocationID=76161b18-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:36:11+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761618fc-3eef-11ed-afe3-ca26f40896f3 | InvocationID=76161b18-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:36:27+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=709466cc-3eef-11ed-afe3-ca26f40896f3 | InvocationID=709468de-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:36:27+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f61cb22-3eef-11ed-afe3-ca26f40896f3 | InvocationID=7f61ccd0-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:36:36+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761618fc-3eef-11ed-afe3-ca26f40896f3 | InvocationID=76161b18-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:36:36+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850520d8-3eef-11ed-afe3-ca26f40896f3 | InvocationID=8505233a-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:36:36+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=850520d8-3eef-11ed-afe3-ca26f40896f3 | InvocationID=8505233a-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:36:36+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=850520d8-3eef-11ed-afe3-ca26f40896f3 | InvocationID=8505233a-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:36:52+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f61cb22-3eef-11ed-afe3-ca26f40896f3 | InvocationID=7f61ccd0-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:36:52+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e31687e-3eef-11ed-afe3-ca26f40896f3 | InvocationID=8e316a2c-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:37:01+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=850520d8-3eef-11ed-afe3-ca26f40896f3 | InvocationID=8505233a-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:37:01+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f67466-3eef-11ed-afe3-ca26f40896f3 | InvocationID=93f6779a-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:37:01+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f67466-3eef-11ed-afe3-ca26f40896f3 | InvocationID=93f6779a-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:37:01+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f67466-3eef-11ed-afe3-ca26f40896f3 | InvocationID=93f6779a-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:37:17+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e31687e-3eef-11ed-afe3-ca26f40896f3 | InvocationID=8e316a2c-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:37:17+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d17d918-3eef-11ed-afe3-ca26f40896f3 | InvocationID=9d17dada-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:37:26+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f67466-3eef-11ed-afe3-ca26f40896f3 | InvocationID=93f6779a-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:37:26+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ed651a-3eef-11ed-afe3-ca26f40896f3 | InvocationID=a2ed66be-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:37:27+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2ed651a-3eef-11ed-afe3-ca26f40896f3 | InvocationID=a2ed66be-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:37:27+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2ed651a-3eef-11ed-afe3-ca26f40896f3 | InvocationID=a2ed66be-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:37:42+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d17d918-3eef-11ed-afe3-ca26f40896f3 | InvocationID=9d17dada-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:37:42+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abf9964c-3eef-11ed-afe3-ca26f40896f3 | InvocationID=abf99dd6-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:37:52+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2ed651a-3eef-11ed-afe3-ca26f40896f3 | InvocationID=a2ed66be-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:37:52+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1eda26e-3eef-11ed-afe3-ca26f40896f3 | InvocationID=b1eda50c-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:37:52+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1eda26e-3eef-11ed-afe3-ca26f40896f3 | InvocationID=b1eda50c-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:37:52+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1eda26e-3eef-11ed-afe3-ca26f40896f3 | InvocationID=b1eda50c-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:38:06+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=abf9964c-3eef-11ed-afe3-ca26f40896f3 | InvocationID=abf99dd6-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:38:06+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bac56fde-3eef-11ed-afe3-ca26f40896f3 | InvocationID=bac57574-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:38:17+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1eda26e-3eef-11ed-afe3-ca26f40896f3 | InvocationID=b1eda50c-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:38:17+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0de3b94-3eef-11ed-afe3-ca26f40896f3 | InvocationID=c0de3d60-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:38:17+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0de3b94-3eef-11ed-afe3-ca26f40896f3 | InvocationID=c0de3d60-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:38:17+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0de3b94-3eef-11ed-afe3-ca26f40896f3 | InvocationID=c0de3d60-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:38:31+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bac56fde-3eef-11ed-afe3-ca26f40896f3 | InvocationID=bac57574-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:38:31+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c999f908-3eef-11ed-afe3-ca26f40896f3 | InvocationID=c999fb1a-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:38:42+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0de3b94-3eef-11ed-afe3-ca26f40896f3 | InvocationID=c0de3d60-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:38:42+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcf3702-3eef-11ed-afe3-ca26f40896f3 | InvocationID=cfcf395a-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:38:42+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfcf3702-3eef-11ed-afe3-ca26f40896f3 | InvocationID=cfcf395a-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:38:42+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfcf3702-3eef-11ed-afe3-ca26f40896f3 | InvocationID=cfcf395a-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:38:56+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c999f908-3eef-11ed-afe3-ca26f40896f3 | InvocationID=c999fb1a-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:38:56+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d86444f2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=d864565e-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:39:07+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfcf3702-3eef-11ed-afe3-ca26f40896f3 | InvocationID=cfcf395a-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:39:07+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debd8318-3eef-11ed-afe3-ca26f40896f3 | InvocationID=debd8548-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:39:07+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=debd8318-3eef-11ed-afe3-ca26f40896f3 | InvocationID=debd8548-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:39:07+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debd8318-3eef-11ed-afe3-ca26f40896f3 | InvocationID=debd8548-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:39:21+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d86444f2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=d864565e-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:39:21+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e72a0f80-3eef-11ed-afe3-ca26f40896f3 | InvocationID=e72a1138-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:39:32+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=debd8318-3eef-11ed-afe3-ca26f40896f3 | InvocationID=debd8548-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:39:32+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edacd928-3eef-11ed-afe3-ca26f40896f3 | InvocationID=edacdb08-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:39:32+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edacd928-3eef-11ed-afe3-ca26f40896f3 | InvocationID=edacdb08-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:39:32+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edacd928-3eef-11ed-afe3-ca26f40896f3 | InvocationID=edacdb08-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:39:46+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e72a0f80-3eef-11ed-afe3-ca26f40896f3 | InvocationID=e72a1138-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:39:46+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5efbb00-3eef-11ed-afe3-ca26f40896f3 | InvocationID=f5efbcae-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:39:57+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edacd928-3eef-11ed-afe3-ca26f40896f3 | InvocationID=edacdb08-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:39:57+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc9ac7e2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=fc9ac990-3eef-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:39:57+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc9ac7e2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=fc9ac990-3eef-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:39:57+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc9ac7e2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=fc9ac990-3eef-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:40:11+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f5efbb00-3eef-11ed-afe3-ca26f40896f3 | InvocationID=f5efbcae-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:40:11+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b9027c-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=04b90448-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:40:22+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc9ac7e2-3eef-11ed-afe3-ca26f40896f3 | InvocationID=fc9ac990-3eef-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:40:22+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b896182-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=0b89638a-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:40:22+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b896182-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=0b89638a-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:40:22+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b896182-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=0b89638a-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:40:35+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04b9027c-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=04b90448-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:40:35+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=137e0ffa-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=137e1270-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:40:47+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b896182-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=0b89638a-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:40:47+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7723dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=1a7726e8-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:40:47+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a7723dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=1a7726e8-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:40:47+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a7723dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=1a7726e8-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:41:00+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=137e0ffa-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=137e1270-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:41:00+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=224629c8-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=22462bb2-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:41:12+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a7723dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=1a7726e8-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:41:12+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2964c84a-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=2964c9ee-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:41:12+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2964c84a-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=2964c9ee-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:41:12+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2964c84a-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=2964c9ee-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:41:25+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=224629c8-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=22462bb2-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:41:25+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3109dafe-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=3109dcb6-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:41:37+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2964c84a-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=2964c9ee-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:41:37+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38520d72-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=38520f2a-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:41:37+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=38520d72-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=38520f2a-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:41:37+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38520d72-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=38520f2a-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:41:50+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3109dafe-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=3109dcb6-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:41:50+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fcff14a-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=3fcff3ac-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:42:02+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=38520d72-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=38520f2a-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:42:02+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=473f408e-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=473f4264-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:42:02+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=473f408e-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=473f4264-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:42:02+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=473f408e-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=473f4264-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:42:14+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fcff14a-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=3fcff3ac-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:42:14+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e966308-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=4e9664e8-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:42:27+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=473f408e-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=473f4264-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:42:27+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562ce2ae-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=562ce4d4-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:42:27+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=562ce2ae-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=562ce4d4-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:42:27+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562ce2ae-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=562ce4d4-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:42:39+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4e966308-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=4e9664e8-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:42:39+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5d5d0d7e-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=5d5d151c-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:42:52+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=562ce2ae-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=562ce4d4-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:42:52+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651ae482-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=651ae644-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:42:52+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=651ae482-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=651ae644-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:42:52+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651ae482-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=651ae644-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:43:04+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5d5d0d7e-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=5d5d151c-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:43:04+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c256982-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=6c256c20-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:43:17+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=651ae482-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=651ae644-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:43:17+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74091e46-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=7409203a-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:43:17+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74091e46-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=7409203a-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:43:17+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74091e46-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=7409203a-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:43:29+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c256982-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=6c256c20-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:43:29+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aea9dc0-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=7aeaa00e-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:43:42+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74091e46-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=7409203a-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:43:42+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f788ca-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=82f78e2e-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:43:42+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82f788ca-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=82f78e2e-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:43:42+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82f788ca-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=82f78e2e-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:43:54+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7aea9dc0-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=7aeaa00e-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:43:54+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89afd2ee-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=89afd596-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:44:07+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82f788ca-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=82f78e2e-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:44:07+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e53c06-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=91e53e0e-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:44:07+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91e53c06-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=91e53e0e-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:44:07+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e53c06-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=91e53e0e-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:44:18+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89afd2ee-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=89afd596-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:44:18+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9875c4d2-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=9875c694-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:44:32+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91e53c06-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=91e53e0e-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:44:32+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d700dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=a0d702bc-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:44:33+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0d700dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=a0d702bc-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:44:33+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d700dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=a0d702bc-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:44:43+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9875c4d2-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=9875c694-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:44:43+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a73aabc2-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=a73aad66-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:44:58+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0d700dc-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=a0d702bc-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:44:58+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc90392-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=afc905c2-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:44:58+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afc90392-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=afc905c2-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:44:58+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc90392-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=afc905c2-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:45:08+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a73aabc2-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=a73aad66-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:45:08+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b60290de-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=b60293ea-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:45:23+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afc90392-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=afc905c2-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:45:23+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb77be0-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=beb780b8-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:45:23+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=beb77be0-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=beb780b8-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:45:23+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb77be0-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=beb780b8-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:45:33+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b60290de-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=b60293ea-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:45:33+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4c88934-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=c4c88cae-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:45:48+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=beb77be0-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=beb780b8-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:45:48+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda669ea-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=cda66cba-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:45:48+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cda669ea-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=cda66cba-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:45:48+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda669ea-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=cda66cba-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:45:58+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4c88934-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=c4c88cae-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:45:58+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38f1208-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=d38f13e8-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-28T05:46:13+0000 | policy_event_thread | 140197284072224 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cda669ea-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=cda66cba-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF activation/deactivation policy response events.
2022-09-28T05:46:13+0000 | policy_event_thread | 140197284072224 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc94e792-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=dc94e9f4-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-28T05:46:13+0000 | policy_event_thread | 140197284072224 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc94e792-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=dc94e9f4-3ef0-11ed-afe3-ca26f40896f3 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:46:13+0000 | policy_event_thread | 140197284072224 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc94e792-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=dc94e9f4-3ef0-11ed-afe3-ca26f40896f3 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-28T05:46:22+0000 | aai_event_thread | 140197283011360 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d38f1208-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=d38f13e8-3ef0-11ed-afe3-ca26f40896f3 | Polling MR for XNF AAI events.
2022-09-28T05:46:22+0000 | aai_event_thread | 140197283011360 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e256c04c-3ef0-11ed-afe3-ca26f40896f3 | InvocationID=e256c376-3ef0-11ed-afe3-ca26f40896f3 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT