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-11-09T04:54:52+0000 | MainThread | 140676918914376 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-09T04:54:52+0000 | MainThread | 140676918914376 | 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-11-09T04:54:52+0000 | MainThread | 140676918914376 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-09T04:54:52+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:54:52+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-09T04:54:52+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b6a95c-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5b6ac68-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:54:52+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5bd0f0e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5bd1184-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:54:52+0000 | MainThread | 140676918914376 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-11-09T04:54:53+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5b6a95c-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5b6ac68-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:54:53+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5bd0f0e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5bd1184-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:54:53+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5b6a95c-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5b6ac68-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:54:53+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5bd0f0e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5bd1184-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:13+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5bd0f0e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5bd1184-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:55:13+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b250e5a6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b250e858-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:55:14+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b250e5a6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b250e858-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:14+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b250e5a6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b250e858-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:18+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a5b6a95c-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=a5b6ac68-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:55:18+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54bdf36-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b54be13e-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:55:19+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b54bdf36-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b54be13e-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:19+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54bdf36-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b54be13e-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:34+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b250e5a6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b250e858-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:55:34+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bedce77a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=bedce978-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:55:35+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bedce77a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=bedce978-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:35+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bedce77a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=bedce978-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:44+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b54bdf36-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=b54be13e-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:55:44+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d1ae54-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4d1afee-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:55:45+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4d1ae54-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4d1afee-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:45+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d1ae54-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4d1afee-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:55+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bedce77a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=bedce978-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:55:55+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb64ec04-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb64ee7a-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:55:56+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb64ec04-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb64ee7a-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:55:56+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb64ec04-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb64ee7a-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:10+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4d1ae54-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4d1afee-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:56:10+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d458b516-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d458b700-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:56:11+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d458b516-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d458b700-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:11+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d458b516-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d458b700-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:16+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb64ec04-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb64ee7a-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:56:16+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f1f85e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7f1fa16-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:56:17+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f1f85e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7f1fa16-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:17+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7f1f85e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7f1fa16-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:36+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d458b516-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d458b700-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:56:36+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3dee212-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e3dee3d4-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:56:37+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3dee212-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e3dee3d4-5fea-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:56:37+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3dee212-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e3dee3d4-5fea-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:56:37+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7f1f85e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7f1fa16-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:56:37+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e479bf8a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e479c1ba-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:56:37+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e479bf8a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e479c1ba-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:37+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e479bf8a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e479c1ba-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:57+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e479bf8a-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e479c1ba-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:56:57+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f072e51e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f072eb90-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:56:58+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f072e51e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f072eb90-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:56:58+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f072e51e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f072eb90-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:57:02+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3dee212-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=e3dee3d4-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:57:02+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f212f6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f2f2153a-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:57:02+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2f212f6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f2f2153a-5fea-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:57:02+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2f212f6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f2f2153a-5fea-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:57:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f072e51e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f072eb90-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:57:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc72a53e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc72a85e-5fea-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:57:18+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc72a53e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc72a85e-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:57:18+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc72a53e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc72a85e-5fea-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:57:27+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f2f212f6-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=f2f2153a-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:57:27+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e8b7f6-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=01e8baa8-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:57:27+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01e8b7f6-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=01e8baa8-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:57:27+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e8b7f6-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=01e8baa8-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:57:38+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc72a53e-5fea-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc72a85e-5fea-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:57:38+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08691094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=08691206-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:57:38+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08691094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=08691206-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:57:38+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08691094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=08691206-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:57:52+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=01e8b7f6-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=01e8baa8-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:57:52+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d7d134-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=10d7d2f6-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:57:52+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10d7d134-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=10d7d2f6-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:57:52+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d7d134-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=10d7d2f6-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:57:58+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08691094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=08691206-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:57:58+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145f8d42-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=145f8f4a-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:57:58+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145f8d42-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=145f8f4a-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:57:58+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=145f8d42-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=145f8f4a-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:58:17+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=10d7d134-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=10d7d2f6-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:58:17+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc96f2c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=1fc9712a-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:58:17+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fc96f2c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=1fc9712a-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:58:17+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fc96f2c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=1fc9712a-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:58:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=145f8d42-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=145f8f4a-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:58:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205e7568-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=205e77d4-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:58:18+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=205e7568-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=205e77d4-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:58:18+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=205e7568-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=205e77d4-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:58:38+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=205e7568-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=205e77d4-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:58:38+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c5db91e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2c5dbae0-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:58:38+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c5db91e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2c5dbae0-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:58:38+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c5db91e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2c5dbae0-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:58:42+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1fc96f2c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=1fc9712a-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:58:42+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ece4e52-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ece5078-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:58:42+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ece4e52-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ece5078-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:58:42+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ece4e52-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ece5078-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:58:58+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c5db91e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2c5dbae0-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:58:58+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385de036-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=385de4a0-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:58:58+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=385de036-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=385de4a0-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:58:58+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=385de036-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=385de4a0-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:59:07+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ece4e52-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ece5078-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:59:07+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc37c8e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=3dc37ef0-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:59:07+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3dc37c8e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=3dc37ef0-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:59:07+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dc37c8e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=3dc37ef0-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:59:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=385de036-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=385de4a0-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:59:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445b3488-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=445b364a-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:59:18+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=445b3488-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=445b364a-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:59:18+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445b3488-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=445b364a-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:59:32+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3dc37c8e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=3dc37ef0-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:59:32+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb96140-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=4cb962e4-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:59:32+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cb96140-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=4cb962e4-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:59:32+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cb96140-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=4cb962e4-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:59:38+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=445b3488-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=445b364a-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:59:38+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50506236-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=505064ac-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:59:38+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50506236-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=505064ac-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:59:38+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50506236-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=505064ac-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:59:57+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cb96140-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=4cb962e4-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T04:59:57+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5baaea2a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5baaec50-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T04:59:57+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5baaea2a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5baaec50-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:59:57+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5baaea2a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5baaec50-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T04:59:58+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50506236-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=505064ac-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T04:59:58+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4343c4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c4345f4-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T04:59:58+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c4343c4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c4345f4-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T04:59:58+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c4343c4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c4345f4-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:00:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c4343c4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c4345f4-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:00:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=683b046e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=683b063a-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:00:19+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=683b046e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=683b063a-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:00:19+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=683b046e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=683b063a-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:00:22+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5baaea2a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=5baaec50-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:00:22+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa6b284-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aa6bcac-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:00:23+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aa6b284-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aa6bcac-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:00:23+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aa6b284-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aa6bcac-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:00:39+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=683b046e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=683b063a-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:00:39+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7439f586-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=7439f784-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:00:39+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7439f586-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=7439f784-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:00:39+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7439f586-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=7439f784-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:00:48+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aa6b284-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aa6bcac-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:00:48+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7994919e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=79949324-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:00:48+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7994919e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=79949324-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:00:48+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7994919e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=79949324-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:00:59+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7439f586-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=7439f784-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:00:59+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=802cc7d8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=802cd098-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:00:59+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=802cc7d8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=802cd098-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:00:59+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=802cc7d8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=802cd098-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:01:13+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7994919e-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=79949324-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:01:13+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8883d64c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8883da8e-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:01:13+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8883d64c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8883da8e-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:01:13+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8883d64c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8883da8e-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:01:19+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=802cc7d8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=802cd098-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:01:19+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c250a64-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8c250c44-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:01:19+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c250a64-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8c250c44-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:01:19+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c250a64-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8c250c44-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:01:38+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8883d64c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8883da8e-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:01:38+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9771f49a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=9771f6b6-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:01:38+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9771f49a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=9771f6b6-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:01:38+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9771f49a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=9771f6b6-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:01:39+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c250a64-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=8c250c44-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:01:39+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981849ee-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=98184bc4-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:01:39+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=981849ee-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=98184bc4-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:01:39+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=981849ee-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=98184bc4-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:01:59+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=981849ee-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=98184bc4-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:01:59+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40e1094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a40e12a6-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:01:59+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40e1094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a40e12a6-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:01:59+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a40e1094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a40e12a6-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:02:03+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9771f49a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=9771f6b6-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:02:03+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66086b0-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a66088e0-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:02:03+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66086b0-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a66088e0-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:02:03+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a66086b0-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a66088e0-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:02:19+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a40e1094-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a40e12a6-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:02:19+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b004262c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b0042820-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:02:19+0000 | aai_event_thread | 140676868176672 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b004262c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b0042820-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:02:19+0000 | aai_event_thread | 140676868176672 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b004262c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b0042820-5feb-11ed-9e4d-5ef5175a4bd1 | 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-11-09T05:02:28+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a66086b0-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=a66088e0-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:02:28+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b550e66a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b550e7fa-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:02:28+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b550e66a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b550e7fa-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:02:28+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b550e66a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b550e7fa-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:02:39+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b004262c-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b0042820-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:02:39+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbf7dbc2-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=bbf7dea6-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:02:53+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b550e66a-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=b550e7fa-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:02:53+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c44110c8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4411302-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:02:53+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c44110c8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4411302-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:02:53+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c44110c8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4411302-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:03:03+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbf7dbc2-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=bbf7dea6-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:03:03+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca5e7306-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=ca5e7798-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:03:18+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c44110c8-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=c4411302-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:03:18+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32ec620-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=d32ec7f6-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:03:18+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32ec620-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=d32ec7f6-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:03:18+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d32ec620-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=d32ec7f6-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:03:23+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca5e7306-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=ca5e7798-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:03:23+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6551426-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=d655173c-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:03:43+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d32ec620-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=d32ec7f6-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:03:43+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21f8200-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=e21f844e-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:03:43+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21f8200-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=e21f844e-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:03:43+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e21f8200-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=e21f844e-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:03:43+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6551426-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=d655173c-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:03:43+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e24b63ca-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=e24b65b4-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:04:03+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e24b63ca-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=e24b65b4-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:04:03+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee611b00-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=ee611fe2-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:04:08+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e21f8200-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=e21f844e-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:04:08+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f10ff2f4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=f10ff560-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:04:08+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f10ff2f4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=f10ff560-5feb-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:04:08+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f10ff2f4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=f10ff560-5feb-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:04:24+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee611b00-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=ee611fe2-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:04:24+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=faaeafc6-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=faaeb200-5feb-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:04:33+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f10ff2f4-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=f10ff560-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:04:33+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0001f1d6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0001f37a-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:04:33+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0001f1d6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0001f37a-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:04:33+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0001f1d6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0001f37a-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:04:49+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=faaeafc6-5feb-11ed-9e4d-5ef5175a4bd1 | InvocationID=faaeb200-5feb-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:04:49+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0977bafc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0977c092-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:04:58+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0001f1d6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0001f37a-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:04:58+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ef13666-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0ef1386e-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:04:58+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ef13666-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0ef1386e-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:04:58+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ef13666-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0ef1386e-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:05:14+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0977bafc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0977c092-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:05:14+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18491526-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=184919d6-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:05:23+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ef13666-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=0ef1386e-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:05:23+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ddf7fb6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=1ddf811e-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:05:23+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ddf7fb6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=1ddf811e-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:05:23+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ddf7fb6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=1ddf811e-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:05:39+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18491526-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=184919d6-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:05:39+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27102da6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=27102f72-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:05:48+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ddf7fb6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=1ddf811e-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:05:48+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ccf24b8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ccf2684-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:05:48+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ccf24b8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ccf2684-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:05:48+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ccf24b8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ccf2684-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:06:03+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27102da6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=27102f72-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:06:03+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35dfba54-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=35dfbed2-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:06:13+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ccf24b8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ccf2684-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:06:13+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bc30bd8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bc30e94-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:06:13+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bc30bd8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bc30e94-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:06:13+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bc30bd8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bc30e94-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:06:28+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35dfba54-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=35dfbed2-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:06:28+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b5ab4c-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=44b5adc2-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:06:38+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3bc30bd8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bc30e94-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:06:38+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ab3c880-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=4ab3cf42-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:06:38+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ab3c880-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=4ab3cf42-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:06:38+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ab3c880-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=4ab3cf42-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:06:53+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=44b5ab4c-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=44b5adc2-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:06:53+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5381cc8c-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=5381cfc0-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:07:03+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ab3c880-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=4ab3cf42-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:07:03+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59a6b7b2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=59a6b9e2-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:07:04+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59a6b7b2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=59a6b9e2-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:07:04+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59a6b7b2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=59a6b9e2-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:07:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5381cc8c-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=5381cfc0-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:07:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=624e2e36-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=624e30ca-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:07:29+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59a6b7b2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=59a6b9e2-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:07:29+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689f3b68-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=689f3d84-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:07:29+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=689f3b68-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=689f3d84-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:07:29+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=689f3b68-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=689f3d84-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:07:43+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=624e2e36-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=624e30ca-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:07:43+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=711cc058-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=711cc288-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:07:54+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=689f3b68-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=689f3d84-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:07:54+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77959464-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=779596bc-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:07:54+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77959464-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=779596bc-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:07:54+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77959464-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=779596bc-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:08:08+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=711cc058-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=711cc288-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:08:08+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7fecc786-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=7fecc9a2-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:08:19+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77959464-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=779596bc-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:08:19+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86899efc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=8689a0fa-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:08:19+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86899efc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=8689a0fa-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:08:19+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86899efc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=8689a0fa-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:08:32+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7fecc786-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=7fecc9a2-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:08:32+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8eb478d6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=8eb48ae2-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:08:44+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86899efc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=8689a0fa-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:08:44+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=957bd330-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=957bd560-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:08:44+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=957bd330-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=957bd560-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:08:44+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=957bd330-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=957bd560-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:08:57+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8eb478d6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=8eb48ae2-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:08:57+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d7a28de-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=9d7a2b04-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:09:09+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=957bd330-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=957bd560-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:09:09+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4706b80-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=a4706da6-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:09:09+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4706b80-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=a4706da6-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:09:09+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4706b80-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=a4706da6-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:09:22+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d7a28de-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=9d7a2b04-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:09:22+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac44e1d8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=ac44e412-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:09:34+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4706b80-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=a4706da6-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:09:34+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3688fd2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=b3689996-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:09:34+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3688fd2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=b3689996-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:09:34+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3688fd2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=b3689996-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:09:47+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac44e1d8-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=ac44e412-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:09:47+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb0b7e16-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=bb0b801e-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:09:59+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3688fd2-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=b3689996-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:09:59+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c256e99e-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=c256ebba-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:09:59+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c256e99e-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=c256ebba-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:09:59+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c256e99e-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=c256ebba-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:10:12+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb0b7e16-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=bb0b801e-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:10:12+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9d3ef28-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=c9d3f126-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:10:24+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c256e99e-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=c256ebba-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:10:24+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d146aaac-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=d146ac8c-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:10:24+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d146aaac-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=d146ac8c-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:10:24+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d146aaac-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=d146ac8c-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:10:36+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c9d3ef28-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=c9d3f126-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:10:36+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d89a004c-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=d89a0286-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:10:49+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d146aaac-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=d146ac8c-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:10:49+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e03555cc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=e03557de-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:10:49+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e03555cc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=e03557de-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:10:49+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e03555cc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=e03557de-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:11:01+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d89a004c-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=d89a0286-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:11:01+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7603718-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=e7603916-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:11:14+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e03555cc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=e03557de-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:11:14+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef25b9dc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=ef25bc0c-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:11:14+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef25b9dc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=ef25bc0c-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:11:14+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef25b9dc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=ef25bc0c-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:11:26+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7603718-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=e7603916-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:11:26+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6248830-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=f6248a42-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:11:39+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef25b9dc-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=ef25bc0c-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:11:39+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe146cd6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=fe146ee8-5fec-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:11:39+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe146cd6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=fe146ee8-5fec-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:11:39+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe146cd6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=fe146ee8-5fec-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:11:51+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6248830-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=f6248a42-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:11:51+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04efdb08-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=04efdd38-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:12:04+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe146cd6-5fec-11ed-9e4d-5ef5175a4bd1 | InvocationID=fe146ee8-5fec-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:12:04+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d057cb2-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=0d057f28-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:12:04+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d057cb2-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=0d057f28-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:12:04+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d057cb2-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=0d057f28-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:12:16+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=04efdb08-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=04efdd38-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:12:16+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13b72484-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=13b72916-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:12:29+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d057cb2-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=0d057f28-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:12:29+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf4b544-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=1bf4b760-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:12:29+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bf4b544-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=1bf4b760-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:12:29+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf4b544-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=1bf4b760-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:12:40+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13b72484-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=13b72916-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:12:40+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=227c37d4-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=227c3ce8-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:12:54+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1bf4b544-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=1bf4b760-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:12:54+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae5ba6c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ae5bc9c-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:12:55+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ae5ba6c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ae5bc9c-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:12:55+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae5ba6c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ae5bc9c-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:13:05+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=227c37d4-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=227c3ce8-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:13:05+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3144aff8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=3144b188-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:13:20+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ae5ba6c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ae5bc9c-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:13:20+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d3c992-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=39d3cb72-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:13:20+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d3c992-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=39d3cb72-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:13:20+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39d3c992-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=39d3cb72-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:13:30+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3144aff8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=3144b188-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:13:30+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=400c68d2-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=400c6af8-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:13:45+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39d3c992-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=39d3cb72-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:13:45+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c7d240-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=48c7d3c6-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:13:45+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48c7d240-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=48c7d3c6-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:13:45+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c7d240-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=48c7d3c6-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:13:55+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=400c68d2-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=400c6af8-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:13:55+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4edbcfb0-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=4edbd26c-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:14:10+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48c7d240-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=48c7d3c6-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:14:10+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b74682-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=57b7484e-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:14:10+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57b74682-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=57b7484e-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:14:10+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b74682-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=57b7484e-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:14:20+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4edbcfb0-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=4edbd26c-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:14:20+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5da7ecae-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=5da7eec0-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:14:35+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57b74682-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=57b7484e-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:14:35+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a7a3c6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=66a7a5a6-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:14:35+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66a7a3c6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=66a7a5a6-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:14:35+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a7a3c6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=66a7a5a6-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:14:44+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5da7ecae-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=5da7eec0-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:14:44+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c6c22aa-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=6c6c24a8-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:15:00+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66a7a3c6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=66a7a5a6-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:15:00+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7595df74-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=7595e172-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:15:00+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7595df74-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=7595e172-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:15:00+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7595df74-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=7595e172-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:15:09+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c6c22aa-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=6c6c24a8-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:15:09+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b340532-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=7b3407bc-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:15:25+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7595df74-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=7595e172-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:15:25+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84867bd8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=84867dcc-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:15:25+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84867bd8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=84867dcc-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:15:25+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84867bd8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=84867dcc-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:15:34+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b340532-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=7b3407bc-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:15:34+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89fea3ec-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=89fea69e-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:15:50+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84867bd8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=84867dcc-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:15:50+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=937a1bb8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=937a1d84-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:15:50+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=937a1bb8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=937a1d84-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:15:50+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=937a1bb8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=937a1d84-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:15:59+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89fea3ec-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=89fea69e-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:15:59+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98c6d82c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=98c6daf2-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:16:15+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=937a1bb8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=937a1d84-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:16:15+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a276e9b6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=a276ebe6-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:16:15+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a276e9b6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=a276ebe6-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:16:15+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a276e9b6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=a276ebe6-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:16:24+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98c6d82c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=98c6daf2-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:16:24+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7bc54f6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=a7bc5bc2-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:16:40+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a276e9b6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=a276ebe6-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:16:40+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1664e30-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=b16650ba-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:16:40+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1664e30-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=b16650ba-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:16:40+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1664e30-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=b16650ba-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:16:49+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7bc54f6-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=a7bc5bc2-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:16:49+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b68c5c60-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=b68c5e86-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:17:05+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1664e30-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=b16650ba-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:17:05+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c061f204-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=c061f3bc-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:17:05+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c061f204-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=c061f3bc-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:17:05+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c061f204-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=c061f3bc-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:17:14+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b68c5c60-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=b68c5e86-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:17:14+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c55aefb8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=c55af346-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:17:30+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c061f204-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=c061f3bc-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:17:30+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf53134c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf53154a-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:17:30+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf53134c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf53154a-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:17:30+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf53134c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf53154a-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:17:38+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c55aefb8-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=c55af346-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:17:38+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42a9f34-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=d42aa13c-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:17:55+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf53134c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf53154a-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:17:55+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de45bf1c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=de45c14c-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:17:56+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de45bf1c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=de45c14c-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:17:56+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de45bf1c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=de45c14c-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:18:03+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d42a9f34-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=d42aa13c-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:18:03+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2fbdb0e-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=e2fbde1a-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:18:21+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de45bf1c-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=de45c14c-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:18:21+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed390074-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=ed39029a-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:18:21+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed390074-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=ed39029a-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:18:21+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed390074-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=ed39029a-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:18:28+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e2fbdb0e-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=e2fbde1a-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:18:28+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1c6fe2a-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=f1c7001e-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:18:46+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed390074-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=ed39029a-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:18:46+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2dbd0e-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc2dbeb2-5fed-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:18:46+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2dbd0e-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc2dbeb2-5fed-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:18:46+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc2dbd0e-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc2dbeb2-5fed-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:18:53+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1c6fe2a-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=f1c7001e-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:18:53+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=008e7550-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=008e78e8-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:19:11+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc2dbd0e-5fed-11ed-9e4d-5ef5175a4bd1 | InvocationID=fc2dbeb2-5fed-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:19:11+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b1cf4a6-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=0b1cf708-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:19:11+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b1cf4a6-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=0b1cf708-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:19:11+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b1cf4a6-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=0b1cf708-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:19:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=008e7550-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=008e78e8-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:19:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f550ed2-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=0f5519f4-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:19:36+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b1cf4a6-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=0b1cf708-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:19:36+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0c9dcc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=1a0c9ff2-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:19:36+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a0c9dcc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=1a0c9ff2-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:19:36+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a0c9dcc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=1a0c9ff2-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:19:43+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f550ed2-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=0f5519f4-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:19:43+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e1b445e-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=1e1b45f8-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:20:01+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a0c9dcc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=1a0c9ff2-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:20:01+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fb5b0c-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=28fb68f4-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:20:01+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28fb5b0c-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=28fb68f4-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:20:01+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28fb5b0c-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=28fb68f4-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:20:07+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e1b445e-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=1e1b45f8-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:20:07+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce26d50-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ce270de-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:20:26+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28fb5b0c-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=28fb68f4-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:20:26+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37eb6918-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=37eb6d1e-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:20:26+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37eb6918-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=37eb6d1e-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:20:26+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37eb6918-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=37eb6d1e-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:20:32+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ce26d50-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=2ce270de-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:20:32+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bac0d00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bac0f1c-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:20:51+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37eb6918-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=37eb6d1e-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:20:51+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46da6c8a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=46da6f28-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:20:51+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46da6c8a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=46da6f28-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:20:51+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46da6c8a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=46da6f28-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:20:57+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bac0d00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bac0f1c-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:20:57+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a71d6b2-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=4a71d8a6-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:21:16+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46da6c8a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=46da6f28-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:21:16+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ca4e86-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=55ca50ca-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:21:16+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55ca4e86-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=55ca50ca-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:21:16+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ca4e86-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=55ca50ca-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:21:22+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a71d6b2-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=4a71d8a6-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:21:22+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=593b4d86-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=593b4f70-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:21:41+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55ca4e86-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=55ca50ca-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:21:41+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64bab836-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=64babaca-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:21:41+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64bab836-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=64babaca-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:21:41+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64bab836-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=64babaca-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:21:47+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=593b4d86-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=593b4f70-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:21:47+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68013b82-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=68013f92-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:22:06+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64bab836-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=64babaca-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:22:06+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73acf070-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=73acf200-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:22:06+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73acf070-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=73acf200-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:22:06+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73acf070-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=73acf200-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:22:11+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68013b82-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=68013f92-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:22:11+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76c74648-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=76c747c4-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:22:31+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73acf070-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=73acf200-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:22:31+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829ac8f0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=829acb34-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:22:31+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829ac8f0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=829acb34-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:22:31+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829ac8f0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=829acb34-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:22:36+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76c74648-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=76c747c4-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:22:36+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=858beb66-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=858bef94-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:22:56+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829ac8f0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=829acb34-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:22:56+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918a26bc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=918a2838-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:22:56+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918a26bc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=918a2838-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:22:56+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918a26bc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=918a2838-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:23:01+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=858beb66-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=858bef94-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:23:01+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=945192e0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=94519510-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:23:21+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918a26bc-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=918a2838-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:23:21+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a077dbb0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=a077ddb8-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:23:21+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a077dbb0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=a077ddb8-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:23:21+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a077dbb0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=a077ddb8-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:23:26+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=945192e0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=94519510-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:23:26+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3196c08-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=a3196dd4-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:23:46+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a077dbb0-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=a077ddb8-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:23:46+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af68af00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=af68b0ea-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:23:46+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af68af00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=af68b0ea-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:23:46+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af68af00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=af68b0ea-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:23:50+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3196c08-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=a3196dd4-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:23:50+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e03f32-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=b1e0414e-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:24:11+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af68af00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=af68b0ea-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:24:11+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be5781da-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=be578b08-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:24:11+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be5781da-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=be578b08-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:24:11+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be5781da-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=be578b08-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:24:15+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1e03f32-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=b1e0414e-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:24:15+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0a75a00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=c0a75bf4-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:24:36+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be5781da-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=be578b08-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:24:36+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd45e736-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=cd45eb00-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:24:36+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd45e736-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=cd45eb00-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:24:36+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd45e736-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=cd45eb00-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:24:40+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0a75a00-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=c0a75bf4-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:24:40+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6cd380-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf6cd51a-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:25:01+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd45e736-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=cd45eb00-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:25:01+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc34971a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=dc349986-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:25:02+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc34971a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=dc349986-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:25:02+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc34971a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=dc349986-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:25:05+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf6cd380-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf6cd51a-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:25:05+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de3242c4-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=de324472-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:25:27+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc34971a-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=dc349986-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:25:27+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb227102-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=eb22735a-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:25:27+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb227102-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=eb22735a-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:25:27+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb227102-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=eb22735a-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:25:30+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de3242c4-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=de324472-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:25:30+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecfc8f62-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=ecfc9188-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:25:52+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb227102-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=eb22735a-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:25:52+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa114f44-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=fa117082-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:25:52+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa114f44-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=fa117082-5fee-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:25:52+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa114f44-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=fa117082-5fee-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:25:54+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecfc8f62-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=ecfc9188-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:25:54+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbc4c94c-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=fbc4cabe-5fee-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:26:17+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa114f44-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=fa117082-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:26:17+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09009276-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=09009550-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:26:17+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09009276-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=09009550-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:26:17+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09009276-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=09009550-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:26:19+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbc4c94c-5fee-11ed-9e4d-5ef5175a4bd1 | InvocationID=fbc4cabe-5fee-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:26:19+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a89b3de-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=0a89b5d2-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:26:42+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09009276-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=09009550-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:26:42+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17f12a48-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=17f12f2a-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:26:42+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17f12a48-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=17f12f2a-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:26:42+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17f12a48-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=17f12f2a-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:26:44+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a89b3de-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=0a89b5d2-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:26:44+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=194f569e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=194f5874-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:27:07+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17f12a48-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=17f12f2a-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:27:07+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e2f482-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=26e2f694-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:27:07+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e2f482-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=26e2f694-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:27:07+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26e2f482-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=26e2f694-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:27:09+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=194f569e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=194f5874-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:27:09+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2813b2d8-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=2813b580-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:27:32+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26e2f482-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=26e2f694-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:27:32+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d26d56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=35d26f54-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:27:32+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d26d56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=35d26f54-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:27:32+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35d26d56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=35d26f54-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:27:34+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2813b2d8-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=2813b580-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:27:34+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36e00d8e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=36e00f46-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:27:57+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35d26d56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=35d26f54-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:27:57+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c25a56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=44c2662c-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:27:57+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44c25a56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=44c2662c-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:27:57+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44c25a56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=44c2662c-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:27:58+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36e00d8e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=36e00f46-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:27:58+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ab8c30-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=45ab9bc6-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:28:22+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44c25a56-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=44c2662c-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:28:22+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b1dd66-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=53b1e086-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:28:22+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53b1dd66-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=53b1e086-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:28:22+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53b1dd66-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=53b1e086-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:28:23+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ab8c30-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=45ab9bc6-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:28:23+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5471114a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=54711320-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:28:47+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53b1dd66-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=53b1e086-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:28:47+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a235aa-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=62a24874-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:28:47+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62a235aa-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=62a24874-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:28:47+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a235aa-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=62a24874-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:28:48+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5471114a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=54711320-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:28:48+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6337b3b4-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=6337b59e-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:29:12+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62a235aa-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=62a24874-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:29:12+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7190bcf8-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=7190beb0-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:29:12+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7190bcf8-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=7190beb0-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:29:12+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7190bcf8-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=7190beb0-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:29:13+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6337b3b4-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=6337b59e-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:29:13+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7200d57e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=7200d786-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:29:37+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7190bcf8-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=7190beb0-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:29:37+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8081390e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=80813d82-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:29:37+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8081390e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=80813d82-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:29:37+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8081390e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=80813d82-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:29:38+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7200d57e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=7200d786-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:29:38+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80c6c820-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=80c6ca1e-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:30:02+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8081390e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=80813d82-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:30:02+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7263de-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=8f726622-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:30:02+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f7263de-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=8f726622-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:30:02+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7263de-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=8f726622-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:30:02+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80c6c820-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=80c6ca1e-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:30:02+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f8cf2b2-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=8f8cf53c-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:30:27+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f8cf2b2-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=8f8cf53c-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:30:27+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e56d740-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=9e56d934-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:30:27+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f7263de-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=8f726622-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:30:27+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e62fd4a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=9e62ff66-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:30:27+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e62fd4a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=9e62ff66-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:30:27+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e62fd4a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=9e62ff66-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:30:52+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e56d740-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=9e56d934-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:30:52+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1d8508-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=ad1d86fc-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:30:52+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e62fd4a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=9e62ff66-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:30:52+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad514d8e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=ad514f8c-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:30:52+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad514d8e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=ad514f8c-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:30:52+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad514d8e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=ad514f8c-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:31:17+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad1d8508-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=ad1d86fc-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:31:17+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe27f1c-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=bbe28110-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:31:17+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad514d8e-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=ad514f8c-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:31:17+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3eb00c-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=bc3eb1e2-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:31:17+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc3eb00c-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=bc3eb1e2-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:31:17+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3eb00c-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=bc3eb1e2-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:31:42+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbe27f1c-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=bbe28110-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:31:42+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caaa10b4-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=caaa1320-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:31:42+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc3eb00c-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=bc3eb1e2-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:31:42+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb2cb820-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb2cba64-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:31:42+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb2cb820-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb2cba64-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:31:42+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb2cb820-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb2cba64-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:32:06+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caaa10b4-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=caaa1320-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:32:06+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d96f49c0-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=d96f4c18-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:32:07+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb2cb820-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=cb2cba64-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:32:07+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da20b52a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=da20b6ce-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:32:08+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da20b52a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=da20b6ce-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:32:08+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da20b52a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=da20b6ce-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:32:31+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d96f49c0-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=d96f4c18-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:32:31+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e835e248-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=e835e43c-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:32:33+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da20b52a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=da20b6ce-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:32:33+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9135b5a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=e9135d9e-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:32:33+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9135b5a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=e9135d9e-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:32:33+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9135b5a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=e9135d9e-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:32:56+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e835e248-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=e835e43c-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:32:56+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6fb3634-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=f6fb4232-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:32:58+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9135b5a-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=e9135d9e-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:32:58+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f801aa04-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=f801abf8-5fef-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:32:58+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f801aa04-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=f801abf8-5fef-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:32:58+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f801aa04-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=f801abf8-5fef-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:33:21+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6fb3634-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=f6fb4232-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:33:21+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05beb10a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=05beb290-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:33:23+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f801aa04-5fef-11ed-9e4d-5ef5175a4bd1 | InvocationID=f801abf8-5fef-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:33:23+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ef2f1e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=06ef30ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:33:23+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ef2f1e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=06ef30ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:33:23+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ef2f1e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=06ef30ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:33:45+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05beb10a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=05beb290-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:33:45+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1482cb54-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=1482cdfc-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:33:48+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ef2f1e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=06ef30ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:33:48+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15db6d76-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=15db6ee8-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:33:48+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15db6d76-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=15db6ee8-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:33:48+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15db6d76-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=15db6ee8-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:34:10+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1482cb54-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=1482cdfc-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:34:10+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23487b0c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=23487d6e-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:34:13+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15db6d76-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=15db6ee8-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:34:13+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c7785c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=24c779ec-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:34:13+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24c7785c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=24c779ec-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:34:13+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24c7785c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=24c779ec-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:34:35+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23487b0c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=23487d6e-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:34:35+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3209f68e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=3209f850-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:34:38+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24c7785c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=24c779ec-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:34:38+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33b44c96-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=33b44e62-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:34:38+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33b44c96-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=33b44e62-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:34:38+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33b44c96-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=33b44e62-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:35:00+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3209f68e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=3209f850-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:35:00+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40d1b760-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=40d1b99a-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:35:03+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33b44c96-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=33b44e62-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:35:03+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a0d864-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=42a0d9ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:35:03+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42a0d864-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=42a0d9ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:35:03+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a0d864-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=42a0d9ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:35:25+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40d1b760-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=40d1b99a-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:35:25+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f96dcb2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=4f96de92-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:35:28+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42a0d864-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=42a0d9ea-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:35:28+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=518d4db2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=518d5816-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:35:28+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=518d4db2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=518d5816-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:35:28+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=518d4db2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=518d5816-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:35:49+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f96dcb2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=4f96de92-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:35:49+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5ae6bc-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=5e5ae8e2-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:35:53+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=518d4db2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=518d5816-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:35:53+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6079ccce-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6079ce90-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:35:53+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6079ccce-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6079ce90-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:35:53+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6079ccce-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6079ce90-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:36:14+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e5ae6bc-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=5e5ae8e2-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:36:14+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d1d16f2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6d1d1918-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:36:18+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6079ccce-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6079ce90-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:36:18+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f66f220-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6f66f3a6-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:36:18+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f66f220-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6f66f3a6-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:36:18+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f66f220-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6f66f3a6-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:36:39+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d1d16f2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6d1d1918-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:36:39+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7be0a096-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=7be0a2b2-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:36:43+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f66f220-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=6f66f3a6-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:36:43+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e563ac0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=7e563d40-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:36:43+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e563ac0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=7e563d40-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:36:43+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e563ac0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=7e563d40-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:37:04+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7be0a096-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=7be0a2b2-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:37:04+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8aa48b6a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=8aa48d72-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:37:08+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e563ac0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=7e563d40-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:37:08+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d475c44-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=8d475e10-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:37:08+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d475c44-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=8d475e10-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:37:08+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d475c44-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=8d475e10-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:37:28+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8aa48b6a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=8aa48d72-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:37:28+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99692fa2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=9969318c-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:37:33+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d475c44-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=8d475e10-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:37:33+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c341e36-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=9c341f9e-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:37:33+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c341e36-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=9c341f9e-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:37:33+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c341e36-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=9c341f9e-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:37:53+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99692fa2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=9969318c-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:37:53+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a82d26e2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=a82d285e-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:37:58+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c341e36-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=9c341f9e-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:37:58+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab20a13a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ab20a2e8-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:37:58+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab20a13a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ab20a2e8-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:37:58+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab20a13a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ab20a2e8-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:38:18+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a82d26e2-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=a82d285e-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:38:18+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6efc072-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=b6efc298-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:38:23+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab20a13a-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ab20a2e8-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:38:23+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba0e7708-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ba0e7f28-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:38:23+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba0e7708-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ba0e7f28-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:38:23+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba0e7708-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ba0e7f28-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:38:43+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6efc072-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=b6efc298-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:38:43+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b419e6-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=c5b41bd0-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:38:48+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba0e7708-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=ba0e7f28-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:38:48+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8fb1352-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=c8fb14b0-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:38:48+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8fb1352-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=c8fb14b0-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:38:48+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8fb1352-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=c8fb14b0-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:39:07+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5b419e6-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=c5b41bd0-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:39:07+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d476c26c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=d476c492-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:39:13+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8fb1352-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=c8fb14b0-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:39:13+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e7d800-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7e7d9ae-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:39:13+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e7d800-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7e7d9ae-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:39:13+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e7d800-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7e7d9ae-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:39:32+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d476c26c-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=d476c492-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:39:32+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e339f102-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=e339f292-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:39:38+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e7d800-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=d7e7d9ae-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:39:38+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d4cee0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=e6d4d052-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:39:38+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6d4cee0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=e6d4d052-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:39:38+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6d4cee0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=e6d4d052-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:39:57+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e339f102-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=e339f292-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:39:57+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1fe779e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=f1fe791a-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:40:03+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6d4cee0-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=e6d4d052-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:40:03+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c2dc4e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=f5c2de1a-5ff0-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:40:03+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c2dc4e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=f5c2de1a-5ff0-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:40:03+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c2dc4e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=f5c2de1a-5ff0-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:40:22+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1fe779e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=f1fe791a-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:40:22+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00c377ac-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=00c37c0c-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:40:28+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c2dc4e-5ff0-11ed-9e4d-5ef5175a4bd1 | InvocationID=f5c2de1a-5ff0-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:40:28+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04afc60e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=04afc7bc-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:40:28+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04afc60e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=04afc7bc-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:40:28+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04afc60e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=04afc7bc-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:40:47+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00c377ac-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=00c37c0c-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:40:47+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f886a2c-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=0f886c3e-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:40:53+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04afc60e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=04afc7bc-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:40:53+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139c4f16-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=139c510a-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:40:53+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139c4f16-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=139c510a-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:40:53+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139c4f16-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=139c510a-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:41:11+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f886a2c-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=0f886c3e-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:41:11+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e4f8298-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=1e4f8504-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:41:18+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139c4f16-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=139c510a-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:41:18+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=228ae744-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=228ae8e8-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:41:19+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=228ae744-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=228ae8e8-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:41:19+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=228ae744-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=228ae8e8-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:41:36+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e4f8298-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=1e4f8504-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:41:36+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d1369a2-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=2d136b14-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:41:44+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=228ae744-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=228ae8e8-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:41:44+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3178b3bc-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=3178b556-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:41:44+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3178b3bc-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=3178b556-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:41:44+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3178b3bc-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=3178b556-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:42:01+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d1369a2-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=2d136b14-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:42:01+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3bd60012-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bd601d4-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:42:09+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3178b3bc-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=3178b556-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:42:09+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40669dd0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=40669f9c-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:42:09+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40669dd0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=40669f9c-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:42:09+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40669dd0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=40669f9c-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:42:26+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3bd60012-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=3bd601d4-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:42:26+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a9dbe46-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=4a9dbfe0-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:42:34+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=40669dd0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=40669f9c-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:42:34+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f545062-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=4f5451f2-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:42:34+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f545062-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=4f5451f2-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:42:34+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f545062-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=4f5451f2-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:42:50+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a9dbe46-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=4a9dbfe0-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:42:50+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59642a28-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=59642bea-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:42:59+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f545062-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=4f5451f2-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:42:59+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e424606-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=5e42513c-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:42:59+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e424606-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=5e42513c-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:42:59+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e424606-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=5e42513c-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:43:15+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59642a28-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=59642bea-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:43:15+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6827a77e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=6827a8f0-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:43:24+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e424606-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=5e42513c-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:43:24+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d301b52-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=6d301cec-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:43:24+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d301b52-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=6d301cec-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:43:24+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d301b52-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=6d301cec-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:43:40+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6827a77e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=6827a8f0-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:43:40+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76eb0b2a-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=76eb0cf6-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:43:49+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d301b52-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=6d301cec-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:43:49+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1e7c30-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=7c1e7eec-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:43:49+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1e7c30-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=7c1e7eec-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:43:49+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c1e7c30-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=7c1e7eec-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:44:05+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76eb0b2a-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=76eb0cf6-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:44:05+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85ae9a78-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=85ae9bf4-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:44:14+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c1e7c30-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=7c1e7eec-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:44:14+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b0cdd9a-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=8b0ce0ce-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:44:14+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b0cdd9a-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=8b0ce0ce-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:44:14+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b0cdd9a-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=8b0ce0ce-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:44:30+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85ae9a78-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=85ae9bf4-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:44:30+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=947142cc-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=947144ac-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:44:39+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b0cdd9a-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=8b0ce0ce-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:44:39+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99fb7eb0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=99fb805e-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:44:39+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99fb7eb0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=99fb805e-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:44:39+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99fb7eb0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=99fb805e-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:44:54+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=947142cc-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=947144ac-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:44:54+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a334158c-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=a3341b72-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:45:04+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99fb7eb0-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=99fb805e-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:45:04+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e9e5f6-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=a8e9e768-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:45:04+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e9e5f6-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=a8e9e768-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:45:04+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8e9e5f6-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=a8e9e768-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:45:19+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a334158c-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=a3341b72-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:45:19+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1f7b1c8-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=b1f7b362-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:45:29+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8e9e5f6-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=a8e9e768-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:45:29+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d8332e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=b7d8352c-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:45:29+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7d8332e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=b7d8352c-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:45:29+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7d8332e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=b7d8352c-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:45:44+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1f7b1c8-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=b1f7b362-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:45:44+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0bb7898-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=c0bb7b7c-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:45:54+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7d8332e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=b7d8352c-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:45:54+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c66a40-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=c6c66bf8-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:45:54+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c66a40-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=c6c66bf8-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:45:54+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6c66a40-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=c6c66bf8-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:46:09+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0bb7898-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=c0bb7b7c-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:46:09+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf8025ae-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf8027a2-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:46:19+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6c66a40-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=c6c66bf8-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:46:19+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b3c7b4-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=d5b3c976-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:46:19+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b3c7b4-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=d5b3c976-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:46:19+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5b3c7b4-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=d5b3c976-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:46:33+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf8025ae-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=cf8027a2-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:46:33+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de4408b2-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=de440a74-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:46:44+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5b3c7b4-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=d5b3c976-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:46:44+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a0bcc8-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=e4a0be94-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:46:44+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a0bcc8-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=e4a0be94-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:46:44+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4a0bcc8-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=e4a0be94-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:46:58+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de4408b2-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=de440a74-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:46:58+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed06bd72-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=ed06bf34-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:47:09+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4a0bcc8-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=e4a0be94-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:47:09+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f38f8c6e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=f38f8e08-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:47:09+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f38f8c6e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=f38f8e08-5ff1-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:47:09+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f38f8c6e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=f38f8e08-5ff1-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:47:23+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed06bd72-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=ed06bf34-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:47:23+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbc9a220-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=fbc9a3b0-5ff1-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:47:34+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f38f8c6e-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=f38f8e08-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:47:34+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=027dcace-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=027dccd6-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:47:34+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=027dcace-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=027dccd6-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:47:34+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=027dcace-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=027dccd6-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:47:48+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbc9a220-5ff1-11ed-9e4d-5ef5175a4bd1 | InvocationID=fbc9a3b0-5ff1-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:47:48+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a8d138c-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=0a8d1562-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:47:59+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=027dcace-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=027dccd6-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:47:59+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=116be4a8-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=116be714-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:47:59+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=116be4a8-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=116be714-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:47:59+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=116be4a8-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=116be714-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:48:12+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a8d138c-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=0a8d1562-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:48:12+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19517e44-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=19518b0a-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:48:24+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=116be4a8-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=116be714-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:48:24+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2059965e-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=20599834-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:48:24+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2059965e-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=20599834-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:48:24+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2059965e-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=20599834-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:48:37+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19517e44-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=19518b0a-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:48:37+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=281497a4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=28149948-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:48:49+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2059965e-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=20599834-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:48:49+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4794a4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=2f47979c-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:48:49+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4794a4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=2f47979c-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:48:49+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4794a4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=2f47979c-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:49:02+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=281497a4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=28149948-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:49:02+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36d957d4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=36d95928-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:49:14+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4794a4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=2f47979c-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:49:14+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3601b2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=3e3603ec-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:49:14+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3601b2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=3e3603ec-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:49:14+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3601b2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=3e3603ec-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:49:27+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36d957d4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=36d95928-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:49:27+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=459bacae-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=459bae52-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:49:39+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3601b2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=3e3603ec-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:49:39+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d243fc2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=4d2441ac-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:49:39+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d243fc2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=4d2441ac-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:49:39+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d243fc2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=4d2441ac-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:49:52+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=459bacae-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=459bae52-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:49:52+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=545e64d4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=545e663c-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:50:04+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d243fc2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=4d2441ac-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:50:04+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1202da-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c1206ea-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:50:05+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1202da-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c1206ea-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:50:05+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c1202da-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c1206ea-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:50:16+0000 | aai_event_thread | 140676868176672 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=545e64d4-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=545e663c-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF AAI events.
2022-11-09T05:50:16+0000 | aai_event_thread | 140676868176672 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63206fc6-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=63207192-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-11-09T05:50:30+0000 | policy_event_thread | 140676869237536 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c1202da-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=5c1206ea-5ff2-11ed-9e4d-5ef5175a4bd1 | Polling MR for XNF activation/deactivation policy response events.
2022-11-09T05:50:30+0000 | policy_event_thread | 140676869237536 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aff6bf2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aff6d6e-5ff2-11ed-9e4d-5ef5175a4bd1 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-11-09T05:50:30+0000 | policy_event_thread | 140676869237536 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aff6bf2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aff6d6e-5ff2-11ed-9e4d-5ef5175a4bd1 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-09T05:50:30+0000 | policy_event_thread | 140676869237536 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6aff6bf2-5ff2-11ed-9e4d-5ef5175a4bd1 | InvocationID=6aff6d6e-5ff2-11ed-9e4d-5ef5175a4bd1 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init