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-12-07T23:01:17+0000 | MainThread | 140456825785672 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-12-07T23:01:17+0000 | MainThread | 140456825785672 | 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': False, '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': 'http://message-router:3904/events/unauthenticated.DCAE_CL_OUTPUT'}, 'type': 'message_router'}}, 'streams_subscribes': {'aai_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/AAI-EVENT'}, 'type': 'message_router'}, 'policy_pm_subscriber': {'dmaap_info': {'topic_url': 'http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT'}, 'type': 'message_router'}}}}
2022-12-07T23:01:17+0000 | MainThread | 140456825785672 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-12-07T23:01:17+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:01:17+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7a656a-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7a67f4-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:01:17+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-12-07T23:01:17+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7c5758-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7c592e-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:01:17+0000 | MainThread | 140456825785672 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-12-07T23:01:17+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7a656a-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7a67f4-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:01:17+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e7c5758-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7c592e-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:01:17+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e7a656a-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7a67f4-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:01:17+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e7c5758-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7c592e-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:01:37+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0e7c5758-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7c592e-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:01:37+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abbdbe2-7683-11ed-ba19-c216a49d51cb | InvocationID=1abbde44-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:01:37+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1abbdbe2-7683-11ed-ba19-c216a49d51cb | InvocationID=1abbde44-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:01:37+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1abbdbe2-7683-11ed-ba19-c216a49d51cb | InvocationID=1abbde44-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:01:42+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e7a656a-7683-11ed-ba19-c216a49d51cb | InvocationID=0e7a67f4-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:01:42+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1db65f84-7683-11ed-ba19-c216a49d51cb | InvocationID=1db66150-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:01:42+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1db65f84-7683-11ed-ba19-c216a49d51cb | InvocationID=1db66150-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:01:42+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1db65f84-7683-11ed-ba19-c216a49d51cb | InvocationID=1db66150-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:01:57+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1abbdbe2-7683-11ed-ba19-c216a49d51cb | InvocationID=1abbde44-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:01:57+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ac90a4-7683-11ed-ba19-c216a49d51cb | InvocationID=26ac9342-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:01:58+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ac90a4-7683-11ed-ba19-c216a49d51cb | InvocationID=26ac9342-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:01:58+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ac90a4-7683-11ed-ba19-c216a49d51cb | InvocationID=26ac9342-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:02:07+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1db65f84-7683-11ed-ba19-c216a49d51cb | InvocationID=1db66150-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:02:07+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca1ec20-7683-11ed-ba19-c216a49d51cb | InvocationID=2ca1efd6-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:02:08+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ca1ec20-7683-11ed-ba19-c216a49d51cb | InvocationID=2ca1efd6-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:02:08+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ca1ec20-7683-11ed-ba19-c216a49d51cb | InvocationID=2ca1efd6-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:02:18+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ac90a4-7683-11ed-ba19-c216a49d51cb | InvocationID=26ac9342-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:02:18+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=329f04dc-7683-11ed-ba19-c216a49d51cb | InvocationID=329f0a22-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:02:18+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=329f04dc-7683-11ed-ba19-c216a49d51cb | InvocationID=329f0a22-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:02:18+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=329f04dc-7683-11ed-ba19-c216a49d51cb | InvocationID=329f0a22-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:02:33+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2ca1ec20-7683-11ed-ba19-c216a49d51cb | InvocationID=2ca1efd6-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:02:33+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8f77c0-7683-11ed-ba19-c216a49d51cb | InvocationID=3b8f79dc-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:02:33+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b8f77c0-7683-11ed-ba19-c216a49d51cb | InvocationID=3b8f79dc-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:02:33+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b8f77c0-7683-11ed-ba19-c216a49d51cb | InvocationID=3b8f79dc-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:02:38+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=329f04dc-7683-11ed-ba19-c216a49d51cb | InvocationID=329f0a22-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:02:38+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e91b01e-7683-11ed-ba19-c216a49d51cb | InvocationID=3e91b1ea-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:02:38+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e91b01e-7683-11ed-ba19-c216a49d51cb | InvocationID=3e91b1ea-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:02:38+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e91b01e-7683-11ed-ba19-c216a49d51cb | InvocationID=3e91b1ea-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:02:58+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3b8f77c0-7683-11ed-ba19-c216a49d51cb | InvocationID=3b8f79dc-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:02:58+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7d56a8-7683-11ed-ba19-c216a49d51cb | InvocationID=4a7d5888-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:02:58+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a7d56a8-7683-11ed-ba19-c216a49d51cb | InvocationID=4a7d5888-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:02:58+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e91b01e-7683-11ed-ba19-c216a49d51cb | InvocationID=3e91b1ea-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:02:58+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7d56a8-7683-11ed-ba19-c216a49d51cb | InvocationID=4a7d5888-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:02:58+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a81a794-7683-11ed-ba19-c216a49d51cb | InvocationID=4a81a94c-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:02:58+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a81a794-7683-11ed-ba19-c216a49d51cb | InvocationID=4a81a94c-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:02:58+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a81a794-7683-11ed-ba19-c216a49d51cb | InvocationID=4a81a94c-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:03:18+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a81a794-7683-11ed-ba19-c216a49d51cb | InvocationID=4a81a94c-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:03:18+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5671c7d2-7683-11ed-ba19-c216a49d51cb | InvocationID=5671ca2a-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:03:18+0000 | aai_event_thread | 140456775043872 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5671c7d2-7683-11ed-ba19-c216a49d51cb | InvocationID=5671ca2a-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/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: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:03:18+0000 | aai_event_thread | 140456775043872 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5671c7d2-7683-11ed-ba19-c216a49d51cb | InvocationID=5671ca2a-7683-11ed-ba19-c216a49d51cb | Failed to process AAI event due to: 404 Client Error: Not Found for url: http://message-router:3904/events/AAI-EVENT/dcae_pmsh_cg/dcae_pmsh_aai_event?timeout=5000
2022-12-07T23:03:23+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4a7d56a8-7683-11ed-ba19-c216a49d51cb | InvocationID=4a7d5888-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:03:23+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59698d1c-7683-11ed-ba19-c216a49d51cb | InvocationID=59698ef2-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:03:23+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59698d1c-7683-11ed-ba19-c216a49d51cb | InvocationID=59698ef2-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:03:23+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59698d1c-7683-11ed-ba19-c216a49d51cb | InvocationID=59698ef2-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:03:38+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5671c7d2-7683-11ed-ba19-c216a49d51cb | InvocationID=5671ca2a-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:03:38+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62654582-7683-11ed-ba19-c216a49d51cb | InvocationID=62654758-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:03:48+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=59698d1c-7683-11ed-ba19-c216a49d51cb | InvocationID=59698ef2-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:03:48+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6854f230-7683-11ed-ba19-c216a49d51cb | InvocationID=6854f46a-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:03:48+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6854f230-7683-11ed-ba19-c216a49d51cb | InvocationID=6854f46a-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:03:48+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6854f230-7683-11ed-ba19-c216a49d51cb | InvocationID=6854f46a-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:04:03+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62654582-7683-11ed-ba19-c216a49d51cb | InvocationID=62654758-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:04:03+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71692bd4-7683-11ed-ba19-c216a49d51cb | InvocationID=716933ae-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:04:13+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6854f230-7683-11ed-ba19-c216a49d51cb | InvocationID=6854f46a-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:04:13+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77418e16-7683-11ed-ba19-c216a49d51cb | InvocationID=77419000-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:04:13+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77418e16-7683-11ed-ba19-c216a49d51cb | InvocationID=77419000-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:04:13+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77418e16-7683-11ed-ba19-c216a49d51cb | InvocationID=77419000-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:04:23+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=71692bd4-7683-11ed-ba19-c216a49d51cb | InvocationID=716933ae-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:04:23+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d648af0-7683-11ed-ba19-c216a49d51cb | InvocationID=7d648d48-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:04:38+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=77418e16-7683-11ed-ba19-c216a49d51cb | InvocationID=77419000-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:04:38+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=862e10e8-7683-11ed-ba19-c216a49d51cb | InvocationID=862e12d2-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:04:38+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=862e10e8-7683-11ed-ba19-c216a49d51cb | InvocationID=862e12d2-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:04:38+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=862e10e8-7683-11ed-ba19-c216a49d51cb | InvocationID=862e12d2-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:04:43+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d648af0-7683-11ed-ba19-c216a49d51cb | InvocationID=7d648d48-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:04:43+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895b9fa6-7683-11ed-ba19-c216a49d51cb | InvocationID=895ba172-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:05:03+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=862e10e8-7683-11ed-ba19-c216a49d51cb | InvocationID=862e12d2-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:05:03+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=951f39a6-7683-11ed-ba19-c216a49d51cb | InvocationID=951f3bc2-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:05:03+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=951f39a6-7683-11ed-ba19-c216a49d51cb | InvocationID=951f3bc2-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:05:03+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=951f39a6-7683-11ed-ba19-c216a49d51cb | InvocationID=951f3bc2-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:05:03+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=895b9fa6-7683-11ed-ba19-c216a49d51cb | InvocationID=895ba172-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:05:03+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9551dc80-7683-11ed-ba19-c216a49d51cb | InvocationID=9551de42-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:05:23+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9551dc80-7683-11ed-ba19-c216a49d51cb | InvocationID=9551de42-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:05:23+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a14e5824-7683-11ed-ba19-c216a49d51cb | InvocationID=a14e5cca-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:05:28+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=951f39a6-7683-11ed-ba19-c216a49d51cb | InvocationID=951f3bc2-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:05:28+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40c386a-7683-11ed-ba19-c216a49d51cb | InvocationID=a40c44c2-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:05:28+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a40c386a-7683-11ed-ba19-c216a49d51cb | InvocationID=a40c44c2-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:05:28+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a40c386a-7683-11ed-ba19-c216a49d51cb | InvocationID=a40c44c2-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:05:44+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a14e5824-7683-11ed-ba19-c216a49d51cb | InvocationID=a14e5cca-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:05:44+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad9dc74a-7683-11ed-ba19-c216a49d51cb | InvocationID=ad9dca2e-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:05:53+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a40c386a-7683-11ed-ba19-c216a49d51cb | InvocationID=a40c44c2-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:05:53+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f9d436-7683-11ed-ba19-c216a49d51cb | InvocationID=b2f9d5f8-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:05:53+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2f9d436-7683-11ed-ba19-c216a49d51cb | InvocationID=b2f9d5f8-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:05:53+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f9d436-7683-11ed-ba19-c216a49d51cb | InvocationID=b2f9d5f8-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:06:09+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad9dc74a-7683-11ed-ba19-c216a49d51cb | InvocationID=ad9dca2e-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:06:09+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc5f945c-7683-11ed-ba19-c216a49d51cb | InvocationID=bc5f961e-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:06:18+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b2f9d436-7683-11ed-ba19-c216a49d51cb | InvocationID=b2f9d5f8-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:06:18+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e67756-7683-11ed-ba19-c216a49d51cb | InvocationID=c1e6802a-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:06:18+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1e67756-7683-11ed-ba19-c216a49d51cb | InvocationID=c1e6802a-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:06:18+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1e67756-7683-11ed-ba19-c216a49d51cb | InvocationID=c1e6802a-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:06:33+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc5f945c-7683-11ed-ba19-c216a49d51cb | InvocationID=bc5f961e-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:06:33+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb217334-7683-11ed-ba19-c216a49d51cb | InvocationID=cb2175dc-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:06:43+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c1e67756-7683-11ed-ba19-c216a49d51cb | InvocationID=c1e6802a-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:06:43+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d1a57e-7683-11ed-ba19-c216a49d51cb | InvocationID=d0d1a790-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:06:43+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d0d1a57e-7683-11ed-ba19-c216a49d51cb | InvocationID=d0d1a790-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:06:43+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0d1a57e-7683-11ed-ba19-c216a49d51cb | InvocationID=d0d1a790-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:06:58+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb217334-7683-11ed-ba19-c216a49d51cb | InvocationID=cb2175dc-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:06:58+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9e704f6-7683-11ed-ba19-c216a49d51cb | InvocationID=d9e706c2-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:07:08+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d0d1a57e-7683-11ed-ba19-c216a49d51cb | InvocationID=d0d1a790-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:07:08+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfbcb696-7683-11ed-ba19-c216a49d51cb | InvocationID=dfbcb862-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:07:08+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dfbcb696-7683-11ed-ba19-c216a49d51cb | InvocationID=dfbcb862-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:07:08+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfbcb696-7683-11ed-ba19-c216a49d51cb | InvocationID=dfbcb862-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:07:23+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9e704f6-7683-11ed-ba19-c216a49d51cb | InvocationID=d9e706c2-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:07:23+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8a87470-7683-11ed-ba19-c216a49d51cb | InvocationID=e8a876d2-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:07:33+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dfbcb696-7683-11ed-ba19-c216a49d51cb | InvocationID=dfbcb862-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:07:33+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea7e3b0-7683-11ed-ba19-c216a49d51cb | InvocationID=eea7e586-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:07:33+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eea7e3b0-7683-11ed-ba19-c216a49d51cb | InvocationID=eea7e586-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:07:33+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eea7e3b0-7683-11ed-ba19-c216a49d51cb | InvocationID=eea7e586-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:07:48+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8a87470-7683-11ed-ba19-c216a49d51cb | InvocationID=e8a876d2-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:07:48+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f769f51a-7683-11ed-ba19-c216a49d51cb | InvocationID=f769f718-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:07:58+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eea7e3b0-7683-11ed-ba19-c216a49d51cb | InvocationID=eea7e586-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:07:58+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd927d36-7683-11ed-ba19-c216a49d51cb | InvocationID=fd927f02-7683-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:07:58+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fd927d36-7683-11ed-ba19-c216a49d51cb | InvocationID=fd927f02-7683-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:07:58+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd927d36-7683-11ed-ba19-c216a49d51cb | InvocationID=fd927f02-7683-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:08:12+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f769f51a-7683-11ed-ba19-c216a49d51cb | InvocationID=f769f718-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:08:12+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=062dc4b4-7684-11ed-ba19-c216a49d51cb | InvocationID=062dc68a-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:08:23+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fd927d36-7683-11ed-ba19-c216a49d51cb | InvocationID=fd927f02-7683-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:08:23+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7df24e-7684-11ed-ba19-c216a49d51cb | InvocationID=0c7df50a-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:08:23+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0c7df24e-7684-11ed-ba19-c216a49d51cb | InvocationID=0c7df50a-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:08:23+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7df24e-7684-11ed-ba19-c216a49d51cb | InvocationID=0c7df50a-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:08:37+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=062dc4b4-7684-11ed-ba19-c216a49d51cb | InvocationID=062dc68a-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:08:37+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14ef31fe-7684-11ed-ba19-c216a49d51cb | InvocationID=14ef349c-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:08:48+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0c7df24e-7684-11ed-ba19-c216a49d51cb | InvocationID=0c7df50a-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:08:48+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b696ec8-7684-11ed-ba19-c216a49d51cb | InvocationID=1b697076-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:08:48+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1b696ec8-7684-11ed-ba19-c216a49d51cb | InvocationID=1b697076-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:08:48+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b696ec8-7684-11ed-ba19-c216a49d51cb | InvocationID=1b697076-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:09:02+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14ef31fe-7684-11ed-ba19-c216a49d51cb | InvocationID=14ef349c-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:09:02+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23b0aeac-7684-11ed-ba19-c216a49d51cb | InvocationID=23b0b2e4-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:09:13+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1b696ec8-7684-11ed-ba19-c216a49d51cb | InvocationID=1b697076-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:09:13+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a54232e-7684-11ed-ba19-c216a49d51cb | InvocationID=2a54252c-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:09:13+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a54232e-7684-11ed-ba19-c216a49d51cb | InvocationID=2a54252c-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:09:13+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a54232e-7684-11ed-ba19-c216a49d51cb | InvocationID=2a54252c-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:09:27+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23b0aeac-7684-11ed-ba19-c216a49d51cb | InvocationID=23b0b2e4-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:09:27+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32742b94-7684-11ed-ba19-c216a49d51cb | InvocationID=32742d56-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:09:38+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2a54232e-7684-11ed-ba19-c216a49d51cb | InvocationID=2a54252c-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:09:38+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39416d42-7684-11ed-ba19-c216a49d51cb | InvocationID=39416f68-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:09:38+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=39416d42-7684-11ed-ba19-c216a49d51cb | InvocationID=39416f68-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:09:38+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39416d42-7684-11ed-ba19-c216a49d51cb | InvocationID=39416f68-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:09:52+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32742b94-7684-11ed-ba19-c216a49d51cb | InvocationID=32742d56-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:09:52+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41373360-7684-11ed-ba19-c216a49d51cb | InvocationID=41373644-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:10:03+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=39416d42-7684-11ed-ba19-c216a49d51cb | InvocationID=39416f68-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:10:03+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482cd3b4-7684-11ed-ba19-c216a49d51cb | InvocationID=482cd58a-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:10:03+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482cd3b4-7684-11ed-ba19-c216a49d51cb | InvocationID=482cd58a-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:10:03+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482cd3b4-7684-11ed-ba19-c216a49d51cb | InvocationID=482cd58a-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:10:16+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41373360-7684-11ed-ba19-c216a49d51cb | InvocationID=41373644-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:10:16+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ff87df0-7684-11ed-ba19-c216a49d51cb | InvocationID=4ff88098-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:10:28+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=482cd3b4-7684-11ed-ba19-c216a49d51cb | InvocationID=482cd58a-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:10:28+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57178752-7684-11ed-ba19-c216a49d51cb | InvocationID=571789b4-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:10:28+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57178752-7684-11ed-ba19-c216a49d51cb | InvocationID=571789b4-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:10:28+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57178752-7684-11ed-ba19-c216a49d51cb | InvocationID=571789b4-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:10:41+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ff87df0-7684-11ed-ba19-c216a49d51cb | InvocationID=4ff88098-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:10:41+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ebd598c-7684-11ed-ba19-c216a49d51cb | InvocationID=5ebd5e64-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:10:53+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57178752-7684-11ed-ba19-c216a49d51cb | InvocationID=571789b4-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:10:53+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66026868-7684-11ed-ba19-c216a49d51cb | InvocationID=66026aa2-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:10:53+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66026868-7684-11ed-ba19-c216a49d51cb | InvocationID=66026aa2-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:10:53+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66026868-7684-11ed-ba19-c216a49d51cb | InvocationID=66026aa2-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:11:06+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ebd598c-7684-11ed-ba19-c216a49d51cb | InvocationID=5ebd5e64-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:11:06+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d814898-7684-11ed-ba19-c216a49d51cb | InvocationID=6d814a50-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:11:18+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66026868-7684-11ed-ba19-c216a49d51cb | InvocationID=66026aa2-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:11:18+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74edde5c-7684-11ed-ba19-c216a49d51cb | InvocationID=74ede096-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:11:18+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=74edde5c-7684-11ed-ba19-c216a49d51cb | InvocationID=74ede096-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:11:18+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74edde5c-7684-11ed-ba19-c216a49d51cb | InvocationID=74ede096-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:11:31+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d814898-7684-11ed-ba19-c216a49d51cb | InvocationID=6d814a50-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:11:31+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c45962c-7684-11ed-ba19-c216a49d51cb | InvocationID=7c4597e4-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:11:43+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=74edde5c-7684-11ed-ba19-c216a49d51cb | InvocationID=74ede096-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:11:43+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83dc448a-7684-11ed-ba19-c216a49d51cb | InvocationID=83dc4656-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:11:43+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83dc448a-7684-11ed-ba19-c216a49d51cb | InvocationID=83dc4656-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:11:43+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83dc448a-7684-11ed-ba19-c216a49d51cb | InvocationID=83dc4656-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:11:55+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c45962c-7684-11ed-ba19-c216a49d51cb | InvocationID=7c4597e4-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:11:55+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b10502a-7684-11ed-ba19-c216a49d51cb | InvocationID=8b1052e6-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:12:08+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83dc448a-7684-11ed-ba19-c216a49d51cb | InvocationID=83dc4656-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:12:08+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c81f14-7684-11ed-ba19-c216a49d51cb | InvocationID=92c82162-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:12:08+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=92c81f14-7684-11ed-ba19-c216a49d51cb | InvocationID=92c82162-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:12:08+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c81f14-7684-11ed-ba19-c216a49d51cb | InvocationID=92c82162-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:12:20+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b10502a-7684-11ed-ba19-c216a49d51cb | InvocationID=8b1052e6-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:12:20+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99d2775a-7684-11ed-ba19-c216a49d51cb | InvocationID=99d27926-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:12:33+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=92c81f14-7684-11ed-ba19-c216a49d51cb | InvocationID=92c82162-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:12:33+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1b4a42a-7684-11ed-ba19-c216a49d51cb | InvocationID=a1b4a5ec-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:12:33+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1b4a42a-7684-11ed-ba19-c216a49d51cb | InvocationID=a1b4a5ec-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:12:33+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1b4a42a-7684-11ed-ba19-c216a49d51cb | InvocationID=a1b4a5ec-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:12:45+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=99d2775a-7684-11ed-ba19-c216a49d51cb | InvocationID=99d27926-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:12:45+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a89385ea-7684-11ed-ba19-c216a49d51cb | InvocationID=a893882e-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:12:58+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a1b4a42a-7684-11ed-ba19-c216a49d51cb | InvocationID=a1b4a5ec-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:12:58+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a14ab0-7684-11ed-ba19-c216a49d51cb | InvocationID=b0a14e5c-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:12:58+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b0a14ab0-7684-11ed-ba19-c216a49d51cb | InvocationID=b0a14e5c-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:12:58+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0a14ab0-7684-11ed-ba19-c216a49d51cb | InvocationID=b0a14e5c-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:13:10+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a89385ea-7684-11ed-ba19-c216a49d51cb | InvocationID=a893882e-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:13:10+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b755b4e0-7684-11ed-ba19-c216a49d51cb | InvocationID=b755b742-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:13:23+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b0a14ab0-7684-11ed-ba19-c216a49d51cb | InvocationID=b0a14e5c-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:13:23+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8cf7d6-7684-11ed-ba19-c216a49d51cb | InvocationID=bf8cfa88-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:13:24+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bf8cf7d6-7684-11ed-ba19-c216a49d51cb | InvocationID=bf8cfa88-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:13:24+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf8cf7d6-7684-11ed-ba19-c216a49d51cb | InvocationID=bf8cfa88-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:13:34+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b755b4e0-7684-11ed-ba19-c216a49d51cb | InvocationID=b755b742-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:13:34+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6175db2-7684-11ed-ba19-c216a49d51cb | InvocationID=c6175f9c-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:13:49+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bf8cf7d6-7684-11ed-ba19-c216a49d51cb | InvocationID=bf8cfa88-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:13:49+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce78d814-7684-11ed-ba19-c216a49d51cb | InvocationID=ce78d9ea-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:13:49+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce78d814-7684-11ed-ba19-c216a49d51cb | InvocationID=ce78d9ea-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:13:49+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce78d814-7684-11ed-ba19-c216a49d51cb | InvocationID=ce78d9ea-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:13:59+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6175db2-7684-11ed-ba19-c216a49d51cb | InvocationID=c6175f9c-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:13:59+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4d95864-7684-11ed-ba19-c216a49d51cb | InvocationID=d4d95a3a-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:14:14+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ce78d814-7684-11ed-ba19-c216a49d51cb | InvocationID=ce78d9ea-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:14:14+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd63f7f0-7684-11ed-ba19-c216a49d51cb | InvocationID=dd63f9b2-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:14:14+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd63f7f0-7684-11ed-ba19-c216a49d51cb | InvocationID=dd63f9b2-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:14:14+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd63f7f0-7684-11ed-ba19-c216a49d51cb | InvocationID=dd63f9b2-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:14:24+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d4d95864-7684-11ed-ba19-c216a49d51cb | InvocationID=d4d95a3a-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:14:24+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e39a40a2-7684-11ed-ba19-c216a49d51cb | InvocationID=e39a4322-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:14:39+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dd63f7f0-7684-11ed-ba19-c216a49d51cb | InvocationID=dd63f9b2-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:14:39+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec51e920-7684-11ed-ba19-c216a49d51cb | InvocationID=ec51eb64-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:14:39+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ec51e920-7684-11ed-ba19-c216a49d51cb | InvocationID=ec51eb64-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:14:39+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec51e920-7684-11ed-ba19-c216a49d51cb | InvocationID=ec51eb64-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:14:49+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e39a40a2-7684-11ed-ba19-c216a49d51cb | InvocationID=e39a4322-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:14:49+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f25b5252-7684-11ed-ba19-c216a49d51cb | InvocationID=f25b54fa-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:15:04+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ec51e920-7684-11ed-ba19-c216a49d51cb | InvocationID=ec51eb64-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:15:04+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb3cf0b0-7684-11ed-ba19-c216a49d51cb | InvocationID=fb3cf3a8-7684-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:15:04+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb3cf0b0-7684-11ed-ba19-c216a49d51cb | InvocationID=fb3cf3a8-7684-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:15:04+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb3cf0b0-7684-11ed-ba19-c216a49d51cb | InvocationID=fb3cf3a8-7684-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:15:13+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f25b5252-7684-11ed-ba19-c216a49d51cb | InvocationID=f25b54fa-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:15:13+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=011e763e-7685-11ed-ba19-c216a49d51cb | InvocationID=011e7828-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:15:29+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fb3cf0b0-7684-11ed-ba19-c216a49d51cb | InvocationID=fb3cf3a8-7684-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:15:29+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a282ae0-7685-11ed-ba19-c216a49d51cb | InvocationID=0a282c98-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:15:29+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a282ae0-7685-11ed-ba19-c216a49d51cb | InvocationID=0a282c98-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:15:29+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a282ae0-7685-11ed-ba19-c216a49d51cb | InvocationID=0a282c98-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:15:38+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=011e763e-7685-11ed-ba19-c216a49d51cb | InvocationID=011e7828-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:15:38+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0fdf3816-7685-11ed-ba19-c216a49d51cb | InvocationID=0fdf3a00-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:15:54+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0a282ae0-7685-11ed-ba19-c216a49d51cb | InvocationID=0a282c98-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:15:54+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1912984c-7685-11ed-ba19-c216a49d51cb | InvocationID=191299fa-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:15:54+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1912984c-7685-11ed-ba19-c216a49d51cb | InvocationID=191299fa-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:15:54+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1912984c-7685-11ed-ba19-c216a49d51cb | InvocationID=191299fa-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:16:03+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0fdf3816-7685-11ed-ba19-c216a49d51cb | InvocationID=0fdf3a00-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:16:03+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1ea033d2-7685-11ed-ba19-c216a49d51cb | InvocationID=1ea035a8-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:16:19+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1912984c-7685-11ed-ba19-c216a49d51cb | InvocationID=191299fa-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:16:19+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27fdd4b6-7685-11ed-ba19-c216a49d51cb | InvocationID=27fdd678-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:16:19+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27fdd4b6-7685-11ed-ba19-c216a49d51cb | InvocationID=27fdd678-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:16:19+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27fdd4b6-7685-11ed-ba19-c216a49d51cb | InvocationID=27fdd678-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:16:28+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1ea033d2-7685-11ed-ba19-c216a49d51cb | InvocationID=1ea035a8-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:16:28+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d61068a-7685-11ed-ba19-c216a49d51cb | InvocationID=2d6108b0-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:16:44+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=27fdd4b6-7685-11ed-ba19-c216a49d51cb | InvocationID=27fdd678-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:16:44+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36e97480-7685-11ed-ba19-c216a49d51cb | InvocationID=36e9764c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:16:44+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=36e97480-7685-11ed-ba19-c216a49d51cb | InvocationID=36e9764c-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:16:44+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36e97480-7685-11ed-ba19-c216a49d51cb | InvocationID=36e9764c-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:16:52+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d61068a-7685-11ed-ba19-c216a49d51cb | InvocationID=2d6108b0-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:16:52+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c21e2d4-7685-11ed-ba19-c216a49d51cb | InvocationID=3c21e48c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:17:09+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=36e97480-7685-11ed-ba19-c216a49d51cb | InvocationID=36e9764c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:17:09+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d5b42c-7685-11ed-ba19-c216a49d51cb | InvocationID=45d5b62a-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:17:09+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d5b42c-7685-11ed-ba19-c216a49d51cb | InvocationID=45d5b62a-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:17:09+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45d5b42c-7685-11ed-ba19-c216a49d51cb | InvocationID=45d5b62a-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:17:17+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c21e2d4-7685-11ed-ba19-c216a49d51cb | InvocationID=3c21e48c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:17:17+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4ae3277e-7685-11ed-ba19-c216a49d51cb | InvocationID=4ae32922-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:17:34+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=45d5b42c-7685-11ed-ba19-c216a49d51cb | InvocationID=45d5b62a-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:17:34+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c1bf80-7685-11ed-ba19-c216a49d51cb | InvocationID=54c1c412-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:17:34+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54c1bf80-7685-11ed-ba19-c216a49d51cb | InvocationID=54c1c412-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:17:34+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54c1bf80-7685-11ed-ba19-c216a49d51cb | InvocationID=54c1c412-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:17:42+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4ae3277e-7685-11ed-ba19-c216a49d51cb | InvocationID=4ae32922-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:17:42+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59aa0eb2-7685-11ed-ba19-c216a49d51cb | InvocationID=59aa1290-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:17:59+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54c1bf80-7685-11ed-ba19-c216a49d51cb | InvocationID=54c1c412-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:17:59+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ad00a4-7685-11ed-ba19-c216a49d51cb | InvocationID=63ad0374-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:17:59+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63ad00a4-7685-11ed-ba19-c216a49d51cb | InvocationID=63ad0374-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:17:59+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ad00a4-7685-11ed-ba19-c216a49d51cb | InvocationID=63ad0374-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:18:07+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59aa0eb2-7685-11ed-ba19-c216a49d51cb | InvocationID=59aa1290-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:18:07+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=686b5294-7685-11ed-ba19-c216a49d51cb | InvocationID=686b5906-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:18:24+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=63ad00a4-7685-11ed-ba19-c216a49d51cb | InvocationID=63ad0374-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:18:24+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7297e2a0-7685-11ed-ba19-c216a49d51cb | InvocationID=7297e4b2-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:18:24+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7297e2a0-7685-11ed-ba19-c216a49d51cb | InvocationID=7297e4b2-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:18:24+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7297e2a0-7685-11ed-ba19-c216a49d51cb | InvocationID=7297e4b2-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:18:32+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=686b5294-7685-11ed-ba19-c216a49d51cb | InvocationID=686b5906-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:18:32+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=772d3310-7685-11ed-ba19-c216a49d51cb | InvocationID=772d34e6-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:18:49+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7297e2a0-7685-11ed-ba19-c216a49d51cb | InvocationID=7297e4b2-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:18:49+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8182eec2-7685-11ed-ba19-c216a49d51cb | InvocationID=8182f0fc-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:18:49+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8182eec2-7685-11ed-ba19-c216a49d51cb | InvocationID=8182f0fc-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:18:49+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8182eec2-7685-11ed-ba19-c216a49d51cb | InvocationID=8182f0fc-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:18:56+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=772d3310-7685-11ed-ba19-c216a49d51cb | InvocationID=772d34e6-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:18:56+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85eec846-7685-11ed-ba19-c216a49d51cb | InvocationID=85eeca1c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:19:14+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8182eec2-7685-11ed-ba19-c216a49d51cb | InvocationID=8182f0fc-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:19:14+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=906dd4b0-7685-11ed-ba19-c216a49d51cb | InvocationID=906dd67c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:19:14+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=906dd4b0-7685-11ed-ba19-c216a49d51cb | InvocationID=906dd67c-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:19:14+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=906dd4b0-7685-11ed-ba19-c216a49d51cb | InvocationID=906dd67c-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:19:21+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=85eec846-7685-11ed-ba19-c216a49d51cb | InvocationID=85eeca1c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:19:21+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94af729a-7685-11ed-ba19-c216a49d51cb | InvocationID=94af74d4-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:19:39+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=906dd4b0-7685-11ed-ba19-c216a49d51cb | InvocationID=906dd67c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:19:39+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f58d830-7685-11ed-ba19-c216a49d51cb | InvocationID=9f58db0a-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:19:39+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f58d830-7685-11ed-ba19-c216a49d51cb | InvocationID=9f58db0a-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:19:39+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f58d830-7685-11ed-ba19-c216a49d51cb | InvocationID=9f58db0a-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:19:46+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94af729a-7685-11ed-ba19-c216a49d51cb | InvocationID=94af74d4-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:19:46+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3713764-7685-11ed-ba19-c216a49d51cb | InvocationID=a371391c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:20:04+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9f58d830-7685-11ed-ba19-c216a49d51cb | InvocationID=9f58db0a-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:20:04+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae438afc-7685-11ed-ba19-c216a49d51cb | InvocationID=ae438da4-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:20:04+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ae438afc-7685-11ed-ba19-c216a49d51cb | InvocationID=ae438da4-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:20:04+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae438afc-7685-11ed-ba19-c216a49d51cb | InvocationID=ae438da4-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:20:11+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3713764-7685-11ed-ba19-c216a49d51cb | InvocationID=a371391c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:20:11+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b233161e-7685-11ed-ba19-c216a49d51cb | InvocationID=b233181c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:20:29+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ae438afc-7685-11ed-ba19-c216a49d51cb | InvocationID=ae438da4-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:20:29+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2e7b1c-7685-11ed-ba19-c216a49d51cb | InvocationID=bd2e7ec8-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:20:29+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bd2e7b1c-7685-11ed-ba19-c216a49d51cb | InvocationID=bd2e7ec8-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:20:29+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd2e7b1c-7685-11ed-ba19-c216a49d51cb | InvocationID=bd2e7ec8-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:20:35+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b233161e-7685-11ed-ba19-c216a49d51cb | InvocationID=b233181c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:20:35+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0fa3a06-7685-11ed-ba19-c216a49d51cb | InvocationID=c0fa3bc8-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:20:54+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bd2e7b1c-7685-11ed-ba19-c216a49d51cb | InvocationID=bd2e7ec8-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:20:54+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc193e64-7685-11ed-ba19-c216a49d51cb | InvocationID=cc1941f2-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:20:54+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc193e64-7685-11ed-ba19-c216a49d51cb | InvocationID=cc1941f2-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:20:54+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc193e64-7685-11ed-ba19-c216a49d51cb | InvocationID=cc1941f2-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:21:00+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c0fa3a06-7685-11ed-ba19-c216a49d51cb | InvocationID=c0fa3bc8-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:21:00+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfbc8a80-7685-11ed-ba19-c216a49d51cb | InvocationID=cfbc8c4c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:21:19+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cc193e64-7685-11ed-ba19-c216a49d51cb | InvocationID=cc1941f2-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:21:19+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db042dee-7685-11ed-ba19-c216a49d51cb | InvocationID=db04306e-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:21:19+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db042dee-7685-11ed-ba19-c216a49d51cb | InvocationID=db04306e-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:21:19+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db042dee-7685-11ed-ba19-c216a49d51cb | InvocationID=db04306e-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:21:25+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cfbc8a80-7685-11ed-ba19-c216a49d51cb | InvocationID=cfbc8c4c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:21:25+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de7d9924-7685-11ed-ba19-c216a49d51cb | InvocationID=de7d9b2c-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:21:44+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db042dee-7685-11ed-ba19-c216a49d51cb | InvocationID=db04306e-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:21:44+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f33868-7685-11ed-ba19-c216a49d51cb | InvocationID=e9f33ce6-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:21:44+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e9f33868-7685-11ed-ba19-c216a49d51cb | InvocationID=e9f33ce6-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:21:44+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9f33868-7685-11ed-ba19-c216a49d51cb | InvocationID=e9f33ce6-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:21:50+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=de7d9924-7685-11ed-ba19-c216a49d51cb | InvocationID=de7d9b2c-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:21:50+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed4167f6-7685-11ed-ba19-c216a49d51cb | InvocationID=ed416a58-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:22:09+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e9f33868-7685-11ed-ba19-c216a49d51cb | InvocationID=e9f33ce6-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:22:09+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8deeb56-7685-11ed-ba19-c216a49d51cb | InvocationID=f8deeed0-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:22:09+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8deeb56-7685-11ed-ba19-c216a49d51cb | InvocationID=f8deeed0-7685-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:22:09+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8deeb56-7685-11ed-ba19-c216a49d51cb | InvocationID=f8deeed0-7685-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:22:14+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed4167f6-7685-11ed-ba19-c216a49d51cb | InvocationID=ed416a58-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:22:14+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc05ff7c-7685-11ed-ba19-c216a49d51cb | InvocationID=fc060152-7685-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:22:34+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8deeb56-7685-11ed-ba19-c216a49d51cb | InvocationID=f8deeed0-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:22:34+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07cc7fc0-7686-11ed-ba19-c216a49d51cb | InvocationID=07cc8362-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:22:34+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=07cc7fc0-7686-11ed-ba19-c216a49d51cb | InvocationID=07cc8362-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:22:34+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07cc7fc0-7686-11ed-ba19-c216a49d51cb | InvocationID=07cc8362-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:22:39+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc05ff7c-7685-11ed-ba19-c216a49d51cb | InvocationID=fc060152-7685-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:22:39+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ac7761c-7686-11ed-ba19-c216a49d51cb | InvocationID=0ac777e8-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:22:59+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=07cc7fc0-7686-11ed-ba19-c216a49d51cb | InvocationID=07cc8362-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:22:59+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b9b020-7686-11ed-ba19-c216a49d51cb | InvocationID=16b9b2f0-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:22:59+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16b9b020-7686-11ed-ba19-c216a49d51cb | InvocationID=16b9b2f0-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:22:59+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16b9b020-7686-11ed-ba19-c216a49d51cb | InvocationID=16b9b2f0-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:23:04+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ac7761c-7686-11ed-ba19-c216a49d51cb | InvocationID=0ac777e8-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:23:04+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19873a2a-7686-11ed-ba19-c216a49d51cb | InvocationID=19873e08-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:23:24+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=16b9b020-7686-11ed-ba19-c216a49d51cb | InvocationID=16b9b2f0-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:23:24+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a4b0ee-7686-11ed-ba19-c216a49d51cb | InvocationID=25a4b350-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:23:24+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25a4b0ee-7686-11ed-ba19-c216a49d51cb | InvocationID=25a4b350-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:23:24+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a4b0ee-7686-11ed-ba19-c216a49d51cb | InvocationID=25a4b350-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:23:29+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19873a2a-7686-11ed-ba19-c216a49d51cb | InvocationID=19873e08-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:23:29+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28483a1e-7686-11ed-ba19-c216a49d51cb | InvocationID=28483bea-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:23:49+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25a4b0ee-7686-11ed-ba19-c216a49d51cb | InvocationID=25a4b350-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:23:49+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348fa24e-7686-11ed-ba19-c216a49d51cb | InvocationID=348fa492-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:23:49+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=348fa24e-7686-11ed-ba19-c216a49d51cb | InvocationID=348fa492-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:23:49+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348fa24e-7686-11ed-ba19-c216a49d51cb | InvocationID=348fa492-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:23:53+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=28483a1e-7686-11ed-ba19-c216a49d51cb | InvocationID=28483bea-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:23:53+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=370d663c-7686-11ed-ba19-c216a49d51cb | InvocationID=370d67cc-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:24:14+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=348fa24e-7686-11ed-ba19-c216a49d51cb | InvocationID=348fa492-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:24:14+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=437ca342-7686-11ed-ba19-c216a49d51cb | InvocationID=437ca55e-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:24:14+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=437ca342-7686-11ed-ba19-c216a49d51cb | InvocationID=437ca55e-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:24:14+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=437ca342-7686-11ed-ba19-c216a49d51cb | InvocationID=437ca55e-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:24:18+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=370d663c-7686-11ed-ba19-c216a49d51cb | InvocationID=370d67cc-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:24:18+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=45d245ca-7686-11ed-ba19-c216a49d51cb | InvocationID=45d24782-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:24:39+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=437ca342-7686-11ed-ba19-c216a49d51cb | InvocationID=437ca55e-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:24:39+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52671f40-7686-11ed-ba19-c216a49d51cb | InvocationID=52672922-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:24:39+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52671f40-7686-11ed-ba19-c216a49d51cb | InvocationID=52672922-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:24:39+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52671f40-7686-11ed-ba19-c216a49d51cb | InvocationID=52672922-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:24:43+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=45d245ca-7686-11ed-ba19-c216a49d51cb | InvocationID=45d24782-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:24:43+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5494f4e0-7686-11ed-ba19-c216a49d51cb | InvocationID=5494f6b6-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:25:04+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52671f40-7686-11ed-ba19-c216a49d51cb | InvocationID=52672922-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:25:04+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6155ee6e-7686-11ed-ba19-c216a49d51cb | InvocationID=6155f5a8-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:25:04+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6155ee6e-7686-11ed-ba19-c216a49d51cb | InvocationID=6155f5a8-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:25:04+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6155ee6e-7686-11ed-ba19-c216a49d51cb | InvocationID=6155f5a8-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:25:08+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5494f4e0-7686-11ed-ba19-c216a49d51cb | InvocationID=5494f6b6-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:25:08+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=635f94da-7686-11ed-ba19-c216a49d51cb | InvocationID=635f9674-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:25:29+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6155ee6e-7686-11ed-ba19-c216a49d51cb | InvocationID=6155f5a8-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:25:29+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7041c204-7686-11ed-ba19-c216a49d51cb | InvocationID=7041c506-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:25:29+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7041c204-7686-11ed-ba19-c216a49d51cb | InvocationID=7041c506-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:25:29+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7041c204-7686-11ed-ba19-c216a49d51cb | InvocationID=7041c506-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:25:33+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=635f94da-7686-11ed-ba19-c216a49d51cb | InvocationID=635f9674-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:25:33+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=722054d2-7686-11ed-ba19-c216a49d51cb | InvocationID=72205676-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:25:54+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7041c204-7686-11ed-ba19-c216a49d51cb | InvocationID=7041c506-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:25:54+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2d8f14-7686-11ed-ba19-c216a49d51cb | InvocationID=7f2d9144-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:25:54+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f2d8f14-7686-11ed-ba19-c216a49d51cb | InvocationID=7f2d9144-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:25:54+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2d8f14-7686-11ed-ba19-c216a49d51cb | InvocationID=7f2d9144-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:25:57+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=722054d2-7686-11ed-ba19-c216a49d51cb | InvocationID=72205676-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:25:57+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80e1834c-7686-11ed-ba19-c216a49d51cb | InvocationID=80e1850e-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:26:20+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f2d8f14-7686-11ed-ba19-c216a49d51cb | InvocationID=7f2d9144-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:26:20+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e18838a-7686-11ed-ba19-c216a49d51cb | InvocationID=8e18854c-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:26:20+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e18838a-7686-11ed-ba19-c216a49d51cb | InvocationID=8e18854c-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:26:20+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e18838a-7686-11ed-ba19-c216a49d51cb | InvocationID=8e18854c-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:26:22+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=80e1834c-7686-11ed-ba19-c216a49d51cb | InvocationID=80e1850e-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:26:22+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fa40cb0-7686-11ed-ba19-c216a49d51cb | InvocationID=8fa411d8-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:26:45+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e18838a-7686-11ed-ba19-c216a49d51cb | InvocationID=8e18854c-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:26:45+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d030d8e-7686-11ed-ba19-c216a49d51cb | InvocationID=9d030fdc-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:26:45+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d030d8e-7686-11ed-ba19-c216a49d51cb | InvocationID=9d030fdc-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:26:45+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d030d8e-7686-11ed-ba19-c216a49d51cb | InvocationID=9d030fdc-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:26:47+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fa40cb0-7686-11ed-ba19-c216a49d51cb | InvocationID=8fa411d8-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:26:47+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e65ed4a-7686-11ed-ba19-c216a49d51cb | InvocationID=9e65eef8-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:27:10+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d030d8e-7686-11ed-ba19-c216a49d51cb | InvocationID=9d030fdc-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:27:10+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abee17d0-7686-11ed-ba19-c216a49d51cb | InvocationID=abee1e42-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:27:10+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=abee17d0-7686-11ed-ba19-c216a49d51cb | InvocationID=abee1e42-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:27:10+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abee17d0-7686-11ed-ba19-c216a49d51cb | InvocationID=abee1e42-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:27:12+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9e65ed4a-7686-11ed-ba19-c216a49d51cb | InvocationID=9e65eef8-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:27:12+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad27c47a-7686-11ed-ba19-c216a49d51cb | InvocationID=ad27c63c-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:27:35+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=abee17d0-7686-11ed-ba19-c216a49d51cb | InvocationID=abee1e42-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:27:35+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad8c1be-7686-11ed-ba19-c216a49d51cb | InvocationID=bad8c6fa-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:27:35+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bad8c1be-7686-11ed-ba19-c216a49d51cb | InvocationID=bad8c6fa-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:27:35+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bad8c1be-7686-11ed-ba19-c216a49d51cb | InvocationID=bad8c6fa-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:27:36+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad27c47a-7686-11ed-ba19-c216a49d51cb | InvocationID=ad27c63c-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:27:36+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bbe9c59e-7686-11ed-ba19-c216a49d51cb | InvocationID=bbe9c756-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:28:00+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bad8c1be-7686-11ed-ba19-c216a49d51cb | InvocationID=bad8c6fa-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:28:00+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c3757a-7686-11ed-ba19-c216a49d51cb | InvocationID=c9c377be-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:28:00+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c9c3757a-7686-11ed-ba19-c216a49d51cb | InvocationID=c9c377be-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:28:00+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9c3757a-7686-11ed-ba19-c216a49d51cb | InvocationID=c9c377be-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:28:01+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bbe9c59e-7686-11ed-ba19-c216a49d51cb | InvocationID=bbe9c756-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:28:01+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caaab2b4-7686-11ed-ba19-c216a49d51cb | InvocationID=caaab458-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:28:25+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c9c3757a-7686-11ed-ba19-c216a49d51cb | InvocationID=c9c377be-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:28:25+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ae314c-7686-11ed-ba19-c216a49d51cb | InvocationID=d8ae32f0-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:28:25+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8ae314c-7686-11ed-ba19-c216a49d51cb | InvocationID=d8ae32f0-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:28:25+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8ae314c-7686-11ed-ba19-c216a49d51cb | InvocationID=d8ae32f0-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:28:26+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caaab2b4-7686-11ed-ba19-c216a49d51cb | InvocationID=caaab458-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:28:26+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d96ae814-7686-11ed-ba19-c216a49d51cb | InvocationID=d96af106-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:28:50+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d8ae314c-7686-11ed-ba19-c216a49d51cb | InvocationID=d8ae32f0-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:28:50+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e799419c-7686-11ed-ba19-c216a49d51cb | InvocationID=e79943c2-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:28:50+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e799419c-7686-11ed-ba19-c216a49d51cb | InvocationID=e79943c2-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:28:50+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e799419c-7686-11ed-ba19-c216a49d51cb | InvocationID=e79943c2-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:28:51+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d96ae814-7686-11ed-ba19-c216a49d51cb | InvocationID=d96af106-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:28:51+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e82f4ba6-7686-11ed-ba19-c216a49d51cb | InvocationID=e82f4d7c-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:29:15+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e799419c-7686-11ed-ba19-c216a49d51cb | InvocationID=e79943c2-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:29:15+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f685b172-7686-11ed-ba19-c216a49d51cb | InvocationID=f685b32a-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:29:15+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f685b172-7686-11ed-ba19-c216a49d51cb | InvocationID=f685b32a-7686-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:29:15+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f685b172-7686-11ed-ba19-c216a49d51cb | InvocationID=f685b32a-7686-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:29:15+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e82f4ba6-7686-11ed-ba19-c216a49d51cb | InvocationID=e82f4d7c-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:29:15+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6f1e36a-7686-11ed-ba19-c216a49d51cb | InvocationID=f6f1e644-7686-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:29:40+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f685b172-7686-11ed-ba19-c216a49d51cb | InvocationID=f685b32a-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:29:40+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0571ab78-7687-11ed-ba19-c216a49d51cb | InvocationID=0571ae7a-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:29:40+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0571ab78-7687-11ed-ba19-c216a49d51cb | InvocationID=0571ae7a-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:29:40+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0571ab78-7687-11ed-ba19-c216a49d51cb | InvocationID=0571ae7a-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:29:40+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6f1e36a-7686-11ed-ba19-c216a49d51cb | InvocationID=f6f1e644-7686-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:29:40+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05b23cc4-7687-11ed-ba19-c216a49d51cb | InvocationID=05b23efe-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:30:05+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0571ab78-7687-11ed-ba19-c216a49d51cb | InvocationID=0571ae7a-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:30:05+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145c9562-7687-11ed-ba19-c216a49d51cb | InvocationID=145c9792-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:30:05+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=145c9562-7687-11ed-ba19-c216a49d51cb | InvocationID=145c9792-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:30:05+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=145c9562-7687-11ed-ba19-c216a49d51cb | InvocationID=145c9792-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:30:05+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05b23cc4-7687-11ed-ba19-c216a49d51cb | InvocationID=05b23efe-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:30:05+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14727e04-7687-11ed-ba19-c216a49d51cb | InvocationID=14727fc6-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:30:30+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=14727e04-7687-11ed-ba19-c216a49d51cb | InvocationID=14727fc6-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:30:30+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2338c704-7687-11ed-ba19-c216a49d51cb | InvocationID=2338cc0e-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:30:30+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=145c9562-7687-11ed-ba19-c216a49d51cb | InvocationID=145c9792-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:30:30+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23478c3a-7687-11ed-ba19-c216a49d51cb | InvocationID=23478dd4-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:30:30+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23478c3a-7687-11ed-ba19-c216a49d51cb | InvocationID=23478dd4-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:30:30+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23478c3a-7687-11ed-ba19-c216a49d51cb | InvocationID=23478dd4-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:30:54+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2338c704-7687-11ed-ba19-c216a49d51cb | InvocationID=2338cc0e-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:30:54+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31f9d80a-7687-11ed-ba19-c216a49d51cb | InvocationID=31f9da76-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:30:55+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=23478c3a-7687-11ed-ba19-c216a49d51cb | InvocationID=23478dd4-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:30:55+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3232801a-7687-11ed-ba19-c216a49d51cb | InvocationID=323281dc-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:30:55+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3232801a-7687-11ed-ba19-c216a49d51cb | InvocationID=323281dc-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:30:55+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3232801a-7687-11ed-ba19-c216a49d51cb | InvocationID=323281dc-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:31:19+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31f9d80a-7687-11ed-ba19-c216a49d51cb | InvocationID=31f9da76-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:31:19+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40bccb7c-7687-11ed-ba19-c216a49d51cb | InvocationID=40bccd5c-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:31:20+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3232801a-7687-11ed-ba19-c216a49d51cb | InvocationID=323281dc-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:31:20+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411eaaea-7687-11ed-ba19-c216a49d51cb | InvocationID=411eb6c0-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:31:20+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=411eaaea-7687-11ed-ba19-c216a49d51cb | InvocationID=411eb6c0-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:31:20+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=411eaaea-7687-11ed-ba19-c216a49d51cb | InvocationID=411eb6c0-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:31:44+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40bccb7c-7687-11ed-ba19-c216a49d51cb | InvocationID=40bccd5c-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:31:44+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f8243c6-7687-11ed-ba19-c216a49d51cb | InvocationID=4f824632-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:31:45+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=411eaaea-7687-11ed-ba19-c216a49d51cb | InvocationID=411eb6c0-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:31:45+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=500988ea-7687-11ed-ba19-c216a49d51cb | InvocationID=50098aac-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:31:45+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=500988ea-7687-11ed-ba19-c216a49d51cb | InvocationID=50098aac-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:31:45+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=500988ea-7687-11ed-ba19-c216a49d51cb | InvocationID=50098aac-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:32:09+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4f8243c6-7687-11ed-ba19-c216a49d51cb | InvocationID=4f824632-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:32:09+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e43e6c6-7687-11ed-ba19-c216a49d51cb | InvocationID=5e43e946-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:32:10+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=500988ea-7687-11ed-ba19-c216a49d51cb | InvocationID=50098aac-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:32:10+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef62b38-7687-11ed-ba19-c216a49d51cb | InvocationID=5ef62cd2-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:32:10+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ef62b38-7687-11ed-ba19-c216a49d51cb | InvocationID=5ef62cd2-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:32:10+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ef62b38-7687-11ed-ba19-c216a49d51cb | InvocationID=5ef62cd2-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:32:34+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5e43e6c6-7687-11ed-ba19-c216a49d51cb | InvocationID=5e43e946-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:32:34+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d063b8c-7687-11ed-ba19-c216a49d51cb | InvocationID=6d063e5c-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:32:35+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5ef62b38-7687-11ed-ba19-c216a49d51cb | InvocationID=5ef62cd2-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:32:35+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de1290e-7687-11ed-ba19-c216a49d51cb | InvocationID=6de12cba-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:32:35+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de1290e-7687-11ed-ba19-c216a49d51cb | InvocationID=6de12cba-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:32:35+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6de1290e-7687-11ed-ba19-c216a49d51cb | InvocationID=6de12cba-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:32:58+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6d063b8c-7687-11ed-ba19-c216a49d51cb | InvocationID=6d063e5c-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:32:58+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7bc86fc8-7687-11ed-ba19-c216a49d51cb | InvocationID=7bc87b4e-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:33:00+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6de1290e-7687-11ed-ba19-c216a49d51cb | InvocationID=6de12cba-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:33:00+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cccb8a2-7687-11ed-ba19-c216a49d51cb | InvocationID=7cccba46-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:33:00+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7cccb8a2-7687-11ed-ba19-c216a49d51cb | InvocationID=7cccba46-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:33:00+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cccb8a2-7687-11ed-ba19-c216a49d51cb | InvocationID=7cccba46-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:33:23+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7bc86fc8-7687-11ed-ba19-c216a49d51cb | InvocationID=7bc87b4e-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:33:23+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8a89f446-7687-11ed-ba19-c216a49d51cb | InvocationID=8a89f75c-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:33:25+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7cccb8a2-7687-11ed-ba19-c216a49d51cb | InvocationID=7cccba46-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:33:25+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb74684-7687-11ed-ba19-c216a49d51cb | InvocationID=8bb74922-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:33:25+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8bb74684-7687-11ed-ba19-c216a49d51cb | InvocationID=8bb74922-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:33:25+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bb74684-7687-11ed-ba19-c216a49d51cb | InvocationID=8bb74922-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:33:48+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8a89f446-7687-11ed-ba19-c216a49d51cb | InvocationID=8a89f75c-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:33:48+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=994e4c7a-7687-11ed-ba19-c216a49d51cb | InvocationID=994e512a-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:33:50+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8bb74684-7687-11ed-ba19-c216a49d51cb | InvocationID=8bb74922-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:33:50+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aa39a62-7687-11ed-ba19-c216a49d51cb | InvocationID=9aa39c4c-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:33:50+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9aa39a62-7687-11ed-ba19-c216a49d51cb | InvocationID=9aa39c4c-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:33:50+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aa39a62-7687-11ed-ba19-c216a49d51cb | InvocationID=9aa39c4c-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:34:13+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=994e4c7a-7687-11ed-ba19-c216a49d51cb | InvocationID=994e512a-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:34:13+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a80fb316-7687-11ed-ba19-c216a49d51cb | InvocationID=a80fb60e-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:34:15+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9aa39a62-7687-11ed-ba19-c216a49d51cb | InvocationID=9aa39c4c-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:34:15+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98e5df0-7687-11ed-ba19-c216a49d51cb | InvocationID=a98e6016-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:34:15+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a98e5df0-7687-11ed-ba19-c216a49d51cb | InvocationID=a98e6016-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:34:15+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a98e5df0-7687-11ed-ba19-c216a49d51cb | InvocationID=a98e6016-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:34:37+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a80fb316-7687-11ed-ba19-c216a49d51cb | InvocationID=a80fb60e-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:34:37+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6d1efea-7687-11ed-ba19-c216a49d51cb | InvocationID=b6d1f936-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:34:40+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a98e5df0-7687-11ed-ba19-c216a49d51cb | InvocationID=a98e6016-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:34:40+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8797124-7687-11ed-ba19-c216a49d51cb | InvocationID=b87974ee-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:34:40+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8797124-7687-11ed-ba19-c216a49d51cb | InvocationID=b87974ee-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:34:40+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8797124-7687-11ed-ba19-c216a49d51cb | InvocationID=b87974ee-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:35:02+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6d1efea-7687-11ed-ba19-c216a49d51cb | InvocationID=b6d1f936-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:35:02+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5947890-7687-11ed-ba19-c216a49d51cb | InvocationID=c5947ab6-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:35:05+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8797124-7687-11ed-ba19-c216a49d51cb | InvocationID=b87974ee-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:35:05+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c763d49a-7687-11ed-ba19-c216a49d51cb | InvocationID=c763d652-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:35:05+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c763d49a-7687-11ed-ba19-c216a49d51cb | InvocationID=c763d652-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:35:05+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c763d49a-7687-11ed-ba19-c216a49d51cb | InvocationID=c763d652-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:35:27+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5947890-7687-11ed-ba19-c216a49d51cb | InvocationID=c5947ab6-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:35:27+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d455c49c-7687-11ed-ba19-c216a49d51cb | InvocationID=d455c686-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:35:30+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c763d49a-7687-11ed-ba19-c216a49d51cb | InvocationID=c763d652-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:35:30+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64e645c-7687-11ed-ba19-c216a49d51cb | InvocationID=d64e660a-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:35:30+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d64e645c-7687-11ed-ba19-c216a49d51cb | InvocationID=d64e660a-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:35:30+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64e645c-7687-11ed-ba19-c216a49d51cb | InvocationID=d64e660a-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:35:52+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d455c49c-7687-11ed-ba19-c216a49d51cb | InvocationID=d455c686-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:35:52+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e316c2b0-7687-11ed-ba19-c216a49d51cb | InvocationID=e316c512-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:35:55+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d64e645c-7687-11ed-ba19-c216a49d51cb | InvocationID=d64e660a-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:35:55+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e538f05e-7687-11ed-ba19-c216a49d51cb | InvocationID=e538f270-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:35:55+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e538f05e-7687-11ed-ba19-c216a49d51cb | InvocationID=e538f270-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:35:55+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e538f05e-7687-11ed-ba19-c216a49d51cb | InvocationID=e538f270-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:36:16+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e316c2b0-7687-11ed-ba19-c216a49d51cb | InvocationID=e316c512-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:36:16+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1d6df74-7687-11ed-ba19-c216a49d51cb | InvocationID=f1d6e136-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:36:20+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e538f05e-7687-11ed-ba19-c216a49d51cb | InvocationID=e538f270-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:36:20+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4239fec-7687-11ed-ba19-c216a49d51cb | InvocationID=f423a19a-7687-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:36:20+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4239fec-7687-11ed-ba19-c216a49d51cb | InvocationID=f423a19a-7687-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:36:20+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4239fec-7687-11ed-ba19-c216a49d51cb | InvocationID=f423a19a-7687-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:36:41+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f1d6df74-7687-11ed-ba19-c216a49d51cb | InvocationID=f1d6e136-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:36:41+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=009b0936-7688-11ed-ba19-c216a49d51cb | InvocationID=009b0b02-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:36:45+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f4239fec-7687-11ed-ba19-c216a49d51cb | InvocationID=f423a19a-7687-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:36:45+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030e4c0a-7688-11ed-ba19-c216a49d51cb | InvocationID=030e4dd6-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:36:45+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=030e4c0a-7688-11ed-ba19-c216a49d51cb | InvocationID=030e4dd6-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:36:45+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030e4c0a-7688-11ed-ba19-c216a49d51cb | InvocationID=030e4dd6-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:37:06+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=009b0936-7688-11ed-ba19-c216a49d51cb | InvocationID=009b0b02-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:37:06+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f604c9c-7688-11ed-ba19-c216a49d51cb | InvocationID=0f604e72-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:37:10+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=030e4c0a-7688-11ed-ba19-c216a49d51cb | InvocationID=030e4dd6-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:37:10+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f92f46-7688-11ed-ba19-c216a49d51cb | InvocationID=11f930fe-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:37:10+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11f92f46-7688-11ed-ba19-c216a49d51cb | InvocationID=11f930fe-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:37:10+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f92f46-7688-11ed-ba19-c216a49d51cb | InvocationID=11f930fe-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:37:31+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0f604c9c-7688-11ed-ba19-c216a49d51cb | InvocationID=0f604e72-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:37:31+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e212a08-7688-11ed-ba19-c216a49d51cb | InvocationID=1e212c42-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:37:35+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11f92f46-7688-11ed-ba19-c216a49d51cb | InvocationID=11f930fe-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:37:35+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e40c1a-7688-11ed-ba19-c216a49d51cb | InvocationID=20e40dbe-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:37:35+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20e40c1a-7688-11ed-ba19-c216a49d51cb | InvocationID=20e40dbe-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:37:35+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e40c1a-7688-11ed-ba19-c216a49d51cb | InvocationID=20e40dbe-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:37:55+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1e212a08-7688-11ed-ba19-c216a49d51cb | InvocationID=1e212c42-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:37:55+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2ce540ec-7688-11ed-ba19-c216a49d51cb | InvocationID=2ce5431c-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:38:00+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20e40c1a-7688-11ed-ba19-c216a49d51cb | InvocationID=20e40dbe-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:38:00+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcf6030-7688-11ed-ba19-c216a49d51cb | InvocationID=2fcf61fc-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:38:00+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fcf6030-7688-11ed-ba19-c216a49d51cb | InvocationID=2fcf61fc-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:38:00+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcf6030-7688-11ed-ba19-c216a49d51cb | InvocationID=2fcf61fc-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:38:20+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2ce540ec-7688-11ed-ba19-c216a49d51cb | InvocationID=2ce5431c-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:38:20+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ba7d1ee-7688-11ed-ba19-c216a49d51cb | InvocationID=3ba7d39c-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:38:25+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2fcf6030-7688-11ed-ba19-c216a49d51cb | InvocationID=2fcf61fc-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:38:25+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb9eb74-7688-11ed-ba19-c216a49d51cb | InvocationID=3eb9ed18-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:38:25+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3eb9eb74-7688-11ed-ba19-c216a49d51cb | InvocationID=3eb9ed18-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:38:25+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb9eb74-7688-11ed-ba19-c216a49d51cb | InvocationID=3eb9ed18-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:38:45+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3ba7d1ee-7688-11ed-ba19-c216a49d51cb | InvocationID=3ba7d39c-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:38:45+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a68e808-7688-11ed-ba19-c216a49d51cb | InvocationID=4a68e9d4-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:38:50+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3eb9eb74-7688-11ed-ba19-c216a49d51cb | InvocationID=3eb9ed18-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:38:50+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da53b48-7688-11ed-ba19-c216a49d51cb | InvocationID=4da53d00-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:38:50+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4da53b48-7688-11ed-ba19-c216a49d51cb | InvocationID=4da53d00-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:38:50+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da53b48-7688-11ed-ba19-c216a49d51cb | InvocationID=4da53d00-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:39:10+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a68e808-7688-11ed-ba19-c216a49d51cb | InvocationID=4a68e9d4-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:39:10+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59297650-7688-11ed-ba19-c216a49d51cb | InvocationID=5929792a-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:39:15+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4da53b48-7688-11ed-ba19-c216a49d51cb | InvocationID=4da53d00-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:39:15+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c90044e-7688-11ed-ba19-c216a49d51cb | InvocationID=5c900610-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:39:15+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5c90044e-7688-11ed-ba19-c216a49d51cb | InvocationID=5c900610-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:39:15+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c90044e-7688-11ed-ba19-c216a49d51cb | InvocationID=5c900610-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:39:34+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59297650-7688-11ed-ba19-c216a49d51cb | InvocationID=5929792a-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:39:34+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67e9f250-7688-11ed-ba19-c216a49d51cb | InvocationID=67e9f4ee-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:39:40+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5c90044e-7688-11ed-ba19-c216a49d51cb | InvocationID=5c900610-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:39:40+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7b3a28-7688-11ed-ba19-c216a49d51cb | InvocationID=6b7b3e06-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:39:40+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6b7b3a28-7688-11ed-ba19-c216a49d51cb | InvocationID=6b7b3e06-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:39:40+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b7b3a28-7688-11ed-ba19-c216a49d51cb | InvocationID=6b7b3e06-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:39:59+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67e9f250-7688-11ed-ba19-c216a49d51cb | InvocationID=67e9f4ee-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:39:59+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76acdcee-7688-11ed-ba19-c216a49d51cb | InvocationID=76ace13a-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:40:05+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6b7b3a28-7688-11ed-ba19-c216a49d51cb | InvocationID=6b7b3e06-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:40:05+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a661b5c-7688-11ed-ba19-c216a49d51cb | InvocationID=7a661d14-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:40:05+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7a661b5c-7688-11ed-ba19-c216a49d51cb | InvocationID=7a661d14-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:40:05+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a661b5c-7688-11ed-ba19-c216a49d51cb | InvocationID=7a661d14-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:40:24+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76acdcee-7688-11ed-ba19-c216a49d51cb | InvocationID=76ace13a-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:40:24+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=856ec300-7688-11ed-ba19-c216a49d51cb | InvocationID=856ec760-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:40:30+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7a661b5c-7688-11ed-ba19-c216a49d51cb | InvocationID=7a661d14-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:40:30+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895156ea-7688-11ed-ba19-c216a49d51cb | InvocationID=89515a32-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:40:31+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=895156ea-7688-11ed-ba19-c216a49d51cb | InvocationID=89515a32-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:40:31+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=895156ea-7688-11ed-ba19-c216a49d51cb | InvocationID=89515a32-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:40:49+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=856ec300-7688-11ed-ba19-c216a49d51cb | InvocationID=856ec760-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:40:49+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=942fc83a-7688-11ed-ba19-c216a49d51cb | InvocationID=942fca10-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:40:56+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=895156ea-7688-11ed-ba19-c216a49d51cb | InvocationID=89515a32-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:40:56+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=983c2266-7688-11ed-ba19-c216a49d51cb | InvocationID=983c2464-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:40:56+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=983c2266-7688-11ed-ba19-c216a49d51cb | InvocationID=983c2464-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:40:56+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=983c2266-7688-11ed-ba19-c216a49d51cb | InvocationID=983c2464-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:41:13+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=942fc83a-7688-11ed-ba19-c216a49d51cb | InvocationID=942fca10-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:41:13+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2f1a49c-7688-11ed-ba19-c216a49d51cb | InvocationID=a2f1a672-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:41:21+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=983c2266-7688-11ed-ba19-c216a49d51cb | InvocationID=983c2464-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:41:21+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a72850f6-7688-11ed-ba19-c216a49d51cb | InvocationID=a72852f4-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:41:21+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a72850f6-7688-11ed-ba19-c216a49d51cb | InvocationID=a72852f4-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:41:21+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a72850f6-7688-11ed-ba19-c216a49d51cb | InvocationID=a72852f4-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:41:38+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a2f1a49c-7688-11ed-ba19-c216a49d51cb | InvocationID=a2f1a672-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:41:38+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1b40a92-7688-11ed-ba19-c216a49d51cb | InvocationID=b1b40ce0-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:41:46+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a72850f6-7688-11ed-ba19-c216a49d51cb | InvocationID=a72852f4-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:41:46+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61809bc-7688-11ed-ba19-c216a49d51cb | InvocationID=b6180b6a-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:41:46+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b61809bc-7688-11ed-ba19-c216a49d51cb | InvocationID=b6180b6a-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:41:46+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b61809bc-7688-11ed-ba19-c216a49d51cb | InvocationID=b6180b6a-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:42:03+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b1b40a92-7688-11ed-ba19-c216a49d51cb | InvocationID=b1b40ce0-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:42:03+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c075f612-7688-11ed-ba19-c216a49d51cb | InvocationID=c075f842-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:42:11+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b61809bc-7688-11ed-ba19-c216a49d51cb | InvocationID=b6180b6a-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:42:11+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5034ab8-7688-11ed-ba19-c216a49d51cb | InvocationID=c5034c48-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:42:11+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5034ab8-7688-11ed-ba19-c216a49d51cb | InvocationID=c5034c48-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:42:11+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5034ab8-7688-11ed-ba19-c216a49d51cb | InvocationID=c5034c48-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:42:28+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c075f612-7688-11ed-ba19-c216a49d51cb | InvocationID=c075f842-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:42:28+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf3798fe-7688-11ed-ba19-c216a49d51cb | InvocationID=cf379b2e-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:42:36+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5034ab8-7688-11ed-ba19-c216a49d51cb | InvocationID=c5034c48-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:42:36+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ee569e-7688-11ed-ba19-c216a49d51cb | InvocationID=d3ee58d8-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:42:36+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3ee569e-7688-11ed-ba19-c216a49d51cb | InvocationID=d3ee58d8-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:42:36+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3ee569e-7688-11ed-ba19-c216a49d51cb | InvocationID=d3ee58d8-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:42:53+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cf3798fe-7688-11ed-ba19-c216a49d51cb | InvocationID=cf379b2e-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:42:53+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ddf96174-7688-11ed-ba19-c216a49d51cb | InvocationID=ddf963a4-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:43:01+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d3ee569e-7688-11ed-ba19-c216a49d51cb | InvocationID=d3ee58d8-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:43:01+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2d90014-7688-11ed-ba19-c216a49d51cb | InvocationID=e2d90262-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:43:01+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e2d90014-7688-11ed-ba19-c216a49d51cb | InvocationID=e2d90262-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:43:01+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2d90014-7688-11ed-ba19-c216a49d51cb | InvocationID=e2d90262-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:43:17+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ddf96174-7688-11ed-ba19-c216a49d51cb | InvocationID=ddf963a4-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:43:17+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ecbacc2a-7688-11ed-ba19-c216a49d51cb | InvocationID=ecbaceb4-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:43:26+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e2d90014-7688-11ed-ba19-c216a49d51cb | InvocationID=e2d90262-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:43:26+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1c3ed78-7688-11ed-ba19-c216a49d51cb | InvocationID=f1c3f020-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:43:26+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1c3ed78-7688-11ed-ba19-c216a49d51cb | InvocationID=f1c3f020-7688-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:43:26+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1c3ed78-7688-11ed-ba19-c216a49d51cb | InvocationID=f1c3f020-7688-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:43:42+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ecbacc2a-7688-11ed-ba19-c216a49d51cb | InvocationID=ecbaceb4-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:43:42+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fb7e0614-7688-11ed-ba19-c216a49d51cb | InvocationID=fb7e086c-7688-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:43:51+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1c3ed78-7688-11ed-ba19-c216a49d51cb | InvocationID=f1c3f020-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:43:51+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00aea24c-7689-11ed-ba19-c216a49d51cb | InvocationID=00aea418-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:43:51+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=00aea24c-7689-11ed-ba19-c216a49d51cb | InvocationID=00aea418-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:43:51+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00aea24c-7689-11ed-ba19-c216a49d51cb | InvocationID=00aea418-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:44:07+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fb7e0614-7688-11ed-ba19-c216a49d51cb | InvocationID=fb7e086c-7688-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:44:07+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0a3ec1a2-7689-11ed-ba19-c216a49d51cb | InvocationID=0a3ec378-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:44:16+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=00aea24c-7689-11ed-ba19-c216a49d51cb | InvocationID=00aea418-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:44:16+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9bf66a-7689-11ed-ba19-c216a49d51cb | InvocationID=0f9bf804-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:44:16+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0f9bf66a-7689-11ed-ba19-c216a49d51cb | InvocationID=0f9bf804-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:44:16+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f9bf66a-7689-11ed-ba19-c216a49d51cb | InvocationID=0f9bf804-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:44:32+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0a3ec1a2-7689-11ed-ba19-c216a49d51cb | InvocationID=0a3ec378-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:44:32+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19001a6a-7689-11ed-ba19-c216a49d51cb | InvocationID=19002550-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:44:41+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0f9bf66a-7689-11ed-ba19-c216a49d51cb | InvocationID=0f9bf804-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:44:41+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e86dbae-7689-11ed-ba19-c216a49d51cb | InvocationID=1e86df32-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:44:41+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1e86dbae-7689-11ed-ba19-c216a49d51cb | InvocationID=1e86df32-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:44:41+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e86dbae-7689-11ed-ba19-c216a49d51cb | InvocationID=1e86df32-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:44:56+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19001a6a-7689-11ed-ba19-c216a49d51cb | InvocationID=19002550-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:44:56+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=27c27eee-7689-11ed-ba19-c216a49d51cb | InvocationID=27c2810a-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:45:06+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1e86dbae-7689-11ed-ba19-c216a49d51cb | InvocationID=1e86df32-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:45:06+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7196a4-7689-11ed-ba19-c216a49d51cb | InvocationID=2d7198ca-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:45:06+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d7196a4-7689-11ed-ba19-c216a49d51cb | InvocationID=2d7198ca-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:45:06+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d7196a4-7689-11ed-ba19-c216a49d51cb | InvocationID=2d7198ca-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:45:21+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=27c27eee-7689-11ed-ba19-c216a49d51cb | InvocationID=27c2810a-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:45:21+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3687a1fc-7689-11ed-ba19-c216a49d51cb | InvocationID=3687a42c-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:45:31+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2d7196a4-7689-11ed-ba19-c216a49d51cb | InvocationID=2d7198ca-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:45:31+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c5c4b14-7689-11ed-ba19-c216a49d51cb | InvocationID=3c5c4f6a-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:45:31+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c5c4b14-7689-11ed-ba19-c216a49d51cb | InvocationID=3c5c4f6a-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:45:31+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c5c4b14-7689-11ed-ba19-c216a49d51cb | InvocationID=3c5c4f6a-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:45:46+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3687a1fc-7689-11ed-ba19-c216a49d51cb | InvocationID=3687a42c-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:45:46+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4548ef66-7689-11ed-ba19-c216a49d51cb | InvocationID=4548f1aa-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:45:56+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3c5c4b14-7689-11ed-ba19-c216a49d51cb | InvocationID=3c5c4f6a-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:45:56+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b472e3c-7689-11ed-ba19-c216a49d51cb | InvocationID=4b4730b2-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:45:56+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b472e3c-7689-11ed-ba19-c216a49d51cb | InvocationID=4b4730b2-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:45:56+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b472e3c-7689-11ed-ba19-c216a49d51cb | InvocationID=4b4730b2-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:46:11+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4548ef66-7689-11ed-ba19-c216a49d51cb | InvocationID=4548f1aa-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:46:11+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=540a3014-7689-11ed-ba19-c216a49d51cb | InvocationID=540a324e-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:46:21+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4b472e3c-7689-11ed-ba19-c216a49d51cb | InvocationID=4b4730b2-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:46:21+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a31f422-7689-11ed-ba19-c216a49d51cb | InvocationID=5a31f5ee-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:46:21+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a31f422-7689-11ed-ba19-c216a49d51cb | InvocationID=5a31f5ee-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:46:21+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a31f422-7689-11ed-ba19-c216a49d51cb | InvocationID=5a31f5ee-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:46:35+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=540a3014-7689-11ed-ba19-c216a49d51cb | InvocationID=540a324e-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:46:35+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62cbe7c8-7689-11ed-ba19-c216a49d51cb | InvocationID=62cbe9c6-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:46:46+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5a31f422-7689-11ed-ba19-c216a49d51cb | InvocationID=5a31f5ee-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:46:46+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691cd75e-7689-11ed-ba19-c216a49d51cb | InvocationID=691cd934-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:46:46+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691cd75e-7689-11ed-ba19-c216a49d51cb | InvocationID=691cd934-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:46:46+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691cd75e-7689-11ed-ba19-c216a49d51cb | InvocationID=691cd934-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:47:00+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=62cbe7c8-7689-11ed-ba19-c216a49d51cb | InvocationID=62cbe9c6-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:47:00+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=718f93ea-7689-11ed-ba19-c216a49d51cb | InvocationID=718f9638-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:47:11+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=691cd75e-7689-11ed-ba19-c216a49d51cb | InvocationID=691cd934-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:47:11+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7807b3d8-7689-11ed-ba19-c216a49d51cb | InvocationID=7807b59a-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:47:11+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7807b3d8-7689-11ed-ba19-c216a49d51cb | InvocationID=7807b59a-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:47:11+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7807b3d8-7689-11ed-ba19-c216a49d51cb | InvocationID=7807b59a-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:47:25+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=718f93ea-7689-11ed-ba19-c216a49d51cb | InvocationID=718f9638-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:47:25+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=805166f6-7689-11ed-ba19-c216a49d51cb | InvocationID=8051693a-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:47:36+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7807b3d8-7689-11ed-ba19-c216a49d51cb | InvocationID=7807b59a-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:47:36+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f4c8cc-7689-11ed-ba19-c216a49d51cb | InvocationID=86f4ca98-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:47:36+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86f4c8cc-7689-11ed-ba19-c216a49d51cb | InvocationID=86f4ca98-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:47:36+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f4c8cc-7689-11ed-ba19-c216a49d51cb | InvocationID=86f4ca98-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:47:50+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=805166f6-7689-11ed-ba19-c216a49d51cb | InvocationID=8051693a-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:47:50+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f13b432-7689-11ed-ba19-c216a49d51cb | InvocationID=8f13b612-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:48:01+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=86f4c8cc-7689-11ed-ba19-c216a49d51cb | InvocationID=86f4ca98-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:48:01+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95df55b4-7689-11ed-ba19-c216a49d51cb | InvocationID=95df5780-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:48:01+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95df55b4-7689-11ed-ba19-c216a49d51cb | InvocationID=95df5780-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:48:01+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95df55b4-7689-11ed-ba19-c216a49d51cb | InvocationID=95df5780-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:48:14+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8f13b432-7689-11ed-ba19-c216a49d51cb | InvocationID=8f13b612-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:48:14+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9dd484f6-7689-11ed-ba19-c216a49d51cb | InvocationID=9dd4874e-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:48:26+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=95df55b4-7689-11ed-ba19-c216a49d51cb | InvocationID=95df5780-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:48:26+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c9c8f2-7689-11ed-ba19-c216a49d51cb | InvocationID=a4c9ca8c-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:48:26+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a4c9c8f2-7689-11ed-ba19-c216a49d51cb | InvocationID=a4c9ca8c-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:48:26+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4c9c8f2-7689-11ed-ba19-c216a49d51cb | InvocationID=a4c9ca8c-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:48:39+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9dd484f6-7689-11ed-ba19-c216a49d51cb | InvocationID=9dd4874e-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:48:39+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac980c2e-7689-11ed-ba19-c216a49d51cb | InvocationID=ac980e04-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:48:51+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a4c9c8f2-7689-11ed-ba19-c216a49d51cb | InvocationID=a4c9ca8c-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:48:51+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b4de24-7689-11ed-ba19-c216a49d51cb | InvocationID=b3b4dfd2-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:48:51+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b3b4de24-7689-11ed-ba19-c216a49d51cb | InvocationID=b3b4dfd2-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:48:51+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3b4de24-7689-11ed-ba19-c216a49d51cb | InvocationID=b3b4dfd2-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:49:04+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ac980c2e-7689-11ed-ba19-c216a49d51cb | InvocationID=ac980e04-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:49:04+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb59da08-7689-11ed-ba19-c216a49d51cb | InvocationID=bb59e69c-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:49:16+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b3b4de24-7689-11ed-ba19-c216a49d51cb | InvocationID=b3b4dfd2-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:49:16+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29f5608-7689-11ed-ba19-c216a49d51cb | InvocationID=c29f57c0-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:49:16+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c29f5608-7689-11ed-ba19-c216a49d51cb | InvocationID=c29f57c0-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:49:16+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29f5608-7689-11ed-ba19-c216a49d51cb | InvocationID=c29f57c0-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:49:29+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb59da08-7689-11ed-ba19-c216a49d51cb | InvocationID=bb59e69c-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:49:29+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca19f0b4-7689-11ed-ba19-c216a49d51cb | InvocationID=ca19f280-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:49:41+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c29f5608-7689-11ed-ba19-c216a49d51cb | InvocationID=c29f57c0-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:49:41+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18a3822-7689-11ed-ba19-c216a49d51cb | InvocationID=d18a3a3e-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:49:41+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d18a3822-7689-11ed-ba19-c216a49d51cb | InvocationID=d18a3a3e-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:49:41+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18a3822-7689-11ed-ba19-c216a49d51cb | InvocationID=d18a3a3e-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:49:53+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca19f0b4-7689-11ed-ba19-c216a49d51cb | InvocationID=ca19f280-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:49:53+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d8daa99a-7689-11ed-ba19-c216a49d51cb | InvocationID=d8daab5c-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:50:06+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d18a3822-7689-11ed-ba19-c216a49d51cb | InvocationID=d18a3a3e-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:50:06+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0750466-7689-11ed-ba19-c216a49d51cb | InvocationID=e0750722-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:50:06+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0750466-7689-11ed-ba19-c216a49d51cb | InvocationID=e0750722-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:50:06+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0750466-7689-11ed-ba19-c216a49d51cb | InvocationID=e0750722-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:50:18+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d8daa99a-7689-11ed-ba19-c216a49d51cb | InvocationID=d8daab5c-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:50:18+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e79c9150-7689-11ed-ba19-c216a49d51cb | InvocationID=e79c9344-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:50:31+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0750466-7689-11ed-ba19-c216a49d51cb | InvocationID=e0750722-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:50:31+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef621478-7689-11ed-ba19-c216a49d51cb | InvocationID=ef6219e6-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:50:31+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef621478-7689-11ed-ba19-c216a49d51cb | InvocationID=ef6219e6-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:50:31+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef621478-7689-11ed-ba19-c216a49d51cb | InvocationID=ef6219e6-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:50:43+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e79c9150-7689-11ed-ba19-c216a49d51cb | InvocationID=e79c9344-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:50:43+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f65da396-7689-11ed-ba19-c216a49d51cb | InvocationID=f65da602-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:50:56+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ef621478-7689-11ed-ba19-c216a49d51cb | InvocationID=ef6219e6-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:50:56+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4d76da-7689-11ed-ba19-c216a49d51cb | InvocationID=fe4d7932-7689-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:50:56+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe4d76da-7689-11ed-ba19-c216a49d51cb | InvocationID=fe4d7932-7689-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:50:56+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe4d76da-7689-11ed-ba19-c216a49d51cb | InvocationID=fe4d7932-7689-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:51:08+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f65da396-7689-11ed-ba19-c216a49d51cb | InvocationID=f65da602-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:51:08+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05217d6c-768a-11ed-ba19-c216a49d51cb | InvocationID=05217fce-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:51:21+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fe4d76da-7689-11ed-ba19-c216a49d51cb | InvocationID=fe4d7932-7689-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:51:21+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d38c9ba-768a-11ed-ba19-c216a49d51cb | InvocationID=0d38cbd6-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:51:21+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d38c9ba-768a-11ed-ba19-c216a49d51cb | InvocationID=0d38cbd6-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:51:21+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d38c9ba-768a-11ed-ba19-c216a49d51cb | InvocationID=0d38cbd6-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:51:32+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05217d6c-768a-11ed-ba19-c216a49d51cb | InvocationID=05217fce-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:51:32+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=13e410e4-768a-11ed-ba19-c216a49d51cb | InvocationID=13e41292-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:51:46+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0d38c9ba-768a-11ed-ba19-c216a49d51cb | InvocationID=0d38cbd6-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:51:46+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c29cece-768a-11ed-ba19-c216a49d51cb | InvocationID=1c29d14e-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:51:46+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1c29cece-768a-11ed-ba19-c216a49d51cb | InvocationID=1c29d14e-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:51:46+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c29cece-768a-11ed-ba19-c216a49d51cb | InvocationID=1c29d14e-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:51:57+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=13e410e4-768a-11ed-ba19-c216a49d51cb | InvocationID=13e41292-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:51:57+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=22a4a06c-768a-11ed-ba19-c216a49d51cb | InvocationID=22a4a238-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:52:11+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1c29cece-768a-11ed-ba19-c216a49d51cb | InvocationID=1c29d14e-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:52:11+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b16c414-768a-11ed-ba19-c216a49d51cb | InvocationID=2b16c644-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:52:11+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b16c414-768a-11ed-ba19-c216a49d51cb | InvocationID=2b16c644-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:52:11+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b16c414-768a-11ed-ba19-c216a49d51cb | InvocationID=2b16c644-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:52:22+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=22a4a06c-768a-11ed-ba19-c216a49d51cb | InvocationID=22a4a238-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:52:22+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=31658ff8-768a-11ed-ba19-c216a49d51cb | InvocationID=31659976-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:52:36+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b16c414-768a-11ed-ba19-c216a49d51cb | InvocationID=2b16c644-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:52:36+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a01b9c0-768a-11ed-ba19-c216a49d51cb | InvocationID=3a01bc90-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:52:36+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a01b9c0-768a-11ed-ba19-c216a49d51cb | InvocationID=3a01bc90-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:52:36+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a01b9c0-768a-11ed-ba19-c216a49d51cb | InvocationID=3a01bc90-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:52:47+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=31658ff8-768a-11ed-ba19-c216a49d51cb | InvocationID=31659976-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:52:47+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=40270134-768a-11ed-ba19-c216a49d51cb | InvocationID=40270314-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:53:01+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a01b9c0-768a-11ed-ba19-c216a49d51cb | InvocationID=3a01bc90-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:53:01+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ecdb54-768a-11ed-ba19-c216a49d51cb | InvocationID=48ecdd16-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:53:01+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=48ecdb54-768a-11ed-ba19-c216a49d51cb | InvocationID=48ecdd16-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:53:01+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ecdb54-768a-11ed-ba19-c216a49d51cb | InvocationID=48ecdd16-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:53:11+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=40270134-768a-11ed-ba19-c216a49d51cb | InvocationID=40270314-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:53:11+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4eea5630-768a-11ed-ba19-c216a49d51cb | InvocationID=4eea5856-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:53:26+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=48ecdb54-768a-11ed-ba19-c216a49d51cb | InvocationID=48ecdd16-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:53:26+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d96cd6-768a-11ed-ba19-c216a49d51cb | InvocationID=57d96e98-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:53:27+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=57d96cd6-768a-11ed-ba19-c216a49d51cb | InvocationID=57d96e98-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:53:27+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57d96cd6-768a-11ed-ba19-c216a49d51cb | InvocationID=57d96e98-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:53:36+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4eea5630-768a-11ed-ba19-c216a49d51cb | InvocationID=4eea5856-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:53:36+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5dab62fe-768a-11ed-ba19-c216a49d51cb | InvocationID=5dab6538-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:53:52+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=57d96cd6-768a-11ed-ba19-c216a49d51cb | InvocationID=57d96e98-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:53:52+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c454ea-768a-11ed-ba19-c216a49d51cb | InvocationID=66c456de-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:53:52+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=66c454ea-768a-11ed-ba19-c216a49d51cb | InvocationID=66c456de-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:53:52+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66c454ea-768a-11ed-ba19-c216a49d51cb | InvocationID=66c456de-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:54:01+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5dab62fe-768a-11ed-ba19-c216a49d51cb | InvocationID=5dab6538-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:54:01+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6c6defaa-768a-11ed-ba19-c216a49d51cb | InvocationID=6c6df194-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:54:17+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=66c454ea-768a-11ed-ba19-c216a49d51cb | InvocationID=66c456de-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:54:17+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75af5040-768a-11ed-ba19-c216a49d51cb | InvocationID=75af534c-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:54:17+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=75af5040-768a-11ed-ba19-c216a49d51cb | InvocationID=75af534c-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:54:17+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75af5040-768a-11ed-ba19-c216a49d51cb | InvocationID=75af534c-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:54:26+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6c6defaa-768a-11ed-ba19-c216a49d51cb | InvocationID=6c6df194-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:54:26+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7b2ffc04-768a-11ed-ba19-c216a49d51cb | InvocationID=7b2ffe16-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:54:42+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=75af5040-768a-11ed-ba19-c216a49d51cb | InvocationID=75af534c-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:54:42+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8499f5ba-768a-11ed-ba19-c216a49d51cb | InvocationID=8499f79a-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:54:42+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8499f5ba-768a-11ed-ba19-c216a49d51cb | InvocationID=8499f79a-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:54:42+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8499f5ba-768a-11ed-ba19-c216a49d51cb | InvocationID=8499f79a-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:54:51+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7b2ffc04-768a-11ed-ba19-c216a49d51cb | InvocationID=7b2ffe16-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:54:51+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89f06f4e-768a-11ed-ba19-c216a49d51cb | InvocationID=89f071c4-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:55:07+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8499f5ba-768a-11ed-ba19-c216a49d51cb | InvocationID=8499f79a-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:55:07+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93860e60-768a-11ed-ba19-c216a49d51cb | InvocationID=93861086-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:55:07+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=93860e60-768a-11ed-ba19-c216a49d51cb | InvocationID=93861086-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:55:07+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93860e60-768a-11ed-ba19-c216a49d51cb | InvocationID=93861086-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:55:15+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89f06f4e-768a-11ed-ba19-c216a49d51cb | InvocationID=89f071c4-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:55:15+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b1e756-768a-11ed-ba19-c216a49d51cb | InvocationID=98b1ea30-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:55:32+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=93860e60-768a-11ed-ba19-c216a49d51cb | InvocationID=93861086-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:55:32+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a270db08-768a-11ed-ba19-c216a49d51cb | InvocationID=a270e788-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:55:32+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a270db08-768a-11ed-ba19-c216a49d51cb | InvocationID=a270e788-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:55:32+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a270db08-768a-11ed-ba19-c216a49d51cb | InvocationID=a270e788-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:55:40+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=98b1e756-768a-11ed-ba19-c216a49d51cb | InvocationID=98b1ea30-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:55:40+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7742c40-768a-11ed-ba19-c216a49d51cb | InvocationID=a7742dee-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:55:57+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a270db08-768a-11ed-ba19-c216a49d51cb | InvocationID=a270e788-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:55:57+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15ce5a8-768a-11ed-ba19-c216a49d51cb | InvocationID=b15ce97c-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:55:57+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b15ce5a8-768a-11ed-ba19-c216a49d51cb | InvocationID=b15ce97c-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:55:57+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b15ce5a8-768a-11ed-ba19-c216a49d51cb | InvocationID=b15ce97c-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:56:05+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a7742c40-768a-11ed-ba19-c216a49d51cb | InvocationID=a7742dee-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:56:05+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6350ace-768a-11ed-ba19-c216a49d51cb | InvocationID=b6350c9a-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:56:22+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b15ce5a8-768a-11ed-ba19-c216a49d51cb | InvocationID=b15ce97c-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:56:22+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0476f5c-768a-11ed-ba19-c216a49d51cb | InvocationID=c0477b14-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:56:22+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0476f5c-768a-11ed-ba19-c216a49d51cb | InvocationID=c0477b14-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:56:22+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0476f5c-768a-11ed-ba19-c216a49d51cb | InvocationID=c0477b14-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:56:30+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b6350ace-768a-11ed-ba19-c216a49d51cb | InvocationID=b6350c9a-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:56:30+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4f70d78-768a-11ed-ba19-c216a49d51cb | InvocationID=c4f70f4e-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:56:47+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0476f5c-768a-11ed-ba19-c216a49d51cb | InvocationID=c0477b14-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:56:47+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf321602-768a-11ed-ba19-c216a49d51cb | InvocationID=cf3218c8-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:56:47+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cf321602-768a-11ed-ba19-c216a49d51cb | InvocationID=cf3218c8-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:56:47+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf321602-768a-11ed-ba19-c216a49d51cb | InvocationID=cf3218c8-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:56:54+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c4f70d78-768a-11ed-ba19-c216a49d51cb | InvocationID=c4f70f4e-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:56:54+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d3b951e0-768a-11ed-ba19-c216a49d51cb | InvocationID=d3b953ac-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:57:12+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cf321602-768a-11ed-ba19-c216a49d51cb | InvocationID=cf3218c8-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:57:12+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de1d3656-768a-11ed-ba19-c216a49d51cb | InvocationID=de1d3886-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:57:12+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=de1d3656-768a-11ed-ba19-c216a49d51cb | InvocationID=de1d3886-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:57:12+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de1d3656-768a-11ed-ba19-c216a49d51cb | InvocationID=de1d3886-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:57:19+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d3b951e0-768a-11ed-ba19-c216a49d51cb | InvocationID=d3b953ac-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:57:19+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e27a41ee-768a-11ed-ba19-c216a49d51cb | InvocationID=e27a43b0-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:57:37+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=de1d3656-768a-11ed-ba19-c216a49d51cb | InvocationID=de1d3886-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:57:37+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0a764c-768a-11ed-ba19-c216a49d51cb | InvocationID=ed0a780e-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:57:37+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed0a764c-768a-11ed-ba19-c216a49d51cb | InvocationID=ed0a780e-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:57:37+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed0a764c-768a-11ed-ba19-c216a49d51cb | InvocationID=ed0a780e-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:57:44+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e27a41ee-768a-11ed-ba19-c216a49d51cb | InvocationID=e27a43b0-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:57:44+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f13b6f82-768a-11ed-ba19-c216a49d51cb | InvocationID=f13b714e-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:58:02+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed0a764c-768a-11ed-ba19-c216a49d51cb | InvocationID=ed0a780e-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:58:02+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf550c8-768a-11ed-ba19-c216a49d51cb | InvocationID=fbf55276-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:58:02+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fbf550c8-768a-11ed-ba19-c216a49d51cb | InvocationID=fbf55276-768a-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:58:02+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf550c8-768a-11ed-ba19-c216a49d51cb | InvocationID=fbf55276-768a-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:58:09+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f13b6f82-768a-11ed-ba19-c216a49d51cb | InvocationID=f13b714e-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:58:09+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fffecab4-768a-11ed-ba19-c216a49d51cb | InvocationID=fffecc6c-768a-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:58:27+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fbf550c8-768a-11ed-ba19-c216a49d51cb | InvocationID=fbf55276-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:58:27+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adfd2ac-768b-11ed-ba19-c216a49d51cb | InvocationID=0adfd55e-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:58:27+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0adfd2ac-768b-11ed-ba19-c216a49d51cb | InvocationID=0adfd55e-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:58:27+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0adfd2ac-768b-11ed-ba19-c216a49d51cb | InvocationID=0adfd55e-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:58:33+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fffecab4-768a-11ed-ba19-c216a49d51cb | InvocationID=fffecc6c-768a-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:58:33+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ec30754-768b-11ed-ba19-c216a49d51cb | InvocationID=0ec30970-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:58:52+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0adfd2ac-768b-11ed-ba19-c216a49d51cb | InvocationID=0adfd55e-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:58:52+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19cc7982-768b-11ed-ba19-c216a49d51cb | InvocationID=19cc7bd0-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:58:52+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19cc7982-768b-11ed-ba19-c216a49d51cb | InvocationID=19cc7bd0-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:58:52+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19cc7982-768b-11ed-ba19-c216a49d51cb | InvocationID=19cc7bd0-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:58:58+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0ec30754-768b-11ed-ba19-c216a49d51cb | InvocationID=0ec30970-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:58:58+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1d8626e0-768b-11ed-ba19-c216a49d51cb | InvocationID=1d862906-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:59:17+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=19cc7982-768b-11ed-ba19-c216a49d51cb | InvocationID=19cc7bd0-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:59:17+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b71d8a-768b-11ed-ba19-c216a49d51cb | InvocationID=28b71fec-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:59:17+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=28b71d8a-768b-11ed-ba19-c216a49d51cb | InvocationID=28b71fec-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:59:17+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28b71d8a-768b-11ed-ba19-c216a49d51cb | InvocationID=28b71fec-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:59:23+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1d8626e0-768b-11ed-ba19-c216a49d51cb | InvocationID=1d862906-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:59:23+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2c470564-768b-11ed-ba19-c216a49d51cb | InvocationID=2c470730-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-07T23:59:42+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=28b71d8a-768b-11ed-ba19-c216a49d51cb | InvocationID=28b71fec-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-07T23:59:42+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a1e6a4-768b-11ed-ba19-c216a49d51cb | InvocationID=37a1e910-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-07T23:59:42+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37a1e6a4-768b-11ed-ba19-c216a49d51cb | InvocationID=37a1e910-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:59:42+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37a1e6a4-768b-11ed-ba19-c216a49d51cb | InvocationID=37a1e910-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-07T23:59:48+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2c470564-768b-11ed-ba19-c216a49d51cb | InvocationID=2c470730-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-07T23:59:48+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3b073df8-768b-11ed-ba19-c216a49d51cb | InvocationID=3b074032-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:00:07+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=37a1e6a4-768b-11ed-ba19-c216a49d51cb | InvocationID=37a1e910-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:00:07+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468cdd0e-768b-11ed-ba19-c216a49d51cb | InvocationID=468cdeda-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:00:07+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468cdd0e-768b-11ed-ba19-c216a49d51cb | InvocationID=468cdeda-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:00:07+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=468cdd0e-768b-11ed-ba19-c216a49d51cb | InvocationID=468cdeda-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:00:12+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3b073df8-768b-11ed-ba19-c216a49d51cb | InvocationID=3b074032-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:00:12+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49ca0de8-768b-11ed-ba19-c216a49d51cb | InvocationID=49ca0fc8-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:00:32+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=468cdd0e-768b-11ed-ba19-c216a49d51cb | InvocationID=468cdeda-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:00:32+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5577abe6-768b-11ed-ba19-c216a49d51cb | InvocationID=5577ada8-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:00:32+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5577abe6-768b-11ed-ba19-c216a49d51cb | InvocationID=5577ada8-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:00:32+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5577abe6-768b-11ed-ba19-c216a49d51cb | InvocationID=5577ada8-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:00:37+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=49ca0de8-768b-11ed-ba19-c216a49d51cb | InvocationID=49ca0fc8-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:00:37+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=588b0a80-768b-11ed-ba19-c216a49d51cb | InvocationID=588b0cc4-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:00:57+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5577abe6-768b-11ed-ba19-c216a49d51cb | InvocationID=5577ada8-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:00:57+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64656774-768b-11ed-ba19-c216a49d51cb | InvocationID=64656d96-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:00:57+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64656774-768b-11ed-ba19-c216a49d51cb | InvocationID=64656d96-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:00:57+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64656774-768b-11ed-ba19-c216a49d51cb | InvocationID=64656d96-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:01:02+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=588b0a80-768b-11ed-ba19-c216a49d51cb | InvocationID=588b0cc4-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:01:02+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=674dce04-768b-11ed-ba19-c216a49d51cb | InvocationID=674dd03e-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:01:22+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64656774-768b-11ed-ba19-c216a49d51cb | InvocationID=64656d96-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:01:22+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73509330-768b-11ed-ba19-c216a49d51cb | InvocationID=7350966e-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:01:22+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73509330-768b-11ed-ba19-c216a49d51cb | InvocationID=7350966e-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:01:22+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73509330-768b-11ed-ba19-c216a49d51cb | InvocationID=7350966e-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:01:27+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=674dce04-768b-11ed-ba19-c216a49d51cb | InvocationID=674dd03e-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:01:27+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=760f0f5c-768b-11ed-ba19-c216a49d51cb | InvocationID=760f110a-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:01:47+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73509330-768b-11ed-ba19-c216a49d51cb | InvocationID=7350966e-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:01:47+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8240443a-768b-11ed-ba19-c216a49d51cb | InvocationID=824046ba-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:01:47+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8240443a-768b-11ed-ba19-c216a49d51cb | InvocationID=824046ba-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:01:47+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8240443a-768b-11ed-ba19-c216a49d51cb | InvocationID=824046ba-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:01:51+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=760f0f5c-768b-11ed-ba19-c216a49d51cb | InvocationID=760f110a-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:01:51+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84d00ab4-768b-11ed-ba19-c216a49d51cb | InvocationID=84d00c6c-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:02:12+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8240443a-768b-11ed-ba19-c216a49d51cb | InvocationID=824046ba-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:02:12+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912d1d9c-768b-11ed-ba19-c216a49d51cb | InvocationID=912d1fc2-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:02:12+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=912d1d9c-768b-11ed-ba19-c216a49d51cb | InvocationID=912d1fc2-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:02:12+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=912d1d9c-768b-11ed-ba19-c216a49d51cb | InvocationID=912d1fc2-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:02:16+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84d00ab4-768b-11ed-ba19-c216a49d51cb | InvocationID=84d00c6c-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:02:16+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9391d1ea-768b-11ed-ba19-c216a49d51cb | InvocationID=9391d38e-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:02:37+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=912d1d9c-768b-11ed-ba19-c216a49d51cb | InvocationID=912d1fc2-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:02:37+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a019fba4-768b-11ed-ba19-c216a49d51cb | InvocationID=a019fd66-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:02:37+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a019fba4-768b-11ed-ba19-c216a49d51cb | InvocationID=a019fd66-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:02:37+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a019fba4-768b-11ed-ba19-c216a49d51cb | InvocationID=a019fd66-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:02:41+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9391d1ea-768b-11ed-ba19-c216a49d51cb | InvocationID=9391d38e-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:02:41+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a251d978-768b-11ed-ba19-c216a49d51cb | InvocationID=a251db44-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:03:02+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a019fba4-768b-11ed-ba19-c216a49d51cb | InvocationID=a019fd66-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:03:02+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af04b7c6-768b-11ed-ba19-c216a49d51cb | InvocationID=af04b992-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:03:02+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af04b7c6-768b-11ed-ba19-c216a49d51cb | InvocationID=af04b992-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:03:02+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af04b7c6-768b-11ed-ba19-c216a49d51cb | InvocationID=af04b992-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:03:06+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a251d978-768b-11ed-ba19-c216a49d51cb | InvocationID=a251db44-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:03:06+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b112bf5e-768b-11ed-ba19-c216a49d51cb | InvocationID=b112c102-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:03:27+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af04b7c6-768b-11ed-ba19-c216a49d51cb | InvocationID=af04b992-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:03:27+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdef8b30-768b-11ed-ba19-c216a49d51cb | InvocationID=bdef8d60-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:03:27+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bdef8b30-768b-11ed-ba19-c216a49d51cb | InvocationID=bdef8d60-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:03:27+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdef8b30-768b-11ed-ba19-c216a49d51cb | InvocationID=bdef8d60-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:03:30+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b112bf5e-768b-11ed-ba19-c216a49d51cb | InvocationID=b112c102-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:03:30+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bfd3d19a-768b-11ed-ba19-c216a49d51cb | InvocationID=bfd3d3fc-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:03:52+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bdef8b30-768b-11ed-ba19-c216a49d51cb | InvocationID=bdef8d60-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:03:52+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccda6ae8-768b-11ed-ba19-c216a49d51cb | InvocationID=ccda6d9a-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:03:52+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccda6ae8-768b-11ed-ba19-c216a49d51cb | InvocationID=ccda6d9a-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:03:52+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccda6ae8-768b-11ed-ba19-c216a49d51cb | InvocationID=ccda6d9a-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:03:55+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bfd3d19a-768b-11ed-ba19-c216a49d51cb | InvocationID=bfd3d3fc-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:03:55+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ce93d27a-768b-11ed-ba19-c216a49d51cb | InvocationID=ce93d50e-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:04:17+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ccda6ae8-768b-11ed-ba19-c216a49d51cb | InvocationID=ccda6d9a-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:04:17+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc5eed8-768b-11ed-ba19-c216a49d51cb | InvocationID=dbc5f16c-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:04:17+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbc5eed8-768b-11ed-ba19-c216a49d51cb | InvocationID=dbc5f16c-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:04:17+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbc5eed8-768b-11ed-ba19-c216a49d51cb | InvocationID=dbc5f16c-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:04:20+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ce93d27a-768b-11ed-ba19-c216a49d51cb | InvocationID=ce93d50e-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:04:20+0000 | aai_event_thread | 140456775043872 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd5837e2-768b-11ed-ba19-c216a49d51cb | InvocationID=dd583986-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-12-08T00:04:42+0000 | policy_event_thread | 140456776104736 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dbc5eed8-768b-11ed-ba19-c216a49d51cb | InvocationID=dbc5f16c-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF activation/deactivation policy response events.
2022-12-08T00:04:42+0000 | policy_event_thread | 140456776104736 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab0cf8a-768b-11ed-ba19-c216a49d51cb | InvocationID=eab0d3ae-768b-11ed-ba19-c216a49d51cb | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-12-08T00:04:42+0000 | policy_event_thread | 140456776104736 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eab0cf8a-768b-11ed-ba19-c216a49d51cb | InvocationID=eab0d3ae-768b-11ed-ba19-c216a49d51cb | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:04:42+0000 | policy_event_thread | 140456776104736 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eab0cf8a-768b-11ed-ba19-c216a49d51cb | InvocationID=eab0d3ae-768b-11ed-ba19-c216a49d51cb | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-12-08T00:04:45+0000 | aai_event_thread | 140456775043872 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd5837e2-768b-11ed-ba19-c216a49d51cb | InvocationID=dd583986-768b-11ed-ba19-c216a49d51cb | Polling MR for XNF AAI events.
2022-12-08T00:04:45+0000 | aai_event_thread | 140456775043872