Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-13T04:55:20+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4413294c-3320-11ed-b196-c62bc5605aa5 | InvocationID=44132c8a-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-09-13T04:55:39+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4074022a-3320-11ed-b196-c62bc5605aa5 | InvocationID=4074075c-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:55:39+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ffb3dbc-3320-11ed-b196-c62bc5605aa5 | InvocationID=4ffb4032-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:55:39+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ffb3dbc-3320-11ed-b196-c62bc5605aa5 | InvocationID=4ffb4032-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:55:39+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ffb3dbc-3320-11ed-b196-c62bc5605aa5 | InvocationID=4ffb4032-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:55:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4413294c-3320-11ed-b196-c62bc5605aa5 | InvocationID=44132c8a-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:55:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509f5b18-3320-11ed-b196-c62bc5605aa5 | InvocationID=509f65c2-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:55:40+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=509f5b18-3320-11ed-b196-c62bc5605aa5 | InvocationID=509f65c2-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:55:40+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509f5b18-3320-11ed-b196-c62bc5605aa5 | InvocationID=509f65c2-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:00+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=509f5b18-3320-11ed-b196-c62bc5605aa5 | InvocationID=509f65c2-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:56:00+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c942138-3320-11ed-b196-c62bc5605aa5 | InvocationID=5c942412-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:56:00+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c942138-3320-11ed-b196-c62bc5605aa5 | InvocationID=5c942412-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:00+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c942138-3320-11ed-b196-c62bc5605aa5 | InvocationID=5c942412-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:04+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4ffb3dbc-3320-11ed-b196-c62bc5605aa5 | InvocationID=4ffb4032-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:56:04+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efd56c4-3320-11ed-b196-c62bc5605aa5 | InvocationID=5efd5886-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:56:04+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5efd56c4-3320-11ed-b196-c62bc5605aa5 | InvocationID=5efd5886-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:56:04+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5efd56c4-3320-11ed-b196-c62bc5605aa5 | InvocationID=5efd5886-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:56:20+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5c942138-3320-11ed-b196-c62bc5605aa5 | InvocationID=5c942412-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:56:20+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688bc09a-3320-11ed-b196-c62bc5605aa5 | InvocationID=688bc504-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:56:20+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=688bc09a-3320-11ed-b196-c62bc5605aa5 | InvocationID=688bc504-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:20+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688bc09a-3320-11ed-b196-c62bc5605aa5 | InvocationID=688bc504-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:29+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5efd56c4-3320-11ed-b196-c62bc5605aa5 | InvocationID=5efd5886-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:56:29+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dec8f74-3320-11ed-b196-c62bc5605aa5 | InvocationID=6dec9154-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:56:29+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dec8f74-3320-11ed-b196-c62bc5605aa5 | InvocationID=6dec9154-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:56:29+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dec8f74-3320-11ed-b196-c62bc5605aa5 | InvocationID=6dec9154-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:56:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=688bc09a-3320-11ed-b196-c62bc5605aa5 | InvocationID=688bc504-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:56:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7480bd6a-3320-11ed-b196-c62bc5605aa5 | InvocationID=7480bfc2-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:56:40+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7480bd6a-3320-11ed-b196-c62bc5605aa5 | InvocationID=7480bfc2-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:40+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7480bd6a-3320-11ed-b196-c62bc5605aa5 | InvocationID=7480bfc2-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:56:54+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dec8f74-3320-11ed-b196-c62bc5605aa5 | InvocationID=6dec9154-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:56:54+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cda0fe8-3320-11ed-b196-c62bc5605aa5 | InvocationID=7cda1222-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:56:54+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cda0fe8-3320-11ed-b196-c62bc5605aa5 | InvocationID=7cda1222-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:56:54+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cda0fe8-3320-11ed-b196-c62bc5605aa5 | InvocationID=7cda1222-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:57:00+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7480bd6a-3320-11ed-b196-c62bc5605aa5 | InvocationID=7480bfc2-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:57:00+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8076e1a8-3320-11ed-b196-c62bc5605aa5 | InvocationID=80775fde-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:57:00+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8076e1a8-3320-11ed-b196-c62bc5605aa5 | InvocationID=80775fde-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:57:00+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8076e1a8-3320-11ed-b196-c62bc5605aa5 | InvocationID=80775fde-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:57:19+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cda0fe8-3320-11ed-b196-c62bc5605aa5 | InvocationID=7cda1222-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:57:19+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc8d8ae-3320-11ed-b196-c62bc5605aa5 | InvocationID=8bc8de1c-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:57:19+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc8d8ae-3320-11ed-b196-c62bc5605aa5 | InvocationID=8bc8de1c-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:57:19+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc8d8ae-3320-11ed-b196-c62bc5605aa5 | InvocationID=8bc8de1c-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:57:20+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8076e1a8-3320-11ed-b196-c62bc5605aa5 | InvocationID=80775fde-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:57:20+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6f8780-3320-11ed-b196-c62bc5605aa5 | InvocationID=8c6f8a46-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:57:20+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c6f8780-3320-11ed-b196-c62bc5605aa5 | InvocationID=8c6f8a46-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:57:20+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6f8780-3320-11ed-b196-c62bc5605aa5 | InvocationID=8c6f8a46-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:57:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8c6f8780-3320-11ed-b196-c62bc5605aa5 | InvocationID=8c6f8a46-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:57:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98637b0a-3320-11ed-b196-c62bc5605aa5 | InvocationID=98637d1c-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:57:40+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98637b0a-3320-11ed-b196-c62bc5605aa5 | InvocationID=98637d1c-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:57:40+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98637b0a-3320-11ed-b196-c62bc5605aa5 | InvocationID=98637d1c-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:57:44+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bc8d8ae-3320-11ed-b196-c62bc5605aa5 | InvocationID=8bc8de1c-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:57:44+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aba3600-3320-11ed-b196-c62bc5605aa5 | InvocationID=9aba3a06-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:57:44+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aba3600-3320-11ed-b196-c62bc5605aa5 | InvocationID=9aba3a06-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:57:44+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aba3600-3320-11ed-b196-c62bc5605aa5 | InvocationID=9aba3a06-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:58:00+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98637b0a-3320-11ed-b196-c62bc5605aa5 | InvocationID=98637d1c-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:58:00+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45bfcb6-3320-11ed-b196-c62bc5605aa5 | InvocationID=a45bfffe-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:58:00+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a45bfcb6-3320-11ed-b196-c62bc5605aa5 | InvocationID=a45bfffe-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:58:00+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45bfcb6-3320-11ed-b196-c62bc5605aa5 | InvocationID=a45bfffe-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:58:09+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aba3600-3320-11ed-b196-c62bc5605aa5 | InvocationID=9aba3a06-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:58:09+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a91f50-3320-11ed-b196-c62bc5605aa5 | InvocationID=a9a9213a-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:58:09+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9a91f50-3320-11ed-b196-c62bc5605aa5 | InvocationID=a9a9213a-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:58:09+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a91f50-3320-11ed-b196-c62bc5605aa5 | InvocationID=a9a9213a-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:58:20+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a45bfcb6-3320-11ed-b196-c62bc5605aa5 | InvocationID=a45bfffe-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:58:20+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b052c068-3320-11ed-b196-c62bc5605aa5 | InvocationID=b052c32e-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:58:20+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b052c068-3320-11ed-b196-c62bc5605aa5 | InvocationID=b052c32e-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:58:20+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b052c068-3320-11ed-b196-c62bc5605aa5 | InvocationID=b052c32e-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:58:34+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9a91f50-3320-11ed-b196-c62bc5605aa5 | InvocationID=a9a9213a-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:58:34+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b896a5e6-3320-11ed-b196-c62bc5605aa5 | InvocationID=b896a762-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:58:34+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b896a5e6-3320-11ed-b196-c62bc5605aa5 | InvocationID=b896a762-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:58:34+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b896a5e6-3320-11ed-b196-c62bc5605aa5 | InvocationID=b896a762-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:58:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b052c068-3320-11ed-b196-c62bc5605aa5 | InvocationID=b052c32e-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:58:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc466afa-3320-11ed-b196-c62bc5605aa5 | InvocationID=bc466d70-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:58:40+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc466afa-3320-11ed-b196-c62bc5605aa5 | InvocationID=bc466d70-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:58:40+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc466afa-3320-11ed-b196-c62bc5605aa5 | InvocationID=bc466d70-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:58:59+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b896a5e6-3320-11ed-b196-c62bc5605aa5 | InvocationID=b896a762-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:58:59+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7845490-3320-11ed-b196-c62bc5605aa5 | InvocationID=c7845666-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:58:59+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7845490-3320-11ed-b196-c62bc5605aa5 | InvocationID=c7845666-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:58:59+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7845490-3320-11ed-b196-c62bc5605aa5 | InvocationID=c7845666-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:59:00+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc466afa-3320-11ed-b196-c62bc5605aa5 | InvocationID=bc466d70-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:59:00+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83abe10-3320-11ed-b196-c62bc5605aa5 | InvocationID=c83abfdc-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:59:01+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c83abe10-3320-11ed-b196-c62bc5605aa5 | InvocationID=c83abfdc-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:59:01+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c83abe10-3320-11ed-b196-c62bc5605aa5 | InvocationID=c83abfdc-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:59:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c83abe10-3320-11ed-b196-c62bc5605aa5 | InvocationID=c83abfdc-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:59:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42dd234-3320-11ed-b196-c62bc5605aa5 | InvocationID=d42dd464-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:59:21+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d42dd234-3320-11ed-b196-c62bc5605aa5 | InvocationID=d42dd464-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:59:21+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d42dd234-3320-11ed-b196-c62bc5605aa5 | InvocationID=d42dd464-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:59:24+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7845490-3320-11ed-b196-c62bc5605aa5 | InvocationID=c7845666-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:59:24+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6738ce6-3320-11ed-b196-c62bc5605aa5 | InvocationID=d6738f0c-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:59:24+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6738ce6-3320-11ed-b196-c62bc5605aa5 | InvocationID=d6738f0c-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:59:24+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6738ce6-3320-11ed-b196-c62bc5605aa5 | InvocationID=d6738f0c-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:59:41+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d42dd234-3320-11ed-b196-c62bc5605aa5 | InvocationID=d42dd464-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T04:59:41+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e021a138-3320-11ed-b196-c62bc5605aa5 | InvocationID=e021a458-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T04:59:41+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e021a138-3320-11ed-b196-c62bc5605aa5 | InvocationID=e021a458-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:59:41+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e021a138-3320-11ed-b196-c62bc5605aa5 | InvocationID=e021a458-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T04:59:49+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6738ce6-3320-11ed-b196-c62bc5605aa5 | InvocationID=d6738f0c-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T04:59:49+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56226cc-3320-11ed-b196-c62bc5605aa5 | InvocationID=e5622938-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T04:59:49+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e56226cc-3320-11ed-b196-c62bc5605aa5 | InvocationID=e5622938-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T04:59:49+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56226cc-3320-11ed-b196-c62bc5605aa5 | InvocationID=e5622938-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:00:01+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e021a138-3320-11ed-b196-c62bc5605aa5 | InvocationID=e021a458-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:00:01+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec163f12-3320-11ed-b196-c62bc5605aa5 | InvocationID=ec1641ec-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:00:01+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec163f12-3320-11ed-b196-c62bc5605aa5 | InvocationID=ec1641ec-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:00:01+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec163f12-3320-11ed-b196-c62bc5605aa5 | InvocationID=ec1641ec-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:00:14+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e56226cc-3320-11ed-b196-c62bc5605aa5 | InvocationID=e5622938-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:00:14+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f452a12a-3320-11ed-b196-c62bc5605aa5 | InvocationID=f452a3f0-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:00:14+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f452a12a-3320-11ed-b196-c62bc5605aa5 | InvocationID=f452a3f0-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:00:14+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f452a12a-3320-11ed-b196-c62bc5605aa5 | InvocationID=f452a3f0-3320-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:00:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ec163f12-3320-11ed-b196-c62bc5605aa5 | InvocationID=ec1641ec-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:00:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f809d6e4-3320-11ed-b196-c62bc5605aa5 | InvocationID=f809d9a0-3320-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:00:21+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f809d6e4-3320-11ed-b196-c62bc5605aa5 | InvocationID=f809d9a0-3320-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:00:21+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f809d6e4-3320-11ed-b196-c62bc5605aa5 | InvocationID=f809d9a0-3320-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:00:39+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f452a12a-3320-11ed-b196-c62bc5605aa5 | InvocationID=f452a3f0-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:00:39+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0341436c-3321-11ed-b196-c62bc5605aa5 | InvocationID=034148c6-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:00:40+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0341436c-3321-11ed-b196-c62bc5605aa5 | InvocationID=034148c6-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:00:40+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0341436c-3321-11ed-b196-c62bc5605aa5 | InvocationID=034148c6-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:00:41+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f809d6e4-3320-11ed-b196-c62bc5605aa5 | InvocationID=f809d9a0-3320-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:00:41+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fcedd8-3321-11ed-b196-c62bc5605aa5 | InvocationID=03fcf094-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:00:41+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03fcedd8-3321-11ed-b196-c62bc5605aa5 | InvocationID=03fcf094-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:00:41+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03fcedd8-3321-11ed-b196-c62bc5605aa5 | InvocationID=03fcf094-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:01+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=03fcedd8-3321-11ed-b196-c62bc5605aa5 | InvocationID=03fcf094-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:01:01+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fef7a0c-3321-11ed-b196-c62bc5605aa5 | InvocationID=0fef7f0c-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:01:01+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fef7a0c-3321-11ed-b196-c62bc5605aa5 | InvocationID=0fef7f0c-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:01+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fef7a0c-3321-11ed-b196-c62bc5605aa5 | InvocationID=0fef7f0c-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:05+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0341436c-3321-11ed-b196-c62bc5605aa5 | InvocationID=034148c6-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:01:05+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12365600-3321-11ed-b196-c62bc5605aa5 | InvocationID=12365862-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:01:05+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=12365600-3321-11ed-b196-c62bc5605aa5 | InvocationID=12365862-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:01:05+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12365600-3321-11ed-b196-c62bc5605aa5 | InvocationID=12365862-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:01:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fef7a0c-3321-11ed-b196-c62bc5605aa5 | InvocationID=0fef7f0c-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:01:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be3b990-3321-11ed-b196-c62bc5605aa5 | InvocationID=1be3bd82-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:01:21+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1be3b990-3321-11ed-b196-c62bc5605aa5 | InvocationID=1be3bd82-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:21+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1be3b990-3321-11ed-b196-c62bc5605aa5 | InvocationID=1be3bd82-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:30+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=12365600-3321-11ed-b196-c62bc5605aa5 | InvocationID=12365862-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:01:30+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2123f1b8-3321-11ed-b196-c62bc5605aa5 | InvocationID=2123f474-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:01:30+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2123f1b8-3321-11ed-b196-c62bc5605aa5 | InvocationID=2123f474-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:01:30+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2123f1b8-3321-11ed-b196-c62bc5605aa5 | InvocationID=2123f474-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:01:41+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1be3b990-3321-11ed-b196-c62bc5605aa5 | InvocationID=1be3bd82-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:01:41+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d9c604-3321-11ed-b196-c62bc5605aa5 | InvocationID=27d9c794-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:01:41+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27d9c604-3321-11ed-b196-c62bc5605aa5 | InvocationID=27d9c794-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:41+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27d9c604-3321-11ed-b196-c62bc5605aa5 | InvocationID=27d9c794-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:01:55+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2123f1b8-3321-11ed-b196-c62bc5605aa5 | InvocationID=2123f474-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:01:55+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30113e24-3321-11ed-b196-c62bc5605aa5 | InvocationID=30114068-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:01:55+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30113e24-3321-11ed-b196-c62bc5605aa5 | InvocationID=30114068-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:01:55+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30113e24-3321-11ed-b196-c62bc5605aa5 | InvocationID=30114068-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:02:01+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27d9c604-3321-11ed-b196-c62bc5605aa5 | InvocationID=27d9c794-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:02:01+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ca7080-3321-11ed-b196-c62bc5605aa5 | InvocationID=33ca72b0-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:02:01+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33ca7080-3321-11ed-b196-c62bc5605aa5 | InvocationID=33ca72b0-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:02:01+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33ca7080-3321-11ed-b196-c62bc5605aa5 | InvocationID=33ca72b0-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:02:20+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30113e24-3321-11ed-b196-c62bc5605aa5 | InvocationID=30114068-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:02:20+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3effee3a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3efff4ac-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:02:20+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3effee3a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3efff4ac-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:02:20+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3effee3a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3efff4ac-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:02:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=33ca7080-3321-11ed-b196-c62bc5605aa5 | InvocationID=33ca72b0-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:02:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbd196a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3fbd1f78-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:02:21+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3fbd196a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3fbd1f78-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:02:21+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fbd196a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3fbd1f78-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:02:41+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3fbd196a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3fbd1f78-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:02:41+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb1cee6-3321-11ed-b196-c62bc5605aa5 | InvocationID=4bb1d120-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:02:41+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bb1cee6-3321-11ed-b196-c62bc5605aa5 | InvocationID=4bb1d120-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:02:41+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bb1cee6-3321-11ed-b196-c62bc5605aa5 | InvocationID=4bb1d120-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:02:45+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3effee3a-3321-11ed-b196-c62bc5605aa5 | InvocationID=3efff4ac-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:02:45+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4def1e2a-3321-11ed-b196-c62bc5605aa5 | InvocationID=4def20e6-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:02:45+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4def1e2a-3321-11ed-b196-c62bc5605aa5 | InvocationID=4def20e6-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:02:45+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4def1e2a-3321-11ed-b196-c62bc5605aa5 | InvocationID=4def20e6-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:03:01+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bb1cee6-3321-11ed-b196-c62bc5605aa5 | InvocationID=4bb1d120-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:03:01+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a46204-3321-11ed-b196-c62bc5605aa5 | InvocationID=57a46448-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:03:01+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57a46204-3321-11ed-b196-c62bc5605aa5 | InvocationID=57a46448-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:03:01+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57a46204-3321-11ed-b196-c62bc5605aa5 | InvocationID=57a46448-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:03:10+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4def1e2a-3321-11ed-b196-c62bc5605aa5 | InvocationID=4def20e6-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:03:10+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cddc760-3321-11ed-b196-c62bc5605aa5 | InvocationID=5cddc9e0-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:03:10+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cddc760-3321-11ed-b196-c62bc5605aa5 | InvocationID=5cddc9e0-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:03:10+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cddc760-3321-11ed-b196-c62bc5605aa5 | InvocationID=5cddc9e0-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:03:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57a46204-3321-11ed-b196-c62bc5605aa5 | InvocationID=57a46448-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:03:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6395bdc4-3321-11ed-b196-c62bc5605aa5 | InvocationID=6395c116-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:03:21+0000 | aai_event_thread | 139865472252704 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6395bdc4-3321-11ed-b196-c62bc5605aa5 | InvocationID=6395c116-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:03:21+0000 | aai_event_thread | 139865472252704 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6395bdc4-3321-11ed-b196-c62bc5605aa5 | InvocationID=6395c116-3321-11ed-b196-c62bc5605aa5 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-09-13T05:03:35+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cddc760-3321-11ed-b196-c62bc5605aa5 | InvocationID=5cddc9e0-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:03:35+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bccc370-3321-11ed-b196-c62bc5605aa5 | InvocationID=6bccc4d8-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:03:35+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6bccc370-3321-11ed-b196-c62bc5605aa5 | InvocationID=6bccc4d8-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:03:35+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bccc370-3321-11ed-b196-c62bc5605aa5 | InvocationID=6bccc4d8-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:03:41+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6395bdc4-3321-11ed-b196-c62bc5605aa5 | InvocationID=6395c116-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:03:41+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f8788ce-3321-11ed-b196-c62bc5605aa5 | InvocationID=6f878a72-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:04:00+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6bccc370-3321-11ed-b196-c62bc5605aa5 | InvocationID=6bccc4d8-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:04:00+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aba042e-3321-11ed-b196-c62bc5605aa5 | InvocationID=7aba060e-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:04:00+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7aba042e-3321-11ed-b196-c62bc5605aa5 | InvocationID=7aba060e-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:04:00+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aba042e-3321-11ed-b196-c62bc5605aa5 | InvocationID=7aba060e-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:04:05+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f8788ce-3321-11ed-b196-c62bc5605aa5 | InvocationID=6f878a72-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:04:05+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7dd9911a-3321-11ed-b196-c62bc5605aa5 | InvocationID=7dd993d6-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:04:25+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7aba042e-3321-11ed-b196-c62bc5605aa5 | InvocationID=7aba060e-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:04:25+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89a6ecb8-3321-11ed-b196-c62bc5605aa5 | InvocationID=89a6ef2e-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:04:25+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89a6ecb8-3321-11ed-b196-c62bc5605aa5 | InvocationID=89a6ef2e-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:04:25+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89a6ecb8-3321-11ed-b196-c62bc5605aa5 | InvocationID=89a6ef2e-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:04:25+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7dd9911a-3321-11ed-b196-c62bc5605aa5 | InvocationID=7dd993d6-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:04:25+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ce6a9a-3321-11ed-b196-c62bc5605aa5 | InvocationID=89ce6ce8-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:04:45+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89ce6a9a-3321-11ed-b196-c62bc5605aa5 | InvocationID=89ce6ce8-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:04:45+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95c3ec12-3321-11ed-b196-c62bc5605aa5 | InvocationID=95c3ee56-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:04:50+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89a6ecb8-3321-11ed-b196-c62bc5605aa5 | InvocationID=89a6ef2e-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:04:50+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989680f8-3321-11ed-b196-c62bc5605aa5 | InvocationID=98968396-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:04:50+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=989680f8-3321-11ed-b196-c62bc5605aa5 | InvocationID=98968396-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:04:50+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=989680f8-3321-11ed-b196-c62bc5605aa5 | InvocationID=98968396-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:05:05+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95c3ec12-3321-11ed-b196-c62bc5605aa5 | InvocationID=95c3ee56-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:05:05+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1c97cd4-3321-11ed-b196-c62bc5605aa5 | InvocationID=a1c97f2c-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:05:15+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=989680f8-3321-11ed-b196-c62bc5605aa5 | InvocationID=98968396-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:05:15+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7868e64-3321-11ed-b196-c62bc5605aa5 | InvocationID=a7869134-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:05:15+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7868e64-3321-11ed-b196-c62bc5605aa5 | InvocationID=a7869134-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:05:15+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7868e64-3321-11ed-b196-c62bc5605aa5 | InvocationID=a7869134-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:05:26+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1c97cd4-3321-11ed-b196-c62bc5605aa5 | InvocationID=a1c97f2c-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:05:26+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae0bf2b0-3321-11ed-b196-c62bc5605aa5 | InvocationID=ae0bf530-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:05:40+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7868e64-3321-11ed-b196-c62bc5605aa5 | InvocationID=a7869134-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:05:40+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b674e862-3321-11ed-b196-c62bc5605aa5 | InvocationID=b674ec54-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:05:40+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b674e862-3321-11ed-b196-c62bc5605aa5 | InvocationID=b674ec54-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:05:40+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b674e862-3321-11ed-b196-c62bc5605aa5 | InvocationID=b674ec54-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:05:51+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae0bf2b0-3321-11ed-b196-c62bc5605aa5 | InvocationID=ae0bf530-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:05:51+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcd3c606-3321-11ed-b196-c62bc5605aa5 | InvocationID=bcd3d83a-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:06:05+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b674e862-3321-11ed-b196-c62bc5605aa5 | InvocationID=b674ec54-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:06:05+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c567cd62-3321-11ed-b196-c62bc5605aa5 | InvocationID=c567d0a0-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:06:05+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c567cd62-3321-11ed-b196-c62bc5605aa5 | InvocationID=c567d0a0-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:06:05+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c567cd62-3321-11ed-b196-c62bc5605aa5 | InvocationID=c567d0a0-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:06:16+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcd3c606-3321-11ed-b196-c62bc5605aa5 | InvocationID=bcd3d83a-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:06:16+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb98a580-3321-11ed-b196-c62bc5605aa5 | InvocationID=cb98a94a-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:06:30+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c567cd62-3321-11ed-b196-c62bc5605aa5 | InvocationID=c567d0a0-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:06:30+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4560f0a-3321-11ed-b196-c62bc5605aa5 | InvocationID=d4561220-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:06:30+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4560f0a-3321-11ed-b196-c62bc5605aa5 | InvocationID=d4561220-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:06:30+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4560f0a-3321-11ed-b196-c62bc5605aa5 | InvocationID=d4561220-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:06:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb98a580-3321-11ed-b196-c62bc5605aa5 | InvocationID=cb98a94a-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:06:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da5c440a-3321-11ed-b196-c62bc5605aa5 | InvocationID=da5c45e0-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:06:55+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4560f0a-3321-11ed-b196-c62bc5605aa5 | InvocationID=d4561220-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:06:55+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e344e324-3321-11ed-b196-c62bc5605aa5 | InvocationID=e344ea22-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:06:55+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e344e324-3321-11ed-b196-c62bc5605aa5 | InvocationID=e344ea22-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:06:55+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e344e324-3321-11ed-b196-c62bc5605aa5 | InvocationID=e344ea22-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:07:05+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da5c440a-3321-11ed-b196-c62bc5605aa5 | InvocationID=da5c45e0-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:07:05+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9225df8-3321-11ed-b196-c62bc5605aa5 | InvocationID=e92260f0-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:07:20+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e344e324-3321-11ed-b196-c62bc5605aa5 | InvocationID=e344ea22-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:07:20+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f233e0a6-3321-11ed-b196-c62bc5605aa5 | InvocationID=f233e326-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:07:20+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f233e0a6-3321-11ed-b196-c62bc5605aa5 | InvocationID=f233e326-3321-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:07:20+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f233e0a6-3321-11ed-b196-c62bc5605aa5 | InvocationID=f233e326-3321-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:07:30+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e9225df8-3321-11ed-b196-c62bc5605aa5 | InvocationID=e92260f0-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:07:30+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7e4667e-3321-11ed-b196-c62bc5605aa5 | InvocationID=f7e469bc-3321-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:07:45+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f233e0a6-3321-11ed-b196-c62bc5605aa5 | InvocationID=f233e326-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:07:45+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0124e48e-3322-11ed-b196-c62bc5605aa5 | InvocationID=0124e7ea-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:07:46+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0124e48e-3322-11ed-b196-c62bc5605aa5 | InvocationID=0124e7ea-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:07:46+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0124e48e-3322-11ed-b196-c62bc5605aa5 | InvocationID=0124e7ea-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:07:55+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7e4667e-3321-11ed-b196-c62bc5605aa5 | InvocationID=f7e469bc-3321-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:07:55+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06c14be4-3322-11ed-b196-c62bc5605aa5 | InvocationID=06c15008-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:08:11+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0124e48e-3322-11ed-b196-c62bc5605aa5 | InvocationID=0124e7ea-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:08:11+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1016109e-3322-11ed-b196-c62bc5605aa5 | InvocationID=1016136e-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:08:11+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1016109e-3322-11ed-b196-c62bc5605aa5 | InvocationID=1016136e-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:08:11+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1016109e-3322-11ed-b196-c62bc5605aa5 | InvocationID=1016136e-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:08:20+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06c14be4-3322-11ed-b196-c62bc5605aa5 | InvocationID=06c15008-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:08:20+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159357de-3322-11ed-b196-c62bc5605aa5 | InvocationID=159361ac-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:08:36+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1016109e-3322-11ed-b196-c62bc5605aa5 | InvocationID=1016136e-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:08:36+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f03213c-3322-11ed-b196-c62bc5605aa5 | InvocationID=1f0322c2-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:08:36+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f03213c-3322-11ed-b196-c62bc5605aa5 | InvocationID=1f0322c2-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:08:36+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f03213c-3322-11ed-b196-c62bc5605aa5 | InvocationID=1f0322c2-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:08:45+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=159357de-3322-11ed-b196-c62bc5605aa5 | InvocationID=159361ac-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:08:45+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=245b3cd2-3322-11ed-b196-c62bc5605aa5 | InvocationID=245b4d30-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:09:01+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f03213c-3322-11ed-b196-c62bc5605aa5 | InvocationID=1f0322c2-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:09:01+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2def85f0-3322-11ed-b196-c62bc5605aa5 | InvocationID=2def8b72-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:09:01+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2def85f0-3322-11ed-b196-c62bc5605aa5 | InvocationID=2def8b72-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:09:01+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2def85f0-3322-11ed-b196-c62bc5605aa5 | InvocationID=2def8b72-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:09:09+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=245b3cd2-3322-11ed-b196-c62bc5605aa5 | InvocationID=245b4d30-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:09:09+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331dae1c-3322-11ed-b196-c62bc5605aa5 | InvocationID=331db0f6-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:09:26+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2def85f0-3322-11ed-b196-c62bc5605aa5 | InvocationID=2def8b72-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:09:26+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cdf284a-3322-11ed-b196-c62bc5605aa5 | InvocationID=3cdf2c5a-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:09:26+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cdf284a-3322-11ed-b196-c62bc5605aa5 | InvocationID=3cdf2c5a-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:09:26+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cdf284a-3322-11ed-b196-c62bc5605aa5 | InvocationID=3cdf2c5a-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:09:34+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=331dae1c-3322-11ed-b196-c62bc5605aa5 | InvocationID=331db0f6-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:09:34+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41e17eb0-3322-11ed-b196-c62bc5605aa5 | InvocationID=41e181d0-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:09:51+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cdf284a-3322-11ed-b196-c62bc5605aa5 | InvocationID=3cdf2c5a-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:09:51+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcf5ef6-3322-11ed-b196-c62bc5605aa5 | InvocationID=4bcf6086-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:09:51+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bcf5ef6-3322-11ed-b196-c62bc5605aa5 | InvocationID=4bcf6086-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:09:51+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bcf5ef6-3322-11ed-b196-c62bc5605aa5 | InvocationID=4bcf6086-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:09:59+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41e17eb0-3322-11ed-b196-c62bc5605aa5 | InvocationID=41e181d0-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:09:59+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a7a79e-3322-11ed-b196-c62bc5605aa5 | InvocationID=50a7abc2-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:10:16+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bcf5ef6-3322-11ed-b196-c62bc5605aa5 | InvocationID=4bcf6086-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:10:16+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5abc61c0-3322-11ed-b196-c62bc5605aa5 | InvocationID=5abc6486-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:10:16+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5abc61c0-3322-11ed-b196-c62bc5605aa5 | InvocationID=5abc6486-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:10:16+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5abc61c0-3322-11ed-b196-c62bc5605aa5 | InvocationID=5abc6486-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:10:24+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50a7a79e-3322-11ed-b196-c62bc5605aa5 | InvocationID=50a7abc2-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:10:24+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f701a0e-3322-11ed-b196-c62bc5605aa5 | InvocationID=5f701ca2-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:10:41+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5abc61c0-3322-11ed-b196-c62bc5605aa5 | InvocationID=5abc6486-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:10:41+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69aa7172-3322-11ed-b196-c62bc5605aa5 | InvocationID=69aa767c-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:10:41+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69aa7172-3322-11ed-b196-c62bc5605aa5 | InvocationID=69aa767c-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:10:41+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69aa7172-3322-11ed-b196-c62bc5605aa5 | InvocationID=69aa767c-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:10:48+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f701a0e-3322-11ed-b196-c62bc5605aa5 | InvocationID=5f701ca2-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:10:48+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3e96d2-3322-11ed-b196-c62bc5605aa5 | InvocationID=6e3e99d4-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:11:06+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69aa7172-3322-11ed-b196-c62bc5605aa5 | InvocationID=69aa767c-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:11:06+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=789bab60-3322-11ed-b196-c62bc5605aa5 | InvocationID=789bae62-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:11:06+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=789bab60-3322-11ed-b196-c62bc5605aa5 | InvocationID=789bae62-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:11:06+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=789bab60-3322-11ed-b196-c62bc5605aa5 | InvocationID=789bae62-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:11:13+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e3e96d2-3322-11ed-b196-c62bc5605aa5 | InvocationID=6e3e99d4-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:11:13+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d02226a-3322-11ed-b196-c62bc5605aa5 | InvocationID=7d022422-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:11:31+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=789bab60-3322-11ed-b196-c62bc5605aa5 | InvocationID=789bae62-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:11:31+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878a4032-3322-11ed-b196-c62bc5605aa5 | InvocationID=878a4262-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:11:31+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=878a4032-3322-11ed-b196-c62bc5605aa5 | InvocationID=878a4262-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:11:31+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=878a4032-3322-11ed-b196-c62bc5605aa5 | InvocationID=878a4262-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:11:38+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d02226a-3322-11ed-b196-c62bc5605aa5 | InvocationID=7d022422-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:11:38+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bc985e0-3322-11ed-b196-c62bc5605aa5 | InvocationID=8bc98838-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:11:56+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=878a4032-3322-11ed-b196-c62bc5605aa5 | InvocationID=878a4262-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:11:56+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9678b0b0-3322-11ed-b196-c62bc5605aa5 | InvocationID=9678b36c-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:11:56+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9678b0b0-3322-11ed-b196-c62bc5605aa5 | InvocationID=9678b36c-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:11:56+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9678b0b0-3322-11ed-b196-c62bc5605aa5 | InvocationID=9678b36c-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:12:03+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bc985e0-3322-11ed-b196-c62bc5605aa5 | InvocationID=8bc98838-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:12:03+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a95b594-3322-11ed-b196-c62bc5605aa5 | InvocationID=9a95b882-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:12:21+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9678b0b0-3322-11ed-b196-c62bc5605aa5 | InvocationID=9678b36c-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:12:21+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a566bf72-3322-11ed-b196-c62bc5605aa5 | InvocationID=a566c116-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:12:21+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a566bf72-3322-11ed-b196-c62bc5605aa5 | InvocationID=a566c116-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:12:21+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a566bf72-3322-11ed-b196-c62bc5605aa5 | InvocationID=a566c116-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:12:28+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a95b594-3322-11ed-b196-c62bc5605aa5 | InvocationID=9a95b882-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:12:28+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a95aa544-3322-11ed-b196-c62bc5605aa5 | InvocationID=a95aa788-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:12:46+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a566bf72-3322-11ed-b196-c62bc5605aa5 | InvocationID=a566c116-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:12:46+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4553cf2-3322-11ed-b196-c62bc5605aa5 | InvocationID=b4553f54-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:12:46+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4553cf2-3322-11ed-b196-c62bc5605aa5 | InvocationID=b4553f54-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:12:46+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4553cf2-3322-11ed-b196-c62bc5605aa5 | InvocationID=b4553f54-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:12:52+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a95aa544-3322-11ed-b196-c62bc5605aa5 | InvocationID=a95aa788-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:12:52+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b82001be-3322-11ed-b196-c62bc5605aa5 | InvocationID=b820042a-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:13:11+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4553cf2-3322-11ed-b196-c62bc5605aa5 | InvocationID=b4553f54-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:13:11+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3432a58-3322-11ed-b196-c62bc5605aa5 | InvocationID=c3432c56-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:13:11+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3432a58-3322-11ed-b196-c62bc5605aa5 | InvocationID=c3432c56-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:13:11+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3432a58-3322-11ed-b196-c62bc5605aa5 | InvocationID=c3432c56-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:13:17+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b82001be-3322-11ed-b196-c62bc5605aa5 | InvocationID=b820042a-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:13:17+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6eb90a0-3322-11ed-b196-c62bc5605aa5 | InvocationID=c6eb92f8-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:13:36+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3432a58-3322-11ed-b196-c62bc5605aa5 | InvocationID=c3432c56-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:13:36+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d23190d6-3322-11ed-b196-c62bc5605aa5 | InvocationID=d231931a-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:13:36+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d23190d6-3322-11ed-b196-c62bc5605aa5 | InvocationID=d231931a-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:13:36+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d23190d6-3322-11ed-b196-c62bc5605aa5 | InvocationID=d231931a-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:13:42+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6eb90a0-3322-11ed-b196-c62bc5605aa5 | InvocationID=c6eb92f8-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:13:42+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5b186bc-3322-11ed-b196-c62bc5605aa5 | InvocationID=d5b18f18-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:14:01+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d23190d6-3322-11ed-b196-c62bc5605aa5 | InvocationID=d231931a-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:14:01+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e11f6744-3322-11ed-b196-c62bc5605aa5 | InvocationID=e11f6a14-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:14:01+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e11f6744-3322-11ed-b196-c62bc5605aa5 | InvocationID=e11f6a14-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:14:01+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e11f6744-3322-11ed-b196-c62bc5605aa5 | InvocationID=e11f6a14-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:14:07+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5b186bc-3322-11ed-b196-c62bc5605aa5 | InvocationID=d5b18f18-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:14:07+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e476a1c8-3322-11ed-b196-c62bc5605aa5 | InvocationID=e476a48e-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:14:26+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e11f6744-3322-11ed-b196-c62bc5605aa5 | InvocationID=e11f6a14-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:14:26+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f00d9dac-3322-11ed-b196-c62bc5605aa5 | InvocationID=f00da202-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:14:26+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f00d9dac-3322-11ed-b196-c62bc5605aa5 | InvocationID=f00da202-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:14:26+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f00d9dac-3322-11ed-b196-c62bc5605aa5 | InvocationID=f00da202-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:14:32+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e476a1c8-3322-11ed-b196-c62bc5605aa5 | InvocationID=e476a48e-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:14:32+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f33c35c4-3322-11ed-b196-c62bc5605aa5 | InvocationID=f33c37f4-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:14:51+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f00d9dac-3322-11ed-b196-c62bc5605aa5 | InvocationID=f00da202-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:14:51+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fefc3e18-3322-11ed-b196-c62bc5605aa5 | InvocationID=fefc4070-3322-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:14:51+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fefc3e18-3322-11ed-b196-c62bc5605aa5 | InvocationID=fefc4070-3322-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:14:51+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fefc3e18-3322-11ed-b196-c62bc5605aa5 | InvocationID=fefc4070-3322-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:14:56+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f33c35c4-3322-11ed-b196-c62bc5605aa5 | InvocationID=f33c37f4-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:14:56+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01fe2c3e-3323-11ed-b196-c62bc5605aa5 | InvocationID=01fe2f18-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:15:16+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fefc3e18-3322-11ed-b196-c62bc5605aa5 | InvocationID=fefc4070-3322-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:15:16+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dea4280-3323-11ed-b196-c62bc5605aa5 | InvocationID=0dea4532-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:15:16+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dea4280-3323-11ed-b196-c62bc5605aa5 | InvocationID=0dea4532-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:15:16+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dea4280-3323-11ed-b196-c62bc5605aa5 | InvocationID=0dea4532-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:15:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01fe2c3e-3323-11ed-b196-c62bc5605aa5 | InvocationID=01fe2f18-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:15:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10c422a0-3323-11ed-b196-c62bc5605aa5 | InvocationID=10c4291c-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:15:41+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dea4280-3323-11ed-b196-c62bc5605aa5 | InvocationID=0dea4532-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:15:41+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cd76c6e-3323-11ed-b196-c62bc5605aa5 | InvocationID=1cd76e44-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:15:42+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cd76c6e-3323-11ed-b196-c62bc5605aa5 | InvocationID=1cd76e44-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:15:42+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cd76c6e-3323-11ed-b196-c62bc5605aa5 | InvocationID=1cd76e44-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:15:46+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10c422a0-3323-11ed-b196-c62bc5605aa5 | InvocationID=10c4291c-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:15:46+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f885cc0-3323-11ed-b196-c62bc5605aa5 | InvocationID=1f885fd6-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:16:07+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cd76c6e-3323-11ed-b196-c62bc5605aa5 | InvocationID=1cd76e44-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:16:07+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd6a324-3323-11ed-b196-c62bc5605aa5 | InvocationID=2bd6a66c-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:16:07+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bd6a324-3323-11ed-b196-c62bc5605aa5 | InvocationID=2bd6a66c-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:16:07+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd6a324-3323-11ed-b196-c62bc5605aa5 | InvocationID=2bd6a66c-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:16:11+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f885cc0-3323-11ed-b196-c62bc5605aa5 | InvocationID=1f885fd6-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:16:11+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e4df666-3323-11ed-b196-c62bc5605aa5 | InvocationID=2e4df8e6-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:16:32+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bd6a324-3323-11ed-b196-c62bc5605aa5 | InvocationID=2bd6a66c-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:16:32+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac62c92-3323-11ed-b196-c62bc5605aa5 | InvocationID=3ac62f4e-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:16:32+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac62c92-3323-11ed-b196-c62bc5605aa5 | InvocationID=3ac62f4e-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:16:32+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac62c92-3323-11ed-b196-c62bc5605aa5 | InvocationID=3ac62f4e-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:16:35+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e4df666-3323-11ed-b196-c62bc5605aa5 | InvocationID=2e4df8e6-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:16:35+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d120eb2-3323-11ed-b196-c62bc5605aa5 | InvocationID=3d1210f6-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:16:57+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac62c92-3323-11ed-b196-c62bc5605aa5 | InvocationID=3ac62f4e-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:16:57+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b41ee4-3323-11ed-b196-c62bc5605aa5 | InvocationID=49b421aa-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:16:57+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b41ee4-3323-11ed-b196-c62bc5605aa5 | InvocationID=49b421aa-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:16:57+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b41ee4-3323-11ed-b196-c62bc5605aa5 | InvocationID=49b421aa-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:17:00+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d120eb2-3323-11ed-b196-c62bc5605aa5 | InvocationID=3d1210f6-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:17:00+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bd5e766-3323-11ed-b196-c62bc5605aa5 | InvocationID=4bd5e946-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:17:22+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b41ee4-3323-11ed-b196-c62bc5605aa5 | InvocationID=49b421aa-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:17:22+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a28dfa-3323-11ed-b196-c62bc5605aa5 | InvocationID=58a29084-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:17:22+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58a28dfa-3323-11ed-b196-c62bc5605aa5 | InvocationID=58a29084-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:17:22+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58a28dfa-3323-11ed-b196-c62bc5605aa5 | InvocationID=58a29084-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:17:25+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4bd5e766-3323-11ed-b196-c62bc5605aa5 | InvocationID=4bd5e946-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:17:25+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a97ceea-3323-11ed-b196-c62bc5605aa5 | InvocationID=5a97d2f0-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:17:47+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58a28dfa-3323-11ed-b196-c62bc5605aa5 | InvocationID=58a29084-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:17:47+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6791141c-3323-11ed-b196-c62bc5605aa5 | InvocationID=679116c4-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:17:47+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6791141c-3323-11ed-b196-c62bc5605aa5 | InvocationID=679116c4-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:17:47+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6791141c-3323-11ed-b196-c62bc5605aa5 | InvocationID=679116c4-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:17:50+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a97ceea-3323-11ed-b196-c62bc5605aa5 | InvocationID=5a97d2f0-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:17:50+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=695c5c84-3323-11ed-b196-c62bc5605aa5 | InvocationID=695c5f2c-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:18:12+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6791141c-3323-11ed-b196-c62bc5605aa5 | InvocationID=679116c4-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:18:12+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76880246-3323-11ed-b196-c62bc5605aa5 | InvocationID=76880516-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:18:12+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76880246-3323-11ed-b196-c62bc5605aa5 | InvocationID=76880516-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:18:12+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76880246-3323-11ed-b196-c62bc5605aa5 | InvocationID=76880516-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:18:15+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=695c5c84-3323-11ed-b196-c62bc5605aa5 | InvocationID=695c5f2c-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:18:15+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78216d22-3323-11ed-b196-c62bc5605aa5 | InvocationID=78216f34-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:18:37+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=76880246-3323-11ed-b196-c62bc5605aa5 | InvocationID=76880516-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:18:37+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8576ad84-3323-11ed-b196-c62bc5605aa5 | InvocationID=8576af50-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:18:37+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8576ad84-3323-11ed-b196-c62bc5605aa5 | InvocationID=8576af50-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:18:37+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8576ad84-3323-11ed-b196-c62bc5605aa5 | InvocationID=8576af50-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:18:39+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78216d22-3323-11ed-b196-c62bc5605aa5 | InvocationID=78216f34-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:18:39+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86e75114-3323-11ed-b196-c62bc5605aa5 | InvocationID=86e75394-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:19:02+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8576ad84-3323-11ed-b196-c62bc5605aa5 | InvocationID=8576af50-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:19:02+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94642dbc-3323-11ed-b196-c62bc5605aa5 | InvocationID=946430d2-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:19:02+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94642dbc-3323-11ed-b196-c62bc5605aa5 | InvocationID=946430d2-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:19:02+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94642dbc-3323-11ed-b196-c62bc5605aa5 | InvocationID=946430d2-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:19:04+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86e75114-3323-11ed-b196-c62bc5605aa5 | InvocationID=86e75394-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:19:04+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95ab7d7e-3323-11ed-b196-c62bc5605aa5 | InvocationID=95ab7f86-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:19:27+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94642dbc-3323-11ed-b196-c62bc5605aa5 | InvocationID=946430d2-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:19:27+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a352ea66-3323-11ed-b196-c62bc5605aa5 | InvocationID=a352ed9a-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:19:27+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a352ea66-3323-11ed-b196-c62bc5605aa5 | InvocationID=a352ed9a-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:19:27+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a352ea66-3323-11ed-b196-c62bc5605aa5 | InvocationID=a352ed9a-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:19:29+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95ab7d7e-3323-11ed-b196-c62bc5605aa5 | InvocationID=95ab7f86-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:19:29+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a46befec-3323-11ed-b196-c62bc5605aa5 | InvocationID=a46bf168-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:19:52+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a352ea66-3323-11ed-b196-c62bc5605aa5 | InvocationID=a352ed9a-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:19:52+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2403a4c-3323-11ed-b196-c62bc5605aa5 | InvocationID=b2403ccc-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:19:52+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2403a4c-3323-11ed-b196-c62bc5605aa5 | InvocationID=b2403ccc-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:19:52+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2403a4c-3323-11ed-b196-c62bc5605aa5 | InvocationID=b2403ccc-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:19:54+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a46befec-3323-11ed-b196-c62bc5605aa5 | InvocationID=a46bf168-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:19:54+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b32e9af2-3323-11ed-b196-c62bc5605aa5 | InvocationID=b32e9d86-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:20:17+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2403a4c-3323-11ed-b196-c62bc5605aa5 | InvocationID=b2403ccc-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:20:17+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12f8ddc-3323-11ed-b196-c62bc5605aa5 | InvocationID=c12f9052-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:20:17+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c12f8ddc-3323-11ed-b196-c62bc5605aa5 | InvocationID=c12f9052-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:20:17+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c12f8ddc-3323-11ed-b196-c62bc5605aa5 | InvocationID=c12f9052-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:20:18+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b32e9af2-3323-11ed-b196-c62bc5605aa5 | InvocationID=b32e9d86-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:20:18+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1f2b014-3323-11ed-b196-c62bc5605aa5 | InvocationID=c1f2b276-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:20:42+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c12f8ddc-3323-11ed-b196-c62bc5605aa5 | InvocationID=c12f9052-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:20:42+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d01d3e66-3323-11ed-b196-c62bc5605aa5 | InvocationID=d01d3fd8-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:20:42+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d01d3e66-3323-11ed-b196-c62bc5605aa5 | InvocationID=d01d3fd8-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:20:42+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d01d3e66-3323-11ed-b196-c62bc5605aa5 | InvocationID=d01d3fd8-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:20:43+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1f2b014-3323-11ed-b196-c62bc5605aa5 | InvocationID=c1f2b276-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:20:43+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0b96764-3323-11ed-b196-c62bc5605aa5 | InvocationID=d0b968d6-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:21:07+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d01d3e66-3323-11ed-b196-c62bc5605aa5 | InvocationID=d01d3fd8-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:21:07+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df09fd1a-3323-11ed-b196-c62bc5605aa5 | InvocationID=df09ff68-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:21:07+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df09fd1a-3323-11ed-b196-c62bc5605aa5 | InvocationID=df09ff68-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:21:07+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df09fd1a-3323-11ed-b196-c62bc5605aa5 | InvocationID=df09ff68-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:21:08+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d0b96764-3323-11ed-b196-c62bc5605aa5 | InvocationID=d0b968d6-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:21:08+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df7c0fea-3323-11ed-b196-c62bc5605aa5 | InvocationID=df7c1242-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:21:32+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=df09fd1a-3323-11ed-b196-c62bc5605aa5 | InvocationID=df09ff68-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:21:32+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf85b96-3323-11ed-b196-c62bc5605aa5 | InvocationID=edf85d62-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:21:32+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf85b96-3323-11ed-b196-c62bc5605aa5 | InvocationID=edf85d62-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:21:32+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf85b96-3323-11ed-b196-c62bc5605aa5 | InvocationID=edf85d62-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:21:33+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df7c0fea-3323-11ed-b196-c62bc5605aa5 | InvocationID=df7c1242-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:21:33+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee407840-3323-11ed-b196-c62bc5605aa5 | InvocationID=ee407aca-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:21:57+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=edf85b96-3323-11ed-b196-c62bc5605aa5 | InvocationID=edf85d62-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:21:57+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce5677a-3323-11ed-b196-c62bc5605aa5 | InvocationID=fce56e50-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:21:57+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce5677a-3323-11ed-b196-c62bc5605aa5 | InvocationID=fce56e50-3323-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:21:57+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce5677a-3323-11ed-b196-c62bc5605aa5 | InvocationID=fce56e50-3323-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:21:58+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee407840-3323-11ed-b196-c62bc5605aa5 | InvocationID=ee407aca-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:21:58+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd04b1e8-3323-11ed-b196-c62bc5605aa5 | InvocationID=fd04b3aa-3323-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:22:22+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fd04b1e8-3323-11ed-b196-c62bc5605aa5 | InvocationID=fd04b3aa-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:22:22+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bca7b9a-3324-11ed-b196-c62bc5605aa5 | InvocationID=0bca8004-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:22:22+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fce5677a-3323-11ed-b196-c62bc5605aa5 | InvocationID=fce56e50-3323-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:22:22+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd48acc-3324-11ed-b196-c62bc5605aa5 | InvocationID=0bd48d06-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:22:22+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bd48acc-3324-11ed-b196-c62bc5605aa5 | InvocationID=0bd48d06-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:22:22+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd48acc-3324-11ed-b196-c62bc5605aa5 | InvocationID=0bd48d06-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:22:47+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0bca7b9a-3324-11ed-b196-c62bc5605aa5 | InvocationID=0bca8004-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:22:47+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a8de9e6-3324-11ed-b196-c62bc5605aa5 | InvocationID=1a8dec52-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:22:47+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bd48acc-3324-11ed-b196-c62bc5605aa5 | InvocationID=0bd48d06-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:22:47+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac204ce-3324-11ed-b196-c62bc5605aa5 | InvocationID=1ac20776-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:22:47+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ac204ce-3324-11ed-b196-c62bc5605aa5 | InvocationID=1ac20776-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:22:47+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac204ce-3324-11ed-b196-c62bc5605aa5 | InvocationID=1ac20776-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:23:12+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a8de9e6-3324-11ed-b196-c62bc5605aa5 | InvocationID=1a8dec52-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:23:12+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2950e2b2-3324-11ed-b196-c62bc5605aa5 | InvocationID=2950e67c-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:23:12+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1ac204ce-3324-11ed-b196-c62bc5605aa5 | InvocationID=1ac20776-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:23:12+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29afb10c-3324-11ed-b196-c62bc5605aa5 | InvocationID=29afb38c-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:23:13+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29afb10c-3324-11ed-b196-c62bc5605aa5 | InvocationID=29afb38c-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:23:13+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29afb10c-3324-11ed-b196-c62bc5605aa5 | InvocationID=29afb38c-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:23:37+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2950e2b2-3324-11ed-b196-c62bc5605aa5 | InvocationID=2950e67c-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:23:37+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3815a0bc-3324-11ed-b196-c62bc5605aa5 | InvocationID=3815a30a-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:23:38+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29afb10c-3324-11ed-b196-c62bc5605aa5 | InvocationID=29afb38c-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:23:38+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389d7168-3324-11ed-b196-c62bc5605aa5 | InvocationID=389d73ac-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:23:38+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=389d7168-3324-11ed-b196-c62bc5605aa5 | InvocationID=389d73ac-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:23:38+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=389d7168-3324-11ed-b196-c62bc5605aa5 | InvocationID=389d73ac-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:24:01+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3815a0bc-3324-11ed-b196-c62bc5605aa5 | InvocationID=3815a30a-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:24:01+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46d92e2a-3324-11ed-b196-c62bc5605aa5 | InvocationID=46d930a0-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:24:03+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=389d7168-3324-11ed-b196-c62bc5605aa5 | InvocationID=389d73ac-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:24:03+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478bcb84-3324-11ed-b196-c62bc5605aa5 | InvocationID=478bcd14-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:24:03+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=478bcb84-3324-11ed-b196-c62bc5605aa5 | InvocationID=478bcd14-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:24:03+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=478bcb84-3324-11ed-b196-c62bc5605aa5 | InvocationID=478bcd14-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:24:26+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46d92e2a-3324-11ed-b196-c62bc5605aa5 | InvocationID=46d930a0-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:24:26+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=559cf78e-3324-11ed-b196-c62bc5605aa5 | InvocationID=559cfa54-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:24:28+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=478bcb84-3324-11ed-b196-c62bc5605aa5 | InvocationID=478bcd14-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:24:28+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5678d06a-3324-11ed-b196-c62bc5605aa5 | InvocationID=5678d2f4-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:24:28+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5678d06a-3324-11ed-b196-c62bc5605aa5 | InvocationID=5678d2f4-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:24:28+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5678d06a-3324-11ed-b196-c62bc5605aa5 | InvocationID=5678d2f4-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:24:51+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=559cf78e-3324-11ed-b196-c62bc5605aa5 | InvocationID=559cfa54-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:24:51+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6460df10-3324-11ed-b196-c62bc5605aa5 | InvocationID=6460e168-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:24:53+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5678d06a-3324-11ed-b196-c62bc5605aa5 | InvocationID=5678d2f4-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:24:53+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65671e24-3324-11ed-b196-c62bc5605aa5 | InvocationID=65671fbe-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:24:53+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65671e24-3324-11ed-b196-c62bc5605aa5 | InvocationID=65671fbe-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:24:53+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65671e24-3324-11ed-b196-c62bc5605aa5 | InvocationID=65671fbe-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:25:16+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6460df10-3324-11ed-b196-c62bc5605aa5 | InvocationID=6460e168-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:25:16+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73238868-3324-11ed-b196-c62bc5605aa5 | InvocationID=73238b10-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:25:18+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=65671e24-3324-11ed-b196-c62bc5605aa5 | InvocationID=65671fbe-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:25:18+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7453f22c-3324-11ed-b196-c62bc5605aa5 | InvocationID=7453f4de-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:25:18+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7453f22c-3324-11ed-b196-c62bc5605aa5 | InvocationID=7453f4de-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:25:18+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7453f22c-3324-11ed-b196-c62bc5605aa5 | InvocationID=7453f4de-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:25:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=73238868-3324-11ed-b196-c62bc5605aa5 | InvocationID=73238b10-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:25:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81e68cce-3324-11ed-b196-c62bc5605aa5 | InvocationID=81e68ea4-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:25:43+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7453f22c-3324-11ed-b196-c62bc5605aa5 | InvocationID=7453f4de-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:25:43+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8341cde0-3324-11ed-b196-c62bc5605aa5 | InvocationID=8341d088-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:25:43+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8341cde0-3324-11ed-b196-c62bc5605aa5 | InvocationID=8341d088-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:25:43+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8341cde0-3324-11ed-b196-c62bc5605aa5 | InvocationID=8341d088-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:26:05+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81e68cce-3324-11ed-b196-c62bc5605aa5 | InvocationID=81e68ea4-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:26:05+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90ab30f2-3324-11ed-b196-c62bc5605aa5 | InvocationID=90ab3b88-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:26:08+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8341cde0-3324-11ed-b196-c62bc5605aa5 | InvocationID=8341d088-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:26:08+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9234bc04-3324-11ed-b196-c62bc5605aa5 | InvocationID=9234bdf8-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:26:08+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9234bc04-3324-11ed-b196-c62bc5605aa5 | InvocationID=9234bdf8-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:26:08+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9234bc04-3324-11ed-b196-c62bc5605aa5 | InvocationID=9234bdf8-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:26:30+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90ab30f2-3324-11ed-b196-c62bc5605aa5 | InvocationID=90ab3b88-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:26:30+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f6f477c-3324-11ed-b196-c62bc5605aa5 | InvocationID=9f6f4a10-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:26:33+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9234bc04-3324-11ed-b196-c62bc5605aa5 | InvocationID=9234bdf8-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:26:33+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12302e8-3324-11ed-b196-c62bc5605aa5 | InvocationID=a123054a-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:26:33+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a12302e8-3324-11ed-b196-c62bc5605aa5 | InvocationID=a123054a-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:26:33+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12302e8-3324-11ed-b196-c62bc5605aa5 | InvocationID=a123054a-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:26:55+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f6f477c-3324-11ed-b196-c62bc5605aa5 | InvocationID=9f6f4a10-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:26:55+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae33d7be-3324-11ed-b196-c62bc5605aa5 | InvocationID=ae33da84-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:26:58+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a12302e8-3324-11ed-b196-c62bc5605aa5 | InvocationID=a123054a-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:26:58+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b011247e-3324-11ed-b196-c62bc5605aa5 | InvocationID=b0112708-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:26:58+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b011247e-3324-11ed-b196-c62bc5605aa5 | InvocationID=b0112708-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:26:58+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b011247e-3324-11ed-b196-c62bc5605aa5 | InvocationID=b0112708-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:27:20+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ae33d7be-3324-11ed-b196-c62bc5605aa5 | InvocationID=ae33da84-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:27:20+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcf869a4-3324-11ed-b196-c62bc5605aa5 | InvocationID=bcf86c42-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:27:23+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b011247e-3324-11ed-b196-c62bc5605aa5 | InvocationID=b0112708-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:27:23+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=befee962-3324-11ed-b196-c62bc5605aa5 | InvocationID=befeebec-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:27:23+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=befee962-3324-11ed-b196-c62bc5605aa5 | InvocationID=befeebec-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:27:23+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=befee962-3324-11ed-b196-c62bc5605aa5 | InvocationID=befeebec-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:27:44+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bcf869a4-3324-11ed-b196-c62bc5605aa5 | InvocationID=bcf86c42-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:27:44+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbbcdf24-3324-11ed-b196-c62bc5605aa5 | InvocationID=cbbce262-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:27:48+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=befee962-3324-11ed-b196-c62bc5605aa5 | InvocationID=befeebec-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:27:48+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdecf0c2-3324-11ed-b196-c62bc5605aa5 | InvocationID=cdecf2de-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:27:48+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdecf0c2-3324-11ed-b196-c62bc5605aa5 | InvocationID=cdecf2de-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:27:48+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdecf0c2-3324-11ed-b196-c62bc5605aa5 | InvocationID=cdecf2de-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:28:09+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cbbcdf24-3324-11ed-b196-c62bc5605aa5 | InvocationID=cbbce262-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:28:09+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da8429e0-3324-11ed-b196-c62bc5605aa5 | InvocationID=da842bca-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:28:13+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdecf0c2-3324-11ed-b196-c62bc5605aa5 | InvocationID=cdecf2de-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:28:13+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcda32ac-3324-11ed-b196-c62bc5605aa5 | InvocationID=dcda34d2-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:28:13+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dcda32ac-3324-11ed-b196-c62bc5605aa5 | InvocationID=dcda34d2-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:28:13+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcda32ac-3324-11ed-b196-c62bc5605aa5 | InvocationID=dcda34d2-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:28:34+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da8429e0-3324-11ed-b196-c62bc5605aa5 | InvocationID=da842bca-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:28:34+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e94a5936-3324-11ed-b196-c62bc5605aa5 | InvocationID=e94a5ae4-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:28:38+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dcda32ac-3324-11ed-b196-c62bc5605aa5 | InvocationID=dcda34d2-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:28:38+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc8664e-3324-11ed-b196-c62bc5605aa5 | InvocationID=ebc86874-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:28:38+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ebc8664e-3324-11ed-b196-c62bc5605aa5 | InvocationID=ebc86874-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:28:38+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc8664e-3324-11ed-b196-c62bc5605aa5 | InvocationID=ebc86874-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:28:59+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e94a5936-3324-11ed-b196-c62bc5605aa5 | InvocationID=e94a5ae4-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:28:59+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f80e1746-3324-11ed-b196-c62bc5605aa5 | InvocationID=f80e1d36-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:29:03+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ebc8664e-3324-11ed-b196-c62bc5605aa5 | InvocationID=ebc86874-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:29:03+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab67ede-3324-11ed-b196-c62bc5605aa5 | InvocationID=fab68384-3324-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:29:03+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fab67ede-3324-11ed-b196-c62bc5605aa5 | InvocationID=fab68384-3324-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:29:03+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab67ede-3324-11ed-b196-c62bc5605aa5 | InvocationID=fab68384-3324-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:29:23+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f80e1746-3324-11ed-b196-c62bc5605aa5 | InvocationID=f80e1d36-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:29:23+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06d02b8e-3325-11ed-b196-c62bc5605aa5 | InvocationID=06d02ecc-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:29:28+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fab67ede-3324-11ed-b196-c62bc5605aa5 | InvocationID=fab68384-3324-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:29:28+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a4174e-3325-11ed-b196-c62bc5605aa5 | InvocationID=09a41906-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:29:28+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09a4174e-3325-11ed-b196-c62bc5605aa5 | InvocationID=09a41906-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:29:28+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a4174e-3325-11ed-b196-c62bc5605aa5 | InvocationID=09a41906-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:29:48+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06d02b8e-3325-11ed-b196-c62bc5605aa5 | InvocationID=06d02ecc-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:29:48+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1594d494-3325-11ed-b196-c62bc5605aa5 | InvocationID=1594d642-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:29:53+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09a4174e-3325-11ed-b196-c62bc5605aa5 | InvocationID=09a41906-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:29:53+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1890eb24-3325-11ed-b196-c62bc5605aa5 | InvocationID=1890edfe-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:29:53+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1890eb24-3325-11ed-b196-c62bc5605aa5 | InvocationID=1890edfe-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:29:53+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1890eb24-3325-11ed-b196-c62bc5605aa5 | InvocationID=1890edfe-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:30:13+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1594d494-3325-11ed-b196-c62bc5605aa5 | InvocationID=1594d642-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:30:13+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2455e43c-3325-11ed-b196-c62bc5605aa5 | InvocationID=2455e69e-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:30:18+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1890eb24-3325-11ed-b196-c62bc5605aa5 | InvocationID=1890edfe-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:30:18+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277edd8a-3325-11ed-b196-c62bc5605aa5 | InvocationID=277edf6a-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:30:18+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=277edd8a-3325-11ed-b196-c62bc5605aa5 | InvocationID=277edf6a-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:30:18+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=277edd8a-3325-11ed-b196-c62bc5605aa5 | InvocationID=277edf6a-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:30:38+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2455e43c-3325-11ed-b196-c62bc5605aa5 | InvocationID=2455e69e-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:30:38+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=331c8048-3325-11ed-b196-c62bc5605aa5 | InvocationID=331c81ce-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:30:43+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=277edd8a-3325-11ed-b196-c62bc5605aa5 | InvocationID=277edf6a-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:30:43+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=366bf620-3325-11ed-b196-c62bc5605aa5 | InvocationID=366bf828-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:30:43+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=366bf620-3325-11ed-b196-c62bc5605aa5 | InvocationID=366bf828-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:30:43+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=366bf620-3325-11ed-b196-c62bc5605aa5 | InvocationID=366bf828-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:31:03+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=331c8048-3325-11ed-b196-c62bc5605aa5 | InvocationID=331c81ce-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:31:03+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41de7bc2-3325-11ed-b196-c62bc5605aa5 | InvocationID=41de7ec4-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:31:08+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=366bf620-3325-11ed-b196-c62bc5605aa5 | InvocationID=366bf828-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:31:08+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=455a7404-3325-11ed-b196-c62bc5605aa5 | InvocationID=455a76ac-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:31:08+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=455a7404-3325-11ed-b196-c62bc5605aa5 | InvocationID=455a76ac-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:31:08+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=455a7404-3325-11ed-b196-c62bc5605aa5 | InvocationID=455a76ac-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:31:27+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41de7bc2-3325-11ed-b196-c62bc5605aa5 | InvocationID=41de7ec4-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:31:27+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=50a2e6a2-3325-11ed-b196-c62bc5605aa5 | InvocationID=50a2e8fa-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:31:33+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=455a7404-3325-11ed-b196-c62bc5605aa5 | InvocationID=455a76ac-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:31:33+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54488c80-3325-11ed-b196-c62bc5605aa5 | InvocationID=54488eec-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:31:33+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54488c80-3325-11ed-b196-c62bc5605aa5 | InvocationID=54488eec-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:31:33+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54488c80-3325-11ed-b196-c62bc5605aa5 | InvocationID=54488eec-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:31:52+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=50a2e6a2-3325-11ed-b196-c62bc5605aa5 | InvocationID=50a2e8fa-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:31:52+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f6784d6-3325-11ed-b196-c62bc5605aa5 | InvocationID=5f67897c-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:31:58+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54488c80-3325-11ed-b196-c62bc5605aa5 | InvocationID=54488eec-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:31:58+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63365dbc-3325-11ed-b196-c62bc5605aa5 | InvocationID=6336603c-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:31:59+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63365dbc-3325-11ed-b196-c62bc5605aa5 | InvocationID=6336603c-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:31:59+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63365dbc-3325-11ed-b196-c62bc5605aa5 | InvocationID=6336603c-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:32:17+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f6784d6-3325-11ed-b196-c62bc5605aa5 | InvocationID=5f67897c-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:32:17+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e2af48a-3325-11ed-b196-c62bc5605aa5 | InvocationID=6e2af76e-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:32:24+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63365dbc-3325-11ed-b196-c62bc5605aa5 | InvocationID=6336603c-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:32:24+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7225b188-3325-11ed-b196-c62bc5605aa5 | InvocationID=7225b426-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:32:24+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7225b188-3325-11ed-b196-c62bc5605aa5 | InvocationID=7225b426-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:32:24+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7225b188-3325-11ed-b196-c62bc5605aa5 | InvocationID=7225b426-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:32:42+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6e2af48a-3325-11ed-b196-c62bc5605aa5 | InvocationID=6e2af76e-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:32:42+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cef0ff6-3325-11ed-b196-c62bc5605aa5 | InvocationID=7cef124e-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:32:49+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7225b188-3325-11ed-b196-c62bc5605aa5 | InvocationID=7225b426-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:32:49+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81138242-3325-11ed-b196-c62bc5605aa5 | InvocationID=811383dc-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:32:49+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81138242-3325-11ed-b196-c62bc5605aa5 | InvocationID=811383dc-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:32:49+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81138242-3325-11ed-b196-c62bc5605aa5 | InvocationID=811383dc-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:33:06+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7cef0ff6-3325-11ed-b196-c62bc5605aa5 | InvocationID=7cef124e-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:33:06+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb51e4a-3325-11ed-b196-c62bc5605aa5 | InvocationID=8bb52098-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:33:14+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=81138242-3325-11ed-b196-c62bc5605aa5 | InvocationID=811383dc-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:33:14+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90007292-3325-11ed-b196-c62bc5605aa5 | InvocationID=90007544-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:33:14+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90007292-3325-11ed-b196-c62bc5605aa5 | InvocationID=90007544-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:33:14+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90007292-3325-11ed-b196-c62bc5605aa5 | InvocationID=90007544-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:33:31+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8bb51e4a-3325-11ed-b196-c62bc5605aa5 | InvocationID=8bb52098-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:33:31+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7e0964-3325-11ed-b196-c62bc5605aa5 | InvocationID=9a7e0ef0-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:33:39+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=90007292-3325-11ed-b196-c62bc5605aa5 | InvocationID=90007544-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:33:39+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eecd19c-3325-11ed-b196-c62bc5605aa5 | InvocationID=9eecd3ea-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:33:39+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eecd19c-3325-11ed-b196-c62bc5605aa5 | InvocationID=9eecd3ea-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:33:39+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eecd19c-3325-11ed-b196-c62bc5605aa5 | InvocationID=9eecd3ea-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:33:56+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a7e0964-3325-11ed-b196-c62bc5605aa5 | InvocationID=9a7e0ef0-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:33:56+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a942220a-3325-11ed-b196-c62bc5605aa5 | InvocationID=a9422516-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:34:04+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eecd19c-3325-11ed-b196-c62bc5605aa5 | InvocationID=9eecd3ea-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:34:04+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=addad938-3325-11ed-b196-c62bc5605aa5 | InvocationID=addadbb8-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:34:04+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=addad938-3325-11ed-b196-c62bc5605aa5 | InvocationID=addadbb8-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:34:04+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=addad938-3325-11ed-b196-c62bc5605aa5 | InvocationID=addadbb8-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:34:21+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a942220a-3325-11ed-b196-c62bc5605aa5 | InvocationID=a9422516-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:34:21+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b80560ae-3325-11ed-b196-c62bc5605aa5 | InvocationID=b8056662-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:34:29+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=addad938-3325-11ed-b196-c62bc5605aa5 | InvocationID=addadbb8-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:34:29+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc8eee4-3325-11ed-b196-c62bc5605aa5 | InvocationID=bcc8f132-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:34:29+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bcc8eee4-3325-11ed-b196-c62bc5605aa5 | InvocationID=bcc8f132-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:34:29+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc8eee4-3325-11ed-b196-c62bc5605aa5 | InvocationID=bcc8f132-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:34:46+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b80560ae-3325-11ed-b196-c62bc5605aa5 | InvocationID=b8056662-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:34:46+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6c927f6-3325-11ed-b196-c62bc5605aa5 | InvocationID=c6c929f4-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:34:54+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bcc8eee4-3325-11ed-b196-c62bc5605aa5 | InvocationID=bcc8f132-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:34:54+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbb66486-3325-11ed-b196-c62bc5605aa5 | InvocationID=cbb667ec-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:34:54+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cbb66486-3325-11ed-b196-c62bc5605aa5 | InvocationID=cbb667ec-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:34:54+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbb66486-3325-11ed-b196-c62bc5605aa5 | InvocationID=cbb667ec-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:35:10+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6c927f6-3325-11ed-b196-c62bc5605aa5 | InvocationID=c6c929f4-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:35:10+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d58d1ca2-3325-11ed-b196-c62bc5605aa5 | InvocationID=d58d1ee6-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:35:19+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cbb66486-3325-11ed-b196-c62bc5605aa5 | InvocationID=cbb667ec-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:35:19+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa496e8-3325-11ed-b196-c62bc5605aa5 | InvocationID=daa4990e-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:35:19+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=daa496e8-3325-11ed-b196-c62bc5605aa5 | InvocationID=daa4990e-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:35:19+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daa496e8-3325-11ed-b196-c62bc5605aa5 | InvocationID=daa4990e-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:35:35+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d58d1ca2-3325-11ed-b196-c62bc5605aa5 | InvocationID=d58d1ee6-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:35:35+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4530d8c-3325-11ed-b196-c62bc5605aa5 | InvocationID=e453119c-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:35:44+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=daa496e8-3325-11ed-b196-c62bc5605aa5 | InvocationID=daa4990e-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:35:44+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e99318f0-3325-11ed-b196-c62bc5605aa5 | InvocationID=e9931cba-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:35:44+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e99318f0-3325-11ed-b196-c62bc5605aa5 | InvocationID=e9931cba-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:35:44+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e99318f0-3325-11ed-b196-c62bc5605aa5 | InvocationID=e9931cba-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:36:00+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e4530d8c-3325-11ed-b196-c62bc5605aa5 | InvocationID=e453119c-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:36:00+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3163970-3325-11ed-b196-c62bc5605aa5 | InvocationID=f3163b8c-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:36:09+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e99318f0-3325-11ed-b196-c62bc5605aa5 | InvocationID=e9931cba-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:36:09+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f886f50c-3325-11ed-b196-c62bc5605aa5 | InvocationID=f886f764-3325-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:36:09+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f886f50c-3325-11ed-b196-c62bc5605aa5 | InvocationID=f886f764-3325-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:36:09+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f886f50c-3325-11ed-b196-c62bc5605aa5 | InvocationID=f886f764-3325-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:36:25+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3163970-3325-11ed-b196-c62bc5605aa5 | InvocationID=f3163b8c-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:36:25+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01d86244-3326-11ed-b196-c62bc5605aa5 | InvocationID=01d8646a-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:36:34+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f886f50c-3325-11ed-b196-c62bc5605aa5 | InvocationID=f886f764-3325-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:36:34+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07756102-3326-11ed-b196-c62bc5605aa5 | InvocationID=077563c8-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:36:34+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07756102-3326-11ed-b196-c62bc5605aa5 | InvocationID=077563c8-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:36:34+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07756102-3326-11ed-b196-c62bc5605aa5 | InvocationID=077563c8-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:36:49+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01d86244-3326-11ed-b196-c62bc5605aa5 | InvocationID=01d8646a-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:36:49+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=109a671e-3326-11ed-b196-c62bc5605aa5 | InvocationID=109a6e6c-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:36:59+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07756102-3326-11ed-b196-c62bc5605aa5 | InvocationID=077563c8-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:36:59+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16622164-3326-11ed-b196-c62bc5605aa5 | InvocationID=1662247a-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:36:59+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16622164-3326-11ed-b196-c62bc5605aa5 | InvocationID=1662247a-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:36:59+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16622164-3326-11ed-b196-c62bc5605aa5 | InvocationID=1662247a-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:37:14+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=109a671e-3326-11ed-b196-c62bc5605aa5 | InvocationID=109a6e6c-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:37:14+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f5e477a-3326-11ed-b196-c62bc5605aa5 | InvocationID=1f5e4bd0-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:37:24+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16622164-3326-11ed-b196-c62bc5605aa5 | InvocationID=1662247a-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:37:24+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=254ea40e-3326-11ed-b196-c62bc5605aa5 | InvocationID=254ea67a-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:37:24+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=254ea40e-3326-11ed-b196-c62bc5605aa5 | InvocationID=254ea67a-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:37:24+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=254ea40e-3326-11ed-b196-c62bc5605aa5 | InvocationID=254ea67a-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:37:39+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f5e477a-3326-11ed-b196-c62bc5605aa5 | InvocationID=1f5e4bd0-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:37:39+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e2173f4-3326-11ed-b196-c62bc5605aa5 | InvocationID=2e217750-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:37:49+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=254ea40e-3326-11ed-b196-c62bc5605aa5 | InvocationID=254ea67a-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:37:49+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=343d56b8-3326-11ed-b196-c62bc5605aa5 | InvocationID=343d58f2-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:37:49+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=343d56b8-3326-11ed-b196-c62bc5605aa5 | InvocationID=343d58f2-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:37:49+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=343d56b8-3326-11ed-b196-c62bc5605aa5 | InvocationID=343d58f2-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:38:04+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e2173f4-3326-11ed-b196-c62bc5605aa5 | InvocationID=2e217750-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:38:04+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ce673e4-3326-11ed-b196-c62bc5605aa5 | InvocationID=3ce675f6-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:38:14+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=343d56b8-3326-11ed-b196-c62bc5605aa5 | InvocationID=343d58f2-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:38:14+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432e7cba-3326-11ed-b196-c62bc5605aa5 | InvocationID=432e7f08-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:38:14+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=432e7cba-3326-11ed-b196-c62bc5605aa5 | InvocationID=432e7f08-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:38:14+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432e7cba-3326-11ed-b196-c62bc5605aa5 | InvocationID=432e7f08-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:38:28+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ce673e4-3326-11ed-b196-c62bc5605aa5 | InvocationID=3ce675f6-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:38:28+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4baacb32-3326-11ed-b196-c62bc5605aa5 | InvocationID=4baacdbc-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:38:39+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=432e7cba-3326-11ed-b196-c62bc5605aa5 | InvocationID=432e7f08-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:38:39+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=521cdd5c-3326-11ed-b196-c62bc5605aa5 | InvocationID=521cdf6e-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:38:39+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=521cdd5c-3326-11ed-b196-c62bc5605aa5 | InvocationID=521cdf6e-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:38:39+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=521cdd5c-3326-11ed-b196-c62bc5605aa5 | InvocationID=521cdf6e-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:38:53+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4baacb32-3326-11ed-b196-c62bc5605aa5 | InvocationID=4baacdbc-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:38:53+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a725554-3326-11ed-b196-c62bc5605aa5 | InvocationID=5a7257fc-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:39:04+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=521cdd5c-3326-11ed-b196-c62bc5605aa5 | InvocationID=521cdf6e-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:39:04+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610b3796-3326-11ed-b196-c62bc5605aa5 | InvocationID=610b3aac-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:39:04+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610b3796-3326-11ed-b196-c62bc5605aa5 | InvocationID=610b3aac-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:39:04+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=610b3796-3326-11ed-b196-c62bc5605aa5 | InvocationID=610b3aac-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:39:18+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a725554-3326-11ed-b196-c62bc5605aa5 | InvocationID=5a7257fc-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:39:18+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69371606-3326-11ed-b196-c62bc5605aa5 | InvocationID=69371872-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:39:29+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=610b3796-3326-11ed-b196-c62bc5605aa5 | InvocationID=610b3aac-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:39:29+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ffa521e-3326-11ed-b196-c62bc5605aa5 | InvocationID=6ffa548a-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:39:29+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ffa521e-3326-11ed-b196-c62bc5605aa5 | InvocationID=6ffa548a-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:39:29+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ffa521e-3326-11ed-b196-c62bc5605aa5 | InvocationID=6ffa548a-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:39:43+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69371606-3326-11ed-b196-c62bc5605aa5 | InvocationID=69371872-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:39:43+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77fbd92e-3326-11ed-b196-c62bc5605aa5 | InvocationID=77fbdb7c-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:39:54+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ffa521e-3326-11ed-b196-c62bc5605aa5 | InvocationID=6ffa548a-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:39:54+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee8501e-3326-11ed-b196-c62bc5605aa5 | InvocationID=7ee8526c-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:39:54+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ee8501e-3326-11ed-b196-c62bc5605aa5 | InvocationID=7ee8526c-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:39:54+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ee8501e-3326-11ed-b196-c62bc5605aa5 | InvocationID=7ee8526c-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:40:08+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77fbd92e-3326-11ed-b196-c62bc5605aa5 | InvocationID=77fbdb7c-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:40:08+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86c1926e-3326-11ed-b196-c62bc5605aa5 | InvocationID=86c193d6-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:40:19+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ee8501e-3326-11ed-b196-c62bc5605aa5 | InvocationID=7ee8526c-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:40:19+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dd60fe4-3326-11ed-b196-c62bc5605aa5 | InvocationID=8dd6121e-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:40:20+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8dd60fe4-3326-11ed-b196-c62bc5605aa5 | InvocationID=8dd6121e-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:40:20+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dd60fe4-3326-11ed-b196-c62bc5605aa5 | InvocationID=8dd6121e-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:40:32+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86c1926e-3326-11ed-b196-c62bc5605aa5 | InvocationID=86c193d6-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:40:32+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9583e162-3326-11ed-b196-c62bc5605aa5 | InvocationID=9583e2fc-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:40:45+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8dd60fe4-3326-11ed-b196-c62bc5605aa5 | InvocationID=8dd6121e-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:40:45+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc4e44e-3326-11ed-b196-c62bc5605aa5 | InvocationID=9cc4e6a6-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:40:45+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9cc4e44e-3326-11ed-b196-c62bc5605aa5 | InvocationID=9cc4e6a6-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:40:45+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc4e44e-3326-11ed-b196-c62bc5605aa5 | InvocationID=9cc4e6a6-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:40:57+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9583e162-3326-11ed-b196-c62bc5605aa5 | InvocationID=9583e2fc-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:40:57+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a446dd4e-3326-11ed-b196-c62bc5605aa5 | InvocationID=a446df9c-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:41:10+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9cc4e44e-3326-11ed-b196-c62bc5605aa5 | InvocationID=9cc4e6a6-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:41:10+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb369f8-3326-11ed-b196-c62bc5605aa5 | InvocationID=abb36c32-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:41:10+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abb369f8-3326-11ed-b196-c62bc5605aa5 | InvocationID=abb36c32-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:41:10+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb369f8-3326-11ed-b196-c62bc5605aa5 | InvocationID=abb36c32-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:41:22+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a446dd4e-3326-11ed-b196-c62bc5605aa5 | InvocationID=a446df9c-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:41:22+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b30bc0d8-3326-11ed-b196-c62bc5605aa5 | InvocationID=b30bc2fe-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:41:35+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abb369f8-3326-11ed-b196-c62bc5605aa5 | InvocationID=abb36c32-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:41:35+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa23b1a-3326-11ed-b196-c62bc5605aa5 | InvocationID=baa23d40-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:41:35+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=baa23b1a-3326-11ed-b196-c62bc5605aa5 | InvocationID=baa23d40-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:41:35+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa23b1a-3326-11ed-b196-c62bc5605aa5 | InvocationID=baa23d40-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:41:47+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b30bc0d8-3326-11ed-b196-c62bc5605aa5 | InvocationID=b30bc2fe-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:41:47+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1d03f0e-3326-11ed-b196-c62bc5605aa5 | InvocationID=c1d040da-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:42:00+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=baa23b1a-3326-11ed-b196-c62bc5605aa5 | InvocationID=baa23d40-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:42:00+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c98f3e2a-3326-11ed-b196-c62bc5605aa5 | InvocationID=c98f40b4-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:42:00+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c98f3e2a-3326-11ed-b196-c62bc5605aa5 | InvocationID=c98f40b4-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:42:00+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c98f3e2a-3326-11ed-b196-c62bc5605aa5 | InvocationID=c98f40b4-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:42:11+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1d03f0e-3326-11ed-b196-c62bc5605aa5 | InvocationID=c1d040da-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:42:11+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d09767e2-3326-11ed-b196-c62bc5605aa5 | InvocationID=d0976a26-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:42:25+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c98f3e2a-3326-11ed-b196-c62bc5605aa5 | InvocationID=c98f40b4-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:42:25+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d87ee4a8-3326-11ed-b196-c62bc5605aa5 | InvocationID=d87ee69c-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:42:25+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d87ee4a8-3326-11ed-b196-c62bc5605aa5 | InvocationID=d87ee69c-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:42:25+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d87ee4a8-3326-11ed-b196-c62bc5605aa5 | InvocationID=d87ee69c-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:42:36+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d09767e2-3326-11ed-b196-c62bc5605aa5 | InvocationID=d0976a26-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:42:36+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df5af744-3326-11ed-b196-c62bc5605aa5 | InvocationID=df5afae6-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:42:50+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d87ee4a8-3326-11ed-b196-c62bc5605aa5 | InvocationID=d87ee69c-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:42:50+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76c4f6e-3326-11ed-b196-c62bc5605aa5 | InvocationID=e76c51f8-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:42:50+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e76c4f6e-3326-11ed-b196-c62bc5605aa5 | InvocationID=e76c51f8-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:42:50+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e76c4f6e-3326-11ed-b196-c62bc5605aa5 | InvocationID=e76c51f8-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:43:01+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df5af744-3326-11ed-b196-c62bc5605aa5 | InvocationID=df5afae6-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:43:01+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee1f55ea-3326-11ed-b196-c62bc5605aa5 | InvocationID=ee1f57ca-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:43:15+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e76c4f6e-3326-11ed-b196-c62bc5605aa5 | InvocationID=e76c51f8-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:43:15+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65b0b96-3326-11ed-b196-c62bc5605aa5 | InvocationID=f65b0d58-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:43:15+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65b0b96-3326-11ed-b196-c62bc5605aa5 | InvocationID=f65b0d58-3326-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:43:15+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65b0b96-3326-11ed-b196-c62bc5605aa5 | InvocationID=f65b0d58-3326-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:43:26+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee1f55ea-3326-11ed-b196-c62bc5605aa5 | InvocationID=ee1f57ca-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:43:26+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fce4850a-3326-11ed-b196-c62bc5605aa5 | InvocationID=fce4873a-3326-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:43:40+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f65b0b96-3326-11ed-b196-c62bc5605aa5 | InvocationID=f65b0d58-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:43:40+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0547b10e-3327-11ed-b196-c62bc5605aa5 | InvocationID=0547b370-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:43:40+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0547b10e-3327-11ed-b196-c62bc5605aa5 | InvocationID=0547b370-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:43:40+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0547b10e-3327-11ed-b196-c62bc5605aa5 | InvocationID=0547b370-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:43:51+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fce4850a-3326-11ed-b196-c62bc5605aa5 | InvocationID=fce4873a-3326-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:43:51+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ba88988-3327-11ed-b196-c62bc5605aa5 | InvocationID=0ba88be0-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:44:05+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0547b10e-3327-11ed-b196-c62bc5605aa5 | InvocationID=0547b370-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:44:05+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1436fd50-3327-11ed-b196-c62bc5605aa5 | InvocationID=1436fefe-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:44:05+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1436fd50-3327-11ed-b196-c62bc5605aa5 | InvocationID=1436fefe-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:44:05+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1436fd50-3327-11ed-b196-c62bc5605aa5 | InvocationID=1436fefe-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:44:15+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ba88988-3327-11ed-b196-c62bc5605aa5 | InvocationID=0ba88be0-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:44:15+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a6c897e-3327-11ed-b196-c62bc5605aa5 | InvocationID=1a6c9284-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:44:30+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1436fd50-3327-11ed-b196-c62bc5605aa5 | InvocationID=1436fefe-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:44:30+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23253908-3327-11ed-b196-c62bc5605aa5 | InvocationID=23253d36-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:44:30+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23253908-3327-11ed-b196-c62bc5605aa5 | InvocationID=23253d36-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:44:30+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23253908-3327-11ed-b196-c62bc5605aa5 | InvocationID=23253d36-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:44:40+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a6c897e-3327-11ed-b196-c62bc5605aa5 | InvocationID=1a6c9284-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:44:40+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=292ec2e2-3327-11ed-b196-c62bc5605aa5 | InvocationID=292ec710-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:44:55+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23253908-3327-11ed-b196-c62bc5605aa5 | InvocationID=23253d36-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:44:55+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3212c0ca-3327-11ed-b196-c62bc5605aa5 | InvocationID=3212c318-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:44:55+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3212c0ca-3327-11ed-b196-c62bc5605aa5 | InvocationID=3212c318-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:44:55+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3212c0ca-3327-11ed-b196-c62bc5605aa5 | InvocationID=3212c318-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:45:05+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=292ec2e2-3327-11ed-b196-c62bc5605aa5 | InvocationID=292ec710-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:45:05+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37f25604-3327-11ed-b196-c62bc5605aa5 | InvocationID=37f259ba-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:45:20+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3212c0ca-3327-11ed-b196-c62bc5605aa5 | InvocationID=3212c318-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:45:20+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4100fcf0-3327-11ed-b196-c62bc5605aa5 | InvocationID=4100ff52-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:45:20+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4100fcf0-3327-11ed-b196-c62bc5605aa5 | InvocationID=4100ff52-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:45:20+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4100fcf0-3327-11ed-b196-c62bc5605aa5 | InvocationID=4100ff52-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:45:30+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37f25604-3327-11ed-b196-c62bc5605aa5 | InvocationID=37f259ba-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:45:30+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46b8de9c-3327-11ed-b196-c62bc5605aa5 | InvocationID=46b8e11c-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:45:45+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4100fcf0-3327-11ed-b196-c62bc5605aa5 | InvocationID=4100ff52-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:45:45+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4feecfda-3327-11ed-b196-c62bc5605aa5 | InvocationID=4feed228-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:45:45+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4feecfda-3327-11ed-b196-c62bc5605aa5 | InvocationID=4feed228-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:45:45+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4feecfda-3327-11ed-b196-c62bc5605aa5 | InvocationID=4feed228-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:45:54+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46b8de9c-3327-11ed-b196-c62bc5605aa5 | InvocationID=46b8e11c-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:45:54+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=557ce158-3327-11ed-b196-c62bc5605aa5 | InvocationID=557ce46e-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:46:10+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4feecfda-3327-11ed-b196-c62bc5605aa5 | InvocationID=4feed228-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:46:10+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee2e8fa-3327-11ed-b196-c62bc5605aa5 | InvocationID=5ee2f778-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:46:10+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ee2e8fa-3327-11ed-b196-c62bc5605aa5 | InvocationID=5ee2f778-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:46:10+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ee2e8fa-3327-11ed-b196-c62bc5605aa5 | InvocationID=5ee2f778-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:46:19+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=557ce158-3327-11ed-b196-c62bc5605aa5 | InvocationID=557ce46e-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:46:19+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6441b06a-3327-11ed-b196-c62bc5605aa5 | InvocationID=6441b2c2-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:46:35+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ee2e8fa-3327-11ed-b196-c62bc5605aa5 | InvocationID=5ee2f778-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:46:35+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd01be4-3327-11ed-b196-c62bc5605aa5 | InvocationID=6dd01e50-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:46:35+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dd01be4-3327-11ed-b196-c62bc5605aa5 | InvocationID=6dd01e50-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:46:35+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd01be4-3327-11ed-b196-c62bc5605aa5 | InvocationID=6dd01e50-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:46:44+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6441b06a-3327-11ed-b196-c62bc5605aa5 | InvocationID=6441b2c2-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:46:44+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=730415f2-3327-11ed-b196-c62bc5605aa5 | InvocationID=730418b8-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:47:00+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6dd01be4-3327-11ed-b196-c62bc5605aa5 | InvocationID=6dd01e50-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:47:00+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbda4f0-3327-11ed-b196-c62bc5605aa5 | InvocationID=7cbda73e-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:47:00+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cbda4f0-3327-11ed-b196-c62bc5605aa5 | InvocationID=7cbda73e-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:47:00+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cbda4f0-3327-11ed-b196-c62bc5605aa5 | InvocationID=7cbda73e-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:47:09+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=730415f2-3327-11ed-b196-c62bc5605aa5 | InvocationID=730418b8-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:47:09+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81ca529a-3327-11ed-b196-c62bc5605aa5 | InvocationID=81ca54f2-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:47:25+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cbda4f0-3327-11ed-b196-c62bc5605aa5 | InvocationID=7cbda73e-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:47:25+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bac0b5a-3327-11ed-b196-c62bc5605aa5 | InvocationID=8bac0dee-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:47:25+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bac0b5a-3327-11ed-b196-c62bc5605aa5 | InvocationID=8bac0dee-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:47:25+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bac0b5a-3327-11ed-b196-c62bc5605aa5 | InvocationID=8bac0dee-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:47:34+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81ca529a-3327-11ed-b196-c62bc5605aa5 | InvocationID=81ca54f2-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:47:34+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=908e4fde-3327-11ed-b196-c62bc5605aa5 | InvocationID=908e5240-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:47:50+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bac0b5a-3327-11ed-b196-c62bc5605aa5 | InvocationID=8bac0dee-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:47:50+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9aeadc-3327-11ed-b196-c62bc5605aa5 | InvocationID=9a9aed98-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:47:50+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a9aeadc-3327-11ed-b196-c62bc5605aa5 | InvocationID=9a9aed98-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:47:50+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9aeadc-3327-11ed-b196-c62bc5605aa5 | InvocationID=9a9aed98-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:47:58+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=908e4fde-3327-11ed-b196-c62bc5605aa5 | InvocationID=908e5240-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:47:58+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f52179e-3327-11ed-b196-c62bc5605aa5 | InvocationID=9f52194c-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:48:15+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a9aeadc-3327-11ed-b196-c62bc5605aa5 | InvocationID=9a9aed98-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:48:15+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a989d3c8-3327-11ed-b196-c62bc5605aa5 | InvocationID=a989d710-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:48:16+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a989d3c8-3327-11ed-b196-c62bc5605aa5 | InvocationID=a989d710-3327-11ed-b196-c62bc5605aa5 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:48:16+0000 | policy_event_thread | 139865473313568 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a989d3c8-3327-11ed-b196-c62bc5605aa5 | InvocationID=a989d710-3327-11ed-b196-c62bc5605aa5 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-09-13T05:48:23+0000 | aai_event_thread | 139865472252704 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f52179e-3327-11ed-b196-c62bc5605aa5 | InvocationID=9f52194c-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF AAI events.
2022-09-13T05:48:23+0000 | aai_event_thread | 139865472252704 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae18ee88-3327-11ed-b196-c62bc5605aa5 | InvocationID=ae18f234-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-09-13T05:48:41+0000 | policy_event_thread | 139865473313568 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a989d3c8-3327-11ed-b196-c62bc5605aa5 | InvocationID=a989d710-3327-11ed-b196-c62bc5605aa5 | Polling MR for XNF activation/deactivation policy response events.
2022-09-13T05:48:41+0000 | policy_event_thread | 139865473313568 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b879061a-3327-11ed-b196-c62bc5605aa5 | InvocationID=b87907f0-3327-11ed-b196-c62bc5605aa5 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-09-13T05:48:41+0000 | policy_event_thread | 139865473313568 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-p