Results

By type

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

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

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 137, in get_from_topic
    response = session.get(f'{topic_url}/{consumer_group}/{consumer_id}'
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 546, in get
    return self.request('GET', url, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 533, in request
    resp = self.send(prep, **send_kwargs)
  File "/opt/lib/python3.9/site-packages/requests/sessions.py", line 646, in send
    r = adapter.send(request, **kwargs)
  File "/opt/lib/python3.9/site-packages/requests/adapters.py", line 516, in send
    raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-25T04:50:58+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d6a3280-5420-11ed-96ac-eaa36b06eb98 | InvocationID=9d6a341a-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: HTTPSConnectionPool(host='message-router', port=3905): Max retries exceeded with url: /events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000 (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused'))
2022-10-25T04:51:18+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9d6a3280-5420-11ed-96ac-eaa36b06eb98 | InvocationID=9d6a341a-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:51:18+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9f8502c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=a9f85202-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:51:18+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9f8502c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=a9f85202-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:51:18+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9f8502c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=a9f85202-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:51:23+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d667a46-5420-11ed-96ac-eaa36b06eb98 | InvocationID=9d667d48-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:51:23+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf068e6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=acf06b02-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:51:23+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf068e6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=acf06b02-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:51:23+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acf068e6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=acf06b02-5420-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:51:38+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9f8502c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=a9f85202-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:51:38+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62487b2-5420-11ed-96ac-eaa36b06eb98 | InvocationID=b6248e88-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:51:39+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b62487b2-5420-11ed-96ac-eaa36b06eb98 | InvocationID=b6248e88-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:51:39+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b62487b2-5420-11ed-96ac-eaa36b06eb98 | InvocationID=b6248e88-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:51:48+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=acf068e6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=acf06b02-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:51:48+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe19582-5420-11ed-96ac-eaa36b06eb98 | InvocationID=bbe197ee-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:51:48+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe19582-5420-11ed-96ac-eaa36b06eb98 | InvocationID=bbe197ee-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:51:48+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe19582-5420-11ed-96ac-eaa36b06eb98 | InvocationID=bbe197ee-5420-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:51:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b62487b2-5420-11ed-96ac-eaa36b06eb98 | InvocationID=b6248e88-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:51:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21f68c0-5420-11ed-96ac-eaa36b06eb98 | InvocationID=c21f6a8c-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:51:59+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c21f68c0-5420-11ed-96ac-eaa36b06eb98 | InvocationID=c21f6a8c-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:51:59+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c21f68c0-5420-11ed-96ac-eaa36b06eb98 | InvocationID=c21f6a8c-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:52:13+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bbe19582-5420-11ed-96ac-eaa36b06eb98 | InvocationID=bbe197ee-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:52:13+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad68552-5420-11ed-96ac-eaa36b06eb98 | InvocationID=cad688a4-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:52:13+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cad68552-5420-11ed-96ac-eaa36b06eb98 | InvocationID=cad688a4-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:52:13+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cad68552-5420-11ed-96ac-eaa36b06eb98 | InvocationID=cad688a4-5420-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:52:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c21f68c0-5420-11ed-96ac-eaa36b06eb98 | InvocationID=c21f6a8c-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:52:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce159438-5420-11ed-96ac-eaa36b06eb98 | InvocationID=ce1595f0-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:52:19+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce159438-5420-11ed-96ac-eaa36b06eb98 | InvocationID=ce1595f0-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:52:19+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce159438-5420-11ed-96ac-eaa36b06eb98 | InvocationID=ce1595f0-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:52:38+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cad68552-5420-11ed-96ac-eaa36b06eb98 | InvocationID=cad688a4-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:52:38+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9d07446-5420-11ed-96ac-eaa36b06eb98 | InvocationID=d9d075f4-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:52:38+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9d07446-5420-11ed-96ac-eaa36b06eb98 | InvocationID=d9d075f4-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:52:38+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9d07446-5420-11ed-96ac-eaa36b06eb98 | InvocationID=d9d075f4-5420-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:52:39+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce159438-5420-11ed-96ac-eaa36b06eb98 | InvocationID=ce1595f0-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:52:39+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da12cf26-5420-11ed-96ac-eaa36b06eb98 | InvocationID=da12d1f6-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:52:39+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da12cf26-5420-11ed-96ac-eaa36b06eb98 | InvocationID=da12d1f6-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:52:39+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da12cf26-5420-11ed-96ac-eaa36b06eb98 | InvocationID=da12d1f6-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:52:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da12cf26-5420-11ed-96ac-eaa36b06eb98 | InvocationID=da12d1f6-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:52:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60d3d0c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e60d418a-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:52:59+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e60d3d0c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e60d418a-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:52:59+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e60d3d0c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e60d418a-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:53:03+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9d07446-5420-11ed-96ac-eaa36b06eb98 | InvocationID=d9d075f4-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:53:03+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8c4d8fc-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e8c4dd7a-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:53:04+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8c4d8fc-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e8c4dd7a-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:53:04+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8c4d8fc-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e8c4dd7a-5420-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:53:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e60d3d0c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e60d418a-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:53:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20b47b6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f20b4c02-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:53:19+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f20b47b6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f20b4c02-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:53:19+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20b47b6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f20b4c02-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:53:29+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8c4d8fc-5420-11ed-96ac-eaa36b06eb98 | InvocationID=e8c4dd7a-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:53:29+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7bb703c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f7bb724e-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:53:29+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7bb703c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f7bb724e-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:53:29+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7bb703c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f7bb724e-5420-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:53:39+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f20b47b6-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f20b4c02-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:53:39+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe00e2ce-5420-11ed-96ac-eaa36b06eb98 | InvocationID=fe00e4cc-5420-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:53:39+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe00e2ce-5420-11ed-96ac-eaa36b06eb98 | InvocationID=fe00e4cc-5420-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:53:39+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe00e2ce-5420-11ed-96ac-eaa36b06eb98 | InvocationID=fe00e4cc-5420-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:53:54+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7bb703c-5420-11ed-96ac-eaa36b06eb98 | InvocationID=f7bb724e-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:53:54+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06acca32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=06accc3a-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:53:54+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06acca32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=06accc3a-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:53:54+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06acca32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=06accc3a-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:53:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe00e2ce-5420-11ed-96ac-eaa36b06eb98 | InvocationID=fe00e4cc-5420-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:53:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f8f35a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=09f8f5b2-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:53:59+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09f8f35a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=09f8f5b2-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:53:59+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f8f35a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=09f8f5b2-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:54:19+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06acca32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=06accc3a-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:54:19+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159c55c6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=159c5774-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:54:19+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=159c55c6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=159c5774-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:54:19+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=159c55c6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=159c5774-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:54:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=09f8f35a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=09f8f5b2-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:54:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f22a32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=15f22be0-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:54:19+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15f22a32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=15f22be0-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:54:19+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f22a32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=15f22be0-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:54:39+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=15f22a32-5421-11ed-96ac-eaa36b06eb98 | InvocationID=15f22be0-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:54:39+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e78be8-5421-11ed-96ac-eaa36b06eb98 | InvocationID=21e78da0-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:54:39+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21e78be8-5421-11ed-96ac-eaa36b06eb98 | InvocationID=21e78da0-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:54:39+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21e78be8-5421-11ed-96ac-eaa36b06eb98 | InvocationID=21e78da0-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:54:44+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=159c55c6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=159c5774-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:54:44+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248c04f0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=248c069e-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:54:44+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248c04f0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=248c069e-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:54:44+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248c04f0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=248c069e-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:54:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=21e78be8-5421-11ed-96ac-eaa36b06eb98 | InvocationID=21e78da0-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:54:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddea7ba-5421-11ed-96ac-eaa36b06eb98 | InvocationID=2ddeab98-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:54:59+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ddea7ba-5421-11ed-96ac-eaa36b06eb98 | InvocationID=2ddeab98-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:54:59+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ddea7ba-5421-11ed-96ac-eaa36b06eb98 | InvocationID=2ddeab98-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:55:09+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248c04f0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=248c069e-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:55:09+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=337dceda-5421-11ed-96ac-eaa36b06eb98 | InvocationID=337dd088-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:55:09+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=337dceda-5421-11ed-96ac-eaa36b06eb98 | InvocationID=337dd088-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:55:09+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=337dceda-5421-11ed-96ac-eaa36b06eb98 | InvocationID=337dd088-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:55:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ddea7ba-5421-11ed-96ac-eaa36b06eb98 | InvocationID=2ddeab98-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:55:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d95010-5421-11ed-96ac-eaa36b06eb98 | InvocationID=39d951be-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:55:20+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39d95010-5421-11ed-96ac-eaa36b06eb98 | InvocationID=39d951be-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:55:20+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39d95010-5421-11ed-96ac-eaa36b06eb98 | InvocationID=39d951be-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:55:34+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=337dceda-5421-11ed-96ac-eaa36b06eb98 | InvocationID=337dd088-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:55:34+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426da53c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=426da78a-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:55:34+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=426da53c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=426da78a-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:55:34+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426da53c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=426da78a-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:55:40+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=39d95010-5421-11ed-96ac-eaa36b06eb98 | InvocationID=39d951be-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:55:40+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ced156-5421-11ed-96ac-eaa36b06eb98 | InvocationID=45ced354-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:55:40+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45ced156-5421-11ed-96ac-eaa36b06eb98 | InvocationID=45ced354-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:55:40+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ced156-5421-11ed-96ac-eaa36b06eb98 | InvocationID=45ced354-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:55:59+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=426da53c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=426da78a-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:55:59+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51613ad6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51613f2c-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:55:59+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51613ad6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51613f2c-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:55:59+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51613ad6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51613f2c-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:56:00+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45ced156-5421-11ed-96ac-eaa36b06eb98 | InvocationID=45ced354-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:56:00+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c3b17a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51c3b3b4-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:56:00+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51c3b17a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51c3b3b4-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:56:00+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c3b17a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51c3b3b4-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:56:20+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51c3b17a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51c3b3b4-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:56:20+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db94e4a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=5db9517e-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:56:20+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5db94e4a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=5db9517e-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:56:20+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5db94e4a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=5db9517e-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:56:24+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51613ad6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=51613f2c-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:56:24+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=605419dc-5421-11ed-96ac-eaa36b06eb98 | InvocationID=60541bda-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:56:24+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=605419dc-5421-11ed-96ac-eaa36b06eb98 | InvocationID=60541bda-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:56:24+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=605419dc-5421-11ed-96ac-eaa36b06eb98 | InvocationID=60541bda-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:56:40+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5db94e4a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=5db9517e-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:56:40+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69af5834-5421-11ed-96ac-eaa36b06eb98 | InvocationID=69af7c56-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:56:40+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69af5834-5421-11ed-96ac-eaa36b06eb98 | InvocationID=69af7c56-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:56:40+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69af5834-5421-11ed-96ac-eaa36b06eb98 | InvocationID=69af7c56-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:56:49+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=605419dc-5421-11ed-96ac-eaa36b06eb98 | InvocationID=60541bda-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:56:49+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f477fc4-5421-11ed-96ac-eaa36b06eb98 | InvocationID=6f478212-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:56:49+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f477fc4-5421-11ed-96ac-eaa36b06eb98 | InvocationID=6f478212-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:56:49+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f477fc4-5421-11ed-96ac-eaa36b06eb98 | InvocationID=6f478212-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:57:00+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=69af5834-5421-11ed-96ac-eaa36b06eb98 | InvocationID=69af7c56-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:57:00+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a5ec3e-5421-11ed-96ac-eaa36b06eb98 | InvocationID=75a5eea0-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:57:00+0000 | aai_event_thread | 139760467962656 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75a5ec3e-5421-11ed-96ac-eaa36b06eb98 | InvocationID=75a5eea0-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:57:00+0000 | aai_event_thread | 139760467962656 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75a5ec3e-5421-11ed-96ac-eaa36b06eb98 | InvocationID=75a5eea0-5421-11ed-96ac-eaa36b06eb98 | Failed to process AAI event due to: 404 Client Error: Not Found for url: https://message-router:3905/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-10-25T04:57:14+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f477fc4-5421-11ed-96ac-eaa36b06eb98 | InvocationID=6f478212-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:57:14+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e387a38-5421-11ed-96ac-eaa36b06eb98 | InvocationID=7e387cea-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:57:14+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e387a38-5421-11ed-96ac-eaa36b06eb98 | InvocationID=7e387cea-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:57:14+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e387a38-5421-11ed-96ac-eaa36b06eb98 | InvocationID=7e387cea-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:57:20+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=75a5ec3e-5421-11ed-96ac-eaa36b06eb98 | InvocationID=75a5eea0-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:57:20+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8199e20c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=8199e45a-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:57:39+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e387a38-5421-11ed-96ac-eaa36b06eb98 | InvocationID=7e387cea-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:57:39+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2d3394-5421-11ed-96ac-eaa36b06eb98 | InvocationID=8d2d363c-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:57:39+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d2d3394-5421-11ed-96ac-eaa36b06eb98 | InvocationID=8d2d363c-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:57:39+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d2d3394-5421-11ed-96ac-eaa36b06eb98 | InvocationID=8d2d363c-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:57:44+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8199e20c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=8199e45a-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:57:44+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90445df0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9044614c-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:58:04+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d2d3394-5421-11ed-96ac-eaa36b06eb98 | InvocationID=8d2d363c-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:58:04+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1e50ea-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9c1e531a-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:58:04+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c1e50ea-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9c1e531a-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:58:04+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c1e50ea-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9c1e531a-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:58:05+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90445df0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9044614c-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:58:05+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c3e758c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9c3e77ee-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:58:25+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c3e758c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9c3e77ee-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:58:25+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a83705ca-5421-11ed-96ac-eaa36b06eb98 | InvocationID=a837091c-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:58:29+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c1e50ea-5421-11ed-96ac-eaa36b06eb98 | InvocationID=9c1e531a-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:58:29+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab0dde54-5421-11ed-96ac-eaa36b06eb98 | InvocationID=ab0de0de-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:58:29+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab0dde54-5421-11ed-96ac-eaa36b06eb98 | InvocationID=ab0de0de-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:58:29+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab0dde54-5421-11ed-96ac-eaa36b06eb98 | InvocationID=ab0de0de-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:58:45+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a83705ca-5421-11ed-96ac-eaa36b06eb98 | InvocationID=a837091c-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:58:45+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b43cc6b6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=b43cc864-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:58:54+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab0dde54-5421-11ed-96ac-eaa36b06eb98 | InvocationID=ab0de0de-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:58:54+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fe635c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=b9fe65be-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:58:55+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9fe635c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=b9fe65be-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:58:55+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9fe635c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=b9fe65be-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:59:05+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b43cc6b6-5421-11ed-96ac-eaa36b06eb98 | InvocationID=b43cc864-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:59:05+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c086ee1a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=c086f0d6-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:59:20+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9fe635c-5421-11ed-96ac-eaa36b06eb98 | InvocationID=b9fe65be-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:59:20+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f17dc2-5421-11ed-96ac-eaa36b06eb98 | InvocationID=c8f17f98-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:59:20+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8f17dc2-5421-11ed-96ac-eaa36b06eb98 | InvocationID=c8f17f98-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:59:20+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8f17dc2-5421-11ed-96ac-eaa36b06eb98 | InvocationID=c8f17f98-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:59:30+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c086ee1a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=c086f0d6-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:59:30+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf4a919a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=cf4a96ea-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T04:59:45+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8f17dc2-5421-11ed-96ac-eaa36b06eb98 | InvocationID=c8f17f98-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T04:59:45+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e017d0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=d7e019f6-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T04:59:45+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7e017d0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=d7e019f6-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:59:45+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e017d0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=d7e019f6-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T04:59:55+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf4a919a-5421-11ed-96ac-eaa36b06eb98 | InvocationID=cf4a96ea-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T04:59:55+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de0fa594-5421-11ed-96ac-eaa36b06eb98 | InvocationID=de0fa742-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:00:10+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7e017d0-5421-11ed-96ac-eaa36b06eb98 | InvocationID=d7e019f6-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:00:10+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6cfd726-5421-11ed-96ac-eaa36b06eb98 | InvocationID=e6cfd8de-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:00:10+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6cfd726-5421-11ed-96ac-eaa36b06eb98 | InvocationID=e6cfd8de-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:00:10+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6cfd726-5421-11ed-96ac-eaa36b06eb98 | InvocationID=e6cfd8de-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:00:20+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de0fa594-5421-11ed-96ac-eaa36b06eb98 | InvocationID=de0fa742-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:00:20+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecd928a2-5421-11ed-96ac-eaa36b06eb98 | InvocationID=ecd92aa0-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:00:35+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6cfd726-5421-11ed-96ac-eaa36b06eb98 | InvocationID=e6cfd8de-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:00:35+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c0a486-5421-11ed-96ac-eaa36b06eb98 | InvocationID=f5c0aab2-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:00:35+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c0a486-5421-11ed-96ac-eaa36b06eb98 | InvocationID=f5c0aab2-5421-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:00:35+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c0a486-5421-11ed-96ac-eaa36b06eb98 | InvocationID=f5c0aab2-5421-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:00:45+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecd928a2-5421-11ed-96ac-eaa36b06eb98 | InvocationID=ecd92aa0-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:00:45+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fba33260-5421-11ed-96ac-eaa36b06eb98 | InvocationID=fba3347c-5421-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:01:00+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c0a486-5421-11ed-96ac-eaa36b06eb98 | InvocationID=f5c0aab2-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:01:00+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b01436-5422-11ed-96ac-eaa36b06eb98 | InvocationID=04b01918-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:01:00+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b01436-5422-11ed-96ac-eaa36b06eb98 | InvocationID=04b01918-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:01:00+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b01436-5422-11ed-96ac-eaa36b06eb98 | InvocationID=04b01918-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:01:09+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fba33260-5421-11ed-96ac-eaa36b06eb98 | InvocationID=fba3347c-5421-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:01:09+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a6c8030-5422-11ed-96ac-eaa36b06eb98 | InvocationID=0a6c8260-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:01:25+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b01436-5422-11ed-96ac-eaa36b06eb98 | InvocationID=04b01918-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:01:25+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a059c4-5422-11ed-96ac-eaa36b06eb98 | InvocationID=13a05bfe-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:01:25+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13a059c4-5422-11ed-96ac-eaa36b06eb98 | InvocationID=13a05bfe-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:01:25+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13a059c4-5422-11ed-96ac-eaa36b06eb98 | InvocationID=13a05bfe-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:01:34+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a6c8030-5422-11ed-96ac-eaa36b06eb98 | InvocationID=0a6c8260-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:01:34+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1935a75e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=1935aa9c-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:01:50+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=13a059c4-5422-11ed-96ac-eaa36b06eb98 | InvocationID=13a05bfe-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:01:50+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2293ab8e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=2293ae2c-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:01:50+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2293ab8e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=2293ae2c-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:01:50+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2293ab8e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=2293ae2c-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:01:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1935a75e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=1935aa9c-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:01:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27fb151c-5422-11ed-96ac-eaa36b06eb98 | InvocationID=27fb1706-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:02:15+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2293ab8e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=2293ae2c-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:02:15+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318638f0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=31863bca-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:02:15+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=318638f0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=31863bca-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:02:15+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=318638f0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=31863bca-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:02:24+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27fb151c-5422-11ed-96ac-eaa36b06eb98 | InvocationID=27fb1706-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:02:24+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36bf3286-5422-11ed-96ac-eaa36b06eb98 | InvocationID=36bf34b6-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:02:40+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=318638f0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=31863bca-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:02:40+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=407ced5e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=407cf01a-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:02:40+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=407ced5e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=407cf01a-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:02:40+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=407ced5e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=407cf01a-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:02:49+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=36bf3286-5422-11ed-96ac-eaa36b06eb98 | InvocationID=36bf34b6-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:02:49+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45844626-5422-11ed-96ac-eaa36b06eb98 | InvocationID=45844810-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:03:05+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=407ced5e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=407cf01a-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:03:05+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6d70d6-5422-11ed-96ac-eaa36b06eb98 | InvocationID=4f6d731a-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:03:05+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f6d70d6-5422-11ed-96ac-eaa36b06eb98 | InvocationID=4f6d731a-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:03:05+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f6d70d6-5422-11ed-96ac-eaa36b06eb98 | InvocationID=4f6d731a-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:03:13+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45844626-5422-11ed-96ac-eaa36b06eb98 | InvocationID=45844810-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:03:13+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=544bfd5c-5422-11ed-96ac-eaa36b06eb98 | InvocationID=544c0004-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:03:30+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f6d70d6-5422-11ed-96ac-eaa36b06eb98 | InvocationID=4f6d731a-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:03:30+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5cb8c2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=5e5cba5c-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:03:30+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e5cb8c2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=5e5cba5c-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:03:30+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5cb8c2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=5e5cba5c-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:03:38+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=544bfd5c-5422-11ed-96ac-eaa36b06eb98 | InvocationID=544c0004-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:03:38+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6311ada0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=6311afda-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:03:55+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e5cb8c2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=5e5cba5c-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:03:55+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4ab758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=6d4aba6e-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:03:55+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d4ab758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=6d4aba6e-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:03:55+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4ab758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=6d4aba6e-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:04:03+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6311ada0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=6311afda-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:04:03+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71d5ac56-5422-11ed-96ac-eaa36b06eb98 | InvocationID=71d5af62-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:04:20+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d4ab758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=6d4aba6e-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:04:20+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3b9386-5422-11ed-96ac-eaa36b06eb98 | InvocationID=7c3b9566-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:04:20+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c3b9386-5422-11ed-96ac-eaa36b06eb98 | InvocationID=7c3b9566-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:04:20+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3b9386-5422-11ed-96ac-eaa36b06eb98 | InvocationID=7c3b9566-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:04:28+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71d5ac56-5422-11ed-96ac-eaa36b06eb98 | InvocationID=71d5af62-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:04:28+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=809d621a-5422-11ed-96ac-eaa36b06eb98 | InvocationID=809d63f0-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:04:45+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c3b9386-5422-11ed-96ac-eaa36b06eb98 | InvocationID=7c3b9566-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:04:45+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b2f92f2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=8b2f95f4-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:04:45+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b2f92f2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=8b2f95f4-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:04:45+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b2f92f2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=8b2f95f4-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:04:52+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=809d621a-5422-11ed-96ac-eaa36b06eb98 | InvocationID=809d63f0-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:04:52+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f686ad8-5422-11ed-96ac-eaa36b06eb98 | InvocationID=8f686d30-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:05:10+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8b2f92f2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=8b2f95f4-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:05:10+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1f5432-5422-11ed-96ac-eaa36b06eb98 | InvocationID=9a1f8cae-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:05:11+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a1f5432-5422-11ed-96ac-eaa36b06eb98 | InvocationID=9a1f8cae-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:05:11+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a1f5432-5422-11ed-96ac-eaa36b06eb98 | InvocationID=9a1f8cae-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:05:17+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f686ad8-5422-11ed-96ac-eaa36b06eb98 | InvocationID=8f686d30-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:05:17+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e2edf02-5422-11ed-96ac-eaa36b06eb98 | InvocationID=9e2ee0e2-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:05:36+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9a1f5432-5422-11ed-96ac-eaa36b06eb98 | InvocationID=9a1f8cae-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:05:36+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90ee976-5422-11ed-96ac-eaa36b06eb98 | InvocationID=a90ef484-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:05:36+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a90ee976-5422-11ed-96ac-eaa36b06eb98 | InvocationID=a90ef484-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:05:36+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a90ee976-5422-11ed-96ac-eaa36b06eb98 | InvocationID=a90ef484-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:05:42+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e2edf02-5422-11ed-96ac-eaa36b06eb98 | InvocationID=9e2ee0e2-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:05:42+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=acf8393e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=acf83ce0-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:06:01+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a90ee976-5422-11ed-96ac-eaa36b06eb98 | InvocationID=a90ef484-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:06:01+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8040286-5422-11ed-96ac-eaa36b06eb98 | InvocationID=b804066e-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:06:01+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8040286-5422-11ed-96ac-eaa36b06eb98 | InvocationID=b804066e-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:06:01+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8040286-5422-11ed-96ac-eaa36b06eb98 | InvocationID=b804066e-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:06:07+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=acf8393e-5422-11ed-96ac-eaa36b06eb98 | InvocationID=acf83ce0-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:06:07+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbbeb7ea-5422-11ed-96ac-eaa36b06eb98 | InvocationID=bbbebb82-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:06:26+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8040286-5422-11ed-96ac-eaa36b06eb98 | InvocationID=b804066e-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:06:26+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f3f6a2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=c6f3f8fa-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:06:26+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6f3f6a2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=c6f3f8fa-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:06:26+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6f3f6a2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=c6f3f8fa-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:06:32+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbbeb7ea-5422-11ed-96ac-eaa36b06eb98 | InvocationID=bbbebb82-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:06:32+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca86ef36-5422-11ed-96ac-eaa36b06eb98 | InvocationID=ca86f120-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:06:51+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6f3f6a2-5422-11ed-96ac-eaa36b06eb98 | InvocationID=c6f3f8fa-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:06:51+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e47bf0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=d5e47dc6-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:06:51+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5e47bf0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=d5e47dc6-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:06:51+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5e47bf0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=d5e47dc6-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:06:56+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca86ef36-5422-11ed-96ac-eaa36b06eb98 | InvocationID=ca86f120-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:06:56+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d94d8d04-5422-11ed-96ac-eaa36b06eb98 | InvocationID=d94d8f84-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:07:16+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d5e47bf0-5422-11ed-96ac-eaa36b06eb98 | InvocationID=d5e47dc6-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:07:16+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d6c758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=e4d6c974-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:07:16+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4d6c758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=e4d6c974-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:07:16+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4d6c758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=e4d6c974-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:07:21+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d94d8d04-5422-11ed-96ac-eaa36b06eb98 | InvocationID=d94d8f84-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:07:21+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e813e7e8-5422-11ed-96ac-eaa36b06eb98 | InvocationID=e813ea04-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:07:41+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4d6c758-5422-11ed-96ac-eaa36b06eb98 | InvocationID=e4d6c974-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:07:41+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3c6f878-5422-11ed-96ac-eaa36b06eb98 | InvocationID=f3c6fa62-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:07:41+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3c6f878-5422-11ed-96ac-eaa36b06eb98 | InvocationID=f3c6fa62-5422-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:07:41+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3c6f878-5422-11ed-96ac-eaa36b06eb98 | InvocationID=f3c6fa62-5422-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:07:46+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e813e7e8-5422-11ed-96ac-eaa36b06eb98 | InvocationID=e813ea04-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:07:46+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d8a854-5422-11ed-96ac-eaa36b06eb98 | InvocationID=f6d8aa34-5422-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:08:06+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f3c6f878-5422-11ed-96ac-eaa36b06eb98 | InvocationID=f3c6fa62-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:08:06+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02b6d2c2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=02b6d4a2-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:08:06+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02b6d2c2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=02b6d4a2-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:08:06+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02b6d2c2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=02b6d4a2-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:08:11+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6d8a854-5422-11ed-96ac-eaa36b06eb98 | InvocationID=f6d8aa34-5422-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:08:11+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05a1f804-5423-11ed-96ac-eaa36b06eb98 | InvocationID=05a1f9ee-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:08:31+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=02b6d2c2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=02b6d4a2-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:08:31+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a5ba78-5423-11ed-96ac-eaa36b06eb98 | InvocationID=11a5bd84-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:08:31+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11a5ba78-5423-11ed-96ac-eaa36b06eb98 | InvocationID=11a5bd84-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:08:31+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11a5ba78-5423-11ed-96ac-eaa36b06eb98 | InvocationID=11a5bd84-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:08:36+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05a1f804-5423-11ed-96ac-eaa36b06eb98 | InvocationID=05a1f9ee-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:08:36+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=146878fe-5423-11ed-96ac-eaa36b06eb98 | InvocationID=14687afc-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:08:56+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11a5ba78-5423-11ed-96ac-eaa36b06eb98 | InvocationID=11a5bd84-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:08:56+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20957dd4-5423-11ed-96ac-eaa36b06eb98 | InvocationID=20957fc8-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:08:56+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20957dd4-5423-11ed-96ac-eaa36b06eb98 | InvocationID=20957fc8-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:08:56+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20957dd4-5423-11ed-96ac-eaa36b06eb98 | InvocationID=20957fc8-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:09:00+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=146878fe-5423-11ed-96ac-eaa36b06eb98 | InvocationID=14687afc-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:09:00+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=232e069c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=232e08e0-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:09:21+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20957dd4-5423-11ed-96ac-eaa36b06eb98 | InvocationID=20957fc8-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:09:21+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f84d628-5423-11ed-96ac-eaa36b06eb98 | InvocationID=2f84d844-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:09:21+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f84d628-5423-11ed-96ac-eaa36b06eb98 | InvocationID=2f84d844-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:09:21+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f84d628-5423-11ed-96ac-eaa36b06eb98 | InvocationID=2f84d844-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:09:25+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=232e069c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=232e08e0-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:09:25+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f49ed4-5423-11ed-96ac-eaa36b06eb98 | InvocationID=31f4a1ae-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:09:46+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f84d628-5423-11ed-96ac-eaa36b06eb98 | InvocationID=2f84d844-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:09:46+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e737e64-5423-11ed-96ac-eaa36b06eb98 | InvocationID=3e7380c6-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:09:46+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e737e64-5423-11ed-96ac-eaa36b06eb98 | InvocationID=3e7380c6-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:09:46+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e737e64-5423-11ed-96ac-eaa36b06eb98 | InvocationID=3e7380c6-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:09:50+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f49ed4-5423-11ed-96ac-eaa36b06eb98 | InvocationID=31f4a1ae-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:09:50+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40be56d0-5423-11ed-96ac-eaa36b06eb98 | InvocationID=40be58e2-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:10:11+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e737e64-5423-11ed-96ac-eaa36b06eb98 | InvocationID=3e7380c6-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:10:11+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d64149c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=4d6416cc-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:10:11+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d64149c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=4d6416cc-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:10:11+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d64149c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=4d6416cc-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:10:15+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40be56d0-5423-11ed-96ac-eaa36b06eb98 | InvocationID=40be58e2-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:10:15+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f82c7be-5423-11ed-96ac-eaa36b06eb98 | InvocationID=4f82cf66-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:10:36+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4d64149c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=4d6416cc-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:10:36+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c5341b2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=5c5343a6-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:10:36+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c5341b2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=5c5343a6-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:10:36+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c5341b2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=5c5343a6-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:10:40+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f82c7be-5423-11ed-96ac-eaa36b06eb98 | InvocationID=4f82cf66-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:10:40+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e4d3c20-5423-11ed-96ac-eaa36b06eb98 | InvocationID=5e4d3ec8-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:11:01+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c5341b2-5423-11ed-96ac-eaa36b06eb98 | InvocationID=5c5343a6-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:11:01+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b424844-5423-11ed-96ac-eaa36b06eb98 | InvocationID=6b424a2e-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:11:01+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b424844-5423-11ed-96ac-eaa36b06eb98 | InvocationID=6b424a2e-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:11:01+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b424844-5423-11ed-96ac-eaa36b06eb98 | InvocationID=6b424a2e-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:11:04+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e4d3c20-5423-11ed-96ac-eaa36b06eb98 | InvocationID=5e4d3ec8-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:11:04+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d139560-5423-11ed-96ac-eaa36b06eb98 | InvocationID=6d1397cc-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:11:26+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b424844-5423-11ed-96ac-eaa36b06eb98 | InvocationID=6b424a2e-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:11:26+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a337116-5423-11ed-96ac-eaa36b06eb98 | InvocationID=7a337602-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:11:26+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a337116-5423-11ed-96ac-eaa36b06eb98 | InvocationID=7a337602-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:11:26+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a337116-5423-11ed-96ac-eaa36b06eb98 | InvocationID=7a337602-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:11:29+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d139560-5423-11ed-96ac-eaa36b06eb98 | InvocationID=6d1397cc-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:11:29+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bd9289e-5423-11ed-96ac-eaa36b06eb98 | InvocationID=7bd92e0c-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:11:51+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a337116-5423-11ed-96ac-eaa36b06eb98 | InvocationID=7a337602-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:11:52+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8927698e-5423-11ed-96ac-eaa36b06eb98 | InvocationID=89276c22-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:11:52+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8927698e-5423-11ed-96ac-eaa36b06eb98 | InvocationID=89276c22-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:11:52+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8927698e-5423-11ed-96ac-eaa36b06eb98 | InvocationID=89276c22-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:11:54+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bd9289e-5423-11ed-96ac-eaa36b06eb98 | InvocationID=7bd92e0c-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:11:54+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a9f8242-5423-11ed-96ac-eaa36b06eb98 | InvocationID=8a9f8436-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:12:17+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8927698e-5423-11ed-96ac-eaa36b06eb98 | InvocationID=89276c22-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:12:17+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98161698-5423-11ed-96ac-eaa36b06eb98 | InvocationID=98161b02-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:12:17+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98161698-5423-11ed-96ac-eaa36b06eb98 | InvocationID=98161b02-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:12:17+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98161698-5423-11ed-96ac-eaa36b06eb98 | InvocationID=98161b02-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:12:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a9f8242-5423-11ed-96ac-eaa36b06eb98 | InvocationID=8a9f8436-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:12:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9965defc-5423-11ed-96ac-eaa36b06eb98 | InvocationID=9965e17c-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:12:42+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98161698-5423-11ed-96ac-eaa36b06eb98 | InvocationID=98161b02-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:12:42+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7072426-5423-11ed-96ac-eaa36b06eb98 | InvocationID=a7072638-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:12:42+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7072426-5423-11ed-96ac-eaa36b06eb98 | InvocationID=a7072638-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:12:42+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7072426-5423-11ed-96ac-eaa36b06eb98 | InvocationID=a7072638-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:12:44+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9965defc-5423-11ed-96ac-eaa36b06eb98 | InvocationID=9965e17c-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:12:44+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a82c2da6-5423-11ed-96ac-eaa36b06eb98 | InvocationID=a82c2fea-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:13:07+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7072426-5423-11ed-96ac-eaa36b06eb98 | InvocationID=a7072638-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:13:07+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f64ca0-5423-11ed-96ac-eaa36b06eb98 | InvocationID=b5f64ea8-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:13:07+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b5f64ca0-5423-11ed-96ac-eaa36b06eb98 | InvocationID=b5f64ea8-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:13:07+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f64ca0-5423-11ed-96ac-eaa36b06eb98 | InvocationID=b5f64ea8-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:13:08+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a82c2da6-5423-11ed-96ac-eaa36b06eb98 | InvocationID=a82c2fea-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:13:08+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6f0f056-5423-11ed-96ac-eaa36b06eb98 | InvocationID=b6f0f254-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:13:32+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b5f64ca0-5423-11ed-96ac-eaa36b06eb98 | InvocationID=b5f64ea8-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:13:32+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e66a9c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=c4e66fba-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:13:32+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4e66a9c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=c4e66fba-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:13:32+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4e66a9c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=c4e66fba-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:13:33+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6f0f056-5423-11ed-96ac-eaa36b06eb98 | InvocationID=b6f0f254-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:13:33+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b7224a-5423-11ed-96ac-eaa36b06eb98 | InvocationID=c5b724c0-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:13:57+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4e66a9c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=c4e66fba-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:13:57+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d52cfa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=d3d52ef8-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:13:57+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3d52cfa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=d3d52ef8-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:13:57+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3d52cfa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=d3d52ef8-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:13:58+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5b7224a-5423-11ed-96ac-eaa36b06eb98 | InvocationID=c5b724c0-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:13:58+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d47c9198-5423-11ed-96ac-eaa36b06eb98 | InvocationID=d47c9418-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:14:22+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3d52cfa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=d3d52ef8-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:14:22+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c523aa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=e2c526b6-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:14:22+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2c523aa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=e2c526b6-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:14:22+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2c523aa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=e2c526b6-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:14:23+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d47c9198-5423-11ed-96ac-eaa36b06eb98 | InvocationID=d47c9418-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:14:23+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e342f73a-5423-11ed-96ac-eaa36b06eb98 | InvocationID=e342f988-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:14:47+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2c523aa-5423-11ed-96ac-eaa36b06eb98 | InvocationID=e2c526b6-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:14:47+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b42226-5423-11ed-96ac-eaa36b06eb98 | InvocationID=f1b4267c-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:14:47+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1b42226-5423-11ed-96ac-eaa36b06eb98 | InvocationID=f1b4267c-5423-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:14:47+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b42226-5423-11ed-96ac-eaa36b06eb98 | InvocationID=f1b4267c-5423-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:14:47+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e342f73a-5423-11ed-96ac-eaa36b06eb98 | InvocationID=e342f988-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:14:47+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f208c40c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=f208ce84-5423-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:15:12+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1b42226-5423-11ed-96ac-eaa36b06eb98 | InvocationID=f1b4267c-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:15:12+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a3d8a8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=00a3db6e-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:15:12+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00a3d8a8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=00a3db6e-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:15:12+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00a3d8a8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=00a3db6e-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:15:12+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f208c40c-5423-11ed-96ac-eaa36b06eb98 | InvocationID=f208ce84-5423-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:15:12+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00cdcd70-5424-11ed-96ac-eaa36b06eb98 | InvocationID=00cdcf6e-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:15:37+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00a3d8a8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=00a3db6e-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:15:37+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f926ae6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=0f927306-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:15:37+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=00cdcd70-5424-11ed-96ac-eaa36b06eb98 | InvocationID=00cdcf6e-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:15:37+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f950f12-5424-11ed-96ac-eaa36b06eb98 | InvocationID=0f951066-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:15:37+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f926ae6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=0f927306-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:15:37+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f926ae6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=0f927306-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:16:02+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f950f12-5424-11ed-96ac-eaa36b06eb98 | InvocationID=0f951066-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:16:02+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e5d414a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=1e5d4320-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:16:02+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f926ae6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=0f927306-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:16:02+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e87aafc-5424-11ed-96ac-eaa36b06eb98 | InvocationID=1e87acdc-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:16:02+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e87aafc-5424-11ed-96ac-eaa36b06eb98 | InvocationID=1e87acdc-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:16:02+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e87aafc-5424-11ed-96ac-eaa36b06eb98 | InvocationID=1e87acdc-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:16:27+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e5d414a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=1e5d4320-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:16:27+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d222cb8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=2d222ea2-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:16:27+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e87aafc-5424-11ed-96ac-eaa36b06eb98 | InvocationID=1e87acdc-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:16:27+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d76316e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=2d763380-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:16:27+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d76316e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=2d763380-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:16:27+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d76316e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=2d763380-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:16:51+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d222cb8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=2d222ea2-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:16:51+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3be9a0d2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=3be9a33e-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:16:52+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d76316e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=2d763380-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:16:52+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c660b22-5424-11ed-96ac-eaa36b06eb98 | InvocationID=3c660d0c-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:16:52+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c660b22-5424-11ed-96ac-eaa36b06eb98 | InvocationID=3c660d0c-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:16:52+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c660b22-5424-11ed-96ac-eaa36b06eb98 | InvocationID=3c660d0c-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:17:16+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3be9a0d2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=3be9a33e-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:17:16+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aaf8a0a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=4aaf8f32-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:17:17+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c660b22-5424-11ed-96ac-eaa36b06eb98 | InvocationID=3c660d0c-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:17:17+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b55bcea-5424-11ed-96ac-eaa36b06eb98 | InvocationID=4b55bee8-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:17:17+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b55bcea-5424-11ed-96ac-eaa36b06eb98 | InvocationID=4b55bee8-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:17:17+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b55bcea-5424-11ed-96ac-eaa36b06eb98 | InvocationID=4b55bee8-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:17:41+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4aaf8a0a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=4aaf8f32-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:17:41+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=597313ea-5424-11ed-96ac-eaa36b06eb98 | InvocationID=597316a6-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:17:42+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b55bcea-5424-11ed-96ac-eaa36b06eb98 | InvocationID=4b55bee8-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:17:42+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a449fbe-5424-11ed-96ac-eaa36b06eb98 | InvocationID=5a44a1d0-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:17:42+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a449fbe-5424-11ed-96ac-eaa36b06eb98 | InvocationID=5a44a1d0-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:17:42+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a449fbe-5424-11ed-96ac-eaa36b06eb98 | InvocationID=5a44a1d0-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:18:06+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=597313ea-5424-11ed-96ac-eaa36b06eb98 | InvocationID=597316a6-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:18:06+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6837e3a6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=6837e586-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:18:07+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a449fbe-5424-11ed-96ac-eaa36b06eb98 | InvocationID=5a44a1d0-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:18:07+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6934e9f2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=6934ec40-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:18:07+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6934e9f2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=6934ec40-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:18:07+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6934e9f2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=6934ec40-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:18:31+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6837e3a6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=6837e586-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:18:31+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76fce44a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=76fce6a2-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:18:32+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6934e9f2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=6934ec40-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:18:32+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78259588-5424-11ed-96ac-eaa36b06eb98 | InvocationID=78259876-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:18:33+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78259588-5424-11ed-96ac-eaa36b06eb98 | InvocationID=78259876-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:18:33+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78259588-5424-11ed-96ac-eaa36b06eb98 | InvocationID=78259876-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:18:55+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76fce44a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=76fce6a2-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:18:55+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85c2f7e4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=85c2f9ce-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:18:58+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78259588-5424-11ed-96ac-eaa36b06eb98 | InvocationID=78259876-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:18:58+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8716ea88-5424-11ed-96ac-eaa36b06eb98 | InvocationID=8716ecb8-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:18:58+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8716ea88-5424-11ed-96ac-eaa36b06eb98 | InvocationID=8716ecb8-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:18:58+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8716ea88-5424-11ed-96ac-eaa36b06eb98 | InvocationID=8716ecb8-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:19:20+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85c2f7e4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=85c2f9ce-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:19:20+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94879640-5424-11ed-96ac-eaa36b06eb98 | InvocationID=9487985c-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:19:23+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8716ea88-5424-11ed-96ac-eaa36b06eb98 | InvocationID=8716ecb8-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:19:23+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96061ee2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=960620f4-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:19:23+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96061ee2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=960620f4-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:19:23+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96061ee2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=960620f4-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:19:45+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94879640-5424-11ed-96ac-eaa36b06eb98 | InvocationID=9487985c-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:19:45+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a34cf5f8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=a34cf828-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:19:48+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96061ee2-5424-11ed-96ac-eaa36b06eb98 | InvocationID=960620f4-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:19:48+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f471ce-5424-11ed-96ac-eaa36b06eb98 | InvocationID=a4f4737c-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:19:48+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4f471ce-5424-11ed-96ac-eaa36b06eb98 | InvocationID=a4f4737c-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:19:48+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4f471ce-5424-11ed-96ac-eaa36b06eb98 | InvocationID=a4f4737c-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:20:10+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a34cf5f8-5424-11ed-96ac-eaa36b06eb98 | InvocationID=a34cf828-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:20:10+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2114166-5424-11ed-96ac-eaa36b06eb98 | InvocationID=b211456c-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:20:13+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4f471ce-5424-11ed-96ac-eaa36b06eb98 | InvocationID=a4f4737c-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:20:13+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e3790a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=b3e37c20-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:20:13+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3e3790a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=b3e37c20-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:20:13+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3e3790a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=b3e37c20-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:20:34+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2114166-5424-11ed-96ac-eaa36b06eb98 | InvocationID=b211456c-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:20:34+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0dc12d4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=c0dc2120-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:20:38+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3e3790a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=b3e37c20-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:20:38+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2d57e04-5424-11ed-96ac-eaa36b06eb98 | InvocationID=c2d58034-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:20:38+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c2d57e04-5424-11ed-96ac-eaa36b06eb98 | InvocationID=c2d58034-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:20:38+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2d57e04-5424-11ed-96ac-eaa36b06eb98 | InvocationID=c2d58034-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:20:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0dc12d4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=c0dc2120-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:20:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfa16ac6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=cfa16d00-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:21:03+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c2d57e04-5424-11ed-96ac-eaa36b06eb98 | InvocationID=c2d58034-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:21:03+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c6b8ba-5424-11ed-96ac-eaa36b06eb98 | InvocationID=d1c6bafe-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:21:03+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1c6b8ba-5424-11ed-96ac-eaa36b06eb98 | InvocationID=d1c6bafe-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:21:03+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1c6b8ba-5424-11ed-96ac-eaa36b06eb98 | InvocationID=d1c6bafe-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:21:24+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfa16ac6-5424-11ed-96ac-eaa36b06eb98 | InvocationID=cfa16d00-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:21:24+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de666002-5424-11ed-96ac-eaa36b06eb98 | InvocationID=de66623c-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:21:28+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d1c6b8ba-5424-11ed-96ac-eaa36b06eb98 | InvocationID=d1c6bafe-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:21:28+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0b81f9e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=e0b8219c-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:21:28+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0b81f9e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=e0b8219c-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:21:28+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0b81f9e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=e0b8219c-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:21:49+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de666002-5424-11ed-96ac-eaa36b06eb98 | InvocationID=de66623c-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:21:49+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed2f216e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=ed2f2380-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:21:53+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0b81f9e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=e0b8219c-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:21:53+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efa96ae4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=efa96cf6-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:21:53+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efa96ae4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=efa96cf6-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:21:53+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efa96ae4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=efa96cf6-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:22:14+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed2f216e-5424-11ed-96ac-eaa36b06eb98 | InvocationID=ed2f2380-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:22:14+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbfab14a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=fbfab348-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:22:18+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efa96ae4-5424-11ed-96ac-eaa36b06eb98 | InvocationID=efa96cf6-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:22:18+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe977a50-5424-11ed-96ac-eaa36b06eb98 | InvocationID=fe977c58-5424-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:22:18+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe977a50-5424-11ed-96ac-eaa36b06eb98 | InvocationID=fe977c58-5424-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:22:18+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe977a50-5424-11ed-96ac-eaa36b06eb98 | InvocationID=fe977c58-5424-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:22:38+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fbfab14a-5424-11ed-96ac-eaa36b06eb98 | InvocationID=fbfab348-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:22:38+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0abf299a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=0abf2c7e-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:22:43+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe977a50-5424-11ed-96ac-eaa36b06eb98 | InvocationID=fe977c58-5424-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:22:43+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d869294-5425-11ed-96ac-eaa36b06eb98 | InvocationID=0d8694ce-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:22:43+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d869294-5425-11ed-96ac-eaa36b06eb98 | InvocationID=0d8694ce-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:22:43+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d869294-5425-11ed-96ac-eaa36b06eb98 | InvocationID=0d8694ce-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:23:03+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0abf299a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=0abf2c7e-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:23:03+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1983bc8e-5425-11ed-96ac-eaa36b06eb98 | InvocationID=1983bf0e-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:23:08+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d869294-5425-11ed-96ac-eaa36b06eb98 | InvocationID=0d8694ce-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:23:08+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c74a3a4-5425-11ed-96ac-eaa36b06eb98 | InvocationID=1c74adc2-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:23:08+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c74a3a4-5425-11ed-96ac-eaa36b06eb98 | InvocationID=1c74adc2-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:23:08+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c74a3a4-5425-11ed-96ac-eaa36b06eb98 | InvocationID=1c74adc2-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:23:28+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1983bc8e-5425-11ed-96ac-eaa36b06eb98 | InvocationID=1983bf0e-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:23:28+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28497ae2-5425-11ed-96ac-eaa36b06eb98 | InvocationID=28497dda-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:23:33+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c74a3a4-5425-11ed-96ac-eaa36b06eb98 | InvocationID=1c74adc2-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:23:33+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b63b828-5425-11ed-96ac-eaa36b06eb98 | InvocationID=2b63ba1c-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:23:33+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b63b828-5425-11ed-96ac-eaa36b06eb98 | InvocationID=2b63ba1c-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:23:33+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b63b828-5425-11ed-96ac-eaa36b06eb98 | InvocationID=2b63ba1c-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:23:53+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28497ae2-5425-11ed-96ac-eaa36b06eb98 | InvocationID=28497dda-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:23:53+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=370e5b4c-5425-11ed-96ac-eaa36b06eb98 | InvocationID=370e60c4-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:23:58+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b63b828-5425-11ed-96ac-eaa36b06eb98 | InvocationID=2b63ba1c-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:23:58+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a548b50-5425-11ed-96ac-eaa36b06eb98 | InvocationID=3a548d3a-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:23:58+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a548b50-5425-11ed-96ac-eaa36b06eb98 | InvocationID=3a548d3a-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:23:58+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a548b50-5425-11ed-96ac-eaa36b06eb98 | InvocationID=3a548d3a-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:24:18+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=370e5b4c-5425-11ed-96ac-eaa36b06eb98 | InvocationID=370e60c4-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:24:18+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d3d076-5425-11ed-96ac-eaa36b06eb98 | InvocationID=45d3d4e0-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:24:23+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a548b50-5425-11ed-96ac-eaa36b06eb98 | InvocationID=3a548d3a-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:24:23+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4942fbf6-5425-11ed-96ac-eaa36b06eb98 | InvocationID=4942fdf4-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:24:23+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4942fbf6-5425-11ed-96ac-eaa36b06eb98 | InvocationID=4942fdf4-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:24:23+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4942fbf6-5425-11ed-96ac-eaa36b06eb98 | InvocationID=4942fdf4-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:24:42+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45d3d076-5425-11ed-96ac-eaa36b06eb98 | InvocationID=45d3d4e0-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:24:42+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5498fbb8-5425-11ed-96ac-eaa36b06eb98 | InvocationID=54990072-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:24:48+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4942fbf6-5425-11ed-96ac-eaa36b06eb98 | InvocationID=4942fdf4-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:24:48+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58313c90-5425-11ed-96ac-eaa36b06eb98 | InvocationID=58313f56-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:24:48+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=58313c90-5425-11ed-96ac-eaa36b06eb98 | InvocationID=58313f56-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:24:48+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58313c90-5425-11ed-96ac-eaa36b06eb98 | InvocationID=58313f56-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:25:07+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5498fbb8-5425-11ed-96ac-eaa36b06eb98 | InvocationID=54990072-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:25:07+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635e10e8-5425-11ed-96ac-eaa36b06eb98 | InvocationID=635e16f6-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:25:13+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=58313c90-5425-11ed-96ac-eaa36b06eb98 | InvocationID=58313f56-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:25:13+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67203c74-5425-11ed-96ac-eaa36b06eb98 | InvocationID=67204066-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:25:13+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67203c74-5425-11ed-96ac-eaa36b06eb98 | InvocationID=67204066-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:25:13+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67203c74-5425-11ed-96ac-eaa36b06eb98 | InvocationID=67204066-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:25:32+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=635e10e8-5425-11ed-96ac-eaa36b06eb98 | InvocationID=635e16f6-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:25:32+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=722493d6-5425-11ed-96ac-eaa36b06eb98 | InvocationID=72249656-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:25:38+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=67203c74-5425-11ed-96ac-eaa36b06eb98 | InvocationID=67204066-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:25:38+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761038ba-5425-11ed-96ac-eaa36b06eb98 | InvocationID=76103bd0-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:25:39+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=761038ba-5425-11ed-96ac-eaa36b06eb98 | InvocationID=76103bd0-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:25:39+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761038ba-5425-11ed-96ac-eaa36b06eb98 | InvocationID=76103bd0-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:25:57+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=722493d6-5425-11ed-96ac-eaa36b06eb98 | InvocationID=72249656-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:25:57+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e87022-5425-11ed-96ac-eaa36b06eb98 | InvocationID=80e877f2-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:26:04+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=761038ba-5425-11ed-96ac-eaa36b06eb98 | InvocationID=76103bd0-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:26:04+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85017b86-5425-11ed-96ac-eaa36b06eb98 | InvocationID=85017d7a-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:26:04+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85017b86-5425-11ed-96ac-eaa36b06eb98 | InvocationID=85017d7a-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:26:04+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85017b86-5425-11ed-96ac-eaa36b06eb98 | InvocationID=85017d7a-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:26:21+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80e87022-5425-11ed-96ac-eaa36b06eb98 | InvocationID=80e877f2-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:26:21+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fae5c7a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=8fae60d0-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:26:29+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85017b86-5425-11ed-96ac-eaa36b06eb98 | InvocationID=85017d7a-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:26:29+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f0581a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=93f05a18-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:26:29+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93f0581a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=93f05a18-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:26:29+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f0581a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=93f05a18-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:26:46+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fae5c7a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=8fae60d0-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:26:46+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e73468a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=9e73487e-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:26:54+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93f0581a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=93f05a18-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:26:54+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2df4a84-5425-11ed-96ac-eaa36b06eb98 | InvocationID=a2df4c8c-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:26:54+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2df4a84-5425-11ed-96ac-eaa36b06eb98 | InvocationID=a2df4c8c-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:26:54+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2df4a84-5425-11ed-96ac-eaa36b06eb98 | InvocationID=a2df4c8c-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:27:11+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e73468a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=9e73487e-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:27:11+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad395a38-5425-11ed-96ac-eaa36b06eb98 | InvocationID=ad395c68-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:27:19+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2df4a84-5425-11ed-96ac-eaa36b06eb98 | InvocationID=a2df4c8c-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:27:19+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1cdc5fc-5425-11ed-96ac-eaa36b06eb98 | InvocationID=b1cdc80e-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:27:19+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1cdc5fc-5425-11ed-96ac-eaa36b06eb98 | InvocationID=b1cdc80e-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:27:19+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1cdc5fc-5425-11ed-96ac-eaa36b06eb98 | InvocationID=b1cdc80e-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:27:36+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad395a38-5425-11ed-96ac-eaa36b06eb98 | InvocationID=ad395c68-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:27:36+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbfecad0-5425-11ed-96ac-eaa36b06eb98 | InvocationID=bbfecd46-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:27:44+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1cdc5fc-5425-11ed-96ac-eaa36b06eb98 | InvocationID=b1cdc80e-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:27:44+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0bd127a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=c0bd146e-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:27:44+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0bd127a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=c0bd146e-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:27:44+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0bd127a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=c0bd146e-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:28:01+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbfecad0-5425-11ed-96ac-eaa36b06eb98 | InvocationID=bbfecd46-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:28:01+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cac4abac-5425-11ed-96ac-eaa36b06eb98 | InvocationID=cac4b728-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:28:09+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0bd127a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=c0bd146e-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:28:09+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfac67fe-5425-11ed-96ac-eaa36b06eb98 | InvocationID=cfac6a38-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:28:09+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfac67fe-5425-11ed-96ac-eaa36b06eb98 | InvocationID=cfac6a38-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:28:09+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfac67fe-5425-11ed-96ac-eaa36b06eb98 | InvocationID=cfac6a38-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:28:25+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cac4abac-5425-11ed-96ac-eaa36b06eb98 | InvocationID=cac4b728-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:28:25+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d989b434-5425-11ed-96ac-eaa36b06eb98 | InvocationID=d989b628-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:28:34+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfac67fe-5425-11ed-96ac-eaa36b06eb98 | InvocationID=cfac6a38-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:28:34+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de9abc34-5425-11ed-96ac-eaa36b06eb98 | InvocationID=de9abef0-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:28:34+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de9abc34-5425-11ed-96ac-eaa36b06eb98 | InvocationID=de9abef0-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:28:34+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de9abc34-5425-11ed-96ac-eaa36b06eb98 | InvocationID=de9abef0-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:28:50+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d989b434-5425-11ed-96ac-eaa36b06eb98 | InvocationID=d989b628-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:28:50+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e85062d8-5425-11ed-96ac-eaa36b06eb98 | InvocationID=e85069ae-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:28:59+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de9abc34-5425-11ed-96ac-eaa36b06eb98 | InvocationID=de9abef0-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:28:59+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed8a835a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=ed8a86ac-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:28:59+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed8a835a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=ed8a86ac-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:28:59+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed8a835a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=ed8a86ac-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:29:15+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e85062d8-5425-11ed-96ac-eaa36b06eb98 | InvocationID=e85069ae-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:29:15+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7169b8e-5425-11ed-96ac-eaa36b06eb98 | InvocationID=f7169e36-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:29:24+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed8a835a-5425-11ed-96ac-eaa36b06eb98 | InvocationID=ed8a86ac-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:29:24+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc79cb14-5425-11ed-96ac-eaa36b06eb98 | InvocationID=fc79cd94-5425-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:29:24+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc79cb14-5425-11ed-96ac-eaa36b06eb98 | InvocationID=fc79cd94-5425-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:29:24+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc79cb14-5425-11ed-96ac-eaa36b06eb98 | InvocationID=fc79cd94-5425-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:29:40+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7169b8e-5425-11ed-96ac-eaa36b06eb98 | InvocationID=f7169e36-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:29:40+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05dc506e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=05dc5ab4-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:29:49+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc79cb14-5425-11ed-96ac-eaa36b06eb98 | InvocationID=fc79cd94-5425-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:29:49+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6961d4-5426-11ed-96ac-eaa36b06eb98 | InvocationID=0b696706-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:29:49+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6961d4-5426-11ed-96ac-eaa36b06eb98 | InvocationID=0b696706-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:29:49+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b6961d4-5426-11ed-96ac-eaa36b06eb98 | InvocationID=0b696706-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:30:04+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05dc506e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=05dc5ab4-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:30:04+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14a1c1ec-5426-11ed-96ac-eaa36b06eb98 | InvocationID=14a1c46c-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:30:14+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b6961d4-5426-11ed-96ac-eaa36b06eb98 | InvocationID=0b696706-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:30:14+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a58cd6a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=1a58d03a-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:30:14+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a58cd6a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=1a58d03a-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:30:14+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a58cd6a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=1a58d03a-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:30:29+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14a1c1ec-5426-11ed-96ac-eaa36b06eb98 | InvocationID=14a1c46c-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:30:29+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=236d9804-5426-11ed-96ac-eaa36b06eb98 | InvocationID=236d9aa2-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:30:39+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a58cd6a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=1a58d03a-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:30:39+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=294b7d68-5426-11ed-96ac-eaa36b06eb98 | InvocationID=294b7f52-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:30:39+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=294b7d68-5426-11ed-96ac-eaa36b06eb98 | InvocationID=294b7f52-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:30:39+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=294b7d68-5426-11ed-96ac-eaa36b06eb98 | InvocationID=294b7f52-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:30:54+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=236d9804-5426-11ed-96ac-eaa36b06eb98 | InvocationID=236d9aa2-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:30:54+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3232a762-5426-11ed-96ac-eaa36b06eb98 | InvocationID=3232a94c-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:31:04+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=294b7d68-5426-11ed-96ac-eaa36b06eb98 | InvocationID=294b7f52-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:31:04+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383c2494-5426-11ed-96ac-eaa36b06eb98 | InvocationID=383c2660-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:31:04+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=383c2494-5426-11ed-96ac-eaa36b06eb98 | InvocationID=383c2660-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:31:04+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=383c2494-5426-11ed-96ac-eaa36b06eb98 | InvocationID=383c2660-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:31:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3232a762-5426-11ed-96ac-eaa36b06eb98 | InvocationID=3232a94c-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:31:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40f72110-5426-11ed-96ac-eaa36b06eb98 | InvocationID=40f72b7e-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:31:29+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=383c2494-5426-11ed-96ac-eaa36b06eb98 | InvocationID=383c2660-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:31:29+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472a9ba2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=472a9dbe-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:31:29+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=472a9ba2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=472a9dbe-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:31:29+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=472a9ba2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=472a9dbe-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:31:44+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40f72110-5426-11ed-96ac-eaa36b06eb98 | InvocationID=40f72b7e-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:31:44+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fbbd402-5426-11ed-96ac-eaa36b06eb98 | InvocationID=4fbbd5ce-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:31:54+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=472a9ba2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=472a9dbe-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:31:54+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=561e6bf2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=561e6ea4-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:31:54+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=561e6bf2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=561e6ea4-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:31:54+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=561e6bf2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=561e6ea4-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:32:08+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fbbd402-5426-11ed-96ac-eaa36b06eb98 | InvocationID=4fbbd5ce-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:32:08+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e82b5b4-5426-11ed-96ac-eaa36b06eb98 | InvocationID=5e82b776-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:32:19+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=561e6bf2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=561e6ea4-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:32:19+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650dcd74-5426-11ed-96ac-eaa36b06eb98 | InvocationID=650dcf86-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:32:19+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=650dcd74-5426-11ed-96ac-eaa36b06eb98 | InvocationID=650dcf86-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:32:19+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=650dcd74-5426-11ed-96ac-eaa36b06eb98 | InvocationID=650dcf86-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:32:33+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e82b5b4-5426-11ed-96ac-eaa36b06eb98 | InvocationID=5e82b776-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:32:33+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d46f27c-5426-11ed-96ac-eaa36b06eb98 | InvocationID=6d46f448-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:32:44+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=650dcd74-5426-11ed-96ac-eaa36b06eb98 | InvocationID=650dcf86-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:32:44+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73fb66c0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=73fb68dc-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:32:45+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73fb66c0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=73fb68dc-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:32:45+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73fb66c0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=73fb68dc-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:32:58+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d46f27c-5426-11ed-96ac-eaa36b06eb98 | InvocationID=6d46f448-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:32:58+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c0bfff0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=7c0c0252-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:33:10+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73fb66c0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=73fb68dc-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:33:10+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82ea0718-5426-11ed-96ac-eaa36b06eb98 | InvocationID=82ea08e4-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:33:10+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82ea0718-5426-11ed-96ac-eaa36b06eb98 | InvocationID=82ea08e4-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:33:10+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82ea0718-5426-11ed-96ac-eaa36b06eb98 | InvocationID=82ea08e4-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:33:23+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c0bfff0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=7c0c0252-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:33:23+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8ad07552-5426-11ed-96ac-eaa36b06eb98 | InvocationID=8ad08a9c-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:33:35+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82ea0718-5426-11ed-96ac-eaa36b06eb98 | InvocationID=82ea08e4-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:33:35+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91d82c14-5426-11ed-96ac-eaa36b06eb98 | InvocationID=91d82e4e-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:33:35+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91d82c14-5426-11ed-96ac-eaa36b06eb98 | InvocationID=91d82e4e-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:33:35+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91d82c14-5426-11ed-96ac-eaa36b06eb98 | InvocationID=91d82e4e-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:33:48+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8ad07552-5426-11ed-96ac-eaa36b06eb98 | InvocationID=8ad08a9c-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:33:48+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99956eb2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=99957592-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:34:00+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91d82c14-5426-11ed-96ac-eaa36b06eb98 | InvocationID=91d82e4e-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:34:00+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0c5d604-5426-11ed-96ac-eaa36b06eb98 | InvocationID=a0c5d87a-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:34:00+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0c5d604-5426-11ed-96ac-eaa36b06eb98 | InvocationID=a0c5d87a-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:34:00+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0c5d604-5426-11ed-96ac-eaa36b06eb98 | InvocationID=a0c5d87a-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:34:12+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99956eb2-5426-11ed-96ac-eaa36b06eb98 | InvocationID=99957592-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:34:12+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a85b7982-5426-11ed-96ac-eaa36b06eb98 | InvocationID=a85b7c48-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:34:25+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0c5d604-5426-11ed-96ac-eaa36b06eb98 | InvocationID=a0c5d87a-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:34:25+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb3dad0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=afb3dd6e-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:34:25+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afb3dad0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=afb3dd6e-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:34:25+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afb3dad0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=afb3dd6e-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:34:37+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a85b7982-5426-11ed-96ac-eaa36b06eb98 | InvocationID=a85b7c48-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:34:37+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b725f0dc-5426-11ed-96ac-eaa36b06eb98 | InvocationID=b725f33e-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:34:50+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afb3dad0-5426-11ed-96ac-eaa36b06eb98 | InvocationID=afb3dd6e-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:34:50+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bea2b084-5426-11ed-96ac-eaa36b06eb98 | InvocationID=bea2b264-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:34:50+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bea2b084-5426-11ed-96ac-eaa36b06eb98 | InvocationID=bea2b264-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:34:50+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bea2b084-5426-11ed-96ac-eaa36b06eb98 | InvocationID=bea2b264-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:35:02+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b725f0dc-5426-11ed-96ac-eaa36b06eb98 | InvocationID=b725f33e-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:35:02+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5f6cb04-5426-11ed-96ac-eaa36b06eb98 | InvocationID=c5f6ccf8-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:35:15+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bea2b084-5426-11ed-96ac-eaa36b06eb98 | InvocationID=bea2b264-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:35:15+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd92131e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=cd921558-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:35:15+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd92131e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=cd921558-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:35:15+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd92131e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=cd921558-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:35:27+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5f6cb04-5426-11ed-96ac-eaa36b06eb98 | InvocationID=c5f6ccf8-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:35:27+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4c05402-5426-11ed-96ac-eaa36b06eb98 | InvocationID=d4c056f0-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:35:40+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd92131e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=cd921558-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:35:40+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc87434e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=dc874600-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:35:40+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc87434e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=dc874600-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:35:40+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc87434e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=dc874600-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:35:52+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4c05402-5426-11ed-96ac-eaa36b06eb98 | InvocationID=d4c056f0-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:35:52+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e387a512-5426-11ed-96ac-eaa36b06eb98 | InvocationID=e387a7e2-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:36:05+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc87434e-5426-11ed-96ac-eaa36b06eb98 | InvocationID=dc874600-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:36:05+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb77d99a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=eb77db8e-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:36:05+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb77d99a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=eb77db8e-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:36:05+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb77d99a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=eb77db8e-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:36:16+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e387a512-5426-11ed-96ac-eaa36b06eb98 | InvocationID=e387a7e2-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:36:16+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f24c654c-5426-11ed-96ac-eaa36b06eb98 | InvocationID=f24c67d6-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:36:30+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb77d99a-5426-11ed-96ac-eaa36b06eb98 | InvocationID=eb77db8e-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:36:30+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa661318-5426-11ed-96ac-eaa36b06eb98 | InvocationID=fa662074-5426-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:36:30+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa661318-5426-11ed-96ac-eaa36b06eb98 | InvocationID=fa662074-5426-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:36:30+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa661318-5426-11ed-96ac-eaa36b06eb98 | InvocationID=fa662074-5426-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:36:41+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f24c654c-5426-11ed-96ac-eaa36b06eb98 | InvocationID=f24c67d6-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:36:41+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01104fe4-5427-11ed-96ac-eaa36b06eb98 | InvocationID=011052dc-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:36:55+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa661318-5426-11ed-96ac-eaa36b06eb98 | InvocationID=fa662074-5426-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:36:55+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09548b66-5427-11ed-96ac-eaa36b06eb98 | InvocationID=09548d8c-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:36:55+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09548b66-5427-11ed-96ac-eaa36b06eb98 | InvocationID=09548d8c-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:36:55+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09548b66-5427-11ed-96ac-eaa36b06eb98 | InvocationID=09548d8c-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:37:06+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01104fe4-5427-11ed-96ac-eaa36b06eb98 | InvocationID=011052dc-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:37:06+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fd4f2d2-5427-11ed-96ac-eaa36b06eb98 | InvocationID=0fd4f52a-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:37:20+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09548b66-5427-11ed-96ac-eaa36b06eb98 | InvocationID=09548d8c-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:37:20+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1844618c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=18446bb4-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:37:20+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1844618c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=18446bb4-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:37:20+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1844618c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=18446bb4-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:37:31+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fd4f2d2-5427-11ed-96ac-eaa36b06eb98 | InvocationID=0fd4f52a-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:37:31+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e9a8bc4-5427-11ed-96ac-eaa36b06eb98 | InvocationID=1e9a8e76-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:37:45+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1844618c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=18446bb4-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:37:45+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27338aec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=27338e70-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:37:45+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27338aec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=27338e70-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:37:45+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27338aec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=27338e70-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:37:55+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e9a8bc4-5427-11ed-96ac-eaa36b06eb98 | InvocationID=1e9a8e76-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:37:56+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d5ecc42-5427-11ed-96ac-eaa36b06eb98 | InvocationID=2d5ed552-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:38:10+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27338aec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=27338e70-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:38:10+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3622c18a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=3622c4c8-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:38:10+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3622c18a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=3622c4c8-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:38:10+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3622c18a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=3622c4c8-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:38:20+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d5ecc42-5427-11ed-96ac-eaa36b06eb98 | InvocationID=2d5ed552-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:38:20+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c298140-5427-11ed-96ac-eaa36b06eb98 | InvocationID=3c298370-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:38:35+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3622c18a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=3622c4c8-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:38:35+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4512b86c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=4512bc2c-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:38:35+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4512b86c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=4512bc2c-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:38:35+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4512b86c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=4512bc2c-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:38:45+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c298140-5427-11ed-96ac-eaa36b06eb98 | InvocationID=3c298370-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:38:45+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4aeeb22c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=4aeeb506-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:39:00+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4512b86c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=4512bc2c-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:39:00+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=540200c6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=54020b66-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:39:00+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=540200c6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=54020b66-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:39:00+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=540200c6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=54020b66-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:39:10+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4aeeb22c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=4aeeb506-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:39:10+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59b6729a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=59b674a2-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:39:25+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=540200c6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=54020b66-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:39:25+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f140ec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=62f142f4-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:39:25+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62f140ec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=62f142f4-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:39:25+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f140ec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=62f142f4-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:39:35+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59b6729a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=59b674a2-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:39:35+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=687b6240-5427-11ed-96ac-eaa36b06eb98 | InvocationID=687b643e-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:39:50+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62f140ec-5427-11ed-96ac-eaa36b06eb98 | InvocationID=62f142f4-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:39:50+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e00c3c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=71e00e44-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:39:50+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71e00c3c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=71e00e44-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:39:50+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e00c3c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=71e00e44-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:39:59+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=687b6240-5427-11ed-96ac-eaa36b06eb98 | InvocationID=687b643e-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:39:59+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77445ba6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=77445dae-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:40:15+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71e00c3c-5427-11ed-96ac-eaa36b06eb98 | InvocationID=71e00e44-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:40:15+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ce2bb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=80ce2dd2-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:40:16+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80ce2bb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=80ce2dd2-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:40:16+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ce2bb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=80ce2dd2-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:40:24+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77445ba6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=77445dae-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:40:24+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86096fc8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=86097248-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:40:41+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80ce2bb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=80ce2dd2-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:40:41+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc23496-5427-11ed-96ac-eaa36b06eb98 | InvocationID=8fc236d0-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:40:41+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fc23496-5427-11ed-96ac-eaa36b06eb98 | InvocationID=8fc236d0-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:40:41+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fc23496-5427-11ed-96ac-eaa36b06eb98 | InvocationID=8fc236d0-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:40:49+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86096fc8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=86097248-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:40:49+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94cda8a8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=94cdaaba-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:41:06+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fc23496-5427-11ed-96ac-eaa36b06eb98 | InvocationID=8fc236d0-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:41:06+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eb1ee92-5427-11ed-96ac-eaa36b06eb98 | InvocationID=9eb1f0b8-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:41:06+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9eb1ee92-5427-11ed-96ac-eaa36b06eb98 | InvocationID=9eb1f0b8-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:41:06+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eb1ee92-5427-11ed-96ac-eaa36b06eb98 | InvocationID=9eb1f0b8-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:41:14+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94cda8a8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=94cdaaba-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:41:14+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a393edde-5427-11ed-96ac-eaa36b06eb98 | InvocationID=a393efe6-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:41:31+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9eb1ee92-5427-11ed-96ac-eaa36b06eb98 | InvocationID=9eb1f0b8-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:41:31+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ada0aeca-5427-11ed-96ac-eaa36b06eb98 | InvocationID=ada0b8e8-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:41:31+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ada0aeca-5427-11ed-96ac-eaa36b06eb98 | InvocationID=ada0b8e8-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:41:31+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ada0aeca-5427-11ed-96ac-eaa36b06eb98 | InvocationID=ada0b8e8-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:41:39+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a393edde-5427-11ed-96ac-eaa36b06eb98 | InvocationID=a393efe6-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:41:39+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2587c04-5427-11ed-96ac-eaa36b06eb98 | InvocationID=b2587df8-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:41:56+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ada0aeca-5427-11ed-96ac-eaa36b06eb98 | InvocationID=ada0b8e8-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:41:56+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc93c908-5427-11ed-96ac-eaa36b06eb98 | InvocationID=bc93cb24-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:41:56+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc93c908-5427-11ed-96ac-eaa36b06eb98 | InvocationID=bc93cb24-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:41:56+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc93c908-5427-11ed-96ac-eaa36b06eb98 | InvocationID=bc93cb24-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:42:03+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2587c04-5427-11ed-96ac-eaa36b06eb98 | InvocationID=b2587df8-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:42:03+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11da8c2-5427-11ed-96ac-eaa36b06eb98 | InvocationID=c11dab1a-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:42:21+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc93c908-5427-11ed-96ac-eaa36b06eb98 | InvocationID=bc93cb24-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:42:21+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb82943a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=cb8296e2-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:42:21+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb82943a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=cb8296e2-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:42:21+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb82943a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=cb8296e2-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:42:28+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c11da8c2-5427-11ed-96ac-eaa36b06eb98 | InvocationID=c11dab1a-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:42:28+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfe4cc5a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=cfe4ce62-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:42:46+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb82943a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=cb8296e2-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:42:46+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da70fcb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=da70feaa-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:42:46+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da70fcb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=da70feaa-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:42:46+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da70fcb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=da70feaa-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:42:53+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfe4cc5a-5427-11ed-96ac-eaa36b06eb98 | InvocationID=cfe4ce62-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:42:53+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea972e0-5427-11ed-96ac-eaa36b06eb98 | InvocationID=dea97556-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:43:11+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da70fcb6-5427-11ed-96ac-eaa36b06eb98 | InvocationID=da70feaa-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:43:11+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95fe6d8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=e95ff5a6-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:43:11+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e95fe6d8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=e95ff5a6-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:43:11+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e95fe6d8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=e95ff5a6-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:43:15+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dea972e0-5427-11ed-96ac-eaa36b06eb98 | InvocationID=dea97556-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:43:15+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb90a596-5427-11ed-96ac-eaa36b06eb98 | InvocationID=eb90b05e-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:43:35+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb90a596-5427-11ed-96ac-eaa36b06eb98 | InvocationID=eb90b05e-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:43:35+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7893b38-5427-11ed-96ac-eaa36b06eb98 | InvocationID=f7893e12-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:43:36+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e95fe6d8-5427-11ed-96ac-eaa36b06eb98 | InvocationID=e95ff5a6-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:43:36+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84e63cc-5427-11ed-96ac-eaa36b06eb98 | InvocationID=f84e670a-5427-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:43:36+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f84e63cc-5427-11ed-96ac-eaa36b06eb98 | InvocationID=f84e670a-5427-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:43:36+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f84e63cc-5427-11ed-96ac-eaa36b06eb98 | InvocationID=f84e670a-5427-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:43:55+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7893b38-5427-11ed-96ac-eaa36b06eb98 | InvocationID=f7893e12-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:43:55+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0380d64e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=0380d8d8-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:44:01+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f84e63cc-5427-11ed-96ac-eaa36b06eb98 | InvocationID=f84e670a-5427-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:44:01+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073d0050-5428-11ed-96ac-eaa36b06eb98 | InvocationID=073d0262-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:44:01+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=073d0050-5428-11ed-96ac-eaa36b06eb98 | InvocationID=073d0262-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:44:01+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073d0050-5428-11ed-96ac-eaa36b06eb98 | InvocationID=073d0262-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:44:15+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0380d64e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=0380d8d8-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:44:15+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fc6623e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=0fc664d2-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:44:26+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=073d0050-5428-11ed-96ac-eaa36b06eb98 | InvocationID=073d0262-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:44:26+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162bdc08-5428-11ed-96ac-eaa36b06eb98 | InvocationID=162bde06-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:44:26+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=162bdc08-5428-11ed-96ac-eaa36b06eb98 | InvocationID=162bde06-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:44:26+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162bdc08-5428-11ed-96ac-eaa36b06eb98 | InvocationID=162bde06-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:44:40+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fc6623e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=0fc664d2-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:44:40+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e8f4cf4-5428-11ed-96ac-eaa36b06eb98 | InvocationID=1e8f5898-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:44:51+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=162bdc08-5428-11ed-96ac-eaa36b06eb98 | InvocationID=162bde06-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:44:51+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251a893a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=251a8ba6-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:44:51+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=251a893a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=251a8ba6-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:44:51+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=251a893a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=251a8ba6-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:45:05+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e8f4cf4-5428-11ed-96ac-eaa36b06eb98 | InvocationID=1e8f5898-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:45:05+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d54f4aa-5428-11ed-96ac-eaa36b06eb98 | InvocationID=2d54f6a8-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:45:16+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=251a893a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=251a8ba6-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:45:16+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3409b92a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=3409bba0-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:45:16+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3409b92a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=3409bba0-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:45:16+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3409b92a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=3409bba0-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:45:30+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d54f4aa-5428-11ed-96ac-eaa36b06eb98 | InvocationID=2d54f6a8-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:45:30+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c190dc8-5428-11ed-96ac-eaa36b06eb98 | InvocationID=3c191052-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:45:41+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3409b92a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=3409bba0-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:45:41+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42f95d50-5428-11ed-96ac-eaa36b06eb98 | InvocationID=42f95f76-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:45:41+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42f95d50-5428-11ed-96ac-eaa36b06eb98 | InvocationID=42f95f76-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:45:41+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42f95d50-5428-11ed-96ac-eaa36b06eb98 | InvocationID=42f95f76-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:45:54+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c190dc8-5428-11ed-96ac-eaa36b06eb98 | InvocationID=3c191052-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:45:54+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ade17a4-5428-11ed-96ac-eaa36b06eb98 | InvocationID=4ade19c0-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:46:06+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42f95d50-5428-11ed-96ac-eaa36b06eb98 | InvocationID=42f95f76-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:46:06+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e75bc8-5428-11ed-96ac-eaa36b06eb98 | InvocationID=51e75dd0-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:46:06+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51e75bc8-5428-11ed-96ac-eaa36b06eb98 | InvocationID=51e75dd0-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:46:06+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51e75bc8-5428-11ed-96ac-eaa36b06eb98 | InvocationID=51e75dd0-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:46:15+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ade17a4-5428-11ed-96ac-eaa36b06eb98 | InvocationID=4ade19c0-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:46:15+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57321140-5428-11ed-96ac-eaa36b06eb98 | InvocationID=57321410-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:46:31+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51e75bc8-5428-11ed-96ac-eaa36b06eb98 | InvocationID=51e75dd0-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:46:31+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d691bc-5428-11ed-96ac-eaa36b06eb98 | InvocationID=60d693b0-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:46:31+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60d691bc-5428-11ed-96ac-eaa36b06eb98 | InvocationID=60d693b0-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:46:31+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d691bc-5428-11ed-96ac-eaa36b06eb98 | InvocationID=60d693b0-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:46:40+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=57321140-5428-11ed-96ac-eaa36b06eb98 | InvocationID=57321410-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:46:40+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65f6cb4e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=65f6cd60-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:46:56+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=60d691bc-5428-11ed-96ac-eaa36b06eb98 | InvocationID=60d693b0-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:46:56+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc5a384-5428-11ed-96ac-eaa36b06eb98 | InvocationID=6fc5ab7c-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:46:56+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fc5a384-5428-11ed-96ac-eaa36b06eb98 | InvocationID=6fc5ab7c-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:46:56+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fc5a384-5428-11ed-96ac-eaa36b06eb98 | InvocationID=6fc5ab7c-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:47:05+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65f6cb4e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=65f6cd60-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:47:05+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74bbd336-5428-11ed-96ac-eaa36b06eb98 | InvocationID=74bbd57a-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:47:21+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6fc5a384-5428-11ed-96ac-eaa36b06eb98 | InvocationID=6fc5ab7c-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:47:21+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb563ca-5428-11ed-96ac-eaa36b06eb98 | InvocationID=7eb5662c-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:47:22+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7eb563ca-5428-11ed-96ac-eaa36b06eb98 | InvocationID=7eb5662c-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:47:22+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb563ca-5428-11ed-96ac-eaa36b06eb98 | InvocationID=7eb5662c-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:47:30+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=74bbd336-5428-11ed-96ac-eaa36b06eb98 | InvocationID=74bbd57a-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:47:30+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=838239aa-5428-11ed-96ac-eaa36b06eb98 | InvocationID=83823bb2-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:47:47+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7eb563ca-5428-11ed-96ac-eaa36b06eb98 | InvocationID=7eb5662c-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:47:47+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da39d98-5428-11ed-96ac-eaa36b06eb98 | InvocationID=8da3a072-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:47:47+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8da39d98-5428-11ed-96ac-eaa36b06eb98 | InvocationID=8da3a072-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:47:47+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da39d98-5428-11ed-96ac-eaa36b06eb98 | InvocationID=8da3a072-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:47:54+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=838239aa-5428-11ed-96ac-eaa36b06eb98 | InvocationID=83823bb2-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:47:54+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9249421c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=92494500-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:48:12+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8da39d98-5428-11ed-96ac-eaa36b06eb98 | InvocationID=8da3a072-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:48:12+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c97c0c2-5428-11ed-96ac-eaa36b06eb98 | InvocationID=9c97c324-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:48:12+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c97c0c2-5428-11ed-96ac-eaa36b06eb98 | InvocationID=9c97c324-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:48:12+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c97c0c2-5428-11ed-96ac-eaa36b06eb98 | InvocationID=9c97c324-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:48:19+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9249421c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=92494500-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:48:19+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1134e3c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=a11350da-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:48:37+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c97c0c2-5428-11ed-96ac-eaa36b06eb98 | InvocationID=9c97c324-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:48:37+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab88d18e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ab88d486-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:48:37+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab88d18e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ab88d486-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:48:37+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab88d18e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ab88d486-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:48:44+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1134e3c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=a11350da-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:48:44+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afd82f8c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=afd83220-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:49:02+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab88d18e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ab88d486-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:49:02+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba7a078a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ba7a096a-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:49:02+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba7a078a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ba7a096a-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:49:02+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba7a078a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ba7a096a-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:49:09+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afd82f8c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=afd83220-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:49:09+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bea038ca-5428-11ed-96ac-eaa36b06eb98 | InvocationID=bea03b72-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:49:27+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba7a078a-5428-11ed-96ac-eaa36b06eb98 | InvocationID=ba7a096a-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:49:27+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c969e4ea-5428-11ed-96ac-eaa36b06eb98 | InvocationID=c969e6de-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:49:27+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c969e4ea-5428-11ed-96ac-eaa36b06eb98 | InvocationID=c969e6de-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:49:27+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c969e4ea-5428-11ed-96ac-eaa36b06eb98 | InvocationID=c969e6de-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:49:33+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bea038ca-5428-11ed-96ac-eaa36b06eb98 | InvocationID=bea03b72-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:49:33+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd68ad4c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=cd68af5e-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:49:52+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c969e4ea-5428-11ed-96ac-eaa36b06eb98 | InvocationID=c969e6de-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:49:52+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d859ade6-5428-11ed-96ac-eaa36b06eb98 | InvocationID=d859afe4-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:49:52+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d859ade6-5428-11ed-96ac-eaa36b06eb98 | InvocationID=d859afe4-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:49:52+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d859ade6-5428-11ed-96ac-eaa36b06eb98 | InvocationID=d859afe4-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:49:58+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd68ad4c-5428-11ed-96ac-eaa36b06eb98 | InvocationID=cd68af5e-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:49:58+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc2d3aaa-5428-11ed-96ac-eaa36b06eb98 | InvocationID=dc2d3d34-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:50:17+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d859ade6-5428-11ed-96ac-eaa36b06eb98 | InvocationID=d859afe4-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:50:17+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74a617e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=e74a6386-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:50:17+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74a617e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=e74a6386-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:50:17+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e74a617e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=e74a6386-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:50:23+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc2d3aaa-5428-11ed-96ac-eaa36b06eb98 | InvocationID=dc2d3d34-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:50:23+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf23a5e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=eaf23c66-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:50:42+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e74a617e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=e74a6386-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:50:42+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f639d08e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=f639d28c-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:50:42+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f639d08e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=f639d28c-5428-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:50:42+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f639d08e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=f639d28c-5428-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:50:48+0000 | aai_event_thread | 139760467962656 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaf23a5e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=eaf23c66-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF AAI events.
2022-10-25T05:50:48+0000 | aai_event_thread | 139760467962656 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9b605d4-5428-11ed-96ac-eaa36b06eb98 | InvocationID=f9b608fe-5428-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/AAI-EVENT
2022-10-25T05:51:07+0000 | policy_event_thread | 139760469023520 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f639d08e-5428-11ed-96ac-eaa36b06eb98 | InvocationID=f639d28c-5428-11ed-96ac-eaa36b06eb98 | Polling MR for XNF activation/deactivation policy response events.
2022-10-25T05:51:07+0000 | policy_event_thread | 139760469023520 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0528d9dc-5429-11ed-96ac-eaa36b06eb98 | InvocationID=0528dbe4-5429-11ed-96ac-eaa36b06eb98 | Fetching messages from MR topic: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT
2022-10-25T05:51:07+0000 | policy_event_thread | 139760469023520 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0528d9dc-5429-11ed-96ac-eaa36b06eb98 | InvocationID=0528dbe4-5429-11ed-96ac-eaa36b06eb98 | Failed to fetch message from MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-10-25T05:51:07+0000 | policy_event_thread | 139760469023520 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0528d9dc-5429-11ed-96ac-eaa36b06eb98 | InvocationID=0528dbe4-5429-11ed-96ac-eaa36b06eb98 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: https://message-router:3905/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/sit