Results

By type

          /opt/lib/python3.9/site-packages/onaplogging/logWatchDog.py:29: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(f.read())
2022-11-21T22:47:55+0000 | MainThread | 140284734381384 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-21T22:47:55+0000 | MainThread | 140284734381384 | 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-11-21T22:47:55+0000 | MainThread | 140284734381384 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-21T22:47:55+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:47:55+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-21T22:47:55+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ae53be-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae57ce-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:47:55+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ae87f8-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae88fc-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:47:55+0000 | MainThread | 140284734381384 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-21T22:47:55+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ae53be-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae57ce-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:47:55+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89ae53be-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae57ce-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:47:55+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ae53be-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae57ce-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:47:55+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89ae87f8-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae88fc-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:15+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=89ae87f8-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae88fc-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:48:15+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f3c406-69ee-11ed-8964-aafb4163d234 | InvocationID=95f3c76c-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:48:15+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95f3c406-69ee-11ed-8964-aafb4163d234 | InvocationID=95f3c76c-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:15+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f3c406-69ee-11ed-8964-aafb4163d234 | InvocationID=95f3c76c-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:20+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89ae53be-69ee-11ed-8964-aafb4163d234 | InvocationID=89ae57ce-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:48:20+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98eebf94-69ee-11ed-8964-aafb4163d234 | InvocationID=98eec674-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:48:20+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98eebf94-69ee-11ed-8964-aafb4163d234 | InvocationID=98eec674-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:20+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98eebf94-69ee-11ed-8964-aafb4163d234 | InvocationID=98eec674-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:35+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95f3c406-69ee-11ed-8964-aafb4163d234 | InvocationID=95f3c76c-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:48:35+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e5d484-69ee-11ed-8964-aafb4163d234 | InvocationID=a1e5d704-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:48:35+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a1e5d484-69ee-11ed-8964-aafb4163d234 | InvocationID=a1e5d704-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:35+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1e5d484-69ee-11ed-8964-aafb4163d234 | InvocationID=a1e5d704-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:45+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98eebf94-69ee-11ed-8964-aafb4163d234 | InvocationID=98eec674-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:48:45+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7dd420a-69ee-11ed-8964-aafb4163d234 | InvocationID=a7dd45f2-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:48:45+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7dd420a-69ee-11ed-8964-aafb4163d234 | InvocationID=a7dd45f2-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:45+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7dd420a-69ee-11ed-8964-aafb4163d234 | InvocationID=a7dd45f2-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:55+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a1e5d484-69ee-11ed-8964-aafb4163d234 | InvocationID=a1e5d704-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:48:55+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add5f418-69ee-11ed-8964-aafb4163d234 | InvocationID=add5f62a-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:48:55+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=add5f418-69ee-11ed-8964-aafb4163d234 | InvocationID=add5f62a-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:48:55+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=add5f418-69ee-11ed-8964-aafb4163d234 | InvocationID=add5f62a-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:10+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7dd420a-69ee-11ed-8964-aafb4163d234 | InvocationID=a7dd45f2-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:49:10+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ca221a-69ee-11ed-8964-aafb4163d234 | InvocationID=b6ca24b8-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:49:10+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6ca221a-69ee-11ed-8964-aafb4163d234 | InvocationID=b6ca24b8-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:10+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6ca221a-69ee-11ed-8964-aafb4163d234 | InvocationID=b6ca24b8-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:15+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=add5f418-69ee-11ed-8964-aafb4163d234 | InvocationID=add5f62a-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:49:15+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9c69872-69ee-11ed-8964-aafb4163d234 | InvocationID=b9c69a7a-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:49:15+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9c69872-69ee-11ed-8964-aafb4163d234 | InvocationID=b9c69a7a-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:15+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9c69872-69ee-11ed-8964-aafb4163d234 | InvocationID=b9c69a7a-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:35+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b9c69872-69ee-11ed-8964-aafb4163d234 | InvocationID=b9c69a7a-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:49:35+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b65dac-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b65fe6-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:49:35+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6ca221a-69ee-11ed-8964-aafb4163d234 | InvocationID=b6ca24b8-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:49:35+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b8ea90-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b8ec2a-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:49:35+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b8ea90-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b8ec2a-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:35+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b8ea90-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b8ec2a-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:35+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c5b65dac-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b65fe6-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:35+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5b65dac-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b65fe6-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:55+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c5b65dac-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b65fe6-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:49:55+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ae9cfa-69ee-11ed-8964-aafb4163d234 | InvocationID=d1ae9e94-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:49:55+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d1ae9cfa-69ee-11ed-8964-aafb4163d234 | InvocationID=d1ae9e94-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:49:55+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ae9cfa-69ee-11ed-8964-aafb4163d234 | InvocationID=d1ae9e94-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:00+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c5b8ea90-69ee-11ed-8964-aafb4163d234 | InvocationID=c5b8ec2a-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:50:00+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a8b13e-69ee-11ed-8964-aafb4163d234 | InvocationID=d4a8b350-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:50:00+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4a8b13e-69ee-11ed-8964-aafb4163d234 | InvocationID=d4a8b350-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:00+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a8b13e-69ee-11ed-8964-aafb4163d234 | InvocationID=d4a8b350-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:15+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d1ae9cfa-69ee-11ed-8964-aafb4163d234 | InvocationID=d1ae9e94-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:50:15+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd9e75bc-69ee-11ed-8964-aafb4163d234 | InvocationID=dd9e7756-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:50:15+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dd9e75bc-69ee-11ed-8964-aafb4163d234 | InvocationID=dd9e7756-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:15+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd9e75bc-69ee-11ed-8964-aafb4163d234 | InvocationID=dd9e7756-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:25+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4a8b13e-69ee-11ed-8964-aafb4163d234 | InvocationID=d4a8b350-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:50:25+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3963b26-69ee-11ed-8964-aafb4163d234 | InvocationID=e3963e28-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:50:26+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3963b26-69ee-11ed-8964-aafb4163d234 | InvocationID=e3963e28-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:26+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3963b26-69ee-11ed-8964-aafb4163d234 | InvocationID=e3963e28-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:35+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dd9e75bc-69ee-11ed-8964-aafb4163d234 | InvocationID=dd9e7756-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:50:35+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e98e787c-69ee-11ed-8964-aafb4163d234 | InvocationID=e98e7a5c-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:50:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e98e787c-69ee-11ed-8964-aafb4163d234 | InvocationID=e98e7a5c-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e98e787c-69ee-11ed-8964-aafb4163d234 | InvocationID=e98e7a5c-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:51+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3963b26-69ee-11ed-8964-aafb4163d234 | InvocationID=e3963e28-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:50:51+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28168d6-69ee-11ed-8964-aafb4163d234 | InvocationID=f2816cc8-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:50:51+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f28168d6-69ee-11ed-8964-aafb4163d234 | InvocationID=f2816cc8-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:51+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28168d6-69ee-11ed-8964-aafb4163d234 | InvocationID=f2816cc8-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e98e787c-69ee-11ed-8964-aafb4163d234 | InvocationID=e98e7a5c-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:50:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57f83a6-69ee-11ed-8964-aafb4163d234 | InvocationID=f57f861c-69ee-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:50:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f57f83a6-69ee-11ed-8964-aafb4163d234 | InvocationID=f57f861c-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:50:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57f83a6-69ee-11ed-8964-aafb4163d234 | InvocationID=f57f861c-69ee-11ed-8964-aafb4163d234 | 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-11-21T22:51:16+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f28168d6-69ee-11ed-8964-aafb4163d234 | InvocationID=f2816cc8-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:51:16+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016d968a-69ef-11ed-8964-aafb4163d234 | InvocationID=016d9842-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:51:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f57f83a6-69ee-11ed-8964-aafb4163d234 | InvocationID=f57f861c-69ee-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:51:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0170b0b8-69ef-11ed-8964-aafb4163d234 | InvocationID=0170b20c-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:51:16+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=016d968a-69ef-11ed-8964-aafb4163d234 | InvocationID=016d9842-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:16+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=016d968a-69ef-11ed-8964-aafb4163d234 | InvocationID=016d9842-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0170b0b8-69ef-11ed-8964-aafb4163d234 | InvocationID=0170b20c-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0170b0b8-69ef-11ed-8964-aafb4163d234 | InvocationID=0170b20c-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0170b0b8-69ef-11ed-8964-aafb4163d234 | InvocationID=0170b20c-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:51:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d6069f4-69ef-11ed-8964-aafb4163d234 | InvocationID=0d606d46-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:51:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d6069f4-69ef-11ed-8964-aafb4163d234 | InvocationID=0d606d46-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d6069f4-69ef-11ed-8964-aafb4163d234 | InvocationID=0d606d46-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:41+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=016d968a-69ef-11ed-8964-aafb4163d234 | InvocationID=016d9842-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:51:41+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105a13f8-69ef-11ed-8964-aafb4163d234 | InvocationID=105a1614-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:51:41+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=105a13f8-69ef-11ed-8964-aafb4163d234 | InvocationID=105a1614-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:41+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105a13f8-69ef-11ed-8964-aafb4163d234 | InvocationID=105a1614-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d6069f4-69ef-11ed-8964-aafb4163d234 | InvocationID=0d606d46-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:51:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19526942-69ef-11ed-8964-aafb4163d234 | InvocationID=19526e06-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:51:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19526942-69ef-11ed-8964-aafb4163d234 | InvocationID=19526e06-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:51:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19526942-69ef-11ed-8964-aafb4163d234 | InvocationID=19526e06-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:06+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=105a13f8-69ef-11ed-8964-aafb4163d234 | InvocationID=105a1614-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:52:06+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f46d5b8-69ef-11ed-8964-aafb4163d234 | InvocationID=1f46d770-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:52:06+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f46d5b8-69ef-11ed-8964-aafb4163d234 | InvocationID=1f46d770-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:06+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f46d5b8-69ef-11ed-8964-aafb4163d234 | InvocationID=1f46d770-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19526942-69ef-11ed-8964-aafb4163d234 | InvocationID=19526e06-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:52:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2543098c-69ef-11ed-8964-aafb4163d234 | InvocationID=25430b30-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:52:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2543098c-69ef-11ed-8964-aafb4163d234 | InvocationID=25430b30-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2543098c-69ef-11ed-8964-aafb4163d234 | InvocationID=25430b30-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:31+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f46d5b8-69ef-11ed-8964-aafb4163d234 | InvocationID=1f46d770-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:52:31+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e330bbe-69ef-11ed-8964-aafb4163d234 | InvocationID=2e330d58-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:52:31+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e330bbe-69ef-11ed-8964-aafb4163d234 | InvocationID=2e330d58-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:31+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e330bbe-69ef-11ed-8964-aafb4163d234 | InvocationID=2e330d58-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2543098c-69ef-11ed-8964-aafb4163d234 | InvocationID=25430b30-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:52:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3132d5f6-69ef-11ed-8964-aafb4163d234 | InvocationID=3132d790-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:52:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3132d5f6-69ef-11ed-8964-aafb4163d234 | InvocationID=3132d790-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3132d5f6-69ef-11ed-8964-aafb4163d234 | InvocationID=3132d790-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:56+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2e330bbe-69ef-11ed-8964-aafb4163d234 | InvocationID=2e330d58-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:52:56+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1e2b2c-69ef-11ed-8964-aafb4163d234 | InvocationID=3d1e2d52-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:52:56+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d1e2b2c-69ef-11ed-8964-aafb4163d234 | InvocationID=3d1e2d52-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:56+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1e2b2c-69ef-11ed-8964-aafb4163d234 | InvocationID=3d1e2d52-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3132d5f6-69ef-11ed-8964-aafb4163d234 | InvocationID=3132d790-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:52:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d252300-69ef-11ed-8964-aafb4163d234 | InvocationID=3d2523f0-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:52:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3d252300-69ef-11ed-8964-aafb4163d234 | InvocationID=3d2523f0-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:52:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d252300-69ef-11ed-8964-aafb4163d234 | InvocationID=3d2523f0-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3d252300-69ef-11ed-8964-aafb4163d234 | InvocationID=3d2523f0-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:53:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4914e6aa-69ef-11ed-8964-aafb4163d234 | InvocationID=4914e83a-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:53:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4914e6aa-69ef-11ed-8964-aafb4163d234 | InvocationID=4914e83a-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4914e6aa-69ef-11ed-8964-aafb4163d234 | InvocationID=4914e83a-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:21+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3d1e2b2c-69ef-11ed-8964-aafb4163d234 | InvocationID=3d1e2d52-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:53:21+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c08e7e4-69ef-11ed-8964-aafb4163d234 | InvocationID=4c08e97e-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:53:21+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4c08e7e4-69ef-11ed-8964-aafb4163d234 | InvocationID=4c08e97e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:21+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c08e7e4-69ef-11ed-8964-aafb4163d234 | InvocationID=4c08e97e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4914e6aa-69ef-11ed-8964-aafb4163d234 | InvocationID=4914e83a-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:53:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5505c2ae-69ef-11ed-8964-aafb4163d234 | InvocationID=5505c4ac-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:53:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5505c2ae-69ef-11ed-8964-aafb4163d234 | InvocationID=5505c4ac-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5505c2ae-69ef-11ed-8964-aafb4163d234 | InvocationID=5505c4ac-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:46+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4c08e7e4-69ef-11ed-8964-aafb4163d234 | InvocationID=4c08e97e-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:53:46+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af3acda-69ef-11ed-8964-aafb4163d234 | InvocationID=5af3ae88-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:53:46+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5af3acda-69ef-11ed-8964-aafb4163d234 | InvocationID=5af3ae88-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:46+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af3acda-69ef-11ed-8964-aafb4163d234 | InvocationID=5af3ae88-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5505c2ae-69ef-11ed-8964-aafb4163d234 | InvocationID=5505c4ac-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:53:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f62b62-69ef-11ed-8964-aafb4163d234 | InvocationID=60f62d56-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:53:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=60f62b62-69ef-11ed-8964-aafb4163d234 | InvocationID=60f62d56-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:53:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f62b62-69ef-11ed-8964-aafb4163d234 | InvocationID=60f62d56-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:11+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5af3acda-69ef-11ed-8964-aafb4163d234 | InvocationID=5af3ae88-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:54:11+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69df2c56-69ef-11ed-8964-aafb4163d234 | InvocationID=69df2e54-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:54:11+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=69df2c56-69ef-11ed-8964-aafb4163d234 | InvocationID=69df2e54-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:11+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69df2c56-69ef-11ed-8964-aafb4163d234 | InvocationID=69df2e54-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=60f62b62-69ef-11ed-8964-aafb4163d234 | InvocationID=60f62d56-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:54:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ce5fa24-69ef-11ed-8964-aafb4163d234 | InvocationID=6ce5fc22-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:54:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ce5fa24-69ef-11ed-8964-aafb4163d234 | InvocationID=6ce5fc22-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ce5fa24-69ef-11ed-8964-aafb4163d234 | InvocationID=6ce5fc22-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:36+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=69df2c56-69ef-11ed-8964-aafb4163d234 | InvocationID=69df2e54-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:54:36+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cad03a-69ef-11ed-8964-aafb4163d234 | InvocationID=78cad256-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:54:36+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78cad03a-69ef-11ed-8964-aafb4163d234 | InvocationID=78cad256-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:36+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78cad03a-69ef-11ed-8964-aafb4163d234 | InvocationID=78cad256-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6ce5fa24-69ef-11ed-8964-aafb4163d234 | InvocationID=6ce5fc22-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:54:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d5cd46-69ef-11ed-8964-aafb4163d234 | InvocationID=78d5cec2-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:54:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78d5cd46-69ef-11ed-8964-aafb4163d234 | InvocationID=78d5cec2-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78d5cd46-69ef-11ed-8964-aafb4163d234 | InvocationID=78d5cec2-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=78d5cd46-69ef-11ed-8964-aafb4163d234 | InvocationID=78d5cec2-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:54:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c5fe6e-69ef-11ed-8964-aafb4163d234 | InvocationID=84c602ce-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:54:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=84c5fe6e-69ef-11ed-8964-aafb4163d234 | InvocationID=84c602ce-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:54:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84c5fe6e-69ef-11ed-8964-aafb4163d234 | InvocationID=84c602ce-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:01+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78cad03a-69ef-11ed-8964-aafb4163d234 | InvocationID=78cad256-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:55:01+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b664ce-69ef-11ed-8964-aafb4163d234 | InvocationID=87b666a4-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:55:01+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87b664ce-69ef-11ed-8964-aafb4163d234 | InvocationID=87b666a4-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:01+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b664ce-69ef-11ed-8964-aafb4163d234 | InvocationID=87b666a4-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=84c5fe6e-69ef-11ed-8964-aafb4163d234 | InvocationID=84c602ce-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:55:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b66f42-69ef-11ed-8964-aafb4163d234 | InvocationID=90b671ea-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:55:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=90b66f42-69ef-11ed-8964-aafb4163d234 | InvocationID=90b671ea-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90b66f42-69ef-11ed-8964-aafb4163d234 | InvocationID=90b671ea-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:26+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87b664ce-69ef-11ed-8964-aafb4163d234 | InvocationID=87b666a4-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:55:26+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a0ed88-69ef-11ed-8964-aafb4163d234 | InvocationID=96a0ef0e-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:55:26+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=96a0ed88-69ef-11ed-8964-aafb4163d234 | InvocationID=96a0ef0e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:26+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a0ed88-69ef-11ed-8964-aafb4163d234 | InvocationID=96a0ef0e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=90b66f42-69ef-11ed-8964-aafb4163d234 | InvocationID=90b671ea-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:55:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca6ee9e-69ef-11ed-8964-aafb4163d234 | InvocationID=9ca6f042-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:55:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ca6ee9e-69ef-11ed-8964-aafb4163d234 | InvocationID=9ca6f042-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ca6ee9e-69ef-11ed-8964-aafb4163d234 | InvocationID=9ca6f042-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:51+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=96a0ed88-69ef-11ed-8964-aafb4163d234 | InvocationID=96a0ef0e-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:55:51+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58bd1fa-69ef-11ed-8964-aafb4163d234 | InvocationID=a58bd632-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:55:51+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a58bd1fa-69ef-11ed-8964-aafb4163d234 | InvocationID=a58bd632-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:51+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58bd1fa-69ef-11ed-8964-aafb4163d234 | InvocationID=a58bd632-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ca6ee9e-69ef-11ed-8964-aafb4163d234 | InvocationID=9ca6f042-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:55:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a896b658-69ef-11ed-8964-aafb4163d234 | InvocationID=a896b87e-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:55:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a896b658-69ef-11ed-8964-aafb4163d234 | InvocationID=a896b87e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:55:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a896b658-69ef-11ed-8964-aafb4163d234 | InvocationID=a896b87e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:16+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a58bd1fa-69ef-11ed-8964-aafb4163d234 | InvocationID=a58bd632-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:56:16+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4783460-69ef-11ed-8964-aafb4163d234 | InvocationID=b47835fa-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:56:16+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4783460-69ef-11ed-8964-aafb4163d234 | InvocationID=b47835fa-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:16+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4783460-69ef-11ed-8964-aafb4163d234 | InvocationID=b47835fa-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a896b658-69ef-11ed-8964-aafb4163d234 | InvocationID=a896b87e-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:56:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4881b82-69ef-11ed-8964-aafb4163d234 | InvocationID=b4881cfe-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:56:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b4881b82-69ef-11ed-8964-aafb4163d234 | InvocationID=b4881cfe-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4881b82-69ef-11ed-8964-aafb4163d234 | InvocationID=b4881cfe-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b4881b82-69ef-11ed-8964-aafb4163d234 | InvocationID=b4881cfe-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:56:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07cafac-69ef-11ed-8964-aafb4163d234 | InvocationID=c07cb1dc-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:56:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c07cafac-69ef-11ed-8964-aafb4163d234 | InvocationID=c07cb1dc-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c07cafac-69ef-11ed-8964-aafb4163d234 | InvocationID=c07cb1dc-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:41+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b4783460-69ef-11ed-8964-aafb4163d234 | InvocationID=b47835fa-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:56:41+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3649248-69ef-11ed-8964-aafb4163d234 | InvocationID=c36493e2-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:56:41+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c3649248-69ef-11ed-8964-aafb4163d234 | InvocationID=c36493e2-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:41+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3649248-69ef-11ed-8964-aafb4163d234 | InvocationID=c36493e2-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c07cafac-69ef-11ed-8964-aafb4163d234 | InvocationID=c07cb1dc-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:56:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6e9bfe-69ef-11ed-8964-aafb4163d234 | InvocationID=cc6ea716-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:56:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cc6e9bfe-69ef-11ed-8964-aafb4163d234 | InvocationID=cc6ea716-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:56:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc6e9bfe-69ef-11ed-8964-aafb4163d234 | InvocationID=cc6ea716-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:06+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c3649248-69ef-11ed-8964-aafb4163d234 | InvocationID=c36493e2-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:57:06+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24f3fb0-69ef-11ed-8964-aafb4163d234 | InvocationID=d24f42a8-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:57:06+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d24f3fb0-69ef-11ed-8964-aafb4163d234 | InvocationID=d24f42a8-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:06+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24f3fb0-69ef-11ed-8964-aafb4163d234 | InvocationID=d24f42a8-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cc6e9bfe-69ef-11ed-8964-aafb4163d234 | InvocationID=cc6ea716-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:57:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85f4a80-69ef-11ed-8964-aafb4163d234 | InvocationID=d85f4c06-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:57:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d85f4a80-69ef-11ed-8964-aafb4163d234 | InvocationID=d85f4c06-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d85f4a80-69ef-11ed-8964-aafb4163d234 | InvocationID=d85f4c06-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:31+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d24f3fb0-69ef-11ed-8964-aafb4163d234 | InvocationID=d24f42a8-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:57:31+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13a07ee-69ef-11ed-8964-aafb4163d234 | InvocationID=e13a097e-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:57:31+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e13a07ee-69ef-11ed-8964-aafb4163d234 | InvocationID=e13a097e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:31+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13a07ee-69ef-11ed-8964-aafb4163d234 | InvocationID=e13a097e-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d85f4a80-69ef-11ed-8964-aafb4163d234 | InvocationID=d85f4c06-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:57:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44ee2a6-69ef-11ed-8964-aafb4163d234 | InvocationID=e44ee544-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:57:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e44ee2a6-69ef-11ed-8964-aafb4163d234 | InvocationID=e44ee544-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44ee2a6-69ef-11ed-8964-aafb4163d234 | InvocationID=e44ee544-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:56+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e13a07ee-69ef-11ed-8964-aafb4163d234 | InvocationID=e13a097e-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:57:56+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f026271a-69ef-11ed-8964-aafb4163d234 | InvocationID=f02628aa-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:57:56+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f026271a-69ef-11ed-8964-aafb4163d234 | InvocationID=f02628aa-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:56+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f026271a-69ef-11ed-8964-aafb4163d234 | InvocationID=f02628aa-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e44ee2a6-69ef-11ed-8964-aafb4163d234 | InvocationID=e44ee544-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:57:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03e781a-69ef-11ed-8964-aafb4163d234 | InvocationID=f03e79a0-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:57:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f03e781a-69ef-11ed-8964-aafb4163d234 | InvocationID=f03e79a0-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:57:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03e781a-69ef-11ed-8964-aafb4163d234 | InvocationID=f03e79a0-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:58:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f03e781a-69ef-11ed-8964-aafb4163d234 | InvocationID=f03e79a0-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:58:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2fcc3c-69ef-11ed-8964-aafb4163d234 | InvocationID=fc2fce76-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:58:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc2fcc3c-69ef-11ed-8964-aafb4163d234 | InvocationID=fc2fce76-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:58:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc2fcc3c-69ef-11ed-8964-aafb4163d234 | InvocationID=fc2fce76-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:58:21+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f026271a-69ef-11ed-8964-aafb4163d234 | InvocationID=f02628aa-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:58:21+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff173f20-69ef-11ed-8964-aafb4163d234 | InvocationID=ff1740c4-69ef-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:58:21+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff173f20-69ef-11ed-8964-aafb4163d234 | InvocationID=ff1740c4-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:58:21+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff173f20-69ef-11ed-8964-aafb4163d234 | InvocationID=ff1740c4-69ef-11ed-8964-aafb4163d234 | 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-11-21T22:58:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc2fcc3c-69ef-11ed-8964-aafb4163d234 | InvocationID=fc2fce76-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:58:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=081ff684-69f0-11ed-8964-aafb4163d234 | InvocationID=081ff8be-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:58:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=081ff684-69f0-11ed-8964-aafb4163d234 | InvocationID=081ff8be-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:58:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=081ff684-69f0-11ed-8964-aafb4163d234 | InvocationID=081ff8be-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:58:46+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ff173f20-69ef-11ed-8964-aafb4163d234 | InvocationID=ff1740c4-69ef-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:58:46+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e023a4e-69f0-11ed-8964-aafb4163d234 | InvocationID=0e023ea4-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:58:46+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0e023a4e-69f0-11ed-8964-aafb4163d234 | InvocationID=0e023ea4-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:58:46+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e023a4e-69f0-11ed-8964-aafb4163d234 | InvocationID=0e023ea4-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:58:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=081ff684-69f0-11ed-8964-aafb4163d234 | InvocationID=081ff8be-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:58:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140fd0a4-69f0-11ed-8964-aafb4163d234 | InvocationID=140fd34c-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:58:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=140fd0a4-69f0-11ed-8964-aafb4163d234 | InvocationID=140fd34c-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:58:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=140fd0a4-69f0-11ed-8964-aafb4163d234 | InvocationID=140fd34c-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:11+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0e023a4e-69f0-11ed-8964-aafb4163d234 | InvocationID=0e023ea4-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:59:11+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cef30ac-69f0-11ed-8964-aafb4163d234 | InvocationID=1cef33fe-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:59:11+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cef30ac-69f0-11ed-8964-aafb4163d234 | InvocationID=1cef33fe-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:11+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cef30ac-69f0-11ed-8964-aafb4163d234 | InvocationID=1cef33fe-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=140fd0a4-69f0-11ed-8964-aafb4163d234 | InvocationID=140fd34c-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:59:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fffaeca-69f0-11ed-8964-aafb4163d234 | InvocationID=1fffb082-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:59:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1fffaeca-69f0-11ed-8964-aafb4163d234 | InvocationID=1fffb082-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fffaeca-69f0-11ed-8964-aafb4163d234 | InvocationID=1fffb082-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:36+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cef30ac-69f0-11ed-8964-aafb4163d234 | InvocationID=1cef33fe-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T22:59:36+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdbd732-69f0-11ed-8964-aafb4163d234 | InvocationID=2bdbd8c2-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T22:59:36+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2bdbd732-69f0-11ed-8964-aafb4163d234 | InvocationID=2bdbd8c2-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:36+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bdbd732-69f0-11ed-8964-aafb4163d234 | InvocationID=2bdbd8c2-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1fffaeca-69f0-11ed-8964-aafb4163d234 | InvocationID=1fffb082-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:59:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2befd25a-69f0-11ed-8964-aafb4163d234 | InvocationID=2befd430-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:59:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2befd25a-69f0-11ed-8964-aafb4163d234 | InvocationID=2befd430-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2befd25a-69f0-11ed-8964-aafb4163d234 | InvocationID=2befd430-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2befd25a-69f0-11ed-8964-aafb4163d234 | InvocationID=2befd430-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T22:59:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37e0166a-69f0-11ed-8964-aafb4163d234 | InvocationID=37e019d0-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T22:59:56+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37e0166a-69f0-11ed-8964-aafb4163d234 | InvocationID=37e019d0-69f0-11ed-8964-aafb4163d234 | 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-11-21T22:59:56+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37e0166a-69f0-11ed-8964-aafb4163d234 | InvocationID=37e019d0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:01+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2bdbd732-69f0-11ed-8964-aafb4163d234 | InvocationID=2bdbd8c2-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:00:01+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac73278-69f0-11ed-8964-aafb4163d234 | InvocationID=3ac734b2-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:00:01+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3ac73278-69f0-11ed-8964-aafb4163d234 | InvocationID=3ac734b2-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:01+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac73278-69f0-11ed-8964-aafb4163d234 | InvocationID=3ac734b2-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37e0166a-69f0-11ed-8964-aafb4163d234 | InvocationID=37e019d0-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:00:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43d13ae4-69f0-11ed-8964-aafb4163d234 | InvocationID=43d13c7e-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:00:16+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43d13ae4-69f0-11ed-8964-aafb4163d234 | InvocationID=43d13c7e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:16+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43d13ae4-69f0-11ed-8964-aafb4163d234 | InvocationID=43d13c7e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:26+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3ac73278-69f0-11ed-8964-aafb4163d234 | InvocationID=3ac734b2-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:00:26+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b2313e-69f0-11ed-8964-aafb4163d234 | InvocationID=49b232d8-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:00:26+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=49b2313e-69f0-11ed-8964-aafb4163d234 | InvocationID=49b232d8-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:26+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b2313e-69f0-11ed-8964-aafb4163d234 | InvocationID=49b232d8-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=43d13ae4-69f0-11ed-8964-aafb4163d234 | InvocationID=43d13c7e-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:00:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc139a8-69f0-11ed-8964-aafb4163d234 | InvocationID=4fc13b42-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:00:36+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4fc139a8-69f0-11ed-8964-aafb4163d234 | InvocationID=4fc13b42-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:36+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fc139a8-69f0-11ed-8964-aafb4163d234 | InvocationID=4fc13b42-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:51+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=49b2313e-69f0-11ed-8964-aafb4163d234 | InvocationID=49b232d8-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:00:51+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589e4db8-69f0-11ed-8964-aafb4163d234 | InvocationID=589e4fac-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:00:51+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=589e4db8-69f0-11ed-8964-aafb4163d234 | InvocationID=589e4fac-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:51+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589e4db8-69f0-11ed-8964-aafb4163d234 | InvocationID=589e4fac-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4fc139a8-69f0-11ed-8964-aafb4163d234 | InvocationID=4fc13b42-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:00:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bb18d76-69f0-11ed-8964-aafb4163d234 | InvocationID=5bb18efc-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:00:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bb18d76-69f0-11ed-8964-aafb4163d234 | InvocationID=5bb18efc-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:00:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bb18d76-69f0-11ed-8964-aafb4163d234 | InvocationID=5bb18efc-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:16+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=589e4db8-69f0-11ed-8964-aafb4163d234 | InvocationID=589e4fac-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:01:16+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678cf3ce-69f0-11ed-8964-aafb4163d234 | InvocationID=678cf5cc-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:01:16+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=678cf3ce-69f0-11ed-8964-aafb4163d234 | InvocationID=678cf5cc-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:16+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=678cf3ce-69f0-11ed-8964-aafb4163d234 | InvocationID=678cf5cc-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bb18d76-69f0-11ed-8964-aafb4163d234 | InvocationID=5bb18efc-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:01:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67a17100-69f0-11ed-8964-aafb4163d234 | InvocationID=67a1729a-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:01:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=67a17100-69f0-11ed-8964-aafb4163d234 | InvocationID=67a1729a-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67a17100-69f0-11ed-8964-aafb4163d234 | InvocationID=67a1729a-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=67a17100-69f0-11ed-8964-aafb4163d234 | InvocationID=67a1729a-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:01:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7391d4fa-69f0-11ed-8964-aafb4163d234 | InvocationID=7391d694-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:01:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7391d4fa-69f0-11ed-8964-aafb4163d234 | InvocationID=7391d694-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7391d4fa-69f0-11ed-8964-aafb4163d234 | InvocationID=7391d694-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:41+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=678cf3ce-69f0-11ed-8964-aafb4163d234 | InvocationID=678cf5cc-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:01:41+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7678ac84-69f0-11ed-8964-aafb4163d234 | InvocationID=7678afe0-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:01:41+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7678ac84-69f0-11ed-8964-aafb4163d234 | InvocationID=7678afe0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:41+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7678ac84-69f0-11ed-8964-aafb4163d234 | InvocationID=7678afe0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7391d4fa-69f0-11ed-8964-aafb4163d234 | InvocationID=7391d694-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:01:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f82c1de-69f0-11ed-8964-aafb4163d234 | InvocationID=7f82c63e-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:01:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f82c1de-69f0-11ed-8964-aafb4163d234 | InvocationID=7f82c63e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:01:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f82c1de-69f0-11ed-8964-aafb4163d234 | InvocationID=7f82c63e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:06+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7678ac84-69f0-11ed-8964-aafb4163d234 | InvocationID=7678afe0-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:02:06+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85651124-69f0-11ed-8964-aafb4163d234 | InvocationID=85651af2-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:02:06+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85651124-69f0-11ed-8964-aafb4163d234 | InvocationID=85651af2-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:06+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85651124-69f0-11ed-8964-aafb4163d234 | InvocationID=85651af2-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7f82c1de-69f0-11ed-8964-aafb4163d234 | InvocationID=7f82c63e-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:02:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b768f52-69f0-11ed-8964-aafb4163d234 | InvocationID=8b7691c8-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:02:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b768f52-69f0-11ed-8964-aafb4163d234 | InvocationID=8b7691c8-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b768f52-69f0-11ed-8964-aafb4163d234 | InvocationID=8b7691c8-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:31+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85651124-69f0-11ed-8964-aafb4163d234 | InvocationID=85651af2-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:02:31+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94524a12-69f0-11ed-8964-aafb4163d234 | InvocationID=94524e5e-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:02:32+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94524a12-69f0-11ed-8964-aafb4163d234 | InvocationID=94524e5e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:32+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94524a12-69f0-11ed-8964-aafb4163d234 | InvocationID=94524e5e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b768f52-69f0-11ed-8964-aafb4163d234 | InvocationID=8b7691c8-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:02:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9766da1a-69f0-11ed-8964-aafb4163d234 | InvocationID=9766dbbe-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:02:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9766da1a-69f0-11ed-8964-aafb4163d234 | InvocationID=9766dbbe-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9766da1a-69f0-11ed-8964-aafb4163d234 | InvocationID=9766dbbe-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:57+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=94524a12-69f0-11ed-8964-aafb4163d234 | InvocationID=94524e5e-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:02:57+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a33d6c50-69f0-11ed-8964-aafb4163d234 | InvocationID=a33d6e30-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:02:57+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a33d6c50-69f0-11ed-8964-aafb4163d234 | InvocationID=a33d6e30-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:57+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a33d6c50-69f0-11ed-8964-aafb4163d234 | InvocationID=a33d6e30-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9766da1a-69f0-11ed-8964-aafb4163d234 | InvocationID=9766dbbe-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:02:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3615a20-69f0-11ed-8964-aafb4163d234 | InvocationID=a3615bb0-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:02:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3615a20-69f0-11ed-8964-aafb4163d234 | InvocationID=a3615bb0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:02:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3615a20-69f0-11ed-8964-aafb4163d234 | InvocationID=a3615bb0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3615a20-69f0-11ed-8964-aafb4163d234 | InvocationID=a3615bb0-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:03:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af556b0a-69f0-11ed-8964-aafb4163d234 | InvocationID=af556d94-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:03:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af556b0a-69f0-11ed-8964-aafb4163d234 | InvocationID=af556d94-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af556b0a-69f0-11ed-8964-aafb4163d234 | InvocationID=af556d94-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:22+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a33d6c50-69f0-11ed-8964-aafb4163d234 | InvocationID=a33d6e30-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:03:22+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22c4ef2-69f0-11ed-8964-aafb4163d234 | InvocationID=b22c5082-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:03:22+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b22c4ef2-69f0-11ed-8964-aafb4163d234 | InvocationID=b22c5082-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:22+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b22c4ef2-69f0-11ed-8964-aafb4163d234 | InvocationID=b22c5082-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af556b0a-69f0-11ed-8964-aafb4163d234 | InvocationID=af556d94-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:03:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb46bf18-69f0-11ed-8964-aafb4163d234 | InvocationID=bb46c0b2-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:03:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb46bf18-69f0-11ed-8964-aafb4163d234 | InvocationID=bb46c0b2-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb46bf18-69f0-11ed-8964-aafb4163d234 | InvocationID=bb46c0b2-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:47+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b22c4ef2-69f0-11ed-8964-aafb4163d234 | InvocationID=b22c5082-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:03:47+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11e4a8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c11e4c1c-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:03:47+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c11e4a8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c11e4c1c-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:47+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c11e4a8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c11e4c1c-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bb46bf18-69f0-11ed-8964-aafb4163d234 | InvocationID=bb46c0b2-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:03:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7398d8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c7399020-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:03:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7398d8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c7399020-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:03:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7398d8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c7399020-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:12+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c11e4a8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c11e4c1c-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:04:12+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00a03e2-69f0-11ed-8964-aafb4163d234 | InvocationID=d00a057c-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:04:12+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00a03e2-69f0-11ed-8964-aafb4163d234 | InvocationID=d00a057c-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:12+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00a03e2-69f0-11ed-8964-aafb4163d234 | InvocationID=d00a057c-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7398d8c-69f0-11ed-8964-aafb4163d234 | InvocationID=c7399020-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:04:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32b1106-69f0-11ed-8964-aafb4163d234 | InvocationID=d32b12a0-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:04:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d32b1106-69f0-11ed-8964-aafb4163d234 | InvocationID=d32b12a0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d32b1106-69f0-11ed-8964-aafb4163d234 | InvocationID=d32b12a0-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:37+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d00a03e2-69f0-11ed-8964-aafb4163d234 | InvocationID=d00a057c-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:04:37+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=def4b5f0-69f0-11ed-8964-aafb4163d234 | InvocationID=def4b78a-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:04:37+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=def4b5f0-69f0-11ed-8964-aafb4163d234 | InvocationID=def4b78a-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:37+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=def4b5f0-69f0-11ed-8964-aafb4163d234 | InvocationID=def4b78a-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d32b1106-69f0-11ed-8964-aafb4163d234 | InvocationID=d32b12a0-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:04:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1b34fa-69f0-11ed-8964-aafb4163d234 | InvocationID=df1b366c-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:04:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df1b34fa-69f0-11ed-8964-aafb4163d234 | InvocationID=df1b366c-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df1b34fa-69f0-11ed-8964-aafb4163d234 | InvocationID=df1b366c-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df1b34fa-69f0-11ed-8964-aafb4163d234 | InvocationID=df1b366c-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:04:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0a9b98-69f0-11ed-8964-aafb4163d234 | InvocationID=eb0a9e0e-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:04:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb0a9b98-69f0-11ed-8964-aafb4163d234 | InvocationID=eb0a9e0e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:04:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb0a9b98-69f0-11ed-8964-aafb4163d234 | InvocationID=eb0a9e0e-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:02+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=def4b5f0-69f0-11ed-8964-aafb4163d234 | InvocationID=def4b78a-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:05:02+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede2c7e6-69f0-11ed-8964-aafb4163d234 | InvocationID=ede2c980-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:05:02+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ede2c7e6-69f0-11ed-8964-aafb4163d234 | InvocationID=ede2c980-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:02+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede2c7e6-69f0-11ed-8964-aafb4163d234 | InvocationID=ede2c980-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb0a9b98-69f0-11ed-8964-aafb4163d234 | InvocationID=eb0a9e0e-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:05:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6fa6f32-69f0-11ed-8964-aafb4163d234 | InvocationID=f6fa7112-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:05:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6fa6f32-69f0-11ed-8964-aafb4163d234 | InvocationID=f6fa7112-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6fa6f32-69f0-11ed-8964-aafb4163d234 | InvocationID=f6fa7112-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:27+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ede2c7e6-69f0-11ed-8964-aafb4163d234 | InvocationID=ede2c980-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:05:27+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcce57f2-69f0-11ed-8964-aafb4163d234 | InvocationID=fcce59fa-69f0-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:05:27+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcce57f2-69f0-11ed-8964-aafb4163d234 | InvocationID=fcce59fa-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:27+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcce57f2-69f0-11ed-8964-aafb4163d234 | InvocationID=fcce59fa-69f0-11ed-8964-aafb4163d234 | 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-11-21T23:05:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f6fa6f32-69f0-11ed-8964-aafb4163d234 | InvocationID=f6fa7112-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:05:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ea8fca-69f1-11ed-8964-aafb4163d234 | InvocationID=02ea916e-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:05:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02ea8fca-69f1-11ed-8964-aafb4163d234 | InvocationID=02ea916e-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:05:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02ea8fca-69f1-11ed-8964-aafb4163d234 | InvocationID=02ea916e-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:05:52+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fcce57f2-69f0-11ed-8964-aafb4163d234 | InvocationID=fcce59fa-69f0-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:05:52+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb9d958-69f1-11ed-8964-aafb4163d234 | InvocationID=0bb9dbba-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:05:52+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0bb9d958-69f1-11ed-8964-aafb4163d234 | InvocationID=0bb9dbba-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:05:52+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bb9d958-69f1-11ed-8964-aafb4163d234 | InvocationID=0bb9dbba-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:05:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02ea8fca-69f1-11ed-8964-aafb4163d234 | InvocationID=02ea916e-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:05:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0edb60d4-69f1-11ed-8964-aafb4163d234 | InvocationID=0edb653e-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:05:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0edb60d4-69f1-11ed-8964-aafb4163d234 | InvocationID=0edb653e-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:05:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0edb60d4-69f1-11ed-8964-aafb4163d234 | InvocationID=0edb653e-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:17+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0bb9d958-69f1-11ed-8964-aafb4163d234 | InvocationID=0bb9dbba-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:06:17+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa5a74e-69f1-11ed-8964-aafb4163d234 | InvocationID=1aa5a9f6-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:06:17+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1aa5a74e-69f1-11ed-8964-aafb4163d234 | InvocationID=1aa5a9f6-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:17+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aa5a74e-69f1-11ed-8964-aafb4163d234 | InvocationID=1aa5a9f6-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0edb60d4-69f1-11ed-8964-aafb4163d234 | InvocationID=0edb653e-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:06:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1acb5548-69f1-11ed-8964-aafb4163d234 | InvocationID=1acb56e2-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:06:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1acb5548-69f1-11ed-8964-aafb4163d234 | InvocationID=1acb56e2-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1acb5548-69f1-11ed-8964-aafb4163d234 | InvocationID=1acb56e2-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1acb5548-69f1-11ed-8964-aafb4163d234 | InvocationID=1acb56e2-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:06:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ba8e00-69f1-11ed-8964-aafb4163d234 | InvocationID=26ba8fe0-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:06:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26ba8e00-69f1-11ed-8964-aafb4163d234 | InvocationID=26ba8fe0-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ba8e00-69f1-11ed-8964-aafb4163d234 | InvocationID=26ba8fe0-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:42+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1aa5a74e-69f1-11ed-8964-aafb4163d234 | InvocationID=1aa5a9f6-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:06:42+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=299170c6-69f1-11ed-8964-aafb4163d234 | InvocationID=29917288-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:06:42+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=299170c6-69f1-11ed-8964-aafb4163d234 | InvocationID=29917288-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:42+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=299170c6-69f1-11ed-8964-aafb4163d234 | InvocationID=29917288-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=26ba8e00-69f1-11ed-8964-aafb4163d234 | InvocationID=26ba8fe0-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:06:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ab99ca-69f1-11ed-8964-aafb4163d234 | InvocationID=32ab9c9a-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:06:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32ab99ca-69f1-11ed-8964-aafb4163d234 | InvocationID=32ab9c9a-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:06:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ab99ca-69f1-11ed-8964-aafb4163d234 | InvocationID=32ab9c9a-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:07+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=299170c6-69f1-11ed-8964-aafb4163d234 | InvocationID=29917288-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:07:07+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=387dbb08-69f1-11ed-8964-aafb4163d234 | InvocationID=387dc080-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:07:07+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=387dbb08-69f1-11ed-8964-aafb4163d234 | InvocationID=387dc080-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:07+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=387dbb08-69f1-11ed-8964-aafb4163d234 | InvocationID=387dc080-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32ab99ca-69f1-11ed-8964-aafb4163d234 | InvocationID=32ab9c9a-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:07:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e9c2830-69f1-11ed-8964-aafb4163d234 | InvocationID=3e9c2b46-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:07:17+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e9c2830-69f1-11ed-8964-aafb4163d234 | InvocationID=3e9c2b46-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:17+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e9c2830-69f1-11ed-8964-aafb4163d234 | InvocationID=3e9c2b46-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:32+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=387dbb08-69f1-11ed-8964-aafb4163d234 | InvocationID=387dc080-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:07:32+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4768c0d6-69f1-11ed-8964-aafb4163d234 | InvocationID=4768c266-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:07:32+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4768c0d6-69f1-11ed-8964-aafb4163d234 | InvocationID=4768c266-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:32+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4768c0d6-69f1-11ed-8964-aafb4163d234 | InvocationID=4768c266-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e9c2830-69f1-11ed-8964-aafb4163d234 | InvocationID=3e9c2b46-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:07:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8c60ce-69f1-11ed-8964-aafb4163d234 | InvocationID=4a8c6308-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:07:37+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4a8c60ce-69f1-11ed-8964-aafb4163d234 | InvocationID=4a8c6308-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:37+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a8c60ce-69f1-11ed-8964-aafb4163d234 | InvocationID=4a8c6308-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:57+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4768c0d6-69f1-11ed-8964-aafb4163d234 | InvocationID=4768c266-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:07:57+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5654b640-69f1-11ed-8964-aafb4163d234 | InvocationID=5654ba46-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:07:57+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5654b640-69f1-11ed-8964-aafb4163d234 | InvocationID=5654ba46-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:57+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5654b640-69f1-11ed-8964-aafb4163d234 | InvocationID=5654ba46-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4a8c60ce-69f1-11ed-8964-aafb4163d234 | InvocationID=4a8c6308-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:07:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=567c48e0-69f1-11ed-8964-aafb4163d234 | InvocationID=567c4ae8-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:07:57+0000 | aai_event_thread | 140284683643680 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=567c48e0-69f1-11ed-8964-aafb4163d234 | InvocationID=567c4ae8-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:07:57+0000 | aai_event_thread | 140284683643680 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=567c48e0-69f1-11ed-8964-aafb4163d234 | InvocationID=567c4ae8-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:08:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=567c48e0-69f1-11ed-8964-aafb4163d234 | InvocationID=567c4ae8-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:08:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=626be1d8-69f1-11ed-8964-aafb4163d234 | InvocationID=626be368-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:08:22+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5654b640-69f1-11ed-8964-aafb4163d234 | InvocationID=5654ba46-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:08:22+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654960b0-69f1-11ed-8964-aafb4163d234 | InvocationID=6549624a-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:08:22+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=654960b0-69f1-11ed-8964-aafb4163d234 | InvocationID=6549624a-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:08:22+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=654960b0-69f1-11ed-8964-aafb4163d234 | InvocationID=6549624a-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:08:42+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=626be1d8-69f1-11ed-8964-aafb4163d234 | InvocationID=626be368-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:08:42+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70eedd5a-69f1-11ed-8964-aafb4163d234 | InvocationID=70eedfee-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:08:47+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=654960b0-69f1-11ed-8964-aafb4163d234 | InvocationID=6549624a-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:08:47+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7434a5f8-69f1-11ed-8964-aafb4163d234 | InvocationID=7434ae36-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:08:47+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7434a5f8-69f1-11ed-8964-aafb4163d234 | InvocationID=7434ae36-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:08:47+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7434a5f8-69f1-11ed-8964-aafb4163d234 | InvocationID=7434ae36-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:09:02+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=70eedd5a-69f1-11ed-8964-aafb4163d234 | InvocationID=70eedfee-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:09:02+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ce334da-69f1-11ed-8964-aafb4163d234 | InvocationID=7ce336e2-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:09:12+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7434a5f8-69f1-11ed-8964-aafb4163d234 | InvocationID=7434ae36-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:09:12+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83204c70-69f1-11ed-8964-aafb4163d234 | InvocationID=83204fea-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:09:12+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=83204c70-69f1-11ed-8964-aafb4163d234 | InvocationID=83204fea-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:09:12+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83204c70-69f1-11ed-8964-aafb4163d234 | InvocationID=83204fea-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:09:22+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ce334da-69f1-11ed-8964-aafb4163d234 | InvocationID=7ce336e2-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:09:22+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=88d7472c-69f1-11ed-8964-aafb4163d234 | InvocationID=88d748bc-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:09:37+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=83204c70-69f1-11ed-8964-aafb4163d234 | InvocationID=83204fea-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:09:37+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=920b9622-69f1-11ed-8964-aafb4163d234 | InvocationID=920b980c-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:09:37+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=920b9622-69f1-11ed-8964-aafb4163d234 | InvocationID=920b980c-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:09:37+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=920b9622-69f1-11ed-8964-aafb4163d234 | InvocationID=920b980c-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:09:42+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=88d7472c-69f1-11ed-8964-aafb4163d234 | InvocationID=88d748bc-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:09:42+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94ceea3a-69f1-11ed-8964-aafb4163d234 | InvocationID=94ceee04-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:10:02+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=920b9622-69f1-11ed-8964-aafb4163d234 | InvocationID=920b980c-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:10:02+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0f69042-69f1-11ed-8964-aafb4163d234 | InvocationID=a0f6936c-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:10:02+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0f69042-69f1-11ed-8964-aafb4163d234 | InvocationID=a0f6936c-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:10:02+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0f69042-69f1-11ed-8964-aafb4163d234 | InvocationID=a0f6936c-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:10:02+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94ceea3a-69f1-11ed-8964-aafb4163d234 | InvocationID=94ceee04-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:10:02+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a122d7ce-69f1-11ed-8964-aafb4163d234 | InvocationID=a122d954-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:10:27+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0f69042-69f1-11ed-8964-aafb4163d234 | InvocationID=a0f6936c-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:10:27+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afe19b10-69f1-11ed-8964-aafb4163d234 | InvocationID=afe19dcc-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:10:27+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a122d7ce-69f1-11ed-8964-aafb4163d234 | InvocationID=a122d954-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:10:27+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afe50a48-69f1-11ed-8964-aafb4163d234 | InvocationID=afe50c50-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:10:27+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=afe19b10-69f1-11ed-8964-aafb4163d234 | InvocationID=afe19dcc-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:10:27+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afe19b10-69f1-11ed-8964-aafb4163d234 | InvocationID=afe19dcc-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:10:52+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=afe50a48-69f1-11ed-8964-aafb4163d234 | InvocationID=afe50c50-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:10:52+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bea86f5c-69f1-11ed-8964-aafb4163d234 | InvocationID=bea8736c-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:10:52+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=afe19b10-69f1-11ed-8964-aafb4163d234 | InvocationID=afe19dcc-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:10:52+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bece384a-69f1-11ed-8964-aafb4163d234 | InvocationID=bece3ae8-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:10:52+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bece384a-69f1-11ed-8964-aafb4163d234 | InvocationID=bece3ae8-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:10:52+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bece384a-69f1-11ed-8964-aafb4163d234 | InvocationID=bece3ae8-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:11:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bea86f5c-69f1-11ed-8964-aafb4163d234 | InvocationID=bea8736c-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:11:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd6bdc54-69f1-11ed-8964-aafb4163d234 | InvocationID=cd6bdf60-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:11:17+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bece384a-69f1-11ed-8964-aafb4163d234 | InvocationID=bece3ae8-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:11:17+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdb9f010-69f1-11ed-8964-aafb4163d234 | InvocationID=cdb9f204-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:11:17+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cdb9f010-69f1-11ed-8964-aafb4163d234 | InvocationID=cdb9f204-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:11:17+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdb9f010-69f1-11ed-8964-aafb4163d234 | InvocationID=cdb9f204-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:11:42+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cd6bdc54-69f1-11ed-8964-aafb4163d234 | InvocationID=cd6bdf60-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:11:42+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc2f1e18-69f1-11ed-8964-aafb4163d234 | InvocationID=dc2f2d40-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:11:42+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cdb9f010-69f1-11ed-8964-aafb4163d234 | InvocationID=cdb9f204-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:11:42+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dca4d310-69f1-11ed-8964-aafb4163d234 | InvocationID=dca4d536-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:11:42+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dca4d310-69f1-11ed-8964-aafb4163d234 | InvocationID=dca4d536-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:11:42+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dca4d310-69f1-11ed-8964-aafb4163d234 | InvocationID=dca4d536-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:12:06+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dc2f1e18-69f1-11ed-8964-aafb4163d234 | InvocationID=dc2f2d40-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:12:06+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eaf1bb18-69f1-11ed-8964-aafb4163d234 | InvocationID=eaf1bd3e-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:12:07+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dca4d310-69f1-11ed-8964-aafb4163d234 | InvocationID=dca4d536-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:12:07+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb91248c-69f1-11ed-8964-aafb4163d234 | InvocationID=eb912784-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:12:07+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb91248c-69f1-11ed-8964-aafb4163d234 | InvocationID=eb912784-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:12:07+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb91248c-69f1-11ed-8964-aafb4163d234 | InvocationID=eb912784-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:12:31+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eaf1bb18-69f1-11ed-8964-aafb4163d234 | InvocationID=eaf1bd3e-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:12:31+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9b7b760-69f1-11ed-8964-aafb4163d234 | InvocationID=f9b7b9ae-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:12:32+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb91248c-69f1-11ed-8964-aafb4163d234 | InvocationID=eb912784-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:12:32+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7c576e-69f1-11ed-8964-aafb4163d234 | InvocationID=fa7c5976-69f1-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:12:32+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa7c576e-69f1-11ed-8964-aafb4163d234 | InvocationID=fa7c5976-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:12:32+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa7c576e-69f1-11ed-8964-aafb4163d234 | InvocationID=fa7c5976-69f1-11ed-8964-aafb4163d234 | 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-11-21T23:12:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9b7b760-69f1-11ed-8964-aafb4163d234 | InvocationID=f9b7b9ae-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:12:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08789864-69f2-11ed-8964-aafb4163d234 | InvocationID=08789a12-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:12:57+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa7c576e-69f1-11ed-8964-aafb4163d234 | InvocationID=fa7c5976-69f1-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:12:57+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09676b06-69f2-11ed-8964-aafb4163d234 | InvocationID=09676d40-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:12:57+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09676b06-69f2-11ed-8964-aafb4163d234 | InvocationID=09676d40-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:12:57+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09676b06-69f2-11ed-8964-aafb4163d234 | InvocationID=09676d40-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:13:21+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08789864-69f2-11ed-8964-aafb4163d234 | InvocationID=08789a12-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:13:21+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17391cd4-69f2-11ed-8964-aafb4163d234 | InvocationID=17391f68-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:13:22+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09676b06-69f2-11ed-8964-aafb4163d234 | InvocationID=09676d40-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:13:22+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=185327fe-69f2-11ed-8964-aafb4163d234 | InvocationID=18532a2e-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:13:22+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=185327fe-69f2-11ed-8964-aafb4163d234 | InvocationID=18532a2e-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:13:22+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=185327fe-69f2-11ed-8964-aafb4163d234 | InvocationID=18532a2e-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:13:45+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17391cd4-69f2-11ed-8964-aafb4163d234 | InvocationID=17391f68-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:13:45+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25fdafdc-69f2-11ed-8964-aafb4163d234 | InvocationID=25fdb1c6-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:13:47+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=185327fe-69f2-11ed-8964-aafb4163d234 | InvocationID=18532a2e-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:13:47+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273e3934-69f2-11ed-8964-aafb4163d234 | InvocationID=273e3b14-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:13:47+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=273e3934-69f2-11ed-8964-aafb4163d234 | InvocationID=273e3b14-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:13:47+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=273e3934-69f2-11ed-8964-aafb4163d234 | InvocationID=273e3b14-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:14:10+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=25fdafdc-69f2-11ed-8964-aafb4163d234 | InvocationID=25fdb1c6-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:14:10+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34c3ce2a-69f2-11ed-8964-aafb4163d234 | InvocationID=34c3cfce-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:14:12+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=273e3934-69f2-11ed-8964-aafb4163d234 | InvocationID=273e3b14-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:14:12+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3628b7a8-69f2-11ed-8964-aafb4163d234 | InvocationID=3628b9ce-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:14:13+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3628b7a8-69f2-11ed-8964-aafb4163d234 | InvocationID=3628b9ce-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:14:13+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3628b7a8-69f2-11ed-8964-aafb4163d234 | InvocationID=3628b9ce-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:14:35+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=34c3ce2a-69f2-11ed-8964-aafb4163d234 | InvocationID=34c3cfce-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:14:35+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4385ab9a-69f2-11ed-8964-aafb4163d234 | InvocationID=4385ae6a-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:14:38+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3628b7a8-69f2-11ed-8964-aafb4163d234 | InvocationID=3628b9ce-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:14:38+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4515369c-69f2-11ed-8964-aafb4163d234 | InvocationID=451539b2-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:14:38+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4515369c-69f2-11ed-8964-aafb4163d234 | InvocationID=451539b2-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:14:38+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4515369c-69f2-11ed-8964-aafb4163d234 | InvocationID=451539b2-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:15:00+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4385ab9a-69f2-11ed-8964-aafb4163d234 | InvocationID=4385ae6a-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:15:00+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5249bdce-69f2-11ed-8964-aafb4163d234 | InvocationID=5249c012-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:15:03+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4515369c-69f2-11ed-8964-aafb4163d234 | InvocationID=451539b2-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:15:03+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54027976-69f2-11ed-8964-aafb4163d234 | InvocationID=54027b10-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:15:03+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54027976-69f2-11ed-8964-aafb4163d234 | InvocationID=54027b10-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:15:03+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54027976-69f2-11ed-8964-aafb4163d234 | InvocationID=54027b10-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:15:24+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5249bdce-69f2-11ed-8964-aafb4163d234 | InvocationID=5249c012-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:15:24+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=610b9af8-69f2-11ed-8964-aafb4163d234 | InvocationID=610b9d82-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:15:28+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=54027976-69f2-11ed-8964-aafb4163d234 | InvocationID=54027b10-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:15:28+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62efec7a-69f2-11ed-8964-aafb4163d234 | InvocationID=62efef40-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:15:28+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=62efec7a-69f2-11ed-8964-aafb4163d234 | InvocationID=62efef40-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:15:28+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62efec7a-69f2-11ed-8964-aafb4163d234 | InvocationID=62efef40-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:15:49+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=610b9af8-69f2-11ed-8964-aafb4163d234 | InvocationID=610b9d82-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:15:49+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6fccc3fa-69f2-11ed-8964-aafb4163d234 | InvocationID=6fccc67a-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:15:53+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=62efec7a-69f2-11ed-8964-aafb4163d234 | InvocationID=62efef40-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:15:53+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71dc96e8-69f2-11ed-8964-aafb4163d234 | InvocationID=71dc99fe-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:15:53+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=71dc96e8-69f2-11ed-8964-aafb4163d234 | InvocationID=71dc99fe-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:15:53+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71dc96e8-69f2-11ed-8964-aafb4163d234 | InvocationID=71dc99fe-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:16:14+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6fccc3fa-69f2-11ed-8964-aafb4163d234 | InvocationID=6fccc67a-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:16:14+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e8f782e-69f2-11ed-8964-aafb4163d234 | InvocationID=7e8f7b6c-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:16:18+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=71dc96e8-69f2-11ed-8964-aafb4163d234 | InvocationID=71dc99fe-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:16:18+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80c7ef54-69f2-11ed-8964-aafb4163d234 | InvocationID=80c7f206-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:16:18+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=80c7ef54-69f2-11ed-8964-aafb4163d234 | InvocationID=80c7f206-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:16:18+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80c7ef54-69f2-11ed-8964-aafb4163d234 | InvocationID=80c7f206-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:16:39+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e8f782e-69f2-11ed-8964-aafb4163d234 | InvocationID=7e8f7b6c-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:16:39+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d52fd40-69f2-11ed-8964-aafb4163d234 | InvocationID=8d52fffc-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:16:43+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=80c7ef54-69f2-11ed-8964-aafb4163d234 | InvocationID=80c7f206-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:16:43+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb3bf3e-69f2-11ed-8964-aafb4163d234 | InvocationID=8fb3c092-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:16:43+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fb3bf3e-69f2-11ed-8964-aafb4163d234 | InvocationID=8fb3c092-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:16:43+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fb3bf3e-69f2-11ed-8964-aafb4163d234 | InvocationID=8fb3c092-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:17:03+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8d52fd40-69f2-11ed-8964-aafb4163d234 | InvocationID=8d52fffc-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:17:03+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c153b04-69f2-11ed-8964-aafb4163d234 | InvocationID=9c153ca8-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:17:08+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8fb3bf3e-69f2-11ed-8964-aafb4163d234 | InvocationID=8fb3c092-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:17:08+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9e7692-69f2-11ed-8964-aafb4163d234 | InvocationID=9e9e7804-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:17:08+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e9e7692-69f2-11ed-8964-aafb4163d234 | InvocationID=9e9e7804-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:17:08+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e9e7692-69f2-11ed-8964-aafb4163d234 | InvocationID=9e9e7804-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:17:28+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9c153b04-69f2-11ed-8964-aafb4163d234 | InvocationID=9c153ca8-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:17:28+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad68ee0-69f2-11ed-8964-aafb4163d234 | InvocationID=aad6917e-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:17:33+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e9e7692-69f2-11ed-8964-aafb4163d234 | InvocationID=9e9e7804-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:17:33+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad88e50c-69f2-11ed-8964-aafb4163d234 | InvocationID=ad88e69c-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:17:33+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad88e50c-69f2-11ed-8964-aafb4163d234 | InvocationID=ad88e69c-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:17:33+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad88e50c-69f2-11ed-8964-aafb4163d234 | InvocationID=ad88e69c-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:17:53+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aad68ee0-69f2-11ed-8964-aafb4163d234 | InvocationID=aad6917e-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:17:53+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b997f8ce-69f2-11ed-8964-aafb4163d234 | InvocationID=b997faae-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:17:58+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad88e50c-69f2-11ed-8964-aafb4163d234 | InvocationID=ad88e69c-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:17:58+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc73d20c-69f2-11ed-8964-aafb4163d234 | InvocationID=bc73d478-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:17:58+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc73d20c-69f2-11ed-8964-aafb4163d234 | InvocationID=bc73d478-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:17:58+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc73d20c-69f2-11ed-8964-aafb4163d234 | InvocationID=bc73d478-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:18:18+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b997f8ce-69f2-11ed-8964-aafb4163d234 | InvocationID=b997faae-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:18:18+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c85ac954-69f2-11ed-8964-aafb4163d234 | InvocationID=c85acd32-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:18:23+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc73d20c-69f2-11ed-8964-aafb4163d234 | InvocationID=bc73d478-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:18:23+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb6348d8-69f2-11ed-8964-aafb4163d234 | InvocationID=cb634ad6-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:18:23+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb6348d8-69f2-11ed-8964-aafb4163d234 | InvocationID=cb634ad6-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:18:23+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb6348d8-69f2-11ed-8964-aafb4163d234 | InvocationID=cb634ad6-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:18:43+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c85ac954-69f2-11ed-8964-aafb4163d234 | InvocationID=c85acd32-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:18:43+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d71c390a-69f2-11ed-8964-aafb4163d234 | InvocationID=d71c43e6-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:18:48+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb6348d8-69f2-11ed-8964-aafb4163d234 | InvocationID=cb634ad6-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:18:48+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da4ec6e2-69f2-11ed-8964-aafb4163d234 | InvocationID=da4ec868-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:18:48+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da4ec6e2-69f2-11ed-8964-aafb4163d234 | InvocationID=da4ec868-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:18:48+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da4ec6e2-69f2-11ed-8964-aafb4163d234 | InvocationID=da4ec868-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:19:07+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d71c390a-69f2-11ed-8964-aafb4163d234 | InvocationID=d71c43e6-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:19:07+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5e1f6f0-69f2-11ed-8964-aafb4163d234 | InvocationID=e5e1f8e4-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:19:13+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=da4ec6e2-69f2-11ed-8964-aafb4163d234 | InvocationID=da4ec868-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:19:13+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e93aa95a-69f2-11ed-8964-aafb4163d234 | InvocationID=e93aabe4-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:19:13+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e93aa95a-69f2-11ed-8964-aafb4163d234 | InvocationID=e93aabe4-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:19:13+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e93aa95a-69f2-11ed-8964-aafb4163d234 | InvocationID=e93aabe4-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:19:32+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5e1f6f0-69f2-11ed-8964-aafb4163d234 | InvocationID=e5e1f8e4-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:19:32+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f4a4a462-69f2-11ed-8964-aafb4163d234 | InvocationID=f4a4a5fc-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:19:38+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e93aa95a-69f2-11ed-8964-aafb4163d234 | InvocationID=e93aabe4-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:19:38+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8256ef0-69f2-11ed-8964-aafb4163d234 | InvocationID=f8257080-69f2-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:19:38+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f8256ef0-69f2-11ed-8964-aafb4163d234 | InvocationID=f8257080-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:19:38+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8256ef0-69f2-11ed-8964-aafb4163d234 | InvocationID=f8257080-69f2-11ed-8964-aafb4163d234 | 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-11-21T23:19:57+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f4a4a462-69f2-11ed-8964-aafb4163d234 | InvocationID=f4a4a5fc-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:19:57+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=036ecfea-69f3-11ed-8964-aafb4163d234 | InvocationID=036ed2b0-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:20:03+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f8256ef0-69f2-11ed-8964-aafb4163d234 | InvocationID=f8257080-69f2-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:20:03+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0711a578-69f3-11ed-8964-aafb4163d234 | InvocationID=0711a762-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:20:03+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0711a578-69f3-11ed-8964-aafb4163d234 | InvocationID=0711a762-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:20:03+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0711a578-69f3-11ed-8964-aafb4163d234 | InvocationID=0711a762-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:20:22+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=036ecfea-69f3-11ed-8964-aafb4163d234 | InvocationID=036ed2b0-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:20:22+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=122fb634-69f3-11ed-8964-aafb4163d234 | InvocationID=122fb850-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:20:28+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0711a578-69f3-11ed-8964-aafb4163d234 | InvocationID=0711a762-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:20:28+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15fc8d3c-69f3-11ed-8964-aafb4163d234 | InvocationID=15fc8ec2-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:20:28+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15fc8d3c-69f3-11ed-8964-aafb4163d234 | InvocationID=15fc8ec2-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:20:28+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15fc8d3c-69f3-11ed-8964-aafb4163d234 | InvocationID=15fc8ec2-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:20:46+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=122fb634-69f3-11ed-8964-aafb4163d234 | InvocationID=122fb850-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:20:46+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20f6255e-69f3-11ed-8964-aafb4163d234 | InvocationID=20f62946-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:20:53+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15fc8d3c-69f3-11ed-8964-aafb4163d234 | InvocationID=15fc8ec2-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:20:53+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24e798c8-69f3-11ed-8964-aafb4163d234 | InvocationID=24e79b48-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:20:53+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=24e798c8-69f3-11ed-8964-aafb4163d234 | InvocationID=24e79b48-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:20:53+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24e798c8-69f3-11ed-8964-aafb4163d234 | InvocationID=24e79b48-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:21:11+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=20f6255e-69f3-11ed-8964-aafb4163d234 | InvocationID=20f62946-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:21:11+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2fb7a734-69f3-11ed-8964-aafb4163d234 | InvocationID=2fb7a8d8-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:21:18+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=24e798c8-69f3-11ed-8964-aafb4163d234 | InvocationID=24e79b48-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:21:18+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d3ff02-69f3-11ed-8964-aafb4163d234 | InvocationID=33d401be-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:21:18+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=33d3ff02-69f3-11ed-8964-aafb4163d234 | InvocationID=33d401be-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:21:18+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33d3ff02-69f3-11ed-8964-aafb4163d234 | InvocationID=33d401be-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:21:36+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2fb7a734-69f3-11ed-8964-aafb4163d234 | InvocationID=2fb7a8d8-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:21:36+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e796cbc-69f3-11ed-8964-aafb4163d234 | InvocationID=3e7971ee-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:21:43+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=33d3ff02-69f3-11ed-8964-aafb4163d234 | InvocationID=33d401be-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:21:43+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42bf09da-69f3-11ed-8964-aafb4163d234 | InvocationID=42bf0c46-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:21:43+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42bf09da-69f3-11ed-8964-aafb4163d234 | InvocationID=42bf0c46-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:21:43+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42bf09da-69f3-11ed-8964-aafb4163d234 | InvocationID=42bf0c46-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:22:01+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3e796cbc-69f3-11ed-8964-aafb4163d234 | InvocationID=3e7971ee-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:22:01+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d3b1dcc-69f3-11ed-8964-aafb4163d234 | InvocationID=4d3b2088-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:22:08+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42bf09da-69f3-11ed-8964-aafb4163d234 | InvocationID=42bf0c46-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:22:08+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51aa1908-69f3-11ed-8964-aafb4163d234 | InvocationID=51aa1ad4-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:22:08+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51aa1908-69f3-11ed-8964-aafb4163d234 | InvocationID=51aa1ad4-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:22:08+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51aa1908-69f3-11ed-8964-aafb4163d234 | InvocationID=51aa1ad4-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:22:25+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d3b1dcc-69f3-11ed-8964-aafb4163d234 | InvocationID=4d3b2088-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:22:25+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bfd16bc-69f3-11ed-8964-aafb4163d234 | InvocationID=5bfd1856-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:22:33+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51aa1908-69f3-11ed-8964-aafb4163d234 | InvocationID=51aa1ad4-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:22:33+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6095af2c-69f3-11ed-8964-aafb4163d234 | InvocationID=6095b152-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:22:33+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6095af2c-69f3-11ed-8964-aafb4163d234 | InvocationID=6095b152-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:22:33+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6095af2c-69f3-11ed-8964-aafb4163d234 | InvocationID=6095b152-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:22:50+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5bfd16bc-69f3-11ed-8964-aafb4163d234 | InvocationID=5bfd1856-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:22:50+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6abd5824-69f3-11ed-8964-aafb4163d234 | InvocationID=6abd5a90-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:22:58+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6095af2c-69f3-11ed-8964-aafb4163d234 | InvocationID=6095b152-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:22:58+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f80fca8-69f3-11ed-8964-aafb4163d234 | InvocationID=6f80fee2-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:22:58+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f80fca8-69f3-11ed-8964-aafb4163d234 | InvocationID=6f80fee2-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:22:58+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f80fca8-69f3-11ed-8964-aafb4163d234 | InvocationID=6f80fee2-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:23:15+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6abd5824-69f3-11ed-8964-aafb4163d234 | InvocationID=6abd5a90-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:23:15+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79831678-69f3-11ed-8964-aafb4163d234 | InvocationID=79831812-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:23:23+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f80fca8-69f3-11ed-8964-aafb4163d234 | InvocationID=6f80fee2-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:23:23+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6de78a-69f3-11ed-8964-aafb4163d234 | InvocationID=7e6de91a-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:23:23+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e6de78a-69f3-11ed-8964-aafb4163d234 | InvocationID=7e6de91a-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:23:23+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6de78a-69f3-11ed-8964-aafb4163d234 | InvocationID=7e6de91a-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:23:40+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=79831678-69f3-11ed-8964-aafb4163d234 | InvocationID=79831812-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:23:40+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=884514ea-69f3-11ed-8964-aafb4163d234 | InvocationID=884516e8-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:23:48+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e6de78a-69f3-11ed-8964-aafb4163d234 | InvocationID=7e6de91a-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:23:48+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d594924-69f3-11ed-8964-aafb4163d234 | InvocationID=8d594ab4-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:23:48+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8d594924-69f3-11ed-8964-aafb4163d234 | InvocationID=8d594ab4-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:23:48+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d594924-69f3-11ed-8964-aafb4163d234 | InvocationID=8d594ab4-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:24:05+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=884514ea-69f3-11ed-8964-aafb4163d234 | InvocationID=884516e8-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:24:05+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9706c4ce-69f3-11ed-8964-aafb4163d234 | InvocationID=9706c73a-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:24:13+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8d594924-69f3-11ed-8964-aafb4163d234 | InvocationID=8d594ab4-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:24:13+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c44f258-69f3-11ed-8964-aafb4163d234 | InvocationID=9c44f582-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:24:13+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9c44f258-69f3-11ed-8964-aafb4163d234 | InvocationID=9c44f582-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:24:13+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c44f258-69f3-11ed-8964-aafb4163d234 | InvocationID=9c44f582-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:24:29+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9706c4ce-69f3-11ed-8964-aafb4163d234 | InvocationID=9706c73a-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:24:29+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a5c956de-69f3-11ed-8964-aafb4163d234 | InvocationID=a5c958e6-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:24:38+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9c44f258-69f3-11ed-8964-aafb4163d234 | InvocationID=9c44f582-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:24:38+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab302ae4-69f3-11ed-8964-aafb4163d234 | InvocationID=ab302c74-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:24:38+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ab302ae4-69f3-11ed-8964-aafb4163d234 | InvocationID=ab302c74-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:24:38+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab302ae4-69f3-11ed-8964-aafb4163d234 | InvocationID=ab302c74-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:24:54+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a5c956de-69f3-11ed-8964-aafb4163d234 | InvocationID=a5c958e6-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:24:54+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b48b4de4-69f3-11ed-8964-aafb4163d234 | InvocationID=b48b5032-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:25:03+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ab302ae4-69f3-11ed-8964-aafb4163d234 | InvocationID=ab302c74-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:25:03+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1b3440-69f3-11ed-8964-aafb4163d234 | InvocationID=ba1b36a2-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:25:03+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ba1b3440-69f3-11ed-8964-aafb4163d234 | InvocationID=ba1b36a2-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:25:03+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1b3440-69f3-11ed-8964-aafb4163d234 | InvocationID=ba1b36a2-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:25:19+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b48b4de4-69f3-11ed-8964-aafb4163d234 | InvocationID=b48b5032-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:25:19+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c34dd59a-69f3-11ed-8964-aafb4163d234 | InvocationID=c34dd73e-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:25:28+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ba1b3440-69f3-11ed-8964-aafb4163d234 | InvocationID=ba1b36a2-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:25:28+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90895c4-69f3-11ed-8964-aafb4163d234 | InvocationID=c9089916-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:25:28+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c90895c4-69f3-11ed-8964-aafb4163d234 | InvocationID=c9089916-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:25:28+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90895c4-69f3-11ed-8964-aafb4163d234 | InvocationID=c9089916-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:25:44+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c34dd59a-69f3-11ed-8964-aafb4163d234 | InvocationID=c34dd73e-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:25:44+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20efa8c-69f3-11ed-8964-aafb4163d234 | InvocationID=d20efd16-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:25:53+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c90895c4-69f3-11ed-8964-aafb4163d234 | InvocationID=c9089916-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:25:53+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f3dbde-69f3-11ed-8964-aafb4163d234 | InvocationID=d7f3de0e-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:25:53+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d7f3dbde-69f3-11ed-8964-aafb4163d234 | InvocationID=d7f3de0e-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:25:53+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7f3dbde-69f3-11ed-8964-aafb4163d234 | InvocationID=d7f3de0e-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:26:08+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d20efa8c-69f3-11ed-8964-aafb4163d234 | InvocationID=d20efd16-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:26:08+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0cf7fe2-69f3-11ed-8964-aafb4163d234 | InvocationID=e0cf81f4-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:26:18+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d7f3dbde-69f3-11ed-8964-aafb4163d234 | InvocationID=d7f3de0e-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:26:18+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6deec6a-69f3-11ed-8964-aafb4163d234 | InvocationID=e6deee90-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:26:18+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6deec6a-69f3-11ed-8964-aafb4163d234 | InvocationID=e6deee90-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:26:18+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6deec6a-69f3-11ed-8964-aafb4163d234 | InvocationID=e6deee90-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:26:33+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e0cf7fe2-69f3-11ed-8964-aafb4163d234 | InvocationID=e0cf81f4-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:26:33+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ef9362c8-69f3-11ed-8964-aafb4163d234 | InvocationID=ef9392ca-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:26:43+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6deec6a-69f3-11ed-8964-aafb4163d234 | InvocationID=e6deee90-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:26:43+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c9b4da-69f3-11ed-8964-aafb4163d234 | InvocationID=f5c9b660-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:26:44+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f5c9b4da-69f3-11ed-8964-aafb4163d234 | InvocationID=f5c9b660-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:26:44+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c9b4da-69f3-11ed-8964-aafb4163d234 | InvocationID=f5c9b660-69f3-11ed-8964-aafb4163d234 | 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-11-21T23:26:58+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ef9362c8-69f3-11ed-8964-aafb4163d234 | InvocationID=ef9392ca-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:26:58+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fe546e38-69f3-11ed-8964-aafb4163d234 | InvocationID=fe54702c-69f3-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:27:09+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f5c9b4da-69f3-11ed-8964-aafb4163d234 | InvocationID=f5c9b660-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:27:09+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b4a5ae-69f4-11ed-8964-aafb4163d234 | InvocationID=04b4a766-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:27:09+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=04b4a5ae-69f4-11ed-8964-aafb4163d234 | InvocationID=04b4a766-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:27:09+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b4a5ae-69f4-11ed-8964-aafb4163d234 | InvocationID=04b4a766-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:27:23+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fe546e38-69f3-11ed-8964-aafb4163d234 | InvocationID=fe54702c-69f3-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:27:23+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0d16e3ba-69f4-11ed-8964-aafb4163d234 | InvocationID=0d16e91e-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:27:34+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=04b4a5ae-69f4-11ed-8964-aafb4163d234 | InvocationID=04b4a766-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:27:34+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139f76ac-69f4-11ed-8964-aafb4163d234 | InvocationID=139f7990-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:27:34+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=139f76ac-69f4-11ed-8964-aafb4163d234 | InvocationID=139f7990-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:27:34+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139f76ac-69f4-11ed-8964-aafb4163d234 | InvocationID=139f7990-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:27:47+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0d16e3ba-69f4-11ed-8964-aafb4163d234 | InvocationID=0d16e91e-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:27:47+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1bd8f334-69f4-11ed-8964-aafb4163d234 | InvocationID=1bd8f5be-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:27:59+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=139f76ac-69f4-11ed-8964-aafb4163d234 | InvocationID=139f7990-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:27:59+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=228a9df4-69f4-11ed-8964-aafb4163d234 | InvocationID=228aa114-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:27:59+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=228a9df4-69f4-11ed-8964-aafb4163d234 | InvocationID=228aa114-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:27:59+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=228a9df4-69f4-11ed-8964-aafb4163d234 | InvocationID=228aa114-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:28:12+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1bd8f334-69f4-11ed-8964-aafb4163d234 | InvocationID=1bd8f5be-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:28:12+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2a9a476a-69f4-11ed-8964-aafb4163d234 | InvocationID=2a9a499a-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:28:24+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=228a9df4-69f4-11ed-8964-aafb4163d234 | InvocationID=228aa114-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:28:24+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=317a0ab6-69f4-11ed-8964-aafb4163d234 | InvocationID=317a0cb4-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:28:24+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=317a0ab6-69f4-11ed-8964-aafb4163d234 | InvocationID=317a0cb4-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:28:24+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=317a0ab6-69f4-11ed-8964-aafb4163d234 | InvocationID=317a0cb4-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:28:37+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2a9a476a-69f4-11ed-8964-aafb4163d234 | InvocationID=2a9a499a-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:28:37+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=395d6908-69f4-11ed-8964-aafb4163d234 | InvocationID=395d6ad4-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:28:49+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=317a0ab6-69f4-11ed-8964-aafb4163d234 | InvocationID=317a0cb4-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:28:49+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=406527ae-69f4-11ed-8964-aafb4163d234 | InvocationID=40652bd2-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:28:49+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=406527ae-69f4-11ed-8964-aafb4163d234 | InvocationID=40652bd2-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:28:49+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=406527ae-69f4-11ed-8964-aafb4163d234 | InvocationID=40652bd2-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:29:02+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=395d6908-69f4-11ed-8964-aafb4163d234 | InvocationID=395d6ad4-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:29:02+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=482040d2-69f4-11ed-8964-aafb4163d234 | InvocationID=4820429e-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:29:14+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=406527ae-69f4-11ed-8964-aafb4163d234 | InvocationID=40652bd2-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:29:14+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f5162aa-69f4-11ed-8964-aafb4163d234 | InvocationID=4f51644e-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:29:14+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4f5162aa-69f4-11ed-8964-aafb4163d234 | InvocationID=4f51644e-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:29:14+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f5162aa-69f4-11ed-8964-aafb4163d234 | InvocationID=4f51644e-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:29:26+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=482040d2-69f4-11ed-8964-aafb4163d234 | InvocationID=4820429e-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:29:26+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56e11600-69f4-11ed-8964-aafb4163d234 | InvocationID=56e1179a-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:29:39+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4f5162aa-69f4-11ed-8964-aafb4163d234 | InvocationID=4f51644e-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:29:39+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3cd560-69f4-11ed-8964-aafb4163d234 | InvocationID=5e3cd7e0-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:29:39+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5e3cd560-69f4-11ed-8964-aafb4163d234 | InvocationID=5e3cd7e0-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:29:39+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e3cd560-69f4-11ed-8964-aafb4163d234 | InvocationID=5e3cd7e0-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:29:51+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=56e11600-69f4-11ed-8964-aafb4163d234 | InvocationID=56e1179a-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:29:51+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=65a4ad78-69f4-11ed-8964-aafb4163d234 | InvocationID=65a4afa8-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:30:04+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5e3cd560-69f4-11ed-8964-aafb4163d234 | InvocationID=5e3cd7e0-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:30:04+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d27f6b8-69f4-11ed-8964-aafb4163d234 | InvocationID=6d27f992-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:30:04+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6d27f6b8-69f4-11ed-8964-aafb4163d234 | InvocationID=6d27f992-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:30:04+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d27f6b8-69f4-11ed-8964-aafb4163d234 | InvocationID=6d27f992-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:30:16+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=65a4ad78-69f4-11ed-8964-aafb4163d234 | InvocationID=65a4afa8-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:30:16+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7466c634-69f4-11ed-8964-aafb4163d234 | InvocationID=7466c904-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:30:29+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6d27f6b8-69f4-11ed-8964-aafb4163d234 | InvocationID=6d27f992-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:30:29+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1336ce-69f4-11ed-8964-aafb4163d234 | InvocationID=7c1338c2-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:30:29+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c1336ce-69f4-11ed-8964-aafb4163d234 | InvocationID=7c1338c2-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:30:29+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c1336ce-69f4-11ed-8964-aafb4163d234 | InvocationID=7c1338c2-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:30:41+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7466c634-69f4-11ed-8964-aafb4163d234 | InvocationID=7466c904-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:30:41+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=832815b0-69f4-11ed-8964-aafb4163d234 | InvocationID=83281790-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:30:54+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7c1336ce-69f4-11ed-8964-aafb4163d234 | InvocationID=7c1338c2-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:30:54+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8afebda2-69f4-11ed-8964-aafb4163d234 | InvocationID=8afecae0-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:30:54+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8afebda2-69f4-11ed-8964-aafb4163d234 | InvocationID=8afecae0-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:30:54+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8afebda2-69f4-11ed-8964-aafb4163d234 | InvocationID=8afecae0-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:31:05+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=832815b0-69f4-11ed-8964-aafb4163d234 | InvocationID=83281790-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:31:05+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91ea897a-69f4-11ed-8964-aafb4163d234 | InvocationID=91ea8bb4-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:31:19+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8afebda2-69f4-11ed-8964-aafb4163d234 | InvocationID=8afecae0-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:31:19+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99ea20b8-69f4-11ed-8964-aafb4163d234 | InvocationID=99ea2392-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:31:19+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=99ea20b8-69f4-11ed-8964-aafb4163d234 | InvocationID=99ea2392-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:31:19+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99ea20b8-69f4-11ed-8964-aafb4163d234 | InvocationID=99ea2392-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:31:30+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=91ea897a-69f4-11ed-8964-aafb4163d234 | InvocationID=91ea8bb4-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:31:30+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0ad0b90-69f4-11ed-8964-aafb4163d234 | InvocationID=a0ad0d2a-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:31:44+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=99ea20b8-69f4-11ed-8964-aafb4163d234 | InvocationID=99ea2392-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:31:44+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d7a622-69f4-11ed-8964-aafb4163d234 | InvocationID=a8d7a7b2-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:31:44+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8d7a622-69f4-11ed-8964-aafb4163d234 | InvocationID=a8d7a7b2-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:31:44+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8d7a622-69f4-11ed-8964-aafb4163d234 | InvocationID=a8d7a7b2-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:31:55+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a0ad0b90-69f4-11ed-8964-aafb4163d234 | InvocationID=a0ad0d2a-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:31:55+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af72ceda-69f4-11ed-8964-aafb4163d234 | InvocationID=af72d8c6-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:32:09+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a8d7a622-69f4-11ed-8964-aafb4163d234 | InvocationID=a8d7a7b2-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:32:09+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7c2bec4-69f4-11ed-8964-aafb4163d234 | InvocationID=b7c2c0cc-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:32:09+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7c2bec4-69f4-11ed-8964-aafb4163d234 | InvocationID=b7c2c0cc-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:32:09+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7c2bec4-69f4-11ed-8964-aafb4163d234 | InvocationID=b7c2c0cc-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:32:20+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=af72ceda-69f4-11ed-8964-aafb4163d234 | InvocationID=af72d8c6-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:32:20+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be344b9c-69f4-11ed-8964-aafb4163d234 | InvocationID=be344d0e-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:32:34+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b7c2bec4-69f4-11ed-8964-aafb4163d234 | InvocationID=b7c2c0cc-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:32:34+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ad9dfa-69f4-11ed-8964-aafb4163d234 | InvocationID=c6ad9f8a-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:32:34+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6ad9dfa-69f4-11ed-8964-aafb4163d234 | InvocationID=c6ad9f8a-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:32:34+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ad9dfa-69f4-11ed-8964-aafb4163d234 | InvocationID=c6ad9f8a-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:32:44+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be344b9c-69f4-11ed-8964-aafb4163d234 | InvocationID=be344d0e-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:32:45+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ccf6a5c6-69f4-11ed-8964-aafb4163d234 | InvocationID=ccf6a76a-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:32:59+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c6ad9dfa-69f4-11ed-8964-aafb4163d234 | InvocationID=c6ad9f8a-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:32:59+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d598c92a-69f4-11ed-8964-aafb4163d234 | InvocationID=d598cb32-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:32:59+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d598c92a-69f4-11ed-8964-aafb4163d234 | InvocationID=d598cb32-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:32:59+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d598c92a-69f4-11ed-8964-aafb4163d234 | InvocationID=d598cb32-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:33:09+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ccf6a5c6-69f4-11ed-8964-aafb4163d234 | InvocationID=ccf6a76a-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:33:09+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dbb82800-69f4-11ed-8964-aafb4163d234 | InvocationID=dbb829fe-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:33:24+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d598c92a-69f4-11ed-8964-aafb4163d234 | InvocationID=d598cb32-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:33:24+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4839da2-69f4-11ed-8964-aafb4163d234 | InvocationID=e4839f82-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:33:24+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e4839da2-69f4-11ed-8964-aafb4163d234 | InvocationID=e4839f82-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:33:24+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4839da2-69f4-11ed-8964-aafb4163d234 | InvocationID=e4839f82-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:33:34+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dbb82800-69f4-11ed-8964-aafb4163d234 | InvocationID=dbb829fe-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:33:34+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea7a0c96-69f4-11ed-8964-aafb4163d234 | InvocationID=ea7a0e3a-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:33:49+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e4839da2-69f4-11ed-8964-aafb4163d234 | InvocationID=e4839f82-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:33:49+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f36f39b6-69f4-11ed-8964-aafb4163d234 | InvocationID=f36f3ce0-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:33:49+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f36f39b6-69f4-11ed-8964-aafb4163d234 | InvocationID=f36f3ce0-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:33:49+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f36f39b6-69f4-11ed-8964-aafb4163d234 | InvocationID=f36f3ce0-69f4-11ed-8964-aafb4163d234 | 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-11-21T23:33:59+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ea7a0c96-69f4-11ed-8964-aafb4163d234 | InvocationID=ea7a0e3a-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:33:59+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f93ae0d4-69f4-11ed-8964-aafb4163d234 | InvocationID=f93ae30e-69f4-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:34:14+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f36f39b6-69f4-11ed-8964-aafb4163d234 | InvocationID=f36f3ce0-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:34:14+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=025a493e-69f5-11ed-8964-aafb4163d234 | InvocationID=025a4bc8-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:34:14+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=025a493e-69f5-11ed-8964-aafb4163d234 | InvocationID=025a4bc8-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:34:14+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=025a493e-69f5-11ed-8964-aafb4163d234 | InvocationID=025a4bc8-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:34:24+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f93ae0d4-69f4-11ed-8964-aafb4163d234 | InvocationID=f93ae30e-69f4-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:34:24+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=08028db0-69f5-11ed-8964-aafb4163d234 | InvocationID=08028f7c-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:34:39+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=025a493e-69f5-11ed-8964-aafb4163d234 | InvocationID=025a4bc8-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:34:39+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11454d4a-69f5-11ed-8964-aafb4163d234 | InvocationID=11455510-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:34:39+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11454d4a-69f5-11ed-8964-aafb4163d234 | InvocationID=11455510-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:34:39+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11454d4a-69f5-11ed-8964-aafb4163d234 | InvocationID=11455510-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:34:48+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=08028db0-69f5-11ed-8964-aafb4163d234 | InvocationID=08028f7c-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:34:48+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=16c3a578-69f5-11ed-8964-aafb4163d234 | InvocationID=16c3a79e-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:35:04+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=11454d4a-69f5-11ed-8964-aafb4163d234 | InvocationID=11455510-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:35:04+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20307712-69f5-11ed-8964-aafb4163d234 | InvocationID=2030792e-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:35:04+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=20307712-69f5-11ed-8964-aafb4163d234 | InvocationID=2030792e-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:35:04+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20307712-69f5-11ed-8964-aafb4163d234 | InvocationID=2030792e-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:35:13+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=16c3a578-69f5-11ed-8964-aafb4163d234 | InvocationID=16c3a79e-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:35:13+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=258833da-69f5-11ed-8964-aafb4163d234 | InvocationID=25883560-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:35:29+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=20307712-69f5-11ed-8964-aafb4163d234 | InvocationID=2030792e-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:35:29+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f1b600c-69f5-11ed-8964-aafb4163d234 | InvocationID=2f1b6264-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:35:29+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f1b600c-69f5-11ed-8964-aafb4163d234 | InvocationID=2f1b6264-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:35:29+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f1b600c-69f5-11ed-8964-aafb4163d234 | InvocationID=2f1b6264-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:35:38+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=258833da-69f5-11ed-8964-aafb4163d234 | InvocationID=25883560-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:35:38+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=344884ba-69f5-11ed-8964-aafb4163d234 | InvocationID=344886e0-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:35:54+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2f1b600c-69f5-11ed-8964-aafb4163d234 | InvocationID=2f1b6264-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:35:54+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e0678b8-69f5-11ed-8964-aafb4163d234 | InvocationID=3e067af2-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:35:54+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3e0678b8-69f5-11ed-8964-aafb4163d234 | InvocationID=3e067af2-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:35:54+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e0678b8-69f5-11ed-8964-aafb4163d234 | InvocationID=3e067af2-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:36:03+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=344884ba-69f5-11ed-8964-aafb4163d234 | InvocationID=344886e0-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:36:03+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=430ab1da-69f5-11ed-8964-aafb4163d234 | InvocationID=430ab3d8-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:36:19+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3e0678b8-69f5-11ed-8964-aafb4163d234 | InvocationID=3e067af2-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:36:19+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf19ede-69f5-11ed-8964-aafb4163d234 | InvocationID=4cf1a104-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:36:19+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4cf19ede-69f5-11ed-8964-aafb4163d234 | InvocationID=4cf1a104-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:36:19+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cf19ede-69f5-11ed-8964-aafb4163d234 | InvocationID=4cf1a104-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:36:27+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=430ab1da-69f5-11ed-8964-aafb4163d234 | InvocationID=430ab3d8-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:36:27+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51d089d8-69f5-11ed-8964-aafb4163d234 | InvocationID=51d08b72-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:36:44+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4cf19ede-69f5-11ed-8964-aafb4163d234 | InvocationID=4cf1a104-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:36:44+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdce7c8-69f5-11ed-8964-aafb4163d234 | InvocationID=5bdce944-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:36:44+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5bdce7c8-69f5-11ed-8964-aafb4163d234 | InvocationID=5bdce944-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:36:44+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bdce7c8-69f5-11ed-8964-aafb4163d234 | InvocationID=5bdce944-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:36:52+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=51d089d8-69f5-11ed-8964-aafb4163d234 | InvocationID=51d08b72-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:36:52+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6095ade0-69f5-11ed-8964-aafb4163d234 | InvocationID=6095af7a-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:37:09+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5bdce7c8-69f5-11ed-8964-aafb4163d234 | InvocationID=5bdce944-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:37:09+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ac8cab8-69f5-11ed-8964-aafb4163d234 | InvocationID=6ac8cfb8-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:37:09+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6ac8cab8-69f5-11ed-8964-aafb4163d234 | InvocationID=6ac8cfb8-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:37:09+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ac8cab8-69f5-11ed-8964-aafb4163d234 | InvocationID=6ac8cfb8-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:37:17+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6095ade0-69f5-11ed-8964-aafb4163d234 | InvocationID=6095af7a-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:37:17+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f576f76-69f5-11ed-8964-aafb4163d234 | InvocationID=6f577264-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:37:34+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6ac8cab8-69f5-11ed-8964-aafb4163d234 | InvocationID=6ac8cfb8-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:37:34+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b41e1a-69f5-11ed-8964-aafb4163d234 | InvocationID=79b41fd2-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:37:34+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=79b41e1a-69f5-11ed-8964-aafb4163d234 | InvocationID=79b41fd2-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:37:34+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79b41e1a-69f5-11ed-8964-aafb4163d234 | InvocationID=79b41fd2-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:37:42+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6f576f76-69f5-11ed-8964-aafb4163d234 | InvocationID=6f577264-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:37:42+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e19928c-69f5-11ed-8964-aafb4163d234 | InvocationID=7e199494-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:37:59+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=79b41e1a-69f5-11ed-8964-aafb4163d234 | InvocationID=79b41fd2-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:37:59+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=889f960c-69f5-11ed-8964-aafb4163d234 | InvocationID=889f979c-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:37:59+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=889f960c-69f5-11ed-8964-aafb4163d234 | InvocationID=889f979c-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:37:59+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=889f960c-69f5-11ed-8964-aafb4163d234 | InvocationID=889f979c-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:38:06+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7e19928c-69f5-11ed-8964-aafb4163d234 | InvocationID=7e199494-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:38:06+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cddef66-69f5-11ed-8964-aafb4163d234 | InvocationID=8cddf240-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:38:24+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=889f960c-69f5-11ed-8964-aafb4163d234 | InvocationID=889f979c-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:38:24+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=978ebe68-69f5-11ed-8964-aafb4163d234 | InvocationID=978ebff8-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:38:24+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=978ebe68-69f5-11ed-8964-aafb4163d234 | InvocationID=978ebff8-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:38:24+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=978ebe68-69f5-11ed-8964-aafb4163d234 | InvocationID=978ebff8-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:38:31+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8cddef66-69f5-11ed-8964-aafb4163d234 | InvocationID=8cddf240-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:38:31+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b9e8f24-69f5-11ed-8964-aafb4163d234 | InvocationID=9b9e9154-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:38:49+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=978ebe68-69f5-11ed-8964-aafb4163d234 | InvocationID=978ebff8-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:38:49+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a679ae60-69f5-11ed-8964-aafb4163d234 | InvocationID=a679b090-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:38:49+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a679ae60-69f5-11ed-8964-aafb4163d234 | InvocationID=a679b090-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:38:49+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a679ae60-69f5-11ed-8964-aafb4163d234 | InvocationID=a679b090-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:38:56+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9b9e8f24-69f5-11ed-8964-aafb4163d234 | InvocationID=9b9e9154-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:38:56+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aa67f0c2-69f5-11ed-8964-aafb4163d234 | InvocationID=aa67f234-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:39:14+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a679ae60-69f5-11ed-8964-aafb4163d234 | InvocationID=a679b090-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:39:14+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b56556d6-69f5-11ed-8964-aafb4163d234 | InvocationID=b56558d4-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:39:14+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b56556d6-69f5-11ed-8964-aafb4163d234 | InvocationID=b56558d4-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:39:14+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b56556d6-69f5-11ed-8964-aafb4163d234 | InvocationID=b56558d4-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:39:21+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=aa67f0c2-69f5-11ed-8964-aafb4163d234 | InvocationID=aa67f234-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:39:21+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b92c310e-69f5-11ed-8964-aafb4163d234 | InvocationID=b92c32a8-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:39:39+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b56556d6-69f5-11ed-8964-aafb4163d234 | InvocationID=b56558d4-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:39:39+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4504e58-69f5-11ed-8964-aafb4163d234 | InvocationID=c4504fd4-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:39:40+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c4504e58-69f5-11ed-8964-aafb4163d234 | InvocationID=c4504fd4-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:39:40+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4504e58-69f5-11ed-8964-aafb4163d234 | InvocationID=c4504fd4-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:39:46+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b92c310e-69f5-11ed-8964-aafb4163d234 | InvocationID=b92c32a8-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:39:46+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7ecd630-69f5-11ed-8964-aafb4163d234 | InvocationID=c7ecd8c4-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:40:05+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c4504e58-69f5-11ed-8964-aafb4163d234 | InvocationID=c4504fd4-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:40:05+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d33b5a02-69f5-11ed-8964-aafb4163d234 | InvocationID=d33b5c1e-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:40:05+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d33b5a02-69f5-11ed-8964-aafb4163d234 | InvocationID=d33b5c1e-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:40:05+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d33b5a02-69f5-11ed-8964-aafb4163d234 | InvocationID=d33b5c1e-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:40:10+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c7ecd630-69f5-11ed-8964-aafb4163d234 | InvocationID=c7ecd8c4-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:40:10+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6ae1cc4-69f5-11ed-8964-aafb4163d234 | InvocationID=d6ae1eae-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:40:30+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d33b5a02-69f5-11ed-8964-aafb4163d234 | InvocationID=d33b5c1e-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:40:30+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e226144e-69f5-11ed-8964-aafb4163d234 | InvocationID=e22615fc-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:40:30+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e226144e-69f5-11ed-8964-aafb4163d234 | InvocationID=e22615fc-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:40:30+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e226144e-69f5-11ed-8964-aafb4163d234 | InvocationID=e22615fc-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:40:35+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d6ae1cc4-69f5-11ed-8964-aafb4163d234 | InvocationID=d6ae1eae-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:40:35+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e5725554-69f5-11ed-8964-aafb4163d234 | InvocationID=e572573e-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:40:55+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e226144e-69f5-11ed-8964-aafb4163d234 | InvocationID=e22615fc-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:40:55+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1116a8a-69f5-11ed-8964-aafb4163d234 | InvocationID=f1116d64-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:40:55+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f1116a8a-69f5-11ed-8964-aafb4163d234 | InvocationID=f1116d64-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:40:55+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1116a8a-69f5-11ed-8964-aafb4163d234 | InvocationID=f1116d64-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:41:00+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e5725554-69f5-11ed-8964-aafb4163d234 | InvocationID=e572573e-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:41:00+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f432ff58-69f5-11ed-8964-aafb4163d234 | InvocationID=f43300d4-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:41:20+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f1116a8a-69f5-11ed-8964-aafb4163d234 | InvocationID=f1116d64-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:41:20+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fffc4ba0-69f5-11ed-8964-aafb4163d234 | InvocationID=fffc4e66-69f5-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:41:20+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fffc4ba0-69f5-11ed-8964-aafb4163d234 | InvocationID=fffc4e66-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:41:20+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fffc4ba0-69f5-11ed-8964-aafb4163d234 | InvocationID=fffc4e66-69f5-11ed-8964-aafb4163d234 | 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-11-21T23:41:25+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f432ff58-69f5-11ed-8964-aafb4163d234 | InvocationID=f43300d4-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:41:25+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=02f6d104-69f6-11ed-8964-aafb4163d234 | InvocationID=02f6d366-69f6-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:41:45+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fffc4ba0-69f5-11ed-8964-aafb4163d234 | InvocationID=fffc4e66-69f5-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:41:45+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee7ce8c-69f6-11ed-8964-aafb4163d234 | InvocationID=0ee7d198-69f6-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:41:45+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0ee7ce8c-69f6-11ed-8964-aafb4163d234 | InvocationID=0ee7d198-69f6-11ed-8964-aafb4163d234 | 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-11-21T23:41:45+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ee7ce8c-69f6-11ed-8964-aafb4163d234 | InvocationID=0ee7d198-69f6-11ed-8964-aafb4163d234 | 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-11-21T23:41:49+0000 | aai_event_thread | 140284683643680 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=02f6d104-69f6-11ed-8964-aafb4163d234 | InvocationID=02f6d366-69f6-11ed-8964-aafb4163d234 | Polling MR for XNF AAI events.
2022-11-21T23:41:49+0000 | aai_event_thread | 140284683643680 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11b775fe-69f6-11ed-8964-aafb4163d234 | InvocationID=11b777f2-69f6-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-21T23:42:10+0000 | policy_event_thread | 140284684704544 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0ee7ce8c-69f6-11ed-8964-aafb4163d234 | InvocationID=0ee7d198-69f6-11ed-8964-aafb4163d234 | Polling MR for XNF activation/deactivation policy response events.
2022-11-21T23:42:10+0000 | policy_event_thread | 140284684704544 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd3e818-69f6-11ed-8964-aafb4163d234 | InvocationID=1dd3e9b2-69f6-11ed-8964-aafb4163d234 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-21T23:42:10+0000 | policy_event_thread | 140284684704544 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd3e818-69f6-11ed-8964-aafb4163d234 | InvocationID=1dd3e9b2-69f6-11ed-8964-aafb4163d234 | 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-11-21T23:42:10+0000 | policy_event_thread | 140284684704544 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1dd3e818-69f6-11ed-8964-aafb4163d234 | InvocationID=1dd3e9b2-69f6-11ed-8964-aafb4163d234 | 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-11-21T23:42:14+0000 | aai_