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-08-12T05:15:19+0000 | MainThread | 139755565808968 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-08-12T05:15:19+0000 | MainThread | 139755565808968 | 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-08-12T05:15:19+0000 | MainThread | 139755565808968 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-08-12T05:15:19+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:15:19+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c233859c-19fd-11ed-8773-72d34fce2cea | InvocationID=c23387ea-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:15:19+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-08-12T05:15:19+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c235e058-19fd-11ed-8773-72d34fce2cea | InvocationID=c235e1ca-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:15:19+0000 | MainThread | 139755565808968 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching secure http API server
2022-08-12T05:15:20+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c233859c-19fd-11ed-8773-72d34fce2cea | InvocationID=c23387ea-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:20+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c233859c-19fd-11ed-8773-72d34fce2cea | InvocationID=c23387ea-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:20+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c235e058-19fd-11ed-8773-72d34fce2cea | InvocationID=c235e1ca-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:20+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c235e058-19fd-11ed-8773-72d34fce2cea | InvocationID=c235e1ca-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:40+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c235e058-19fd-11ed-8773-72d34fce2cea | InvocationID=c235e1ca-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:15:40+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec4baba-19fd-11ed-8773-72d34fce2cea | InvocationID=cec4bc86-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:15:41+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cec4baba-19fd-11ed-8773-72d34fce2cea | InvocationID=cec4bc86-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:41+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cec4baba-19fd-11ed-8773-72d34fce2cea | InvocationID=cec4bc86-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:45+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c233859c-19fd-11ed-8773-72d34fce2cea | InvocationID=c23387ea-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:15:45+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1bf9988-19fd-11ed-8773-72d34fce2cea | InvocationID=d1bf9bc2-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:15:46+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1bf9988-19fd-11ed-8773-72d34fce2cea | InvocationID=d1bf9bc2-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:15:46+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1bf9988-19fd-11ed-8773-72d34fce2cea | InvocationID=d1bf9bc2-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:01+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cec4baba-19fd-11ed-8773-72d34fce2cea | InvocationID=cec4bc86-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:16:01+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db50b0ae-19fd-11ed-8773-72d34fce2cea | InvocationID=db50b266-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:16:02+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db50b0ae-19fd-11ed-8773-72d34fce2cea | InvocationID=db50b266-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:02+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db50b0ae-19fd-11ed-8773-72d34fce2cea | InvocationID=db50b266-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:11+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1bf9988-19fd-11ed-8773-72d34fce2cea | InvocationID=d1bf9bc2-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:16:11+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1459862-19fd-11ed-8773-72d34fce2cea | InvocationID=e1459a38-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:16:12+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e1459862-19fd-11ed-8773-72d34fce2cea | InvocationID=e1459a38-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:12+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1459862-19fd-11ed-8773-72d34fce2cea | InvocationID=e1459a38-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:22+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db50b0ae-19fd-11ed-8773-72d34fce2cea | InvocationID=db50b266-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:16:22+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7dd3a5e-19fd-11ed-8773-72d34fce2cea | InvocationID=e7dd3edc-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:16:23+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7dd3a5e-19fd-11ed-8773-72d34fce2cea | InvocationID=e7dd3edc-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:23+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7dd3a5e-19fd-11ed-8773-72d34fce2cea | InvocationID=e7dd3edc-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:37+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e1459862-19fd-11ed-8773-72d34fce2cea | InvocationID=e1459a38-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:16:37+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ce2326-19fd-11ed-8773-72d34fce2cea | InvocationID=f0ce2560-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:16:38+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0ce2326-19fd-11ed-8773-72d34fce2cea | InvocationID=f0ce2560-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:38+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0ce2326-19fd-11ed-8773-72d34fce2cea | InvocationID=f0ce2560-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:43+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e7dd3a5e-19fd-11ed-8773-72d34fce2cea | InvocationID=e7dd3edc-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:16:43+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f46b7af6-19fd-11ed-8773-72d34fce2cea | InvocationID=f46b7c9a-19fd-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:16:44+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f46b7af6-19fd-11ed-8773-72d34fce2cea | InvocationID=f46b7c9a-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:16:44+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f46b7af6-19fd-11ed-8773-72d34fce2cea | InvocationID=f46b7c9a-19fd-11ed-8773-72d34fce2cea | 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-08-12T05:17:03+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f0ce2326-19fd-11ed-8773-72d34fce2cea | InvocationID=f0ce2560-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:17:03+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00580f1e-19fe-11ed-8773-72d34fce2cea | InvocationID=00581162-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:17:03+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00580f1e-19fe-11ed-8773-72d34fce2cea | InvocationID=00581162-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:17:03+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00580f1e-19fe-11ed-8773-72d34fce2cea | InvocationID=00581162-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:17:04+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f46b7af6-19fd-11ed-8773-72d34fce2cea | InvocationID=f46b7c9a-19fd-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:17:04+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f6f91c-19fe-11ed-8773-72d34fce2cea | InvocationID=00f6fae8-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:17:04+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00f6f91c-19fe-11ed-8773-72d34fce2cea | InvocationID=00f6fae8-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:17:04+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00f6f91c-19fe-11ed-8773-72d34fce2cea | InvocationID=00f6fae8-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:17:24+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00f6f91c-19fe-11ed-8773-72d34fce2cea | InvocationID=00f6fae8-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:17:24+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ceb3d00-19fe-11ed-8773-72d34fce2cea | InvocationID=0ceb3f30-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:17:24+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ceb3d00-19fe-11ed-8773-72d34fce2cea | InvocationID=0ceb3f30-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:17:24+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ceb3d00-19fe-11ed-8773-72d34fce2cea | InvocationID=0ceb3f30-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:17:28+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00580f1e-19fe-11ed-8773-72d34fce2cea | InvocationID=00581162-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:17:28+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f639f82-19fe-11ed-8773-72d34fce2cea | InvocationID=0f63a14e-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:17:28+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f639f82-19fe-11ed-8773-72d34fce2cea | InvocationID=0f63a14e-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:17:28+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f639f82-19fe-11ed-8773-72d34fce2cea | InvocationID=0f63a14e-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:17:44+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ceb3d00-19fe-11ed-8773-72d34fce2cea | InvocationID=0ceb3f30-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:17:44+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18dfea8e-19fe-11ed-8773-72d34fce2cea | InvocationID=18dfed4a-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:17:44+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=18dfea8e-19fe-11ed-8773-72d34fce2cea | InvocationID=18dfed4a-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:17:44+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18dfea8e-19fe-11ed-8773-72d34fce2cea | InvocationID=18dfed4a-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:17:53+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f639f82-19fe-11ed-8773-72d34fce2cea | InvocationID=0f63a14e-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:17:53+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e528a58-19fe-11ed-8773-72d34fce2cea | InvocationID=1e528c10-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:17:53+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e528a58-19fe-11ed-8773-72d34fce2cea | InvocationID=1e528c10-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:17:53+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e528a58-19fe-11ed-8773-72d34fce2cea | InvocationID=1e528c10-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:18:04+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=18dfea8e-19fe-11ed-8773-72d34fce2cea | InvocationID=18dfed4a-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:18:04+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d3998a-19fe-11ed-8773-72d34fce2cea | InvocationID=24d39b60-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:18:04+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24d3998a-19fe-11ed-8773-72d34fce2cea | InvocationID=24d39b60-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:18:04+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24d3998a-19fe-11ed-8773-72d34fce2cea | InvocationID=24d39b60-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:18:19+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e528a58-19fe-11ed-8773-72d34fce2cea | InvocationID=1e528c10-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:18:19+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d41dff0-19fe-11ed-8773-72d34fce2cea | InvocationID=2d41e1d0-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:18:19+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d41dff0-19fe-11ed-8773-72d34fce2cea | InvocationID=2d41e1d0-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:18:19+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d41dff0-19fe-11ed-8773-72d34fce2cea | InvocationID=2d41e1d0-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:18:24+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=24d3998a-19fe-11ed-8773-72d34fce2cea | InvocationID=24d39b60-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:18:24+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c76aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=30c77356-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:18:24+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30c76aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=30c77356-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:18:24+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c76aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=30c77356-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:18:44+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d41dff0-19fe-11ed-8773-72d34fce2cea | InvocationID=2d41e1d0-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:18:44+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c308ef8-19fe-11ed-8773-72d34fce2cea | InvocationID=3c30948e-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:18:44+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c308ef8-19fe-11ed-8773-72d34fce2cea | InvocationID=3c30948e-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:18:44+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c308ef8-19fe-11ed-8773-72d34fce2cea | InvocationID=3c30948e-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:18:44+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=30c76aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=30c77356-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:18:44+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cbb2f22-19fe-11ed-8773-72d34fce2cea | InvocationID=3cbb30e4-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:18:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cbb2f22-19fe-11ed-8773-72d34fce2cea | InvocationID=3cbb30e4-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:18:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cbb2f22-19fe-11ed-8773-72d34fce2cea | InvocationID=3cbb30e4-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cbb2f22-19fe-11ed-8773-72d34fce2cea | InvocationID=3cbb30e4-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:19:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48adf2ce-19fe-11ed-8773-72d34fce2cea | InvocationID=48adf51c-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:19:05+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48adf2ce-19fe-11ed-8773-72d34fce2cea | InvocationID=48adf51c-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:05+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48adf2ce-19fe-11ed-8773-72d34fce2cea | InvocationID=48adf51c-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:09+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c308ef8-19fe-11ed-8773-72d34fce2cea | InvocationID=3c30948e-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:19:09+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1f580e-19fe-11ed-8773-72d34fce2cea | InvocationID=4b1f59da-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:19:09+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b1f580e-19fe-11ed-8773-72d34fce2cea | InvocationID=4b1f59da-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:19:09+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1f580e-19fe-11ed-8773-72d34fce2cea | InvocationID=4b1f59da-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:19:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48adf2ce-19fe-11ed-8773-72d34fce2cea | InvocationID=48adf51c-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:19:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54a151e8-19fe-11ed-8773-72d34fce2cea | InvocationID=54a153b4-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:19:25+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54a151e8-19fe-11ed-8773-72d34fce2cea | InvocationID=54a153b4-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:25+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54a151e8-19fe-11ed-8773-72d34fce2cea | InvocationID=54a153b4-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:34+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b1f580e-19fe-11ed-8773-72d34fce2cea | InvocationID=4b1f59da-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:19:34+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0dce86-19fe-11ed-8773-72d34fce2cea | InvocationID=5a0dd91c-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:19:34+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a0dce86-19fe-11ed-8773-72d34fce2cea | InvocationID=5a0dd91c-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:19:34+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0dce86-19fe-11ed-8773-72d34fce2cea | InvocationID=5a0dd91c-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:19:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54a151e8-19fe-11ed-8773-72d34fce2cea | InvocationID=54a153b4-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:19:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6094fcb6-19fe-11ed-8773-72d34fce2cea | InvocationID=6094fec8-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:19:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6094fcb6-19fe-11ed-8773-72d34fce2cea | InvocationID=6094fec8-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6094fcb6-19fe-11ed-8773-72d34fce2cea | InvocationID=6094fec8-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:19:59+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a0dce86-19fe-11ed-8773-72d34fce2cea | InvocationID=5a0dd91c-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:19:59+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68fca08e-19fe-11ed-8773-72d34fce2cea | InvocationID=68fca2d2-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:19:59+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68fca08e-19fe-11ed-8773-72d34fce2cea | InvocationID=68fca2d2-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:19:59+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68fca08e-19fe-11ed-8773-72d34fce2cea | InvocationID=68fca2d2-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:20:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6094fcb6-19fe-11ed-8773-72d34fce2cea | InvocationID=6094fec8-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:20:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8cd7fa-19fe-11ed-8773-72d34fce2cea | InvocationID=6c8cd99e-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:20:05+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c8cd7fa-19fe-11ed-8773-72d34fce2cea | InvocationID=6c8cd99e-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:20:05+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c8cd7fa-19fe-11ed-8773-72d34fce2cea | InvocationID=6c8cd99e-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:20:24+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=68fca08e-19fe-11ed-8773-72d34fce2cea | InvocationID=68fca2d2-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:20:24+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77eb9df2-19fe-11ed-8773-72d34fce2cea | InvocationID=77eba036-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:20:24+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77eb9df2-19fe-11ed-8773-72d34fce2cea | InvocationID=77eba036-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:20:24+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77eb9df2-19fe-11ed-8773-72d34fce2cea | InvocationID=77eba036-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:20:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c8cd7fa-19fe-11ed-8773-72d34fce2cea | InvocationID=6c8cd99e-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:20:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=788054ec-19fe-11ed-8773-72d34fce2cea | InvocationID=788056ae-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:20:25+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=788054ec-19fe-11ed-8773-72d34fce2cea | InvocationID=788056ae-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:20:25+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=788054ec-19fe-11ed-8773-72d34fce2cea | InvocationID=788056ae-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:20:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=788054ec-19fe-11ed-8773-72d34fce2cea | InvocationID=788056ae-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:20:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847311ae-19fe-11ed-8773-72d34fce2cea | InvocationID=84731c80-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:20:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=847311ae-19fe-11ed-8773-72d34fce2cea | InvocationID=84731c80-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:20:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=847311ae-19fe-11ed-8773-72d34fce2cea | InvocationID=84731c80-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:20:49+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77eb9df2-19fe-11ed-8773-72d34fce2cea | InvocationID=77eba036-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:20:49+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dbdafc-19fe-11ed-8773-72d34fce2cea | InvocationID=86dbdcfa-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:20:49+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86dbdafc-19fe-11ed-8773-72d34fce2cea | InvocationID=86dbdcfa-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:20:49+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86dbdafc-19fe-11ed-8773-72d34fce2cea | InvocationID=86dbdcfa-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:21:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=847311ae-19fe-11ed-8773-72d34fce2cea | InvocationID=84731c80-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:21:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90664ba2-19fe-11ed-8773-72d34fce2cea | InvocationID=90664e5e-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:21:05+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90664ba2-19fe-11ed-8773-72d34fce2cea | InvocationID=90664e5e-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:21:05+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90664ba2-19fe-11ed-8773-72d34fce2cea | InvocationID=90664e5e-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:21:14+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86dbdafc-19fe-11ed-8773-72d34fce2cea | InvocationID=86dbdcfa-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:21:14+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95caf7f0-19fe-11ed-8773-72d34fce2cea | InvocationID=95caf9bc-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:21:14+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95caf7f0-19fe-11ed-8773-72d34fce2cea | InvocationID=95caf9bc-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:21:14+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95caf7f0-19fe-11ed-8773-72d34fce2cea | InvocationID=95caf9bc-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:21:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90664ba2-19fe-11ed-8773-72d34fce2cea | InvocationID=90664e5e-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:21:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c5a9e22-19fe-11ed-8773-72d34fce2cea | InvocationID=9c5aa55c-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:21:25+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c5a9e22-19fe-11ed-8773-72d34fce2cea | InvocationID=9c5aa55c-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:21:25+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c5a9e22-19fe-11ed-8773-72d34fce2cea | InvocationID=9c5aa55c-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:21:39+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95caf7f0-19fe-11ed-8773-72d34fce2cea | InvocationID=95caf9bc-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:21:39+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4bc88dc-19fe-11ed-8773-72d34fce2cea | InvocationID=a4bc8b48-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:21:39+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4bc88dc-19fe-11ed-8773-72d34fce2cea | InvocationID=a4bc8b48-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:21:39+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4bc88dc-19fe-11ed-8773-72d34fce2cea | InvocationID=a4bc8b48-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:21:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c5a9e22-19fe-11ed-8773-72d34fce2cea | InvocationID=9c5aa55c-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:21:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84ee792-19fe-11ed-8773-72d34fce2cea | InvocationID=a84ee9fe-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:21:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a84ee792-19fe-11ed-8773-72d34fce2cea | InvocationID=a84ee9fe-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:21:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a84ee792-19fe-11ed-8773-72d34fce2cea | InvocationID=a84ee9fe-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:04+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4bc88dc-19fe-11ed-8773-72d34fce2cea | InvocationID=a4bc8b48-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:22:04+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ab1f84-19fe-11ed-8773-72d34fce2cea | InvocationID=b3ab2182-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:22:04+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3ab1f84-19fe-11ed-8773-72d34fce2cea | InvocationID=b3ab2182-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:22:04+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ab1f84-19fe-11ed-8773-72d34fce2cea | InvocationID=b3ab2182-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:22:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a84ee792-19fe-11ed-8773-72d34fce2cea | InvocationID=a84ee9fe-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:22:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4421b0a-19fe-11ed-8773-72d34fce2cea | InvocationID=b4421ccc-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:22:05+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4421b0a-19fe-11ed-8773-72d34fce2cea | InvocationID=b4421ccc-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:05+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4421b0a-19fe-11ed-8773-72d34fce2cea | InvocationID=b4421ccc-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4421b0a-19fe-11ed-8773-72d34fce2cea | InvocationID=b4421ccc-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:22:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c035a788-19fe-11ed-8773-72d34fce2cea | InvocationID=c035af80-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:22:25+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c035a788-19fe-11ed-8773-72d34fce2cea | InvocationID=c035af80-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:25+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c035a788-19fe-11ed-8773-72d34fce2cea | InvocationID=c035af80-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:29+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3ab1f84-19fe-11ed-8773-72d34fce2cea | InvocationID=b3ab2182-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:22:29+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29931d4-19fe-11ed-8773-72d34fce2cea | InvocationID=c2993cec-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:22:29+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29931d4-19fe-11ed-8773-72d34fce2cea | InvocationID=c2993cec-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:22:29+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29931d4-19fe-11ed-8773-72d34fce2cea | InvocationID=c2993cec-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:22:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c035a788-19fe-11ed-8773-72d34fce2cea | InvocationID=c035af80-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:22:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc2a8db0-19fe-11ed-8773-72d34fce2cea | InvocationID=cc2a8f86-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:22:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc2a8db0-19fe-11ed-8773-72d34fce2cea | InvocationID=cc2a8f86-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc2a8db0-19fe-11ed-8773-72d34fce2cea | InvocationID=cc2a8f86-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:22:54+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29931d4-19fe-11ed-8773-72d34fce2cea | InvocationID=c2993cec-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:22:54+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1896858-19fe-11ed-8773-72d34fce2cea | InvocationID=d1896a38-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:22:54+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1896858-19fe-11ed-8773-72d34fce2cea | InvocationID=d1896a38-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:22:54+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1896858-19fe-11ed-8773-72d34fce2cea | InvocationID=d1896a38-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:23:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc2a8db0-19fe-11ed-8773-72d34fce2cea | InvocationID=cc2a8f86-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:23:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81d9fcc-19fe-11ed-8773-72d34fce2cea | InvocationID=d81da18e-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:23:05+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d81d9fcc-19fe-11ed-8773-72d34fce2cea | InvocationID=d81da18e-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:23:05+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d81d9fcc-19fe-11ed-8773-72d34fce2cea | InvocationID=d81da18e-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:23:19+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1896858-19fe-11ed-8773-72d34fce2cea | InvocationID=d1896a38-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:23:19+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e077c21a-19fe-11ed-8773-72d34fce2cea | InvocationID=e077c440-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:23:19+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e077c21a-19fe-11ed-8773-72d34fce2cea | InvocationID=e077c440-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:23:19+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e077c21a-19fe-11ed-8773-72d34fce2cea | InvocationID=e077c440-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:23:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d81d9fcc-19fe-11ed-8773-72d34fce2cea | InvocationID=d81da18e-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:23:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4108754-19fe-11ed-8773-72d34fce2cea | InvocationID=e4108916-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:23:25+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4108754-19fe-11ed-8773-72d34fce2cea | InvocationID=e4108916-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:23:25+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4108754-19fe-11ed-8773-72d34fce2cea | InvocationID=e4108916-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:23:44+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e077c21a-19fe-11ed-8773-72d34fce2cea | InvocationID=e077c440-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:23:44+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef671aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=ef671c6c-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:23:44+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef671aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=ef671c6c-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:23:44+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef671aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=ef671c6c-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:23:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4108754-19fe-11ed-8773-72d34fce2cea | InvocationID=e4108916-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:23:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0049e4c-19fe-11ed-8773-72d34fce2cea | InvocationID=f004a130-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:23:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f0049e4c-19fe-11ed-8773-72d34fce2cea | InvocationID=f004a130-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:23:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0049e4c-19fe-11ed-8773-72d34fce2cea | InvocationID=f004a130-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:24:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f0049e4c-19fe-11ed-8773-72d34fce2cea | InvocationID=f004a130-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:24:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf7b522-19fe-11ed-8773-72d34fce2cea | InvocationID=fbf7b6e4-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:24:05+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf7b522-19fe-11ed-8773-72d34fce2cea | InvocationID=fbf7b6e4-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:24:05+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbf7b522-19fe-11ed-8773-72d34fce2cea | InvocationID=fbf7b6e4-19fe-11ed-8773-72d34fce2cea | 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-08-12T05:24:09+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef671aa0-19fe-11ed-8773-72d34fce2cea | InvocationID=ef671c6c-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:24:09+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5736d0-19fe-11ed-8773-72d34fce2cea | InvocationID=fe5738b0-19fe-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:24:09+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe5736d0-19fe-11ed-8773-72d34fce2cea | InvocationID=fe5738b0-19fe-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:24:09+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe5736d0-19fe-11ed-8773-72d34fce2cea | InvocationID=fe5738b0-19fe-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:24:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbf7b522-19fe-11ed-8773-72d34fce2cea | InvocationID=fbf7b6e4-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:24:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ebab7c-19ff-11ed-8773-72d34fce2cea | InvocationID=07ebad70-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:24:25+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07ebab7c-19ff-11ed-8773-72d34fce2cea | InvocationID=07ebad70-19ff-11ed-8773-72d34fce2cea | 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-08-12T05:24:25+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07ebab7c-19ff-11ed-8773-72d34fce2cea | InvocationID=07ebad70-19ff-11ed-8773-72d34fce2cea | 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-08-12T05:24:34+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe5736d0-19fe-11ed-8773-72d34fce2cea | InvocationID=fe5738b0-19fe-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:24:34+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4b0d2e-19ff-11ed-8773-72d34fce2cea | InvocationID=0d4b0f4a-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:24:34+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4b0d2e-19ff-11ed-8773-72d34fce2cea | InvocationID=0d4b0f4a-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:24:34+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d4b0d2e-19ff-11ed-8773-72d34fce2cea | InvocationID=0d4b0f4a-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:24:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=07ebab7c-19ff-11ed-8773-72d34fce2cea | InvocationID=07ebad70-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:24:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13e0205c-19ff-11ed-8773-72d34fce2cea | InvocationID=13e0246c-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:24:45+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13e0205c-19ff-11ed-8773-72d34fce2cea | InvocationID=13e0246c-19ff-11ed-8773-72d34fce2cea | 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-08-12T05:24:45+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13e0205c-19ff-11ed-8773-72d34fce2cea | InvocationID=13e0246c-19ff-11ed-8773-72d34fce2cea | 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-08-12T05:24:59+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d4b0d2e-19ff-11ed-8773-72d34fce2cea | InvocationID=0d4b0f4a-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:24:59+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3a0e70-19ff-11ed-8773-72d34fce2cea | InvocationID=1c3a10f0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:24:59+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c3a0e70-19ff-11ed-8773-72d34fce2cea | InvocationID=1c3a10f0-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:24:59+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3a0e70-19ff-11ed-8773-72d34fce2cea | InvocationID=1c3a10f0-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:25:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13e0205c-19ff-11ed-8773-72d34fce2cea | InvocationID=13e0246c-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:25:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd3f5e6-19ff-11ed-8773-72d34fce2cea | InvocationID=1fd3f79e-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:25:06+0000 | aai_event_thread | 139755515071264 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fd3f5e6-19ff-11ed-8773-72d34fce2cea | InvocationID=1fd3f79e-19ff-11ed-8773-72d34fce2cea | 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-08-12T05:25:06+0000 | aai_event_thread | 139755515071264 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fd3f5e6-19ff-11ed-8773-72d34fce2cea | InvocationID=1fd3f79e-19ff-11ed-8773-72d34fce2cea | 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-08-12T05:25:24+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c3a0e70-19ff-11ed-8773-72d34fce2cea | InvocationID=1c3a10f0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:25:24+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2a2c76-19ff-11ed-8773-72d34fce2cea | InvocationID=2b2a3338-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:25:25+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b2a2c76-19ff-11ed-8773-72d34fce2cea | InvocationID=2b2a3338-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:25:25+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b2a2c76-19ff-11ed-8773-72d34fce2cea | InvocationID=2b2a3338-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:25:26+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fd3f5e6-19ff-11ed-8773-72d34fce2cea | InvocationID=1fd3f79e-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:25:26+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bc6ef84-19ff-11ed-8773-72d34fce2cea | InvocationID=2bc6f18c-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:25:50+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b2a2c76-19ff-11ed-8773-72d34fce2cea | InvocationID=2b2a3338-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:25:50+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a1957d4-19ff-11ed-8773-72d34fce2cea | InvocationID=3a195cf2-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:25:50+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a1957d4-19ff-11ed-8773-72d34fce2cea | InvocationID=3a195cf2-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:25:50+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a1957d4-19ff-11ed-8773-72d34fce2cea | InvocationID=3a195cf2-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:25:50+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2bc6ef84-19ff-11ed-8773-72d34fce2cea | InvocationID=2bc6f18c-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:25:50+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a4b6b66-19ff-11ed-8773-72d34fce2cea | InvocationID=3a4b6d1e-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:26:10+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3a4b6b66-19ff-11ed-8773-72d34fce2cea | InvocationID=3a4b6d1e-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:26:10+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46412aaa-19ff-11ed-8773-72d34fce2cea | InvocationID=46412c76-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:26:15+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a1957d4-19ff-11ed-8773-72d34fce2cea | InvocationID=3a195cf2-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:26:15+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4907142a-19ff-11ed-8773-72d34fce2cea | InvocationID=4907160a-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:26:15+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4907142a-19ff-11ed-8773-72d34fce2cea | InvocationID=4907160a-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:26:15+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4907142a-19ff-11ed-8773-72d34fce2cea | InvocationID=4907160a-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:26:30+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46412aaa-19ff-11ed-8773-72d34fce2cea | InvocationID=46412c76-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:26:30+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52375672-19ff-11ed-8773-72d34fce2cea | InvocationID=5237583e-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:26:40+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4907142a-19ff-11ed-8773-72d34fce2cea | InvocationID=4907160a-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:26:40+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f57a76-19ff-11ed-8773-72d34fce2cea | InvocationID=57f57cb0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:26:40+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57f57a76-19ff-11ed-8773-72d34fce2cea | InvocationID=57f57cb0-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:26:40+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f57a76-19ff-11ed-8773-72d34fce2cea | InvocationID=57f57cb0-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:26:50+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52375672-19ff-11ed-8773-72d34fce2cea | InvocationID=5237583e-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:26:50+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e305cc6-19ff-11ed-8773-72d34fce2cea | InvocationID=5e305eb0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:27:05+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57f57a76-19ff-11ed-8773-72d34fce2cea | InvocationID=57f57cb0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:27:05+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e3748e-19ff-11ed-8773-72d34fce2cea | InvocationID=66e3777c-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:27:05+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66e3748e-19ff-11ed-8773-72d34fce2cea | InvocationID=66e3777c-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:27:05+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e3748e-19ff-11ed-8773-72d34fce2cea | InvocationID=66e3777c-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:27:11+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e305cc6-19ff-11ed-8773-72d34fce2cea | InvocationID=5e305eb0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:27:11+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6a8dbe5a-19ff-11ed-8773-72d34fce2cea | InvocationID=6a8dcbc0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:27:30+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66e3748e-19ff-11ed-8773-72d34fce2cea | InvocationID=66e3777c-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:27:30+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d3884e-19ff-11ed-8773-72d34fce2cea | InvocationID=75d38a10-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:27:30+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75d3884e-19ff-11ed-8773-72d34fce2cea | InvocationID=75d38a10-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:27:30+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75d3884e-19ff-11ed-8773-72d34fce2cea | InvocationID=75d38a10-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:27:36+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6a8dbe5a-19ff-11ed-8773-72d34fce2cea | InvocationID=6a8dcbc0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:27:36+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7952bb66-19ff-11ed-8773-72d34fce2cea | InvocationID=7952bdf0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:27:55+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75d3884e-19ff-11ed-8773-72d34fce2cea | InvocationID=75d38a10-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:27:55+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c1ed46-19ff-11ed-8773-72d34fce2cea | InvocationID=84c1f016-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:27:55+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c1ed46-19ff-11ed-8773-72d34fce2cea | InvocationID=84c1f016-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:27:55+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84c1ed46-19ff-11ed-8773-72d34fce2cea | InvocationID=84c1f016-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:28:00+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7952bb66-19ff-11ed-8773-72d34fce2cea | InvocationID=7952bdf0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:28:00+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=881609aa-19ff-11ed-8773-72d34fce2cea | InvocationID=88160b76-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:28:20+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=84c1ed46-19ff-11ed-8773-72d34fce2cea | InvocationID=84c1f016-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:28:20+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b2c97e-19ff-11ed-8773-72d34fce2cea | InvocationID=93b2cbe0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:28:20+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93b2c97e-19ff-11ed-8773-72d34fce2cea | InvocationID=93b2cbe0-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:28:20+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b2c97e-19ff-11ed-8773-72d34fce2cea | InvocationID=93b2cbe0-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:28:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=881609aa-19ff-11ed-8773-72d34fce2cea | InvocationID=88160b76-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:28:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96d90960-19ff-11ed-8773-72d34fce2cea | InvocationID=96d91612-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:28:45+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93b2c97e-19ff-11ed-8773-72d34fce2cea | InvocationID=93b2cbe0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:28:45+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a06bd0-19ff-11ed-8773-72d34fce2cea | InvocationID=a2a06ea0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:28:45+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2a06bd0-19ff-11ed-8773-72d34fce2cea | InvocationID=a2a06ea0-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:28:45+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a06bd0-19ff-11ed-8773-72d34fce2cea | InvocationID=a2a06ea0-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:28:50+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=96d90960-19ff-11ed-8773-72d34fce2cea | InvocationID=96d91612-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:28:50+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a59d22ba-19ff-11ed-8773-72d34fce2cea | InvocationID=a59d2486-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:29:10+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2a06bd0-19ff-11ed-8773-72d34fce2cea | InvocationID=a2a06ea0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:29:10+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18dee74-19ff-11ed-8773-72d34fce2cea | InvocationID=b18df0cc-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:29:10+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b18dee74-19ff-11ed-8773-72d34fce2cea | InvocationID=b18df0cc-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:29:10+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b18dee74-19ff-11ed-8773-72d34fce2cea | InvocationID=b18df0cc-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:29:15+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a59d22ba-19ff-11ed-8773-72d34fce2cea | InvocationID=a59d2486-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:29:15+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4653fd0-19ff-11ed-8773-72d34fce2cea | InvocationID=b4654192-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:29:35+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b18dee74-19ff-11ed-8773-72d34fce2cea | InvocationID=b18df0cc-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:29:35+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07c6820-19ff-11ed-8773-72d34fce2cea | InvocationID=c07c8210-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:29:35+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07c6820-19ff-11ed-8773-72d34fce2cea | InvocationID=c07c8210-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:29:35+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c07c6820-19ff-11ed-8773-72d34fce2cea | InvocationID=c07c8210-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:29:39+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4653fd0-19ff-11ed-8773-72d34fce2cea | InvocationID=b4654192-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:29:40+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c329ad8a-19ff-11ed-8773-72d34fce2cea | InvocationID=c329b064-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:30:00+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c07c6820-19ff-11ed-8773-72d34fce2cea | InvocationID=c07c8210-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:30:00+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6c11fa-19ff-11ed-8773-72d34fce2cea | InvocationID=cf6c13d0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:30:00+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf6c11fa-19ff-11ed-8773-72d34fce2cea | InvocationID=cf6c13d0-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:30:00+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6c11fa-19ff-11ed-8773-72d34fce2cea | InvocationID=cf6c13d0-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:30:04+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c329ad8a-19ff-11ed-8773-72d34fce2cea | InvocationID=c329b064-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:30:04+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ecfeda-19ff-11ed-8773-72d34fce2cea | InvocationID=d1ed009c-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:30:25+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf6c11fa-19ff-11ed-8773-72d34fce2cea | InvocationID=cf6c13d0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:30:25+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de5b5b76-19ff-11ed-8773-72d34fce2cea | InvocationID=de5b5d7e-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:30:25+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de5b5b76-19ff-11ed-8773-72d34fce2cea | InvocationID=de5b5d7e-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:30:25+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de5b5b76-19ff-11ed-8773-72d34fce2cea | InvocationID=de5b5d7e-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:30:29+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ecfeda-19ff-11ed-8773-72d34fce2cea | InvocationID=d1ed009c-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:30:29+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0b47ede-19ff-11ed-8773-72d34fce2cea | InvocationID=e0b480a0-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:30:50+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de5b5b76-19ff-11ed-8773-72d34fce2cea | InvocationID=de5b5d7e-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:30:50+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed4a0e02-19ff-11ed-8773-72d34fce2cea | InvocationID=ed4a0fce-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:30:50+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed4a0e02-19ff-11ed-8773-72d34fce2cea | InvocationID=ed4a0fce-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:30:50+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed4a0e02-19ff-11ed-8773-72d34fce2cea | InvocationID=ed4a0fce-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:30:54+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0b47ede-19ff-11ed-8773-72d34fce2cea | InvocationID=e0b480a0-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:30:54+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef796d44-19ff-11ed-8773-72d34fce2cea | InvocationID=ef796f74-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:31:15+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed4a0e02-19ff-11ed-8773-72d34fce2cea | InvocationID=ed4a0fce-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:31:15+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc37dd0e-19ff-11ed-8773-72d34fce2cea | InvocationID=fc37deda-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:31:15+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc37dd0e-19ff-11ed-8773-72d34fce2cea | InvocationID=fc37deda-19ff-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:31:15+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc37dd0e-19ff-11ed-8773-72d34fce2cea | InvocationID=fc37deda-19ff-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:31:19+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef796d44-19ff-11ed-8773-72d34fce2cea | InvocationID=ef796f74-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:31:19+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe3d2c26-19ff-11ed-8773-72d34fce2cea | InvocationID=fe3d3180-19ff-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:31:40+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc37dd0e-19ff-11ed-8773-72d34fce2cea | InvocationID=fc37deda-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:31:40+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b25a7ba-1a00-11ed-8773-72d34fce2cea | InvocationID=0b25d62c-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:31:40+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b25a7ba-1a00-11ed-8773-72d34fce2cea | InvocationID=0b25d62c-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:31:40+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b25a7ba-1a00-11ed-8773-72d34fce2cea | InvocationID=0b25d62c-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:31:43+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe3d2c26-19ff-11ed-8773-72d34fce2cea | InvocationID=fe3d3180-19ff-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:31:43+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d008fd2-1a00-11ed-8773-72d34fce2cea | InvocationID=0d009220-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:32:05+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b25a7ba-1a00-11ed-8773-72d34fce2cea | InvocationID=0b25d62c-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:32:05+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1565f8-1a00-11ed-8773-72d34fce2cea | InvocationID=1a15688c-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:32:05+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a1565f8-1a00-11ed-8773-72d34fce2cea | InvocationID=1a15688c-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:32:05+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1565f8-1a00-11ed-8773-72d34fce2cea | InvocationID=1a15688c-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:32:08+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d008fd2-1a00-11ed-8773-72d34fce2cea | InvocationID=0d009220-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:32:08+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bc58f40-1a00-11ed-8773-72d34fce2cea | InvocationID=1bc59166-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:32:30+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a1565f8-1a00-11ed-8773-72d34fce2cea | InvocationID=1a15688c-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:32:30+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2902eafe-1a00-11ed-8773-72d34fce2cea | InvocationID=2902ed56-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:32:30+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2902eafe-1a00-11ed-8773-72d34fce2cea | InvocationID=2902ed56-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:32:30+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2902eafe-1a00-11ed-8773-72d34fce2cea | InvocationID=2902ed56-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:32:33+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bc58f40-1a00-11ed-8773-72d34fce2cea | InvocationID=1bc59166-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:32:33+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a8d6f5c-1a00-11ed-8773-72d34fce2cea | InvocationID=2a8d711e-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:32:55+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2902eafe-1a00-11ed-8773-72d34fce2cea | InvocationID=2902ed56-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:32:55+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f16ed2-1a00-11ed-8773-72d34fce2cea | InvocationID=37f17116-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:32:55+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f16ed2-1a00-11ed-8773-72d34fce2cea | InvocationID=37f17116-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:32:55+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f16ed2-1a00-11ed-8773-72d34fce2cea | InvocationID=37f17116-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:32:58+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a8d6f5c-1a00-11ed-8773-72d34fce2cea | InvocationID=2a8d711e-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:32:58+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3950e2c6-1a00-11ed-8773-72d34fce2cea | InvocationID=3950e492-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:33:20+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37f16ed2-1a00-11ed-8773-72d34fce2cea | InvocationID=37f17116-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:33:20+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e223a0-1a00-11ed-8773-72d34fce2cea | InvocationID=46e227f6-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:33:21+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46e223a0-1a00-11ed-8773-72d34fce2cea | InvocationID=46e227f6-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:33:21+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e223a0-1a00-11ed-8773-72d34fce2cea | InvocationID=46e227f6-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:33:23+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3950e2c6-1a00-11ed-8773-72d34fce2cea | InvocationID=3950e492-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:33:23+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=481b3be4-1a00-11ed-8773-72d34fce2cea | InvocationID=481b3f0e-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:33:46+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=46e223a0-1a00-11ed-8773-72d34fce2cea | InvocationID=46e227f6-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:33:46+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d0d2bc-1a00-11ed-8773-72d34fce2cea | InvocationID=55d0d51e-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:33:46+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=55d0d2bc-1a00-11ed-8773-72d34fce2cea | InvocationID=55d0d51e-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:33:46+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d0d2bc-1a00-11ed-8773-72d34fce2cea | InvocationID=55d0d51e-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:33:47+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=481b3be4-1a00-11ed-8773-72d34fce2cea | InvocationID=481b3f0e-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:33:47+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e2fb1c-1a00-11ed-8773-72d34fce2cea | InvocationID=56e2fcde-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:34:11+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=55d0d2bc-1a00-11ed-8773-72d34fce2cea | InvocationID=55d0d51e-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:34:11+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64be6244-1a00-11ed-8773-72d34fce2cea | InvocationID=64be6488-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:34:11+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64be6244-1a00-11ed-8773-72d34fce2cea | InvocationID=64be6488-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:34:11+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64be6244-1a00-11ed-8773-72d34fce2cea | InvocationID=64be6488-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:34:12+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56e2fb1c-1a00-11ed-8773-72d34fce2cea | InvocationID=56e2fcde-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:34:12+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65a88c5c-1a00-11ed-8773-72d34fce2cea | InvocationID=65a88ec8-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:34:36+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64be6244-1a00-11ed-8773-72d34fce2cea | InvocationID=64be6488-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:34:36+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ac0db0-1a00-11ed-8773-72d34fce2cea | InvocationID=73ac1aa8-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:34:36+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73ac0db0-1a00-11ed-8773-72d34fce2cea | InvocationID=73ac1aa8-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:34:36+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ac0db0-1a00-11ed-8773-72d34fce2cea | InvocationID=73ac1aa8-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:34:37+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65a88c5c-1a00-11ed-8773-72d34fce2cea | InvocationID=65a88ec8-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:34:37+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=746d95c0-1a00-11ed-8773-72d34fce2cea | InvocationID=746d9836-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:35:01+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73ac0db0-1a00-11ed-8773-72d34fce2cea | InvocationID=73ac1aa8-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:35:01+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829a1ac4-1a00-11ed-8773-72d34fce2cea | InvocationID=829a1d80-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:35:01+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829a1ac4-1a00-11ed-8773-72d34fce2cea | InvocationID=829a1d80-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:35:01+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829a1ac4-1a00-11ed-8773-72d34fce2cea | InvocationID=829a1d80-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:35:02+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=746d95c0-1a00-11ed-8773-72d34fce2cea | InvocationID=746d9836-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:35:02+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8335ba10-1a00-11ed-8773-72d34fce2cea | InvocationID=8335bc40-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:35:26+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=829a1ac4-1a00-11ed-8773-72d34fce2cea | InvocationID=829a1d80-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:35:26+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918812f2-1a00-11ed-8773-72d34fce2cea | InvocationID=91881522-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:35:26+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=918812f2-1a00-11ed-8773-72d34fce2cea | InvocationID=91881522-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:35:26+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918812f2-1a00-11ed-8773-72d34fce2cea | InvocationID=91881522-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:35:26+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8335ba10-1a00-11ed-8773-72d34fce2cea | InvocationID=8335bc40-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:35:26+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91fa865c-1a00-11ed-8773-72d34fce2cea | InvocationID=91fa8828-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:35:51+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=918812f2-1a00-11ed-8773-72d34fce2cea | InvocationID=91881522-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:35:51+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a077d824-1a00-11ed-8773-72d34fce2cea | InvocationID=a077d9fa-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:35:51+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a077d824-1a00-11ed-8773-72d34fce2cea | InvocationID=a077d9fa-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:35:51+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a077d824-1a00-11ed-8773-72d34fce2cea | InvocationID=a077d9fa-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:35:51+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91fa865c-1a00-11ed-8773-72d34fce2cea | InvocationID=91fa8828-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:35:51+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0c885ee-1a00-11ed-8773-72d34fce2cea | InvocationID=a0c88c10-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:36:16+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a077d824-1a00-11ed-8773-72d34fce2cea | InvocationID=a077d9fa-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:36:16+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af658e94-1a00-11ed-8773-72d34fce2cea | InvocationID=af659060-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:36:16+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af658e94-1a00-11ed-8773-72d34fce2cea | InvocationID=af659060-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:36:16+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af658e94-1a00-11ed-8773-72d34fce2cea | InvocationID=af659060-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:36:16+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0c885ee-1a00-11ed-8773-72d34fce2cea | InvocationID=a0c88c10-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:36:16+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8faeb8-1a00-11ed-8773-72d34fce2cea | InvocationID=af8fb07a-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:36:41+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af658e94-1a00-11ed-8773-72d34fce2cea | InvocationID=af659060-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:36:41+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be532d12-1a00-11ed-8773-72d34fce2cea | InvocationID=be5334f6-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:36:41+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af8faeb8-1a00-11ed-8773-72d34fce2cea | InvocationID=af8fb07a-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:36:41+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be57dbbe-1a00-11ed-8773-72d34fce2cea | InvocationID=be57dd76-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:36:41+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be532d12-1a00-11ed-8773-72d34fce2cea | InvocationID=be5334f6-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:36:41+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be532d12-1a00-11ed-8773-72d34fce2cea | InvocationID=be5334f6-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:37:06+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be57dbbe-1a00-11ed-8773-72d34fce2cea | InvocationID=be57dd76-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:37:06+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd26dc58-1a00-11ed-8773-72d34fce2cea | InvocationID=cd26df96-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:37:06+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be532d12-1a00-11ed-8773-72d34fce2cea | InvocationID=be5334f6-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:37:06+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd4418d6-1a00-11ed-8773-72d34fce2cea | InvocationID=cd441a8e-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:37:06+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd4418d6-1a00-11ed-8773-72d34fce2cea | InvocationID=cd441a8e-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:37:06+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd4418d6-1a00-11ed-8773-72d34fce2cea | InvocationID=cd441a8e-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:37:31+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd26dc58-1a00-11ed-8773-72d34fce2cea | InvocationID=cd26df96-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:37:31+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbf6ff88-1a00-11ed-8773-72d34fce2cea | InvocationID=dbf701b8-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:37:31+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd4418d6-1a00-11ed-8773-72d34fce2cea | InvocationID=cd441a8e-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:37:31+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc31fef8-1a00-11ed-8773-72d34fce2cea | InvocationID=dc32009c-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:37:31+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc31fef8-1a00-11ed-8773-72d34fce2cea | InvocationID=dc32009c-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:37:31+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc31fef8-1a00-11ed-8773-72d34fce2cea | InvocationID=dc32009c-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:37:55+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbf6ff88-1a00-11ed-8773-72d34fce2cea | InvocationID=dbf701b8-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:37:55+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eabaae02-1a00-11ed-8773-72d34fce2cea | InvocationID=eabac734-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:37:56+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc31fef8-1a00-11ed-8773-72d34fce2cea | InvocationID=dc32009c-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:37:56+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb1f14c8-1a00-11ed-8773-72d34fce2cea | InvocationID=eb1f1702-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:37:56+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb1f14c8-1a00-11ed-8773-72d34fce2cea | InvocationID=eb1f1702-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:37:56+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb1f14c8-1a00-11ed-8773-72d34fce2cea | InvocationID=eb1f1702-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:38:20+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eabaae02-1a00-11ed-8773-72d34fce2cea | InvocationID=eabac734-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:38:20+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9820ef8-1a00-11ed-8773-72d34fce2cea | InvocationID=f982111e-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:38:21+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb1f14c8-1a00-11ed-8773-72d34fce2cea | InvocationID=eb1f1702-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:38:21+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa0d1426-1a00-11ed-8773-72d34fce2cea | InvocationID=fa0d15de-1a00-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:38:21+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa0d1426-1a00-11ed-8773-72d34fce2cea | InvocationID=fa0d15de-1a00-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:38:21+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa0d1426-1a00-11ed-8773-72d34fce2cea | InvocationID=fa0d15de-1a00-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:38:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9820ef8-1a00-11ed-8773-72d34fce2cea | InvocationID=f982111e-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:38:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0845945a-1a01-11ed-8773-72d34fce2cea | InvocationID=084596b2-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:38:46+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa0d1426-1a00-11ed-8773-72d34fce2cea | InvocationID=fa0d15de-1a00-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:38:46+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08faf7e6-1a01-11ed-8773-72d34fce2cea | InvocationID=08faf9da-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:38:46+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08faf7e6-1a01-11ed-8773-72d34fce2cea | InvocationID=08faf9da-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:38:46+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08faf7e6-1a01-11ed-8773-72d34fce2cea | InvocationID=08faf9da-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:39:10+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0845945a-1a01-11ed-8773-72d34fce2cea | InvocationID=084596b2-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:39:10+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170909f4-1a01-11ed-8773-72d34fce2cea | InvocationID=17090c38-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:39:11+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=08faf7e6-1a01-11ed-8773-72d34fce2cea | InvocationID=08faf9da-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:39:11+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e9b4f4-1a01-11ed-8773-72d34fce2cea | InvocationID=17e9b6a2-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:39:11+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17e9b4f4-1a01-11ed-8773-72d34fce2cea | InvocationID=17e9b6a2-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:39:11+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17e9b4f4-1a01-11ed-8773-72d34fce2cea | InvocationID=17e9b6a2-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:39:34+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=170909f4-1a01-11ed-8773-72d34fce2cea | InvocationID=17090c38-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:39:34+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25cf3b98-1a01-11ed-8773-72d34fce2cea | InvocationID=25cf3ef4-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:39:36+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17e9b4f4-1a01-11ed-8773-72d34fce2cea | InvocationID=17e9b6a2-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:39:36+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d7db9e-1a01-11ed-8773-72d34fce2cea | InvocationID=26d7dd56-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:39:36+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26d7db9e-1a01-11ed-8773-72d34fce2cea | InvocationID=26d7dd56-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:39:36+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26d7db9e-1a01-11ed-8773-72d34fce2cea | InvocationID=26d7dd56-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:39:59+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25cf3b98-1a01-11ed-8773-72d34fce2cea | InvocationID=25cf3ef4-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:39:59+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3494adac-1a01-11ed-8773-72d34fce2cea | InvocationID=3494af82-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:40:01+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26d7db9e-1a01-11ed-8773-72d34fce2cea | InvocationID=26d7dd56-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:40:01+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c71534-1a01-11ed-8773-72d34fce2cea | InvocationID=35c71746-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:40:01+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35c71534-1a01-11ed-8773-72d34fce2cea | InvocationID=35c71746-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:40:01+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35c71534-1a01-11ed-8773-72d34fce2cea | InvocationID=35c71746-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:40:24+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3494adac-1a01-11ed-8773-72d34fce2cea | InvocationID=3494af82-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:40:24+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=435a428e-1a01-11ed-8773-72d34fce2cea | InvocationID=435a4572-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:40:26+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35c71534-1a01-11ed-8773-72d34fce2cea | InvocationID=35c71746-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:40:26+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b577de-1a01-11ed-8773-72d34fce2cea | InvocationID=44b57996-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:40:26+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44b577de-1a01-11ed-8773-72d34fce2cea | InvocationID=44b57996-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:40:26+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44b577de-1a01-11ed-8773-72d34fce2cea | InvocationID=44b57996-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:40:49+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=435a428e-1a01-11ed-8773-72d34fce2cea | InvocationID=435a4572-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:40:49+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52231066-1a01-11ed-8773-72d34fce2cea | InvocationID=5223149e-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:40:51+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44b577de-1a01-11ed-8773-72d34fce2cea | InvocationID=44b57996-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:40:51+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a39bae-1a01-11ed-8773-72d34fce2cea | InvocationID=53a39e38-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:40:51+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a39bae-1a01-11ed-8773-72d34fce2cea | InvocationID=53a39e38-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:40:51+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a39bae-1a01-11ed-8773-72d34fce2cea | InvocationID=53a39e38-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:41:14+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52231066-1a01-11ed-8773-72d34fce2cea | InvocationID=5223149e-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:41:14+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60e8aa02-1a01-11ed-8773-72d34fce2cea | InvocationID=60e8af2a-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:41:16+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a39bae-1a01-11ed-8773-72d34fce2cea | InvocationID=53a39e38-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:41:16+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=629354d8-1a01-11ed-8773-72d34fce2cea | InvocationID=629356ae-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:41:16+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=629354d8-1a01-11ed-8773-72d34fce2cea | InvocationID=629356ae-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:41:16+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=629354d8-1a01-11ed-8773-72d34fce2cea | InvocationID=629356ae-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:41:38+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60e8aa02-1a01-11ed-8773-72d34fce2cea | InvocationID=60e8af2a-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:41:38+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fad381e-1a01-11ed-8773-72d34fce2cea | InvocationID=6fad3b2a-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:41:41+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=629354d8-1a01-11ed-8773-72d34fce2cea | InvocationID=629356ae-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:41:41+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7181d550-1a01-11ed-8773-72d34fce2cea | InvocationID=7181d97e-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:41:42+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7181d550-1a01-11ed-8773-72d34fce2cea | InvocationID=7181d97e-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:41:42+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7181d550-1a01-11ed-8773-72d34fce2cea | InvocationID=7181d97e-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:42:03+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fad381e-1a01-11ed-8773-72d34fce2cea | InvocationID=6fad3b2a-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:42:03+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e700fd4-1a01-11ed-8773-72d34fce2cea | InvocationID=7e70134e-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:42:07+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7181d550-1a01-11ed-8773-72d34fce2cea | InvocationID=7181d97e-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:42:07+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80714398-1a01-11ed-8773-72d34fce2cea | InvocationID=807145f0-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:42:07+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80714398-1a01-11ed-8773-72d34fce2cea | InvocationID=807145f0-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:42:07+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80714398-1a01-11ed-8773-72d34fce2cea | InvocationID=807145f0-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:42:28+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e700fd4-1a01-11ed-8773-72d34fce2cea | InvocationID=7e70134e-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:42:28+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d37f0f4-1a01-11ed-8773-72d34fce2cea | InvocationID=8d37f2b6-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:42:32+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80714398-1a01-11ed-8773-72d34fce2cea | InvocationID=807145f0-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:42:32+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5f1d12-1a01-11ed-8773-72d34fce2cea | InvocationID=8f5f1f42-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:42:32+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f5f1d12-1a01-11ed-8773-72d34fce2cea | InvocationID=8f5f1f42-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:42:32+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5f1d12-1a01-11ed-8773-72d34fce2cea | InvocationID=8f5f1f42-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:42:53+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d37f0f4-1a01-11ed-8773-72d34fce2cea | InvocationID=8d37f2b6-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:42:53+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c018c08-1a01-11ed-8773-72d34fce2cea | InvocationID=9c018dde-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:42:57+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f5f1d12-1a01-11ed-8773-72d34fce2cea | InvocationID=8f5f1f42-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:42:57+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4c07a4-1a01-11ed-8773-72d34fce2cea | InvocationID=9e4c0948-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:42:57+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e4c07a4-1a01-11ed-8773-72d34fce2cea | InvocationID=9e4c0948-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:42:57+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4c07a4-1a01-11ed-8773-72d34fce2cea | InvocationID=9e4c0948-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:43:18+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c018c08-1a01-11ed-8773-72d34fce2cea | InvocationID=9c018dde-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:43:18+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aac4d0ce-1a01-11ed-8773-72d34fce2cea | InvocationID=aac4d2b8-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:43:22+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e4c07a4-1a01-11ed-8773-72d34fce2cea | InvocationID=9e4c0948-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:43:22+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3a059a-1a01-11ed-8773-72d34fce2cea | InvocationID=ad3a0766-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:43:22+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad3a059a-1a01-11ed-8773-72d34fce2cea | InvocationID=ad3a0766-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:43:22+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3a059a-1a01-11ed-8773-72d34fce2cea | InvocationID=ad3a0766-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:43:42+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aac4d0ce-1a01-11ed-8773-72d34fce2cea | InvocationID=aac4d2b8-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:43:42+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9895fc6-1a01-11ed-8773-72d34fce2cea | InvocationID=b98961a6-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:43:47+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad3a059a-1a01-11ed-8773-72d34fce2cea | InvocationID=ad3a0766-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:43:47+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc273e2e-1a01-11ed-8773-72d34fce2cea | InvocationID=bc273ff0-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:43:47+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc273e2e-1a01-11ed-8773-72d34fce2cea | InvocationID=bc273ff0-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:43:47+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc273e2e-1a01-11ed-8773-72d34fce2cea | InvocationID=bc273ff0-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:44:07+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9895fc6-1a01-11ed-8773-72d34fce2cea | InvocationID=b98961a6-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:44:07+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c850120c-1a01-11ed-8773-72d34fce2cea | InvocationID=c85014a0-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:44:12+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc273e2e-1a01-11ed-8773-72d34fce2cea | InvocationID=bc273ff0-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:44:12+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb153db4-1a01-11ed-8773-72d34fce2cea | InvocationID=cb153f6c-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:44:12+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb153db4-1a01-11ed-8773-72d34fce2cea | InvocationID=cb153f6c-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:44:12+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb153db4-1a01-11ed-8773-72d34fce2cea | InvocationID=cb153f6c-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:44:32+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c850120c-1a01-11ed-8773-72d34fce2cea | InvocationID=c85014a0-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:44:32+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d715110c-1a01-11ed-8773-72d34fce2cea | InvocationID=d7151300-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:44:37+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb153db4-1a01-11ed-8773-72d34fce2cea | InvocationID=cb153f6c-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:44:37+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da030590-1a01-11ed-8773-72d34fce2cea | InvocationID=da0308ec-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:44:37+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da030590-1a01-11ed-8773-72d34fce2cea | InvocationID=da0308ec-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:44:37+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da030590-1a01-11ed-8773-72d34fce2cea | InvocationID=da0308ec-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:44:57+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d715110c-1a01-11ed-8773-72d34fce2cea | InvocationID=d7151300-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:44:57+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5dda97e-1a01-11ed-8773-72d34fce2cea | InvocationID=e5ddab72-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:45:02+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da030590-1a01-11ed-8773-72d34fce2cea | InvocationID=da0308ec-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:45:02+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8f05076-1a01-11ed-8773-72d34fce2cea | InvocationID=e8f0524c-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:45:02+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8f05076-1a01-11ed-8773-72d34fce2cea | InvocationID=e8f0524c-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:45:02+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8f05076-1a01-11ed-8773-72d34fce2cea | InvocationID=e8f0524c-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:45:22+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5dda97e-1a01-11ed-8773-72d34fce2cea | InvocationID=e5ddab72-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:45:22+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a5e39a-1a01-11ed-8773-72d34fce2cea | InvocationID=f4a5e5de-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:45:27+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8f05076-1a01-11ed-8773-72d34fce2cea | InvocationID=e8f0524c-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:45:27+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7def380-1a01-11ed-8773-72d34fce2cea | InvocationID=f7def52e-1a01-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:45:27+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7def380-1a01-11ed-8773-72d34fce2cea | InvocationID=f7def52e-1a01-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:45:27+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7def380-1a01-11ed-8773-72d34fce2cea | InvocationID=f7def52e-1a01-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:45:46+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4a5e39a-1a01-11ed-8773-72d34fce2cea | InvocationID=f4a5e5de-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:45:46+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=037092a8-1a02-11ed-8773-72d34fce2cea | InvocationID=0370951e-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:45:52+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7def380-1a01-11ed-8773-72d34fce2cea | InvocationID=f7def52e-1a01-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:45:52+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ce8ab8-1a02-11ed-8773-72d34fce2cea | InvocationID=06ce8c98-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:45:52+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06ce8ab8-1a02-11ed-8773-72d34fce2cea | InvocationID=06ce8c98-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:45:52+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ce8ab8-1a02-11ed-8773-72d34fce2cea | InvocationID=06ce8c98-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:46:11+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=037092a8-1a02-11ed-8773-72d34fce2cea | InvocationID=0370951e-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:46:11+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1233cff8-1a02-11ed-8773-72d34fce2cea | InvocationID=1233d26e-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:46:17+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06ce8ab8-1a02-11ed-8773-72d34fce2cea | InvocationID=06ce8c98-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:46:17+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bf5c00-1a02-11ed-8773-72d34fce2cea | InvocationID=15bf5df4-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:46:17+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15bf5c00-1a02-11ed-8773-72d34fce2cea | InvocationID=15bf5df4-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:46:17+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15bf5c00-1a02-11ed-8773-72d34fce2cea | InvocationID=15bf5df4-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:46:36+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1233cff8-1a02-11ed-8773-72d34fce2cea | InvocationID=1233d26e-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:46:36+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20fa1aec-1a02-11ed-8773-72d34fce2cea | InvocationID=20fa1ccc-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:46:42+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15bf5c00-1a02-11ed-8773-72d34fce2cea | InvocationID=15bf5df4-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:46:42+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ad802a-1a02-11ed-8773-72d34fce2cea | InvocationID=24ad81ec-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:46:42+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24ad802a-1a02-11ed-8773-72d34fce2cea | InvocationID=24ad81ec-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:46:42+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24ad802a-1a02-11ed-8773-72d34fce2cea | InvocationID=24ad81ec-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:47:01+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20fa1aec-1a02-11ed-8773-72d34fce2cea | InvocationID=20fa1ccc-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:47:01+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc29496-1a02-11ed-8773-72d34fce2cea | InvocationID=2fc29676-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:47:07+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24ad802a-1a02-11ed-8773-72d34fce2cea | InvocationID=24ad81ec-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:47:07+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339a5c3e-1a02-11ed-8773-72d34fce2cea | InvocationID=339a5e82-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:47:07+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=339a5c3e-1a02-11ed-8773-72d34fce2cea | InvocationID=339a5e82-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:47:07+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=339a5c3e-1a02-11ed-8773-72d34fce2cea | InvocationID=339a5e82-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:47:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fc29496-1a02-11ed-8773-72d34fce2cea | InvocationID=2fc29676-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:47:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e85ca52-1a02-11ed-8773-72d34fce2cea | InvocationID=3e85cd72-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:47:32+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=339a5c3e-1a02-11ed-8773-72d34fce2cea | InvocationID=339a5e82-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:47:32+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428b1c1a-1a02-11ed-8773-72d34fce2cea | InvocationID=428b1dfa-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:47:32+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=428b1c1a-1a02-11ed-8773-72d34fce2cea | InvocationID=428b1dfa-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:47:32+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=428b1c1a-1a02-11ed-8773-72d34fce2cea | InvocationID=428b1dfa-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:47:50+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e85ca52-1a02-11ed-8773-72d34fce2cea | InvocationID=3e85cd72-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:47:50+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d506376-1a02-11ed-8773-72d34fce2cea | InvocationID=4d5065b0-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:47:57+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=428b1c1a-1a02-11ed-8773-72d34fce2cea | InvocationID=428b1dfa-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:47:57+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51792668-1a02-11ed-8773-72d34fce2cea | InvocationID=5179288e-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:47:57+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51792668-1a02-11ed-8773-72d34fce2cea | InvocationID=5179288e-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:47:57+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51792668-1a02-11ed-8773-72d34fce2cea | InvocationID=5179288e-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:48:15+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d506376-1a02-11ed-8773-72d34fce2cea | InvocationID=4d5065b0-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:48:15+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c12febe-1a02-11ed-8773-72d34fce2cea | InvocationID=5c13038c-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:48:22+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51792668-1a02-11ed-8773-72d34fce2cea | InvocationID=5179288e-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:48:22+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6066dc88-1a02-11ed-8773-72d34fce2cea | InvocationID=6066de72-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:48:22+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6066dc88-1a02-11ed-8773-72d34fce2cea | InvocationID=6066de72-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:48:22+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6066dc88-1a02-11ed-8773-72d34fce2cea | InvocationID=6066de72-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:48:40+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c12febe-1a02-11ed-8773-72d34fce2cea | InvocationID=5c13038c-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:48:40+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ad8d306-1a02-11ed-8773-72d34fce2cea | InvocationID=6ad8d9a0-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:48:47+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6066dc88-1a02-11ed-8773-72d34fce2cea | InvocationID=6066de72-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:48:47+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f54aae0-1a02-11ed-8773-72d34fce2cea | InvocationID=6f54acfc-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:48:47+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f54aae0-1a02-11ed-8773-72d34fce2cea | InvocationID=6f54acfc-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:48:47+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f54aae0-1a02-11ed-8773-72d34fce2cea | InvocationID=6f54acfc-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:49:05+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ad8d306-1a02-11ed-8773-72d34fce2cea | InvocationID=6ad8d9a0-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:49:05+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=799f23ae-1a02-11ed-8773-72d34fce2cea | InvocationID=799f25c0-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:49:12+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f54aae0-1a02-11ed-8773-72d34fce2cea | InvocationID=6f54acfc-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:49:12+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e437ae0-1a02-11ed-8773-72d34fce2cea | InvocationID=7e437db0-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:49:12+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e437ae0-1a02-11ed-8773-72d34fce2cea | InvocationID=7e437db0-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:49:12+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e437ae0-1a02-11ed-8773-72d34fce2cea | InvocationID=7e437db0-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:49:29+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=799f23ae-1a02-11ed-8773-72d34fce2cea | InvocationID=799f25c0-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:49:29+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8863ed52-1a02-11ed-8773-72d34fce2cea | InvocationID=8863ef28-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:49:37+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e437ae0-1a02-11ed-8773-72d34fce2cea | InvocationID=7e437db0-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:49:37+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d30adc0-1a02-11ed-8773-72d34fce2cea | InvocationID=8d30b040-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:49:37+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d30adc0-1a02-11ed-8773-72d34fce2cea | InvocationID=8d30b040-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:49:37+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d30adc0-1a02-11ed-8773-72d34fce2cea | InvocationID=8d30b040-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:49:54+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8863ed52-1a02-11ed-8773-72d34fce2cea | InvocationID=8863ef28-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:49:54+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9727a810-1a02-11ed-8773-72d34fce2cea | InvocationID=9727ab12-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:50:02+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d30adc0-1a02-11ed-8773-72d34fce2cea | InvocationID=8d30b040-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:50:02+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2062e4-1a02-11ed-8773-72d34fce2cea | InvocationID=9c2064b0-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:50:03+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c2062e4-1a02-11ed-8773-72d34fce2cea | InvocationID=9c2064b0-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:50:03+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c2062e4-1a02-11ed-8773-72d34fce2cea | InvocationID=9c2064b0-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:50:19+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9727a810-1a02-11ed-8773-72d34fce2cea | InvocationID=9727ab12-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:50:19+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5e9d7a6-1a02-11ed-8773-72d34fce2cea | InvocationID=a5e9da62-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:50:28+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c2062e4-1a02-11ed-8773-72d34fce2cea | InvocationID=9c2064b0-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:50:28+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab0e6666-1a02-11ed-8773-72d34fce2cea | InvocationID=ab0e6850-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:50:28+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab0e6666-1a02-11ed-8773-72d34fce2cea | InvocationID=ab0e6850-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:50:28+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab0e6666-1a02-11ed-8773-72d34fce2cea | InvocationID=ab0e6850-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:50:44+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5e9d7a6-1a02-11ed-8773-72d34fce2cea | InvocationID=a5e9da62-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:50:44+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4ac537c-1a02-11ed-8773-72d34fce2cea | InvocationID=b4ac55e8-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:50:53+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab0e6666-1a02-11ed-8773-72d34fce2cea | InvocationID=ab0e6850-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:50:53+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fbf3c8-1a02-11ed-8773-72d34fce2cea | InvocationID=b9fbf58a-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:50:53+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fbf3c8-1a02-11ed-8773-72d34fce2cea | InvocationID=b9fbf58a-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:50:53+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9fbf3c8-1a02-11ed-8773-72d34fce2cea | InvocationID=b9fbf58a-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:51:08+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4ac537c-1a02-11ed-8773-72d34fce2cea | InvocationID=b4ac55e8-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:51:08+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3722972-1a02-11ed-8773-72d34fce2cea | InvocationID=c3722c1a-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:51:18+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9fbf3c8-1a02-11ed-8773-72d34fce2cea | InvocationID=b9fbf58a-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:51:18+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8e9cf18-1a02-11ed-8773-72d34fce2cea | InvocationID=c8e9d0ee-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:51:18+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8e9cf18-1a02-11ed-8773-72d34fce2cea | InvocationID=c8e9d0ee-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:51:18+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8e9cf18-1a02-11ed-8773-72d34fce2cea | InvocationID=c8e9d0ee-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:51:33+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c3722972-1a02-11ed-8773-72d34fce2cea | InvocationID=c3722c1a-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:51:33+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d235ddfa-1a02-11ed-8773-72d34fce2cea | InvocationID=d235e02a-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:51:43+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8e9cf18-1a02-11ed-8773-72d34fce2cea | InvocationID=c8e9d0ee-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:51:43+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d8d56e-1a02-11ed-8773-72d34fce2cea | InvocationID=d7d8d8d4-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:51:43+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7d8d56e-1a02-11ed-8773-72d34fce2cea | InvocationID=d7d8d8d4-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:51:43+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7d8d56e-1a02-11ed-8773-72d34fce2cea | InvocationID=d7d8d8d4-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:51:58+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d235ddfa-1a02-11ed-8773-72d34fce2cea | InvocationID=d235e02a-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:51:58+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0f93170-1a02-11ed-8773-72d34fce2cea | InvocationID=e0f93328-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:52:08+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7d8d56e-1a02-11ed-8773-72d34fce2cea | InvocationID=d7d8d8d4-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:52:08+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c679d2-1a02-11ed-8773-72d34fce2cea | InvocationID=e6c67bb2-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:52:08+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6c679d2-1a02-11ed-8773-72d34fce2cea | InvocationID=e6c67bb2-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:52:08+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c679d2-1a02-11ed-8773-72d34fce2cea | InvocationID=e6c67bb2-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:52:23+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0f93170-1a02-11ed-8773-72d34fce2cea | InvocationID=e0f93328-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:52:23+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efbd6b04-1a02-11ed-8773-72d34fce2cea | InvocationID=efbd6cda-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:52:33+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6c679d2-1a02-11ed-8773-72d34fce2cea | InvocationID=e6c67bb2-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:52:33+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b489ac-1a02-11ed-8773-72d34fce2cea | InvocationID=f5b48b78-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:52:33+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5b489ac-1a02-11ed-8773-72d34fce2cea | InvocationID=f5b48b78-1a02-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:52:33+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5b489ac-1a02-11ed-8773-72d34fce2cea | InvocationID=f5b48b78-1a02-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:52:48+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=efbd6b04-1a02-11ed-8773-72d34fce2cea | InvocationID=efbd6cda-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:52:48+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe83f374-1a02-11ed-8773-72d34fce2cea | InvocationID=fe83f5a4-1a02-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:52:58+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5b489ac-1a02-11ed-8773-72d34fce2cea | InvocationID=f5b48b78-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:52:58+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04a312e4-1a03-11ed-8773-72d34fce2cea | InvocationID=04a3155a-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:52:58+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04a312e4-1a03-11ed-8773-72d34fce2cea | InvocationID=04a3155a-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:52:58+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04a312e4-1a03-11ed-8773-72d34fce2cea | InvocationID=04a3155a-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:53:12+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe83f374-1a02-11ed-8773-72d34fce2cea | InvocationID=fe83f5a4-1a02-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:53:12+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d4a8832-1a03-11ed-8773-72d34fce2cea | InvocationID=0d4a8a08-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:53:23+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04a312e4-1a03-11ed-8773-72d34fce2cea | InvocationID=04a3155a-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:53:23+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13926854-1a03-11ed-8773-72d34fce2cea | InvocationID=13926b74-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:53:23+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13926854-1a03-11ed-8773-72d34fce2cea | InvocationID=13926b74-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:53:23+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13926854-1a03-11ed-8773-72d34fce2cea | InvocationID=13926b74-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:53:37+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d4a8832-1a03-11ed-8773-72d34fce2cea | InvocationID=0d4a8a08-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:53:37+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c0cad3c-1a03-11ed-8773-72d34fce2cea | InvocationID=1c0caf8a-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:53:48+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13926854-1a03-11ed-8773-72d34fce2cea | InvocationID=13926b74-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:53:48+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=227ff91c-1a03-11ed-8773-72d34fce2cea | InvocationID=227ffade-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:53:48+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=227ff91c-1a03-11ed-8773-72d34fce2cea | InvocationID=227ffade-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:53:48+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=227ff91c-1a03-11ed-8773-72d34fce2cea | InvocationID=227ffade-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:54:02+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1c0cad3c-1a03-11ed-8773-72d34fce2cea | InvocationID=1c0caf8a-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:54:02+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2acfcb60-1a03-11ed-8773-72d34fce2cea | InvocationID=2acfcdb8-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:54:13+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=227ff91c-1a03-11ed-8773-72d34fce2cea | InvocationID=227ffade-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:54:13+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316d0410-1a03-11ed-8773-72d34fce2cea | InvocationID=316d071c-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:54:13+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=316d0410-1a03-11ed-8773-72d34fce2cea | InvocationID=316d071c-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:54:13+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=316d0410-1a03-11ed-8773-72d34fce2cea | InvocationID=316d071c-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:54:27+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2acfcb60-1a03-11ed-8773-72d34fce2cea | InvocationID=2acfcdb8-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:54:27+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39940a76-1a03-11ed-8773-72d34fce2cea | InvocationID=399410ac-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:54:38+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=316d0410-1a03-11ed-8773-72d34fce2cea | InvocationID=316d071c-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:54:38+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405a6a26-1a03-11ed-8773-72d34fce2cea | InvocationID=405a6bf2-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:54:38+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=405a6a26-1a03-11ed-8773-72d34fce2cea | InvocationID=405a6bf2-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:54:38+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405a6a26-1a03-11ed-8773-72d34fce2cea | InvocationID=405a6bf2-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:54:51+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39940a76-1a03-11ed-8773-72d34fce2cea | InvocationID=399410ac-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:54:51+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48573a60-1a03-11ed-8773-72d34fce2cea | InvocationID=4857417c-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:55:03+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=405a6a26-1a03-11ed-8773-72d34fce2cea | InvocationID=405a6bf2-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:55:03+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f48677c-1a03-11ed-8773-72d34fce2cea | InvocationID=4f4869fc-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:55:03+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f48677c-1a03-11ed-8773-72d34fce2cea | InvocationID=4f4869fc-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:55:03+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f48677c-1a03-11ed-8773-72d34fce2cea | InvocationID=4f4869fc-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:55:16+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=48573a60-1a03-11ed-8773-72d34fce2cea | InvocationID=4857417c-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:55:16+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=571ae858-1a03-11ed-8773-72d34fce2cea | InvocationID=571aeb8c-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:55:28+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f48677c-1a03-11ed-8773-72d34fce2cea | InvocationID=4f4869fc-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:55:28+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3a6eb0-1a03-11ed-8773-72d34fce2cea | InvocationID=5e3a7176-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:55:28+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3a6eb0-1a03-11ed-8773-72d34fce2cea | InvocationID=5e3a7176-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:55:28+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e3a6eb0-1a03-11ed-8773-72d34fce2cea | InvocationID=5e3a7176-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:55:41+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=571ae858-1a03-11ed-8773-72d34fce2cea | InvocationID=571aeb8c-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:55:41+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65e3e1b4-1a03-11ed-8773-72d34fce2cea | InvocationID=65e3e542-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:55:53+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e3a6eb0-1a03-11ed-8773-72d34fce2cea | InvocationID=5e3a7176-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:55:53+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d28f20c-1a03-11ed-8773-72d34fce2cea | InvocationID=6d28f4aa-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:55:53+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d28f20c-1a03-11ed-8773-72d34fce2cea | InvocationID=6d28f4aa-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:55:53+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d28f20c-1a03-11ed-8773-72d34fce2cea | InvocationID=6d28f4aa-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:56:06+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65e3e1b4-1a03-11ed-8773-72d34fce2cea | InvocationID=65e3e542-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:56:06+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74a94928-1a03-11ed-8773-72d34fce2cea | InvocationID=74a94b08-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:56:18+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d28f20c-1a03-11ed-8773-72d34fce2cea | InvocationID=6d28f4aa-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:56:18+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c166858-1a03-11ed-8773-72d34fce2cea | InvocationID=7c166a24-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:56:18+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c166858-1a03-11ed-8773-72d34fce2cea | InvocationID=7c166a24-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:56:18+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c166858-1a03-11ed-8773-72d34fce2cea | InvocationID=7c166a24-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:56:31+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74a94928-1a03-11ed-8773-72d34fce2cea | InvocationID=74a94b08-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:56:31+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=836fe6b0-1a03-11ed-8773-72d34fce2cea | InvocationID=836fe87c-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:56:43+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c166858-1a03-11ed-8773-72d34fce2cea | InvocationID=7c166a24-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:56:43+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b04cc92-1a03-11ed-8773-72d34fce2cea | InvocationID=8b04ce4a-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:56:43+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b04cc92-1a03-11ed-8773-72d34fce2cea | InvocationID=8b04ce4a-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:56:43+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b04cc92-1a03-11ed-8773-72d34fce2cea | InvocationID=8b04ce4a-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:56:55+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=836fe6b0-1a03-11ed-8773-72d34fce2cea | InvocationID=836fe87c-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:56:55+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92331fc8-1a03-11ed-8773-72d34fce2cea | InvocationID=92332180-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:57:08+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b04cc92-1a03-11ed-8773-72d34fce2cea | InvocationID=8b04ce4a-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:57:08+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99f2a8d2-1a03-11ed-8773-72d34fce2cea | InvocationID=99f2ab70-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:57:08+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99f2a8d2-1a03-11ed-8773-72d34fce2cea | InvocationID=99f2ab70-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:57:08+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99f2a8d2-1a03-11ed-8773-72d34fce2cea | InvocationID=99f2ab70-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:57:20+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=92331fc8-1a03-11ed-8773-72d34fce2cea | InvocationID=92332180-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:57:20+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0f7aea2-1a03-11ed-8773-72d34fce2cea | InvocationID=a0f7b0b4-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:57:33+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99f2a8d2-1a03-11ed-8773-72d34fce2cea | InvocationID=99f2ab70-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:57:33+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e90214-1a03-11ed-8773-72d34fce2cea | InvocationID=a8e9046c-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:57:34+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8e90214-1a03-11ed-8773-72d34fce2cea | InvocationID=a8e9046c-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:57:34+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8e90214-1a03-11ed-8773-72d34fce2cea | InvocationID=a8e9046c-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:57:45+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0f7aea2-1a03-11ed-8773-72d34fce2cea | InvocationID=a0f7b0b4-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:57:45+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afba6e02-1a03-11ed-8773-72d34fce2cea | InvocationID=afba70be-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:57:59+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8e90214-1a03-11ed-8773-72d34fce2cea | InvocationID=a8e9046c-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:57:59+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7db8508-1a03-11ed-8773-72d34fce2cea | InvocationID=b7db902a-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:57:59+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7db8508-1a03-11ed-8773-72d34fce2cea | InvocationID=b7db902a-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:57:59+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7db8508-1a03-11ed-8773-72d34fce2cea | InvocationID=b7db902a-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:58:10+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afba6e02-1a03-11ed-8773-72d34fce2cea | InvocationID=afba70be-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:58:10+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be816ec2-1a03-11ed-8773-72d34fce2cea | InvocationID=be8170a2-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:58:24+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7db8508-1a03-11ed-8773-72d34fce2cea | InvocationID=b7db902a-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:58:24+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c983d0-1a03-11ed-8773-72d34fce2cea | InvocationID=c6c98696-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:58:24+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c983d0-1a03-11ed-8773-72d34fce2cea | InvocationID=c6c98696-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:58:24+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6c983d0-1a03-11ed-8773-72d34fce2cea | InvocationID=c6c98696-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:58:34+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be816ec2-1a03-11ed-8773-72d34fce2cea | InvocationID=be8170a2-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:58:34+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd43e05c-1a03-11ed-8773-72d34fce2cea | InvocationID=cd43e336-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:58:49+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6c983d0-1a03-11ed-8773-72d34fce2cea | InvocationID=c6c98696-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:58:49+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b97706-1a03-11ed-8773-72d34fce2cea | InvocationID=d5b9795e-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:58:49+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b97706-1a03-11ed-8773-72d34fce2cea | InvocationID=d5b9795e-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:58:49+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5b97706-1a03-11ed-8773-72d34fce2cea | InvocationID=d5b9795e-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:58:59+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd43e05c-1a03-11ed-8773-72d34fce2cea | InvocationID=cd43e336-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:58:59+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc07638e-1a03-11ed-8773-72d34fce2cea | InvocationID=dc0765e6-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:59:14+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5b97706-1a03-11ed-8773-72d34fce2cea | InvocationID=d5b9795e-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:59:14+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a82528-1a03-11ed-8773-72d34fce2cea | InvocationID=e4a828ac-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:59:14+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4a82528-1a03-11ed-8773-72d34fce2cea | InvocationID=e4a828ac-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:59:14+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4a82528-1a03-11ed-8773-72d34fce2cea | InvocationID=e4a828ac-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:59:24+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc07638e-1a03-11ed-8773-72d34fce2cea | InvocationID=dc0765e6-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:59:24+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eace0184-1a03-11ed-8773-72d34fce2cea | InvocationID=eace03fa-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T05:59:39+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4a82528-1a03-11ed-8773-72d34fce2cea | InvocationID=e4a828ac-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T05:59:39+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f396d412-1a03-11ed-8773-72d34fce2cea | InvocationID=f396d71e-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T05:59:39+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f396d412-1a03-11ed-8773-72d34fce2cea | InvocationID=f396d71e-1a03-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:59:39+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f396d412-1a03-11ed-8773-72d34fce2cea | InvocationID=f396d71e-1a03-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T05:59:49+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eace0184-1a03-11ed-8773-72d34fce2cea | InvocationID=eace03fa-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T05:59:49+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f993820c-1a03-11ed-8773-72d34fce2cea | InvocationID=f99383f6-1a03-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:00:04+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f396d412-1a03-11ed-8773-72d34fce2cea | InvocationID=f396d71e-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:00:04+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0284533c-1a04-11ed-8773-72d34fce2cea | InvocationID=0284551c-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:00:04+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0284533c-1a04-11ed-8773-72d34fce2cea | InvocationID=0284551c-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:00:04+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0284533c-1a04-11ed-8773-72d34fce2cea | InvocationID=0284551c-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:00:14+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f993820c-1a03-11ed-8773-72d34fce2cea | InvocationID=f99383f6-1a03-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:00:14+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0856cefc-1a04-11ed-8773-72d34fce2cea | InvocationID=0856d0f0-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:00:29+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0284533c-1a04-11ed-8773-72d34fce2cea | InvocationID=0284551c-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:00:29+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1172a39e-1a04-11ed-8773-72d34fce2cea | InvocationID=1172a56a-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:00:29+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1172a39e-1a04-11ed-8773-72d34fce2cea | InvocationID=1172a56a-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:00:29+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1172a39e-1a04-11ed-8773-72d34fce2cea | InvocationID=1172a56a-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:00:38+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0856cefc-1a04-11ed-8773-72d34fce2cea | InvocationID=0856d0f0-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:00:38+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1719ac5c-1a04-11ed-8773-72d34fce2cea | InvocationID=1719ae50-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:00:54+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1172a39e-1a04-11ed-8773-72d34fce2cea | InvocationID=1172a56a-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:00:54+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2061ac06-1a04-11ed-8773-72d34fce2cea | InvocationID=2061af80-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:00:54+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2061ac06-1a04-11ed-8773-72d34fce2cea | InvocationID=2061af80-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:00:54+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2061ac06-1a04-11ed-8773-72d34fce2cea | InvocationID=2061af80-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:01:03+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1719ac5c-1a04-11ed-8773-72d34fce2cea | InvocationID=1719ae50-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:01:03+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25dc7878-1a04-11ed-8773-72d34fce2cea | InvocationID=25dc7ac6-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:01:19+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2061ac06-1a04-11ed-8773-72d34fce2cea | InvocationID=2061af80-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:01:19+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4f4674-1a04-11ed-8773-72d34fce2cea | InvocationID=2f4f48cc-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:01:19+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f4f4674-1a04-11ed-8773-72d34fce2cea | InvocationID=2f4f48cc-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:01:19+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4f4674-1a04-11ed-8773-72d34fce2cea | InvocationID=2f4f48cc-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:01:28+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25dc7878-1a04-11ed-8773-72d34fce2cea | InvocationID=25dc7ac6-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:01:28+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34a5e0ce-1a04-11ed-8773-72d34fce2cea | InvocationID=34a5e330-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:01:44+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f4f4674-1a04-11ed-8773-72d34fce2cea | InvocationID=2f4f48cc-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:01:44+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3d7106-1a04-11ed-8773-72d34fce2cea | InvocationID=3e3d7ade-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:01:44+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e3d7106-1a04-11ed-8773-72d34fce2cea | InvocationID=3e3d7ade-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:01:44+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3d7106-1a04-11ed-8773-72d34fce2cea | InvocationID=3e3d7ade-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:01:53+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34a5e0ce-1a04-11ed-8773-72d34fce2cea | InvocationID=34a5e330-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:01:53+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=436d6398-1a04-11ed-8773-72d34fce2cea | InvocationID=436d7202-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:02:09+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e3d7106-1a04-11ed-8773-72d34fce2cea | InvocationID=3e3d7ade-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:02:09+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d2c6fbe-1a04-11ed-8773-72d34fce2cea | InvocationID=4d2c7202-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:02:09+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d2c6fbe-1a04-11ed-8773-72d34fce2cea | InvocationID=4d2c7202-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:02:09+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d2c6fbe-1a04-11ed-8773-72d34fce2cea | InvocationID=4d2c7202-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:02:17+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=436d6398-1a04-11ed-8773-72d34fce2cea | InvocationID=436d7202-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:02:17+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5231266c-1a04-11ed-8773-72d34fce2cea | InvocationID=52312892-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:02:34+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d2c6fbe-1a04-11ed-8773-72d34fce2cea | InvocationID=4d2c7202-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:02:34+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1afc2a-1a04-11ed-8773-72d34fce2cea | InvocationID=5c1afdce-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:02:34+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c1afc2a-1a04-11ed-8773-72d34fce2cea | InvocationID=5c1afdce-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:02:34+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c1afc2a-1a04-11ed-8773-72d34fce2cea | InvocationID=5c1afdce-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:02:42+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5231266c-1a04-11ed-8773-72d34fce2cea | InvocationID=52312892-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:02:42+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f68fb6-1a04-11ed-8773-72d34fce2cea | InvocationID=60f6915a-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:02:59+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c1afc2a-1a04-11ed-8773-72d34fce2cea | InvocationID=5c1afdce-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:02:59+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b08a926-1a04-11ed-8773-72d34fce2cea | InvocationID=6b08ab24-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:02:59+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b08a926-1a04-11ed-8773-72d34fce2cea | InvocationID=6b08ab24-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:02:59+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b08a926-1a04-11ed-8773-72d34fce2cea | InvocationID=6b08ab24-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:03:07+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f68fb6-1a04-11ed-8773-72d34fce2cea | InvocationID=60f6915a-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:03:07+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fbef48e-1a04-11ed-8773-72d34fce2cea | InvocationID=6fbefb78-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:03:24+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b08a926-1a04-11ed-8773-72d34fce2cea | InvocationID=6b08ab24-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:03:24+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f653ac-1a04-11ed-8773-72d34fce2cea | InvocationID=79f65550-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:03:24+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79f653ac-1a04-11ed-8773-72d34fce2cea | InvocationID=79f65550-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:03:24+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79f653ac-1a04-11ed-8773-72d34fce2cea | InvocationID=79f65550-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:03:32+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fbef48e-1a04-11ed-8773-72d34fce2cea | InvocationID=6fbefb78-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:03:32+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e8d3a52-1a04-11ed-8773-72d34fce2cea | InvocationID=7e8d44c0-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:03:49+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79f653ac-1a04-11ed-8773-72d34fce2cea | InvocationID=79f65550-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:03:49+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e39e42-1a04-11ed-8773-72d34fce2cea | InvocationID=88e39fe6-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:03:49+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88e39e42-1a04-11ed-8773-72d34fce2cea | InvocationID=88e39fe6-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:03:49+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e39e42-1a04-11ed-8773-72d34fce2cea | InvocationID=88e39fe6-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:03:57+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e8d3a52-1a04-11ed-8773-72d34fce2cea | InvocationID=7e8d44c0-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:03:57+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d523b46-1a04-11ed-8773-72d34fce2cea | InvocationID=8d523cfe-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:04:14+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=88e39e42-1a04-11ed-8773-72d34fce2cea | InvocationID=88e39fe6-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:04:14+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97d1d658-1a04-11ed-8773-72d34fce2cea | InvocationID=97d1d8ec-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:04:14+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=97d1d658-1a04-11ed-8773-72d34fce2cea | InvocationID=97d1d8ec-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:04:14+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97d1d658-1a04-11ed-8773-72d34fce2cea | InvocationID=97d1d8ec-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:04:21+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d523b46-1a04-11ed-8773-72d34fce2cea | InvocationID=8d523cfe-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:04:21+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c14c96e-1a04-11ed-8773-72d34fce2cea | InvocationID=9c14cb30-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:04:39+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=97d1d658-1a04-11ed-8773-72d34fce2cea | InvocationID=97d1d8ec-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:04:39+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6c097d0-1a04-11ed-8773-72d34fce2cea | InvocationID=a6c09aaa-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:04:39+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a6c097d0-1a04-11ed-8773-72d34fce2cea | InvocationID=a6c09aaa-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:04:39+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6c097d0-1a04-11ed-8773-72d34fce2cea | InvocationID=a6c09aaa-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:04:46+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c14c96e-1a04-11ed-8773-72d34fce2cea | InvocationID=9c14cb30-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:04:46+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad88abc-1a04-11ed-8773-72d34fce2cea | InvocationID=aad88c60-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:05:04+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a6c097d0-1a04-11ed-8773-72d34fce2cea | InvocationID=a6c09aaa-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:05:04+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5aee8fa-1a04-11ed-8773-72d34fce2cea | InvocationID=b5aeeb98-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:05:04+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5aee8fa-1a04-11ed-8773-72d34fce2cea | InvocationID=b5aeeb98-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:05:04+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5aee8fa-1a04-11ed-8773-72d34fce2cea | InvocationID=b5aeeb98-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:05:11+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aad88abc-1a04-11ed-8773-72d34fce2cea | InvocationID=aad88c60-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:05:11+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b99eee42-1a04-11ed-8773-72d34fce2cea | InvocationID=b99eefd2-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:05:29+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5aee8fa-1a04-11ed-8773-72d34fce2cea | InvocationID=b5aeeb98-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:05:29+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c49c91b4-1a04-11ed-8773-72d34fce2cea | InvocationID=c49c9452-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:05:29+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c49c91b4-1a04-11ed-8773-72d34fce2cea | InvocationID=c49c9452-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:05:29+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c49c91b4-1a04-11ed-8773-72d34fce2cea | InvocationID=c49c9452-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:05:36+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b99eee42-1a04-11ed-8773-72d34fce2cea | InvocationID=b99eefd2-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:05:36+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c861a79e-1a04-11ed-8773-72d34fce2cea | InvocationID=c861b266-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:05:54+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c49c91b4-1a04-11ed-8773-72d34fce2cea | InvocationID=c49c9452-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:05:54+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38a4158-1a04-11ed-8773-72d34fce2cea | InvocationID=d38a4306-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:05:54+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d38a4158-1a04-11ed-8773-72d34fce2cea | InvocationID=d38a4306-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:05:55+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d38a4158-1a04-11ed-8773-72d34fce2cea | InvocationID=d38a4306-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:06:01+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c861a79e-1a04-11ed-8773-72d34fce2cea | InvocationID=c861b266-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:06:01+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7257012-1a04-11ed-8773-72d34fce2cea | InvocationID=d725729c-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:06:20+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d38a4158-1a04-11ed-8773-72d34fce2cea | InvocationID=d38a4306-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:06:20+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e277873e-1a04-11ed-8773-72d34fce2cea | InvocationID=e2778900-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:06:20+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e277873e-1a04-11ed-8773-72d34fce2cea | InvocationID=e2778900-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:06:20+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e277873e-1a04-11ed-8773-72d34fce2cea | InvocationID=e2778900-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:06:25+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d7257012-1a04-11ed-8773-72d34fce2cea | InvocationID=d725729c-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:06:25+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5e996f0-1a04-11ed-8773-72d34fce2cea | InvocationID=e5e99902-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:06:45+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e277873e-1a04-11ed-8773-72d34fce2cea | InvocationID=e2778900-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:06:45+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1651fcc-1a04-11ed-8773-72d34fce2cea | InvocationID=f16521de-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:06:45+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1651fcc-1a04-11ed-8773-72d34fce2cea | InvocationID=f16521de-1a04-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:06:45+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1651fcc-1a04-11ed-8773-72d34fce2cea | InvocationID=f16521de-1a04-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:06:50+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5e996f0-1a04-11ed-8773-72d34fce2cea | InvocationID=e5e99902-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:06:50+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4ae3164-1a04-11ed-8773-72d34fce2cea | InvocationID=f4ae32fe-1a04-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:07:10+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1651fcc-1a04-11ed-8773-72d34fce2cea | InvocationID=f16521de-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:07:10+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0053349c-1a05-11ed-8773-72d34fce2cea | InvocationID=00533668-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:07:10+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0053349c-1a05-11ed-8773-72d34fce2cea | InvocationID=00533668-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:07:10+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0053349c-1a05-11ed-8773-72d34fce2cea | InvocationID=00533668-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:07:15+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4ae3164-1a04-11ed-8773-72d34fce2cea | InvocationID=f4ae32fe-1a04-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:07:15+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0373572e-1a05-11ed-8773-72d34fce2cea | InvocationID=0373595e-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:07:35+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0053349c-1a05-11ed-8773-72d34fce2cea | InvocationID=00533668-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:07:35+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f42d390-1a05-11ed-8773-72d34fce2cea | InvocationID=0f42d5ac-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:07:35+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f42d390-1a05-11ed-8773-72d34fce2cea | InvocationID=0f42d5ac-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:07:35+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f42d390-1a05-11ed-8773-72d34fce2cea | InvocationID=0f42d5ac-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:07:40+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0373572e-1a05-11ed-8773-72d34fce2cea | InvocationID=0373595e-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:07:40+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1235f9ec-1a05-11ed-8773-72d34fce2cea | InvocationID=1235fc08-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:08:00+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f42d390-1a05-11ed-8773-72d34fce2cea | InvocationID=0f42d5ac-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:08:00+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e30bcd2-1a05-11ed-8773-72d34fce2cea | InvocationID=1e30c448-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:08:00+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e30bcd2-1a05-11ed-8773-72d34fce2cea | InvocationID=1e30c448-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:08:00+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e30bcd2-1a05-11ed-8773-72d34fce2cea | InvocationID=1e30c448-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:08:04+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1235f9ec-1a05-11ed-8773-72d34fce2cea | InvocationID=1235fc08-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:08:04+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f949e8-1a05-11ed-8773-72d34fce2cea | InvocationID=20f94b96-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:08:25+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e30bcd2-1a05-11ed-8773-72d34fce2cea | InvocationID=1e30c448-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:08:25+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d220e44-1a05-11ed-8773-72d34fce2cea | InvocationID=2d221074-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:08:25+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d220e44-1a05-11ed-8773-72d34fce2cea | InvocationID=2d221074-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:08:25+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d220e44-1a05-11ed-8773-72d34fce2cea | InvocationID=2d221074-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:08:29+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20f949e8-1a05-11ed-8773-72d34fce2cea | InvocationID=20f94b96-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:08:29+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fc1356c-1a05-11ed-8773-72d34fce2cea | InvocationID=2fc13788-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:08:50+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d220e44-1a05-11ed-8773-72d34fce2cea | InvocationID=2d221074-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:08:50+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c1063f6-1a05-11ed-8773-72d34fce2cea | InvocationID=3c10664e-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:08:50+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fc1356c-1a05-11ed-8773-72d34fce2cea | InvocationID=2fc13788-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:08:50+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c14ae02-1a05-11ed-8773-72d34fce2cea | InvocationID=3c14b8de-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:08:50+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c1063f6-1a05-11ed-8773-72d34fce2cea | InvocationID=3c10664e-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:08:50+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c1063f6-1a05-11ed-8773-72d34fce2cea | InvocationID=3c10664e-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:09:15+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c14ae02-1a05-11ed-8773-72d34fce2cea | InvocationID=3c14b8de-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:09:15+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ad858b2-1a05-11ed-8773-72d34fce2cea | InvocationID=4ad85aa6-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:09:15+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c1063f6-1a05-11ed-8773-72d34fce2cea | InvocationID=3c10664e-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:09:15+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aff1ad8-1a05-11ed-8773-72d34fce2cea | InvocationID=4aff1c7c-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:09:15+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aff1ad8-1a05-11ed-8773-72d34fce2cea | InvocationID=4aff1c7c-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:09:15+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aff1ad8-1a05-11ed-8773-72d34fce2cea | InvocationID=4aff1c7c-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:09:39+0000 | aai_event_thread | 139755515071264 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ad858b2-1a05-11ed-8773-72d34fce2cea | InvocationID=4ad85aa6-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF AAI events.
2022-08-12T06:09:39+0000 | aai_event_thread | 139755515071264 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=599d8bd8-1a05-11ed-8773-72d34fce2cea | InvocationID=599d8e80-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-08-12T06:09:40+0000 | policy_event_thread | 139755516132128 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4aff1ad8-1a05-11ed-8773-72d34fce2cea | InvocationID=4aff1c7c-1a05-11ed-8773-72d34fce2cea | Polling MR for XNF activation/deactivation policy response events.
2022-08-12T06:09:40+0000 | policy_event_thread | 139755516132128 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ed1dce-1a05-11ed-8773-72d34fce2cea | InvocationID=59ed20a8-1a05-11ed-8773-72d34fce2cea | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-08-12T06:09:40+0000 | policy_event_thread | 139755516132128 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59ed1dce-1a05-11ed-8773-72d34fce2cea | InvocationID=59ed20a8-1a05-11ed-8773-72d34fce2cea | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-08-12T06:09:40+0000 | policy_event_thread | 139755516132128 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59ed1dce-1a05-11ed-8773-72d34fce2cea | InvocationID=59ed20a8-1a05-11ed-8773-72d34fce2cea | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return f