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-11T22:54:53+0000 | MainThread | 140379916311880 | INFO | pmsh_config | _get_config | ServiceName= | RequestID= | InvocationID= | Attempting to fetch PMSH Configuration from CBS.
2022-11-11T22:54:53+0000 | MainThread | 140379916311880 | 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-11T22:54:53+0000 | MainThread | 140379916311880 | INFO | pmsh_service_main | main | ServiceName= | RequestID= | InvocationID= | Start polling PMSH_CL_INPUT topic on DMaaP MR.
2022-11-11T22:54:53+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:54:53+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName= | RequestID= | InvocationID= | Polling MR for XNF AAI events.
2022-11-11T22:54:53+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1b3740-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b398e-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:54:53+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1b5414-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b550e-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:54:54+0000 | MainThread | 140379916311880 | INFO | __init__ | launch_api_server | ServiceName= | RequestID= | InvocationID= | Launching unsecure http API server
2022-11-11T22:54:54+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1b3740-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b398e-6213-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:54:54+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db1b3740-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b398e-6213-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:54:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=db1b5414-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b550e-6213-11ed-b1f4-ba300db04c47 | 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-11T22:54:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db1b5414-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b550e-6213-11ed-b1f4-ba300db04c47 | 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-11T22:55:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=db1b5414-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b550e-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:55:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74f4286-6213-11ed-b1f4-ba300db04c47 | InvocationID=e74f4754-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:55:14+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e74f4286-6213-11ed-b1f4-ba300db04c47 | InvocationID=e74f4754-6213-11ed-b1f4-ba300db04c47 | 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-11T22:55:14+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e74f4286-6213-11ed-b1f4-ba300db04c47 | InvocationID=e74f4754-6213-11ed-b1f4-ba300db04c47 | 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-11T22:55:19+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=db1b3740-6213-11ed-b1f4-ba300db04c47 | InvocationID=db1b398e-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:55:19+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea49ac60-6213-11ed-b1f4-ba300db04c47 | InvocationID=ea49b35e-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:55:19+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ea49ac60-6213-11ed-b1f4-ba300db04c47 | InvocationID=ea49b35e-6213-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:55:19+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea49ac60-6213-11ed-b1f4-ba300db04c47 | InvocationID=ea49b35e-6213-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:55:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e74f4286-6213-11ed-b1f4-ba300db04c47 | InvocationID=e74f4754-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:55:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3443a92-6213-11ed-b1f4-ba300db04c47 | InvocationID=f3443c86-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:55:34+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f3443a92-6213-11ed-b1f4-ba300db04c47 | InvocationID=f3443c86-6213-11ed-b1f4-ba300db04c47 | 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-11T22:55:34+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3443a92-6213-11ed-b1f4-ba300db04c47 | InvocationID=f3443c86-6213-11ed-b1f4-ba300db04c47 | 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-11T22:55:44+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ea49ac60-6213-11ed-b1f4-ba300db04c47 | InvocationID=ea49b35e-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:55:44+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9371b54-6213-11ed-b1f4-ba300db04c47 | InvocationID=f9371d16-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:55:44+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9371b54-6213-11ed-b1f4-ba300db04c47 | InvocationID=f9371d16-6213-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:55:44+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9371b54-6213-11ed-b1f4-ba300db04c47 | InvocationID=f9371d16-6213-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:55:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f3443a92-6213-11ed-b1f4-ba300db04c47 | InvocationID=f3443c86-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:55:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff435508-6213-11ed-b1f4-ba300db04c47 | InvocationID=ff4357ec-6213-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:55:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ff435508-6213-11ed-b1f4-ba300db04c47 | InvocationID=ff4357ec-6213-11ed-b1f4-ba300db04c47 | 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-11T22:55:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff435508-6213-11ed-b1f4-ba300db04c47 | InvocationID=ff4357ec-6213-11ed-b1f4-ba300db04c47 | 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-11T22:56:09+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f9371b54-6213-11ed-b1f4-ba300db04c47 | InvocationID=f9371d16-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:56:09+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0823e84a-6214-11ed-b1f4-ba300db04c47 | InvocationID=0823ea8e-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:56:09+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0823e84a-6214-11ed-b1f4-ba300db04c47 | InvocationID=0823ea8e-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:56:09+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0823e84a-6214-11ed-b1f4-ba300db04c47 | InvocationID=0823ea8e-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:56:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ff435508-6213-11ed-b1f4-ba300db04c47 | InvocationID=ff4357ec-6213-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:56:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b33689e-6214-11ed-b1f4-ba300db04c47 | InvocationID=0b336b6e-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:56:14+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b33689e-6214-11ed-b1f4-ba300db04c47 | InvocationID=0b336b6e-6214-11ed-b1f4-ba300db04c47 | 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-11T22:56:14+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b33689e-6214-11ed-b1f4-ba300db04c47 | InvocationID=0b336b6e-6214-11ed-b1f4-ba300db04c47 | 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-11T22:56:34+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0823e84a-6214-11ed-b1f4-ba300db04c47 | InvocationID=0823ea8e-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:56:34+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170eaf52-6214-11ed-b1f4-ba300db04c47 | InvocationID=170eb132-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:56:34+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=170eaf52-6214-11ed-b1f4-ba300db04c47 | InvocationID=170eb132-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:56:34+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=170eaf52-6214-11ed-b1f4-ba300db04c47 | InvocationID=170eb132-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:56:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b33689e-6214-11ed-b1f4-ba300db04c47 | InvocationID=0b336b6e-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:56:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17245460-6214-11ed-b1f4-ba300db04c47 | InvocationID=172456ea-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:56:34+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17245460-6214-11ed-b1f4-ba300db04c47 | InvocationID=172456ea-6214-11ed-b1f4-ba300db04c47 | 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-11T22:56:34+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17245460-6214-11ed-b1f4-ba300db04c47 | InvocationID=172456ea-6214-11ed-b1f4-ba300db04c47 | 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-11T22:56:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=17245460-6214-11ed-b1f4-ba300db04c47 | InvocationID=172456ea-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:56:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2316b826-6214-11ed-b1f4-ba300db04c47 | InvocationID=2316ba6a-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:56:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2316b826-6214-11ed-b1f4-ba300db04c47 | InvocationID=2316ba6a-6214-11ed-b1f4-ba300db04c47 | 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-11T22:56:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2316b826-6214-11ed-b1f4-ba300db04c47 | InvocationID=2316ba6a-6214-11ed-b1f4-ba300db04c47 | 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-11T22:56:59+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=170eaf52-6214-11ed-b1f4-ba300db04c47 | InvocationID=170eb132-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:56:59+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25f988a2-6214-11ed-b1f4-ba300db04c47 | InvocationID=25f98a78-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:56:59+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=25f988a2-6214-11ed-b1f4-ba300db04c47 | InvocationID=25f98a78-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:56:59+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25f988a2-6214-11ed-b1f4-ba300db04c47 | InvocationID=25f98a78-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:57:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2316b826-6214-11ed-b1f4-ba300db04c47 | InvocationID=2316ba6a-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:57:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f07fffa-6214-11ed-b1f4-ba300db04c47 | InvocationID=2f080266-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:57:14+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2f07fffa-6214-11ed-b1f4-ba300db04c47 | InvocationID=2f080266-6214-11ed-b1f4-ba300db04c47 | 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-11T22:57:14+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f07fffa-6214-11ed-b1f4-ba300db04c47 | InvocationID=2f080266-6214-11ed-b1f4-ba300db04c47 | 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-11T22:57:24+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=25f988a2-6214-11ed-b1f4-ba300db04c47 | InvocationID=25f98a78-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:57:24+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e403ec-6214-11ed-b1f4-ba300db04c47 | InvocationID=34e405f4-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:57:24+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=34e403ec-6214-11ed-b1f4-ba300db04c47 | InvocationID=34e405f4-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:57:24+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34e403ec-6214-11ed-b1f4-ba300db04c47 | InvocationID=34e405f4-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:57:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2f07fffa-6214-11ed-b1f4-ba300db04c47 | InvocationID=2f080266-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:57:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afa25b8-6214-11ed-b1f4-ba300db04c47 | InvocationID=3afa287e-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:57:34+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3afa25b8-6214-11ed-b1f4-ba300db04c47 | InvocationID=3afa287e-6214-11ed-b1f4-ba300db04c47 | 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-11T22:57:34+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3afa25b8-6214-11ed-b1f4-ba300db04c47 | InvocationID=3afa287e-6214-11ed-b1f4-ba300db04c47 | 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-11T22:57:49+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=34e403ec-6214-11ed-b1f4-ba300db04c47 | InvocationID=34e405f4-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:57:49+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43cf479a-6214-11ed-b1f4-ba300db04c47 | InvocationID=43cf4b82-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:57:49+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=43cf479a-6214-11ed-b1f4-ba300db04c47 | InvocationID=43cf4b82-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:57:49+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43cf479a-6214-11ed-b1f4-ba300db04c47 | InvocationID=43cf4b82-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:57:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3afa25b8-6214-11ed-b1f4-ba300db04c47 | InvocationID=3afa287e-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:57:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46eabd42-6214-11ed-b1f4-ba300db04c47 | InvocationID=46eabf7c-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:57:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=46eabd42-6214-11ed-b1f4-ba300db04c47 | InvocationID=46eabf7c-6214-11ed-b1f4-ba300db04c47 | 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-11T22:57:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46eabd42-6214-11ed-b1f4-ba300db04c47 | InvocationID=46eabf7c-6214-11ed-b1f4-ba300db04c47 | 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-11T22:58:14+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=43cf479a-6214-11ed-b1f4-ba300db04c47 | InvocationID=43cf4b82-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:58:14+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52bcdf24-6214-11ed-b1f4-ba300db04c47 | InvocationID=52bce190-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:58:14+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52bcdf24-6214-11ed-b1f4-ba300db04c47 | InvocationID=52bce190-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:58:14+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52bcdf24-6214-11ed-b1f4-ba300db04c47 | InvocationID=52bce190-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:58:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=46eabd42-6214-11ed-b1f4-ba300db04c47 | InvocationID=46eabf7c-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:58:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52dad722-6214-11ed-b1f4-ba300db04c47 | InvocationID=52dad916-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:58:14+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=52dad722-6214-11ed-b1f4-ba300db04c47 | InvocationID=52dad916-6214-11ed-b1f4-ba300db04c47 | 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-11T22:58:14+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52dad722-6214-11ed-b1f4-ba300db04c47 | InvocationID=52dad916-6214-11ed-b1f4-ba300db04c47 | 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-11T22:58:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=52dad722-6214-11ed-b1f4-ba300db04c47 | InvocationID=52dad916-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:58:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecaa742-6214-11ed-b1f4-ba300db04c47 | InvocationID=5ecaaa3a-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:58:34+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5ecaa742-6214-11ed-b1f4-ba300db04c47 | InvocationID=5ecaaa3a-6214-11ed-b1f4-ba300db04c47 | 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-11T22:58:34+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ecaa742-6214-11ed-b1f4-ba300db04c47 | InvocationID=5ecaaa3a-6214-11ed-b1f4-ba300db04c47 | 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-11T22:58:39+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=52bcdf24-6214-11ed-b1f4-ba300db04c47 | InvocationID=52bce190-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:58:39+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a7a7b2-6214-11ed-b1f4-ba300db04c47 | InvocationID=61a7a9ba-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:58:39+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=61a7a7b2-6214-11ed-b1f4-ba300db04c47 | InvocationID=61a7a9ba-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:58:39+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61a7a7b2-6214-11ed-b1f4-ba300db04c47 | InvocationID=61a7a9ba-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:58:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5ecaa742-6214-11ed-b1f4-ba300db04c47 | InvocationID=5ecaaa3a-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:58:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aba8f04-6214-11ed-b1f4-ba300db04c47 | InvocationID=6aba9184-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:58:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6aba8f04-6214-11ed-b1f4-ba300db04c47 | InvocationID=6aba9184-6214-11ed-b1f4-ba300db04c47 | 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-11T22:58:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aba8f04-6214-11ed-b1f4-ba300db04c47 | InvocationID=6aba9184-6214-11ed-b1f4-ba300db04c47 | 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-11T22:59:04+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=61a7a7b2-6214-11ed-b1f4-ba300db04c47 | InvocationID=61a7a9ba-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:59:04+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70927f36-6214-11ed-b1f4-ba300db04c47 | InvocationID=70928116-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:59:04+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=70927f36-6214-11ed-b1f4-ba300db04c47 | InvocationID=70928116-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:59:04+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70927f36-6214-11ed-b1f4-ba300db04c47 | InvocationID=70928116-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:59:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6aba8f04-6214-11ed-b1f4-ba300db04c47 | InvocationID=6aba9184-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:59:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76abafdc-6214-11ed-b1f4-ba300db04c47 | InvocationID=76abb388-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:59:14+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=76abafdc-6214-11ed-b1f4-ba300db04c47 | InvocationID=76abb388-6214-11ed-b1f4-ba300db04c47 | 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-11T22:59:14+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76abafdc-6214-11ed-b1f4-ba300db04c47 | InvocationID=76abb388-6214-11ed-b1f4-ba300db04c47 | 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-11T22:59:29+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=70927f36-6214-11ed-b1f4-ba300db04c47 | InvocationID=70928116-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:59:29+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7e16fe-6214-11ed-b1f4-ba300db04c47 | InvocationID=7f7e18e8-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:59:29+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7f7e16fe-6214-11ed-b1f4-ba300db04c47 | InvocationID=7f7e18e8-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:59:29+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f7e16fe-6214-11ed-b1f4-ba300db04c47 | InvocationID=7f7e18e8-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:59:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=76abafdc-6214-11ed-b1f4-ba300db04c47 | InvocationID=76abb388-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:59:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829c6f52-6214-11ed-b1f4-ba300db04c47 | InvocationID=829c70f6-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:59:34+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=829c6f52-6214-11ed-b1f4-ba300db04c47 | InvocationID=829c70f6-6214-11ed-b1f4-ba300db04c47 | 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-11T22:59:34+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=829c6f52-6214-11ed-b1f4-ba300db04c47 | InvocationID=829c70f6-6214-11ed-b1f4-ba300db04c47 | 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-11T22:59:54+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7f7e16fe-6214-11ed-b1f4-ba300db04c47 | InvocationID=7f7e18e8-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T22:59:54+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e68d064-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e68d2ee-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T22:59:54+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e68d064-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e68d2ee-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:59:54+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e68d064-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e68d2ee-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T22:59:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=829c6f52-6214-11ed-b1f4-ba300db04c47 | InvocationID=829c70f6-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T22:59:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e8c0e80-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e8c10f6-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T22:59:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8e8c0e80-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e8c10f6-6214-11ed-b1f4-ba300db04c47 | 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-11T22:59:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e8c0e80-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e8c10f6-6214-11ed-b1f4-ba300db04c47 | 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-11T23:00:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8e8c0e80-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e8c10f6-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:00:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7bfa5c-6214-11ed-b1f4-ba300db04c47 | InvocationID=9a7bfc50-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:00:14+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a7bfa5c-6214-11ed-b1f4-ba300db04c47 | InvocationID=9a7bfc50-6214-11ed-b1f4-ba300db04c47 | 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-11T23:00:14+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a7bfa5c-6214-11ed-b1f4-ba300db04c47 | InvocationID=9a7bfc50-6214-11ed-b1f4-ba300db04c47 | 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-11T23:00:19+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8e68d064-6214-11ed-b1f4-ba300db04c47 | InvocationID=8e68d2ee-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:00:19+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d549342-6214-11ed-b1f4-ba300db04c47 | InvocationID=9d5495b8-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:00:19+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9d549342-6214-11ed-b1f4-ba300db04c47 | InvocationID=9d5495b8-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:00:19+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d549342-6214-11ed-b1f4-ba300db04c47 | InvocationID=9d5495b8-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:00:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a7bfa5c-6214-11ed-b1f4-ba300db04c47 | InvocationID=9a7bfc50-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:00:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66bab3c-6214-11ed-b1f4-ba300db04c47 | InvocationID=a66bada8-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:00:34+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a66bab3c-6214-11ed-b1f4-ba300db04c47 | InvocationID=a66bada8-6214-11ed-b1f4-ba300db04c47 | 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-11T23:00:34+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a66bab3c-6214-11ed-b1f4-ba300db04c47 | InvocationID=a66bada8-6214-11ed-b1f4-ba300db04c47 | 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-11T23:00:44+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9d549342-6214-11ed-b1f4-ba300db04c47 | InvocationID=9d5495b8-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:00:44+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac3f5e14-6214-11ed-b1f4-ba300db04c47 | InvocationID=ac3f6102-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:00:44+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ac3f5e14-6214-11ed-b1f4-ba300db04c47 | InvocationID=ac3f6102-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:00:44+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac3f5e14-6214-11ed-b1f4-ba300db04c47 | InvocationID=ac3f6102-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:00:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a66bab3c-6214-11ed-b1f4-ba300db04c47 | InvocationID=a66bada8-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:00:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25bc88c-6214-11ed-b1f4-ba300db04c47 | InvocationID=b25bcaee-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:00:54+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b25bc88c-6214-11ed-b1f4-ba300db04c47 | InvocationID=b25bcaee-6214-11ed-b1f4-ba300db04c47 | 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-11T23:00:54+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b25bc88c-6214-11ed-b1f4-ba300db04c47 | InvocationID=b25bcaee-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:09+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ac3f5e14-6214-11ed-b1f4-ba300db04c47 | InvocationID=ac3f6102-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:01:09+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2a445c-6214-11ed-b1f4-ba300db04c47 | InvocationID=bb2a4650-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:01:09+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bb2a445c-6214-11ed-b1f4-ba300db04c47 | InvocationID=bb2a4650-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:01:09+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb2a445c-6214-11ed-b1f4-ba300db04c47 | InvocationID=bb2a4650-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:01:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b25bc88c-6214-11ed-b1f4-ba300db04c47 | InvocationID=b25bcaee-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:01:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be4de300-6214-11ed-b1f4-ba300db04c47 | InvocationID=be4de56c-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:01:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be4de300-6214-11ed-b1f4-ba300db04c47 | InvocationID=be4de56c-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be4de300-6214-11ed-b1f4-ba300db04c47 | InvocationID=be4de56c-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:34+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bb2a445c-6214-11ed-b1f4-ba300db04c47 | InvocationID=bb2a4650-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:01:34+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca152e82-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca15333c-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:01:34+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca152e82-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca15333c-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:01:34+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca152e82-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca15333c-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:01:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=be4de300-6214-11ed-b1f4-ba300db04c47 | InvocationID=be4de56c-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:01:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca3dea16-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca3dec32-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:01:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ca3dea16-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca3dec32-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca3dea16-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca3dec32-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ca3dea16-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca3dec32-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:01:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62fc3ee-6214-11ed-b1f4-ba300db04c47 | InvocationID=d62fc5e2-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:01:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d62fc3ee-6214-11ed-b1f4-ba300db04c47 | InvocationID=d62fc5e2-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62fc3ee-6214-11ed-b1f4-ba300db04c47 | InvocationID=d62fc5e2-6214-11ed-b1f4-ba300db04c47 | 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-11T23:01:59+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ca152e82-6214-11ed-b1f4-ba300db04c47 | InvocationID=ca15333c-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:01:59+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d900e260-6214-11ed-b1f4-ba300db04c47 | InvocationID=d900eba2-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:01:59+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d900e260-6214-11ed-b1f4-ba300db04c47 | InvocationID=d900eba2-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:01:59+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d900e260-6214-11ed-b1f4-ba300db04c47 | InvocationID=d900eba2-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:02:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d62fc3ee-6214-11ed-b1f4-ba300db04c47 | InvocationID=d62fc5e2-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:02:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21f9e04-6214-11ed-b1f4-ba300db04c47 | InvocationID=e21fa11a-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:02:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e21f9e04-6214-11ed-b1f4-ba300db04c47 | InvocationID=e21fa11a-6214-11ed-b1f4-ba300db04c47 | 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-11T23:02:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e21f9e04-6214-11ed-b1f4-ba300db04c47 | InvocationID=e21fa11a-6214-11ed-b1f4-ba300db04c47 | 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-11T23:02:24+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d900e260-6214-11ed-b1f4-ba300db04c47 | InvocationID=d900eba2-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:02:24+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ec8b30-6214-11ed-b1f4-ba300db04c47 | InvocationID=e7ec8d38-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:02:24+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e7ec8b30-6214-11ed-b1f4-ba300db04c47 | InvocationID=e7ec8d38-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:02:24+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ec8b30-6214-11ed-b1f4-ba300db04c47 | InvocationID=e7ec8d38-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:02:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e21f9e04-6214-11ed-b1f4-ba300db04c47 | InvocationID=e21fa11a-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:02:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0fb73a-6214-11ed-b1f4-ba300db04c47 | InvocationID=ee0fbab4-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:02:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ee0fb73a-6214-11ed-b1f4-ba300db04c47 | InvocationID=ee0fbab4-6214-11ed-b1f4-ba300db04c47 | 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-11T23:02:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee0fb73a-6214-11ed-b1f4-ba300db04c47 | InvocationID=ee0fbab4-6214-11ed-b1f4-ba300db04c47 | 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-11T23:02:49+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e7ec8b30-6214-11ed-b1f4-ba300db04c47 | InvocationID=e7ec8d38-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:02:49+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d7b96c-6214-11ed-b1f4-ba300db04c47 | InvocationID=f6d7bc50-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:02:49+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f6d7b96c-6214-11ed-b1f4-ba300db04c47 | InvocationID=f6d7bc50-6214-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:02:49+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d7b96c-6214-11ed-b1f4-ba300db04c47 | InvocationID=f6d7bc50-6214-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:02:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ee0fb73a-6214-11ed-b1f4-ba300db04c47 | InvocationID=ee0fbab4-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:02:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ffece0-6214-11ed-b1f4-ba300db04c47 | InvocationID=f9ffef9c-6214-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:02:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f9ffece0-6214-11ed-b1f4-ba300db04c47 | InvocationID=f9ffef9c-6214-11ed-b1f4-ba300db04c47 | 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-11T23:02:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ffece0-6214-11ed-b1f4-ba300db04c47 | InvocationID=f9ffef9c-6214-11ed-b1f4-ba300db04c47 | 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-11T23:03:14+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f6d7b96c-6214-11ed-b1f4-ba300db04c47 | InvocationID=f6d7bc50-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:03:14+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c45b60-6215-11ed-b1f4-ba300db04c47 | InvocationID=05c45e08-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:03:14+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05c45b60-6215-11ed-b1f4-ba300db04c47 | InvocationID=05c45e08-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:03:14+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c45b60-6215-11ed-b1f4-ba300db04c47 | InvocationID=05c45e08-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:03:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f9ffece0-6214-11ed-b1f4-ba300db04c47 | InvocationID=f9ffef9c-6214-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:03:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05f0792a-6215-11ed-b1f4-ba300db04c47 | InvocationID=05f07ace-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:03:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=05f0792a-6215-11ed-b1f4-ba300db04c47 | InvocationID=05f07ace-6215-11ed-b1f4-ba300db04c47 | 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-11T23:03:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05f0792a-6215-11ed-b1f4-ba300db04c47 | InvocationID=05f07ace-6215-11ed-b1f4-ba300db04c47 | 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-11T23:03:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=05f0792a-6215-11ed-b1f4-ba300db04c47 | InvocationID=05f07ace-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:03:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11e08a68-6215-11ed-b1f4-ba300db04c47 | InvocationID=11e08c02-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:03:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=11e08a68-6215-11ed-b1f4-ba300db04c47 | InvocationID=11e08c02-6215-11ed-b1f4-ba300db04c47 | 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-11T23:03:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11e08a68-6215-11ed-b1f4-ba300db04c47 | InvocationID=11e08c02-6215-11ed-b1f4-ba300db04c47 | 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-11T23:03:39+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=05c45b60-6215-11ed-b1f4-ba300db04c47 | InvocationID=05c45e08-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:03:39+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14afa7d8-6215-11ed-b1f4-ba300db04c47 | InvocationID=14afaa8a-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:03:39+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=14afa7d8-6215-11ed-b1f4-ba300db04c47 | InvocationID=14afaa8a-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:03:39+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14afa7d8-6215-11ed-b1f4-ba300db04c47 | InvocationID=14afaa8a-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:03:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=11e08a68-6215-11ed-b1f4-ba300db04c47 | InvocationID=11e08c02-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:03:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd023ba-6215-11ed-b1f4-ba300db04c47 | InvocationID=1dd02572-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:03:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1dd023ba-6215-11ed-b1f4-ba300db04c47 | InvocationID=1dd02572-6215-11ed-b1f4-ba300db04c47 | 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-11T23:03:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dd023ba-6215-11ed-b1f4-ba300db04c47 | InvocationID=1dd02572-6215-11ed-b1f4-ba300db04c47 | 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-11T23:04:04+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=14afa7d8-6215-11ed-b1f4-ba300db04c47 | InvocationID=14afaa8a-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:04:04+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=239d6a28-6215-11ed-b1f4-ba300db04c47 | InvocationID=239d6da2-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:04:05+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=239d6a28-6215-11ed-b1f4-ba300db04c47 | InvocationID=239d6da2-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:04:05+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=239d6a28-6215-11ed-b1f4-ba300db04c47 | InvocationID=239d6da2-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:04:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1dd023ba-6215-11ed-b1f4-ba300db04c47 | InvocationID=1dd02572-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:04:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29bfcc34-6215-11ed-b1f4-ba300db04c47 | InvocationID=29bfce82-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:04:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29bfcc34-6215-11ed-b1f4-ba300db04c47 | InvocationID=29bfce82-6215-11ed-b1f4-ba300db04c47 | 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-11T23:04:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29bfcc34-6215-11ed-b1f4-ba300db04c47 | InvocationID=29bfce82-6215-11ed-b1f4-ba300db04c47 | 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-11T23:04:30+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=239d6a28-6215-11ed-b1f4-ba300db04c47 | InvocationID=239d6da2-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:04:30+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=328986d4-6215-11ed-b1f4-ba300db04c47 | InvocationID=32898968-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:04:30+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=328986d4-6215-11ed-b1f4-ba300db04c47 | InvocationID=32898968-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:04:30+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=328986d4-6215-11ed-b1f4-ba300db04c47 | InvocationID=32898968-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:04:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29bfcc34-6215-11ed-b1f4-ba300db04c47 | InvocationID=29bfce82-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:04:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35af9dbc-6215-11ed-b1f4-ba300db04c47 | InvocationID=35af9f9c-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:04:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35af9dbc-6215-11ed-b1f4-ba300db04c47 | InvocationID=35af9f9c-6215-11ed-b1f4-ba300db04c47 | 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-11T23:04:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35af9dbc-6215-11ed-b1f4-ba300db04c47 | InvocationID=35af9f9c-6215-11ed-b1f4-ba300db04c47 | 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-11T23:04:55+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=328986d4-6215-11ed-b1f4-ba300db04c47 | InvocationID=32898968-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:04:55+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4174b146-6215-11ed-b1f4-ba300db04c47 | InvocationID=4174b5ba-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:04:55+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4174b146-6215-11ed-b1f4-ba300db04c47 | InvocationID=4174b5ba-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:04:55+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4174b146-6215-11ed-b1f4-ba300db04c47 | InvocationID=4174b5ba-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:04:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=35af9dbc-6215-11ed-b1f4-ba300db04c47 | InvocationID=35af9f9c-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:04:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a0a4e0-6215-11ed-b1f4-ba300db04c47 | InvocationID=41a0a850-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:04:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41a0a4e0-6215-11ed-b1f4-ba300db04c47 | InvocationID=41a0a850-6215-11ed-b1f4-ba300db04c47 | 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-11T23:04:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a0a4e0-6215-11ed-b1f4-ba300db04c47 | InvocationID=41a0a850-6215-11ed-b1f4-ba300db04c47 | 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-11T23:05:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41a0a4e0-6215-11ed-b1f4-ba300db04c47 | InvocationID=41a0a850-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:05:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9031e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=4d9034aa-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:05:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4d9031e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=4d9034aa-6215-11ed-b1f4-ba300db04c47 | 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-11T23:05:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9031e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=4d9034aa-6215-11ed-b1f4-ba300db04c47 | 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-11T23:05:20+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4174b146-6215-11ed-b1f4-ba300db04c47 | InvocationID=4174b5ba-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:05:20+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5065b38a-6215-11ed-b1f4-ba300db04c47 | InvocationID=5065b5a6-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:05:20+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5065b38a-6215-11ed-b1f4-ba300db04c47 | InvocationID=5065b5a6-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:05:20+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5065b38a-6215-11ed-b1f4-ba300db04c47 | InvocationID=5065b5a6-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:05:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4d9031e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=4d9034aa-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:05:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598077f2-6215-11ed-b1f4-ba300db04c47 | InvocationID=59807a40-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:05:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=598077f2-6215-11ed-b1f4-ba300db04c47 | InvocationID=59807a40-6215-11ed-b1f4-ba300db04c47 | 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-11T23:05:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598077f2-6215-11ed-b1f4-ba300db04c47 | InvocationID=59807a40-6215-11ed-b1f4-ba300db04c47 | 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-11T23:05:45+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5065b38a-6215-11ed-b1f4-ba300db04c47 | InvocationID=5065b5a6-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:05:45+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f5083e8-6215-11ed-b1f4-ba300db04c47 | InvocationID=5f508636-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:05:45+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f5083e8-6215-11ed-b1f4-ba300db04c47 | InvocationID=5f508636-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:05:45+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f5083e8-6215-11ed-b1f4-ba300db04c47 | InvocationID=5f508636-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:05:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=598077f2-6215-11ed-b1f4-ba300db04c47 | InvocationID=59807a40-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:05:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6571c8fe-6215-11ed-b1f4-ba300db04c47 | InvocationID=6571cf02-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:05:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6571c8fe-6215-11ed-b1f4-ba300db04c47 | InvocationID=6571cf02-6215-11ed-b1f4-ba300db04c47 | 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-11T23:05:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6571c8fe-6215-11ed-b1f4-ba300db04c47 | InvocationID=6571cf02-6215-11ed-b1f4-ba300db04c47 | 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-11T23:06:10+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5f5083e8-6215-11ed-b1f4-ba300db04c47 | InvocationID=5f508636-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:06:10+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3dd8ce-6215-11ed-b1f4-ba300db04c47 | InvocationID=6e3ddad6-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:06:10+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6e3dd8ce-6215-11ed-b1f4-ba300db04c47 | InvocationID=6e3ddad6-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:06:10+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3dd8ce-6215-11ed-b1f4-ba300db04c47 | InvocationID=6e3ddad6-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:06:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6571c8fe-6215-11ed-b1f4-ba300db04c47 | InvocationID=6571cf02-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:06:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=716256e2-6215-11ed-b1f4-ba300db04c47 | InvocationID=716259c6-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:06:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=716256e2-6215-11ed-b1f4-ba300db04c47 | InvocationID=716259c6-6215-11ed-b1f4-ba300db04c47 | 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-11T23:06:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=716256e2-6215-11ed-b1f4-ba300db04c47 | InvocationID=716259c6-6215-11ed-b1f4-ba300db04c47 | 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-11T23:06:35+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6e3dd8ce-6215-11ed-b1f4-ba300db04c47 | InvocationID=6e3ddad6-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:06:35+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2afeb6-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d2b0898-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:06:35+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d2afeb6-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d2b0898-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:06:35+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d2afeb6-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d2b0898-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:06:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=716256e2-6215-11ed-b1f4-ba300db04c47 | InvocationID=716259c6-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:06:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d541cce-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d541f12-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:06:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7d541cce-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d541f12-6215-11ed-b1f4-ba300db04c47 | 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-11T23:06:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d541cce-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d541f12-6215-11ed-b1f4-ba300db04c47 | 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-11T23:06:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7d541cce-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d541f12-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:06:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8943f5ea-6215-11ed-b1f4-ba300db04c47 | InvocationID=8943f7ca-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:06:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8943f5ea-6215-11ed-b1f4-ba300db04c47 | InvocationID=8943f7ca-6215-11ed-b1f4-ba300db04c47 | 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-11T23:06:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8943f5ea-6215-11ed-b1f4-ba300db04c47 | InvocationID=8943f7ca-6215-11ed-b1f4-ba300db04c47 | 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-11T23:07:00+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7d2afeb6-6215-11ed-b1f4-ba300db04c47 | InvocationID=7d2b0898-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:07:00+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c15ddf6-6215-11ed-b1f4-ba300db04c47 | InvocationID=8c15e04e-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:07:00+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8c15ddf6-6215-11ed-b1f4-ba300db04c47 | InvocationID=8c15e04e-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:07:00+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c15ddf6-6215-11ed-b1f4-ba300db04c47 | InvocationID=8c15e04e-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:07:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8943f5ea-6215-11ed-b1f4-ba300db04c47 | InvocationID=8943f7ca-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:07:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95338b36-6215-11ed-b1f4-ba300db04c47 | InvocationID=95338dca-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:07:15+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95338b36-6215-11ed-b1f4-ba300db04c47 | InvocationID=95338dca-6215-11ed-b1f4-ba300db04c47 | 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-11T23:07:15+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95338b36-6215-11ed-b1f4-ba300db04c47 | InvocationID=95338dca-6215-11ed-b1f4-ba300db04c47 | 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-11T23:07:25+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8c15ddf6-6215-11ed-b1f4-ba300db04c47 | InvocationID=8c15e04e-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:07:25+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b020678-6215-11ed-b1f4-ba300db04c47 | InvocationID=9b0209f2-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:07:25+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9b020678-6215-11ed-b1f4-ba300db04c47 | InvocationID=9b0209f2-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:07:25+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b020678-6215-11ed-b1f4-ba300db04c47 | InvocationID=9b0209f2-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:07:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95338b36-6215-11ed-b1f4-ba300db04c47 | InvocationID=95338dca-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:07:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a123d1e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=a123d3c4-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:07:35+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a123d1e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=a123d3c4-6215-11ed-b1f4-ba300db04c47 | 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-11T23:07:35+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a123d1e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=a123d3c4-6215-11ed-b1f4-ba300db04c47 | 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-11T23:07:50+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9b020678-6215-11ed-b1f4-ba300db04c47 | InvocationID=9b0209f2-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:07:50+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ed1c40-6215-11ed-b1f4-ba300db04c47 | InvocationID=a9ed1e3e-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:07:50+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9ed1c40-6215-11ed-b1f4-ba300db04c47 | InvocationID=a9ed1e3e-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:07:50+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9ed1c40-6215-11ed-b1f4-ba300db04c47 | InvocationID=a9ed1e3e-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:07:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a123d1e4-6215-11ed-b1f4-ba300db04c47 | InvocationID=a123d3c4-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:07:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1497a4-6215-11ed-b1f4-ba300db04c47 | InvocationID=ad149a24-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:07:55+0000 | aai_event_thread | 140379865574176 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad1497a4-6215-11ed-b1f4-ba300db04c47 | InvocationID=ad149a24-6215-11ed-b1f4-ba300db04c47 | 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-11T23:07:55+0000 | aai_event_thread | 140379865574176 | ERROR | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad1497a4-6215-11ed-b1f4-ba300db04c47 | InvocationID=ad149a24-6215-11ed-b1f4-ba300db04c47 | 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-11T23:08:15+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a9ed1c40-6215-11ed-b1f4-ba300db04c47 | InvocationID=a9ed1e3e-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:08:15+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d8b156-6215-11ed-b1f4-ba300db04c47 | InvocationID=b8d8b840-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:08:15+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b8d8b156-6215-11ed-b1f4-ba300db04c47 | InvocationID=b8d8b840-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:08:15+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d8b156-6215-11ed-b1f4-ba300db04c47 | InvocationID=b8d8b840-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:08:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad1497a4-6215-11ed-b1f4-ba300db04c47 | InvocationID=ad149a24-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:08:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b906fcfa-6215-11ed-b1f4-ba300db04c47 | InvocationID=b906ff34-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:08:39+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b906fcfa-6215-11ed-b1f4-ba300db04c47 | InvocationID=b906ff34-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:08:39+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c779e338-6215-11ed-b1f4-ba300db04c47 | InvocationID=c779e91e-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:08:40+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b8d8b156-6215-11ed-b1f4-ba300db04c47 | InvocationID=b8d8b840-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:08:40+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c3ff36-6215-11ed-b1f4-ba300db04c47 | InvocationID=c7c401a2-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:08:40+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c7c3ff36-6215-11ed-b1f4-ba300db04c47 | InvocationID=c7c401a2-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:08:40+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c3ff36-6215-11ed-b1f4-ba300db04c47 | InvocationID=c7c401a2-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:08:59+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c779e338-6215-11ed-b1f4-ba300db04c47 | InvocationID=c779e91e-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:08:59+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d36fbc76-6215-11ed-b1f4-ba300db04c47 | InvocationID=d36fc0f4-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:09:05+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c7c3ff36-6215-11ed-b1f4-ba300db04c47 | InvocationID=c7c401a2-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:09:05+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6aebef0-6215-11ed-b1f4-ba300db04c47 | InvocationID=d6aec1c0-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:09:05+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d6aebef0-6215-11ed-b1f4-ba300db04c47 | InvocationID=d6aec1c0-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:09:05+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6aebef0-6215-11ed-b1f4-ba300db04c47 | InvocationID=d6aec1c0-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:09:20+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d36fbc76-6215-11ed-b1f4-ba300db04c47 | InvocationID=d36fc0f4-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:09:20+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df692490-6215-11ed-b1f4-ba300db04c47 | InvocationID=df692648-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:09:30+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d6aebef0-6215-11ed-b1f4-ba300db04c47 | InvocationID=d6aec1c0-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:09:30+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e599daee-6215-11ed-b1f4-ba300db04c47 | InvocationID=e599dd14-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:09:30+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e599daee-6215-11ed-b1f4-ba300db04c47 | InvocationID=e599dd14-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:09:30+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e599daee-6215-11ed-b1f4-ba300db04c47 | InvocationID=e599dd14-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:09:40+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df692490-6215-11ed-b1f4-ba300db04c47 | InvocationID=df692648-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:09:40+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb6dda88-6215-11ed-b1f4-ba300db04c47 | InvocationID=eb6ddd4e-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:09:55+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e599daee-6215-11ed-b1f4-ba300db04c47 | InvocationID=e599dd14-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:09:55+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f485768a-6215-11ed-b1f4-ba300db04c47 | InvocationID=f4857978-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:09:55+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f485768a-6215-11ed-b1f4-ba300db04c47 | InvocationID=f4857978-6215-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:09:55+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f485768a-6215-11ed-b1f4-ba300db04c47 | InvocationID=f4857978-6215-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:10:00+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=eb6dda88-6215-11ed-b1f4-ba300db04c47 | InvocationID=eb6ddd4e-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:10:00+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7b34cf6-6215-11ed-b1f4-ba300db04c47 | InvocationID=f7b35160-6215-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:10:20+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f485768a-6215-11ed-b1f4-ba300db04c47 | InvocationID=f4857978-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:10:20+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03722fa8-6216-11ed-b1f4-ba300db04c47 | InvocationID=03723188-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:10:20+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=03722fa8-6216-11ed-b1f4-ba300db04c47 | InvocationID=03723188-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:10:20+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03722fa8-6216-11ed-b1f4-ba300db04c47 | InvocationID=03723188-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:10:25+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7b34cf6-6215-11ed-b1f4-ba300db04c47 | InvocationID=f7b35160-6215-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:10:25+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06744f10-6216-11ed-b1f4-ba300db04c47 | InvocationID=067456ae-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:10:45+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=03722fa8-6216-11ed-b1f4-ba300db04c47 | InvocationID=03723188-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:10:45+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=125dfe66-6216-11ed-b1f4-ba300db04c47 | InvocationID=125e0064-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:10:45+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=125dfe66-6216-11ed-b1f4-ba300db04c47 | InvocationID=125e0064-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:10:45+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=125dfe66-6216-11ed-b1f4-ba300db04c47 | InvocationID=125e0064-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:10:50+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=06744f10-6216-11ed-b1f4-ba300db04c47 | InvocationID=067456ae-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:10:50+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1544dbf4-6216-11ed-b1f4-ba300db04c47 | InvocationID=1544dfc8-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:11:10+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=125dfe66-6216-11ed-b1f4-ba300db04c47 | InvocationID=125e0064-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:11:10+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21495056-6216-11ed-b1f4-ba300db04c47 | InvocationID=2149525e-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:11:10+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=21495056-6216-11ed-b1f4-ba300db04c47 | InvocationID=2149525e-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:11:10+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21495056-6216-11ed-b1f4-ba300db04c47 | InvocationID=2149525e-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:11:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1544dbf4-6216-11ed-b1f4-ba300db04c47 | InvocationID=1544dfc8-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:11:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2407b486-6216-11ed-b1f4-ba300db04c47 | InvocationID=2407b670-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:11:35+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=21495056-6216-11ed-b1f4-ba300db04c47 | InvocationID=2149525e-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:11:35+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30353ba2-6216-11ed-b1f4-ba300db04c47 | InvocationID=30353daa-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:11:35+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=30353ba2-6216-11ed-b1f4-ba300db04c47 | InvocationID=30353daa-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:11:35+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30353ba2-6216-11ed-b1f4-ba300db04c47 | InvocationID=30353daa-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:11:39+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2407b486-6216-11ed-b1f4-ba300db04c47 | InvocationID=2407b670-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:11:39+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32cd4eae-6216-11ed-b1f4-ba300db04c47 | InvocationID=32cd50b6-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:12:00+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=30353ba2-6216-11ed-b1f4-ba300db04c47 | InvocationID=30353daa-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:12:00+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f20034a-6216-11ed-b1f4-ba300db04c47 | InvocationID=3f20109c-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:12:00+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3f20034a-6216-11ed-b1f4-ba300db04c47 | InvocationID=3f20109c-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:12:00+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f20034a-6216-11ed-b1f4-ba300db04c47 | InvocationID=3f20109c-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:12:04+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32cd4eae-6216-11ed-b1f4-ba300db04c47 | InvocationID=32cd50b6-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:12:04+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=41914f12-6216-11ed-b1f4-ba300db04c47 | InvocationID=419152c8-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:12:25+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3f20034a-6216-11ed-b1f4-ba300db04c47 | InvocationID=3f20109c-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:12:25+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e0c9954-6216-11ed-b1f4-ba300db04c47 | InvocationID=4e0c9d82-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:12:25+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4e0c9954-6216-11ed-b1f4-ba300db04c47 | InvocationID=4e0c9d82-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:12:25+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e0c9954-6216-11ed-b1f4-ba300db04c47 | InvocationID=4e0c9d82-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:12:29+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=41914f12-6216-11ed-b1f4-ba300db04c47 | InvocationID=419152c8-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:12:29+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=505924ca-6216-11ed-b1f4-ba300db04c47 | InvocationID=5059292a-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:12:50+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4e0c9954-6216-11ed-b1f4-ba300db04c47 | InvocationID=4e0c9d82-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:12:50+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfaa83e-6216-11ed-b1f4-ba300db04c47 | InvocationID=5cfaabae-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:12:50+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5cfaa83e-6216-11ed-b1f4-ba300db04c47 | InvocationID=5cfaabae-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:12:50+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfaa83e-6216-11ed-b1f4-ba300db04c47 | InvocationID=5cfaabae-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:12:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=505924ca-6216-11ed-b1f4-ba300db04c47 | InvocationID=5059292a-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:12:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f2160da-6216-11ed-b1f4-ba300db04c47 | InvocationID=5f216364-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:13:15+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5cfaa83e-6216-11ed-b1f4-ba300db04c47 | InvocationID=5cfaabae-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:13:15+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6beddcf8-6216-11ed-b1f4-ba300db04c47 | InvocationID=6beddf0a-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:13:15+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6beddcf8-6216-11ed-b1f4-ba300db04c47 | InvocationID=6beddf0a-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:13:15+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6beddcf8-6216-11ed-b1f4-ba300db04c47 | InvocationID=6beddf0a-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:13:19+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f2160da-6216-11ed-b1f4-ba300db04c47 | InvocationID=5f216364-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:13:19+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6de57408-6216-11ed-b1f4-ba300db04c47 | InvocationID=6de575b6-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:13:40+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6beddcf8-6216-11ed-b1f4-ba300db04c47 | InvocationID=6beddf0a-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:13:40+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad888f8-6216-11ed-b1f4-ba300db04c47 | InvocationID=7ad88ab0-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:13:40+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ad888f8-6216-11ed-b1f4-ba300db04c47 | InvocationID=7ad88ab0-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:13:40+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ad888f8-6216-11ed-b1f4-ba300db04c47 | InvocationID=7ad88ab0-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:13:43+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6de57408-6216-11ed-b1f4-ba300db04c47 | InvocationID=6de575b6-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:13:43+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7ca8d0fc-6216-11ed-b1f4-ba300db04c47 | InvocationID=7ca8d2f0-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:14:05+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7ad888f8-6216-11ed-b1f4-ba300db04c47 | InvocationID=7ad88ab0-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:14:05+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c76dd4-6216-11ed-b1f4-ba300db04c47 | InvocationID=89c774e6-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:14:05+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=89c76dd4-6216-11ed-b1f4-ba300db04c47 | InvocationID=89c774e6-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:14:05+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89c76dd4-6216-11ed-b1f4-ba300db04c47 | InvocationID=89c774e6-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:14:08+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7ca8d0fc-6216-11ed-b1f4-ba300db04c47 | InvocationID=7ca8d2f0-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:14:08+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b6c7fd0-6216-11ed-b1f4-ba300db04c47 | InvocationID=8b6c817e-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:14:30+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=89c76dd4-6216-11ed-b1f4-ba300db04c47 | InvocationID=89c774e6-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:14:30+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b3e20a-6216-11ed-b1f4-ba300db04c47 | InvocationID=98b3e408-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:14:30+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=98b3e20a-6216-11ed-b1f4-ba300db04c47 | InvocationID=98b3e408-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:14:30+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b3e20a-6216-11ed-b1f4-ba300db04c47 | InvocationID=98b3e408-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:14:33+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b6c7fd0-6216-11ed-b1f4-ba300db04c47 | InvocationID=8b6c817e-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:14:33+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a3388b0-6216-11ed-b1f4-ba300db04c47 | InvocationID=9a339684-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:14:55+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=98b3e20a-6216-11ed-b1f4-ba300db04c47 | InvocationID=98b3e408-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:14:55+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a1e938-6216-11ed-b1f4-ba300db04c47 | InvocationID=a7a1ec4e-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:14:56+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a7a1e938-6216-11ed-b1f4-ba300db04c47 | InvocationID=a7a1ec4e-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:14:56+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a1e938-6216-11ed-b1f4-ba300db04c47 | InvocationID=a7a1ec4e-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:14:58+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a3388b0-6216-11ed-b1f4-ba300db04c47 | InvocationID=9a339684-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:14:58+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a9277a48-6216-11ed-b1f4-ba300db04c47 | InvocationID=a9277c96-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:15:21+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a7a1e938-6216-11ed-b1f4-ba300db04c47 | InvocationID=a7a1ec4e-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:15:21+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6920a04-6216-11ed-b1f4-ba300db04c47 | InvocationID=b6920c16-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:15:21+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b6920a04-6216-11ed-b1f4-ba300db04c47 | InvocationID=b6920c16-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:15:21+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6920a04-6216-11ed-b1f4-ba300db04c47 | InvocationID=b6920c16-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:15:23+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a9277a48-6216-11ed-b1f4-ba300db04c47 | InvocationID=a9277c96-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:15:23+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b7ef54ce-6216-11ed-b1f4-ba300db04c47 | InvocationID=b7ef573a-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:15:46+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b6920a04-6216-11ed-b1f4-ba300db04c47 | InvocationID=b6920c16-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:15:46+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57e171a-6216-11ed-b1f4-ba300db04c47 | InvocationID=c57e18c8-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:15:46+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c57e171a-6216-11ed-b1f4-ba300db04c47 | InvocationID=c57e18c8-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:15:46+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57e171a-6216-11ed-b1f4-ba300db04c47 | InvocationID=c57e18c8-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:15:48+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b7ef54ce-6216-11ed-b1f4-ba300db04c47 | InvocationID=b7ef573a-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:15:48+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6b29944-6216-11ed-b1f4-ba300db04c47 | InvocationID=c6b29ade-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:16:11+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c57e171a-6216-11ed-b1f4-ba300db04c47 | InvocationID=c57e18c8-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:16:11+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4694d94-6216-11ed-b1f4-ba300db04c47 | InvocationID=d4694fb0-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:16:11+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d4694d94-6216-11ed-b1f4-ba300db04c47 | InvocationID=d4694fb0-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:16:11+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4694d94-6216-11ed-b1f4-ba300db04c47 | InvocationID=d4694fb0-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:16:12+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6b29944-6216-11ed-b1f4-ba300db04c47 | InvocationID=c6b29ade-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:16:12+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d5771612-6216-11ed-b1f4-ba300db04c47 | InvocationID=d577189c-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:16:36+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d4694d94-6216-11ed-b1f4-ba300db04c47 | InvocationID=d4694fb0-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:16:36+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3555b68-6216-11ed-b1f4-ba300db04c47 | InvocationID=e35561f8-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:16:36+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3555b68-6216-11ed-b1f4-ba300db04c47 | InvocationID=e35561f8-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:16:36+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3555b68-6216-11ed-b1f4-ba300db04c47 | InvocationID=e35561f8-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:16:37+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d5771612-6216-11ed-b1f4-ba300db04c47 | InvocationID=d577189c-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:16:37+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e43be7e0-6216-11ed-b1f4-ba300db04c47 | InvocationID=e43be9ca-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:17:01+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e3555b68-6216-11ed-b1f4-ba300db04c47 | InvocationID=e35561f8-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:17:01+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f240c680-6216-11ed-b1f4-ba300db04c47 | InvocationID=f240c87e-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:17:01+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f240c680-6216-11ed-b1f4-ba300db04c47 | InvocationID=f240c87e-6216-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:17:01+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f240c680-6216-11ed-b1f4-ba300db04c47 | InvocationID=f240c87e-6216-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:17:02+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e43be7e0-6216-11ed-b1f4-ba300db04c47 | InvocationID=e43be9ca-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:17:02+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f2fec7e8-6216-11ed-b1f4-ba300db04c47 | InvocationID=f2fecaf4-6216-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:17:26+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f240c680-6216-11ed-b1f4-ba300db04c47 | InvocationID=f240c87e-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:17:26+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012c4dd6-6217-11ed-b1f4-ba300db04c47 | InvocationID=012c5024-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:17:26+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=012c4dd6-6217-11ed-b1f4-ba300db04c47 | InvocationID=012c5024-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:17:26+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=012c4dd6-6217-11ed-b1f4-ba300db04c47 | InvocationID=012c5024-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:17:27+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f2fec7e8-6216-11ed-b1f4-ba300db04c47 | InvocationID=f2fecaf4-6216-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:17:27+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=01c44e56-6217-11ed-b1f4-ba300db04c47 | InvocationID=01c45068-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:17:51+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=012c4dd6-6217-11ed-b1f4-ba300db04c47 | InvocationID=012c5024-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:17:51+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101764de-6217-11ed-b1f4-ba300db04c47 | InvocationID=10176790-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:17:51+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101764de-6217-11ed-b1f4-ba300db04c47 | InvocationID=10176790-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:17:51+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=101764de-6217-11ed-b1f4-ba300db04c47 | InvocationID=10176790-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:17:51+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=01c44e56-6217-11ed-b1f4-ba300db04c47 | InvocationID=01c45068-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:17:51+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=10887552-6217-11ed-b1f4-ba300db04c47 | InvocationID=108877be-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:18:16+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=101764de-6217-11ed-b1f4-ba300db04c47 | InvocationID=10176790-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:18:16+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f03325c-6217-11ed-b1f4-ba300db04c47 | InvocationID=1f0334c8-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:18:16+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f03325c-6217-11ed-b1f4-ba300db04c47 | InvocationID=1f0334c8-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:18:16+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f03325c-6217-11ed-b1f4-ba300db04c47 | InvocationID=1f0334c8-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:18:16+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=10887552-6217-11ed-b1f4-ba300db04c47 | InvocationID=108877be-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:18:16+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1f4a27b6-6217-11ed-b1f4-ba300db04c47 | InvocationID=1f4a29a0-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:18:41+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1f03325c-6217-11ed-b1f4-ba300db04c47 | InvocationID=1f0334c8-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:18:41+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2deea148-6217-11ed-b1f4-ba300db04c47 | InvocationID=2deea3e6-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:18:41+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2deea148-6217-11ed-b1f4-ba300db04c47 | InvocationID=2deea3e6-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:18:41+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2deea148-6217-11ed-b1f4-ba300db04c47 | InvocationID=2deea3e6-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:18:41+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1f4a27b6-6217-11ed-b1f4-ba300db04c47 | InvocationID=1f4a29a0-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:18:41+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2e0eb44c-6217-11ed-b1f4-ba300db04c47 | InvocationID=2e0eb65e-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:19:06+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2e0eb44c-6217-11ed-b1f4-ba300db04c47 | InvocationID=2e0eb65e-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:19:06+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd0812c-6217-11ed-b1f4-ba300db04c47 | InvocationID=3cd0833e-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:19:06+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2deea148-6217-11ed-b1f4-ba300db04c47 | InvocationID=2deea3e6-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:19:06+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd9c976-6217-11ed-b1f4-ba300db04c47 | InvocationID=3cd9ca84-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:19:06+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3cd9c976-6217-11ed-b1f4-ba300db04c47 | InvocationID=3cd9ca84-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:19:06+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cd9c976-6217-11ed-b1f4-ba300db04c47 | InvocationID=3cd9ca84-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:19:31+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3cd0812c-6217-11ed-b1f4-ba300db04c47 | InvocationID=3cd0833e-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:19:31+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b92fa00-6217-11ed-b1f4-ba300db04c47 | InvocationID=4b92fbf4-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:19:31+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3cd9c976-6217-11ed-b1f4-ba300db04c47 | InvocationID=3cd9ca84-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:19:31+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc4cb66-6217-11ed-b1f4-ba300db04c47 | InvocationID=4bc4cde6-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:19:31+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4bc4cb66-6217-11ed-b1f4-ba300db04c47 | InvocationID=4bc4cde6-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:19:31+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bc4cb66-6217-11ed-b1f4-ba300db04c47 | InvocationID=4bc4cde6-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:19:55+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b92fa00-6217-11ed-b1f4-ba300db04c47 | InvocationID=4b92fbf4-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:19:55+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5a571526-6217-11ed-b1f4-ba300db04c47 | InvocationID=5a5717a6-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:19:56+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4bc4cb66-6217-11ed-b1f4-ba300db04c47 | InvocationID=4bc4cde6-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:19:56+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aafdfbc-6217-11ed-b1f4-ba300db04c47 | InvocationID=5aafe1ec-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:19:56+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5aafdfbc-6217-11ed-b1f4-ba300db04c47 | InvocationID=5aafe1ec-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:19:56+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aafdfbc-6217-11ed-b1f4-ba300db04c47 | InvocationID=5aafe1ec-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:20:20+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5a571526-6217-11ed-b1f4-ba300db04c47 | InvocationID=5a5717a6-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:20:20+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=691a5050-6217-11ed-b1f4-ba300db04c47 | InvocationID=691a5212-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:20:21+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=5aafdfbc-6217-11ed-b1f4-ba300db04c47 | InvocationID=5aafe1ec-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:20:21+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699c6c52-6217-11ed-b1f4-ba300db04c47 | InvocationID=699c6e3c-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:20:21+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=699c6c52-6217-11ed-b1f4-ba300db04c47 | InvocationID=699c6e3c-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:20:21+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=699c6c52-6217-11ed-b1f4-ba300db04c47 | InvocationID=699c6e3c-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:20:45+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=691a5050-6217-11ed-b1f4-ba300db04c47 | InvocationID=691a5212-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:20:45+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77ddef48-6217-11ed-b1f4-ba300db04c47 | InvocationID=77ddf754-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:20:46+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=699c6c52-6217-11ed-b1f4-ba300db04c47 | InvocationID=699c6e3c-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:20:46+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78874eb2-6217-11ed-b1f4-ba300db04c47 | InvocationID=7887509c-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:20:46+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=78874eb2-6217-11ed-b1f4-ba300db04c47 | InvocationID=7887509c-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:20:46+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78874eb2-6217-11ed-b1f4-ba300db04c47 | InvocationID=7887509c-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:21:10+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77ddef48-6217-11ed-b1f4-ba300db04c47 | InvocationID=77ddf754-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:21:10+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=86a0753c-6217-11ed-b1f4-ba300db04c47 | InvocationID=86a077d0-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:21:11+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=78874eb2-6217-11ed-b1f4-ba300db04c47 | InvocationID=7887509c-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:21:11+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87726934-6217-11ed-b1f4-ba300db04c47 | InvocationID=87726af6-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:21:11+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=87726934-6217-11ed-b1f4-ba300db04c47 | InvocationID=87726af6-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:21:11+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87726934-6217-11ed-b1f4-ba300db04c47 | InvocationID=87726af6-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:21:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=86a0753c-6217-11ed-b1f4-ba300db04c47 | InvocationID=86a077d0-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:21:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=95655aec-6217-11ed-b1f4-ba300db04c47 | InvocationID=95655f42-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:21:36+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=87726934-6217-11ed-b1f4-ba300db04c47 | InvocationID=87726af6-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:21:36+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9660781e-6217-11ed-b1f4-ba300db04c47 | InvocationID=96607a08-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:21:36+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9660781e-6217-11ed-b1f4-ba300db04c47 | InvocationID=96607a08-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:21:36+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9660781e-6217-11ed-b1f4-ba300db04c47 | InvocationID=96607a08-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:21:59+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=95655aec-6217-11ed-b1f4-ba300db04c47 | InvocationID=95655f42-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:21:59+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a42907a4-6217-11ed-b1f4-ba300db04c47 | InvocationID=a42909ac-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:22:01+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9660781e-6217-11ed-b1f4-ba300db04c47 | InvocationID=96607a08-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:22:01+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a54b9be2-6217-11ed-b1f4-ba300db04c47 | InvocationID=a54b9e26-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:22:01+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a54b9be2-6217-11ed-b1f4-ba300db04c47 | InvocationID=a54b9e26-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:22:01+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a54b9be2-6217-11ed-b1f4-ba300db04c47 | InvocationID=a54b9e26-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:22:24+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a42907a4-6217-11ed-b1f4-ba300db04c47 | InvocationID=a42909ac-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:22:24+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2eacde0-6217-11ed-b1f4-ba300db04c47 | InvocationID=b2eacffc-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:22:26+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a54b9be2-6217-11ed-b1f4-ba300db04c47 | InvocationID=a54b9e26-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:22:26+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b437cfc2-6217-11ed-b1f4-ba300db04c47 | InvocationID=b437d846-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:22:26+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b437cfc2-6217-11ed-b1f4-ba300db04c47 | InvocationID=b437d846-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:22:26+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b437cfc2-6217-11ed-b1f4-ba300db04c47 | InvocationID=b437d846-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:22:49+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2eacde0-6217-11ed-b1f4-ba300db04c47 | InvocationID=b2eacffc-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:22:49+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c1acf0ec-6217-11ed-b1f4-ba300db04c47 | InvocationID=c1acf330-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:22:51+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b437cfc2-6217-11ed-b1f4-ba300db04c47 | InvocationID=b437d846-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:22:51+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c322fb60-6217-11ed-b1f4-ba300db04c47 | InvocationID=c322fd4a-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:22:51+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c322fb60-6217-11ed-b1f4-ba300db04c47 | InvocationID=c322fd4a-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:22:51+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c322fb60-6217-11ed-b1f4-ba300db04c47 | InvocationID=c322fd4a-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:23:13+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c1acf0ec-6217-11ed-b1f4-ba300db04c47 | InvocationID=c1acf330-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:23:13+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d070fa38-6217-11ed-b1f4-ba300db04c47 | InvocationID=d070fd30-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:23:16+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c322fb60-6217-11ed-b1f4-ba300db04c47 | InvocationID=c322fd4a-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:23:16+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20f3292-6217-11ed-b1f4-ba300db04c47 | InvocationID=d20f351c-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:23:16+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d20f3292-6217-11ed-b1f4-ba300db04c47 | InvocationID=d20f351c-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:23:16+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20f3292-6217-11ed-b1f4-ba300db04c47 | InvocationID=d20f351c-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:23:38+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d070fa38-6217-11ed-b1f4-ba300db04c47 | InvocationID=d070fd30-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:23:38+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=df3462da-6217-11ed-b1f4-ba300db04c47 | InvocationID=df3464c4-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:23:41+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d20f3292-6217-11ed-b1f4-ba300db04c47 | InvocationID=d20f351c-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:23:41+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fb2be4-6217-11ed-b1f4-ba300db04c47 | InvocationID=e0fb2db0-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:23:41+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e0fb2be4-6217-11ed-b1f4-ba300db04c47 | InvocationID=e0fb2db0-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:23:41+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0fb2be4-6217-11ed-b1f4-ba300db04c47 | InvocationID=e0fb2db0-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:24:03+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=df3462da-6217-11ed-b1f4-ba300db04c47 | InvocationID=df3464c4-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:24:03+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=edf8c464-6217-11ed-b1f4-ba300db04c47 | InvocationID=edf8c734-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:24:06+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e0fb2be4-6217-11ed-b1f4-ba300db04c47 | InvocationID=e0fb2db0-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:24:06+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe6ca14-6217-11ed-b1f4-ba300db04c47 | InvocationID=efe6cbfe-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:24:06+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=efe6ca14-6217-11ed-b1f4-ba300db04c47 | InvocationID=efe6cbfe-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:24:06+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe6ca14-6217-11ed-b1f4-ba300db04c47 | InvocationID=efe6cbfe-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:24:28+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=edf8c464-6217-11ed-b1f4-ba300db04c47 | InvocationID=edf8c734-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:24:28+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fcba84ce-6217-11ed-b1f4-ba300db04c47 | InvocationID=fcba86d6-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:24:31+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=efe6ca14-6217-11ed-b1f4-ba300db04c47 | InvocationID=efe6cbfe-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:24:31+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed188a2-6217-11ed-b1f4-ba300db04c47 | InvocationID=fed18a8c-6217-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:24:31+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fed188a2-6217-11ed-b1f4-ba300db04c47 | InvocationID=fed18a8c-6217-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:24:31+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed188a2-6217-11ed-b1f4-ba300db04c47 | InvocationID=fed18a8c-6217-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:24:52+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fcba84ce-6217-11ed-b1f4-ba300db04c47 | InvocationID=fcba86d6-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:24:52+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b7da144-6218-11ed-b1f4-ba300db04c47 | InvocationID=0b7da356-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:24:56+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fed188a2-6217-11ed-b1f4-ba300db04c47 | InvocationID=fed18a8c-6217-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:24:56+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbcc430-6218-11ed-b1f4-ba300db04c47 | InvocationID=0dbcc7c8-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:24:56+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0dbcc430-6218-11ed-b1f4-ba300db04c47 | InvocationID=0dbcc7c8-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:24:56+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dbcc430-6218-11ed-b1f4-ba300db04c47 | InvocationID=0dbcc7c8-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:25:17+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b7da144-6218-11ed-b1f4-ba300db04c47 | InvocationID=0b7da356-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:25:17+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a4281d6-6218-11ed-b1f4-ba300db04c47 | InvocationID=1a428410-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:25:21+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0dbcc430-6218-11ed-b1f4-ba300db04c47 | InvocationID=0dbcc7c8-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:25:21+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb28808-6218-11ed-b1f4-ba300db04c47 | InvocationID=1cb289fc-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:25:21+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1cb28808-6218-11ed-b1f4-ba300db04c47 | InvocationID=1cb289fc-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:25:21+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb28808-6218-11ed-b1f4-ba300db04c47 | InvocationID=1cb289fc-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:25:42+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1a4281d6-6218-11ed-b1f4-ba300db04c47 | InvocationID=1a428410-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:25:42+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29047dbe-6218-11ed-b1f4-ba300db04c47 | InvocationID=2904835e-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:25:46+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1cb28808-6218-11ed-b1f4-ba300db04c47 | InvocationID=1cb289fc-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:25:46+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9dbcf2-6218-11ed-b1f4-ba300db04c47 | InvocationID=2b9dc03a-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:25:46+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2b9dbcf2-6218-11ed-b1f4-ba300db04c47 | InvocationID=2b9dc03a-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:25:46+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9dbcf2-6218-11ed-b1f4-ba300db04c47 | InvocationID=2b9dc03a-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:26:07+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=29047dbe-6218-11ed-b1f4-ba300db04c47 | InvocationID=2904835e-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:26:07+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37c7feca-6218-11ed-b1f4-ba300db04c47 | InvocationID=37c80302-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:26:11+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=2b9dbcf2-6218-11ed-b1f4-ba300db04c47 | InvocationID=2b9dc03a-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:26:11+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a88e304-6218-11ed-b1f4-ba300db04c47 | InvocationID=3a88e5d4-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:26:11+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3a88e304-6218-11ed-b1f4-ba300db04c47 | InvocationID=3a88e5d4-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:26:11+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a88e304-6218-11ed-b1f4-ba300db04c47 | InvocationID=3a88e5d4-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:26:32+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37c7feca-6218-11ed-b1f4-ba300db04c47 | InvocationID=37c80302-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:26:32+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=468a0764-6218-11ed-b1f4-ba300db04c47 | InvocationID=468a0908-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:26:36+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3a88e304-6218-11ed-b1f4-ba300db04c47 | InvocationID=3a88e5d4-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:26:36+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4973ca6e-6218-11ed-b1f4-ba300db04c47 | InvocationID=4973d216-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:26:36+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4973ca6e-6218-11ed-b1f4-ba300db04c47 | InvocationID=4973d216-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:26:36+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4973ca6e-6218-11ed-b1f4-ba300db04c47 | InvocationID=4973d216-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:26:56+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=468a0764-6218-11ed-b1f4-ba300db04c47 | InvocationID=468a0908-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:26:56+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=554c3966-6218-11ed-b1f4-ba300db04c47 | InvocationID=554c3bd2-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:27:01+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=4973ca6e-6218-11ed-b1f4-ba300db04c47 | InvocationID=4973d216-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:27:01+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585ef468-6218-11ed-b1f4-ba300db04c47 | InvocationID=585ef710-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:27:02+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=585ef468-6218-11ed-b1f4-ba300db04c47 | InvocationID=585ef710-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:27:02+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=585ef468-6218-11ed-b1f4-ba300db04c47 | InvocationID=585ef710-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:27:21+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=554c3966-6218-11ed-b1f4-ba300db04c47 | InvocationID=554c3bd2-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:27:21+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=640dcf78-6218-11ed-b1f4-ba300db04c47 | InvocationID=640dd194-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:27:27+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=585ef468-6218-11ed-b1f4-ba300db04c47 | InvocationID=585ef710-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:27:27+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=674c7644-6218-11ed-b1f4-ba300db04c47 | InvocationID=674c78c4-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:27:27+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=674c7644-6218-11ed-b1f4-ba300db04c47 | InvocationID=674c78c4-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:27:27+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=674c7644-6218-11ed-b1f4-ba300db04c47 | InvocationID=674c78c4-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:27:46+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=640dcf78-6218-11ed-b1f4-ba300db04c47 | InvocationID=640dd194-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:27:46+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=72d0c434-6218-11ed-b1f4-ba300db04c47 | InvocationID=72d0c614-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:27:52+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=674c7644-6218-11ed-b1f4-ba300db04c47 | InvocationID=674c78c4-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:27:52+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7637afc0-6218-11ed-b1f4-ba300db04c47 | InvocationID=7637b1f0-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:27:52+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7637afc0-6218-11ed-b1f4-ba300db04c47 | InvocationID=7637b1f0-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:27:52+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7637afc0-6218-11ed-b1f4-ba300db04c47 | InvocationID=7637b1f0-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:28:11+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=72d0c434-6218-11ed-b1f4-ba300db04c47 | InvocationID=72d0c614-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:28:11+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81964818-6218-11ed-b1f4-ba300db04c47 | InvocationID=81964b4c-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:28:17+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7637afc0-6218-11ed-b1f4-ba300db04c47 | InvocationID=7637b1f0-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:28:17+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85229888-6218-11ed-b1f4-ba300db04c47 | InvocationID=85229a22-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:28:17+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=85229888-6218-11ed-b1f4-ba300db04c47 | InvocationID=85229a22-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:28:17+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85229888-6218-11ed-b1f4-ba300db04c47 | InvocationID=85229a22-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:28:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81964818-6218-11ed-b1f4-ba300db04c47 | InvocationID=81964b4c-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:28:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=905a579a-6218-11ed-b1f4-ba300db04c47 | InvocationID=905a59a2-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:28:42+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=85229888-6218-11ed-b1f4-ba300db04c47 | InvocationID=85229a22-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:28:42+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=940d750c-6218-11ed-b1f4-ba300db04c47 | InvocationID=940d7700-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:28:42+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=940d750c-6218-11ed-b1f4-ba300db04c47 | InvocationID=940d7700-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:28:42+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=940d750c-6218-11ed-b1f4-ba300db04c47 | InvocationID=940d7700-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:29:00+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=905a579a-6218-11ed-b1f4-ba300db04c47 | InvocationID=905a59a2-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:29:00+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9f1c55c6-6218-11ed-b1f4-ba300db04c47 | InvocationID=9f1c586e-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:29:07+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=940d750c-6218-11ed-b1f4-ba300db04c47 | InvocationID=940d7700-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:29:07+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2f8993e-6218-11ed-b1f4-ba300db04c47 | InvocationID=a2f89c18-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:29:07+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a2f8993e-6218-11ed-b1f4-ba300db04c47 | InvocationID=a2f89c18-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:29:07+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2f8993e-6218-11ed-b1f4-ba300db04c47 | InvocationID=a2f89c18-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:29:25+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9f1c55c6-6218-11ed-b1f4-ba300db04c47 | InvocationID=9f1c586e-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:29:25+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=added37c-6218-11ed-b1f4-ba300db04c47 | InvocationID=added58e-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:29:32+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a2f8993e-6218-11ed-b1f4-ba300db04c47 | InvocationID=a2f89c18-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:29:32+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e3a31c-6218-11ed-b1f4-ba300db04c47 | InvocationID=b1e3a510-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:29:32+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b1e3a31c-6218-11ed-b1f4-ba300db04c47 | InvocationID=b1e3a510-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:29:32+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1e3a31c-6218-11ed-b1f4-ba300db04c47 | InvocationID=b1e3a510-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:29:50+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=added37c-6218-11ed-b1f4-ba300db04c47 | InvocationID=added58e-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:29:50+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bca30590-6218-11ed-b1f4-ba300db04c47 | InvocationID=bca307d4-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:29:57+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b1e3a31c-6218-11ed-b1f4-ba300db04c47 | InvocationID=b1e3a510-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:29:57+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cfbbcc-6218-11ed-b1f4-ba300db04c47 | InvocationID=c0cfbdac-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:29:57+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c0cfbbcc-6218-11ed-b1f4-ba300db04c47 | InvocationID=c0cfbdac-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:29:57+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0cfbbcc-6218-11ed-b1f4-ba300db04c47 | InvocationID=c0cfbdac-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:30:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bca30590-6218-11ed-b1f4-ba300db04c47 | InvocationID=bca307d4-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:30:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb66a64a-6218-11ed-b1f4-ba300db04c47 | InvocationID=cb66a9d8-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:30:22+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c0cfbbcc-6218-11ed-b1f4-ba300db04c47 | InvocationID=c0cfbdac-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:30:22+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfba7780-6218-11ed-b1f4-ba300db04c47 | InvocationID=cfba7956-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:30:22+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cfba7780-6218-11ed-b1f4-ba300db04c47 | InvocationID=cfba7956-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:30:22+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfba7780-6218-11ed-b1f4-ba300db04c47 | InvocationID=cfba7956-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:30:39+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=cb66a64a-6218-11ed-b1f4-ba300db04c47 | InvocationID=cb66a9d8-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:30:39+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=da2816e6-6218-11ed-b1f4-ba300db04c47 | InvocationID=da2818ee-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:30:47+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cfba7780-6218-11ed-b1f4-ba300db04c47 | InvocationID=cfba7956-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:30:47+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea5c7a4-6218-11ed-b1f4-ba300db04c47 | InvocationID=dea5cd80-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:30:47+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dea5c7a4-6218-11ed-b1f4-ba300db04c47 | InvocationID=dea5cd80-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:30:47+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dea5c7a4-6218-11ed-b1f4-ba300db04c47 | InvocationID=dea5cd80-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:31:04+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=da2816e6-6218-11ed-b1f4-ba300db04c47 | InvocationID=da2818ee-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:31:04+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e9a15e-6218-11ed-b1f4-ba300db04c47 | InvocationID=e8e9a384-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:31:12+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dea5c7a4-6218-11ed-b1f4-ba300db04c47 | InvocationID=dea5cd80-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:31:12+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed922140-6218-11ed-b1f4-ba300db04c47 | InvocationID=ed922352-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:31:12+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed922140-6218-11ed-b1f4-ba300db04c47 | InvocationID=ed922352-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:31:12+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed922140-6218-11ed-b1f4-ba300db04c47 | InvocationID=ed922352-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:31:29+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e8e9a15e-6218-11ed-b1f4-ba300db04c47 | InvocationID=e8e9a384-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:31:29+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7ad8250-6218-11ed-b1f4-ba300db04c47 | InvocationID=f7ad8bec-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:31:37+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ed922140-6218-11ed-b1f4-ba300db04c47 | InvocationID=ed922352-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:31:37+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc7e0d90-6218-11ed-b1f4-ba300db04c47 | InvocationID=fc7e0f7a-6218-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:31:37+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc7e0d90-6218-11ed-b1f4-ba300db04c47 | InvocationID=fc7e0f7a-6218-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:31:37+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc7e0d90-6218-11ed-b1f4-ba300db04c47 | InvocationID=fc7e0f7a-6218-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:31:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f7ad8250-6218-11ed-b1f4-ba300db04c47 | InvocationID=f7ad8bec-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:31:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0672a040-6219-11ed-b1f4-ba300db04c47 | InvocationID=0672a23e-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:32:02+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fc7e0d90-6218-11ed-b1f4-ba300db04c47 | InvocationID=fc7e0f7a-6218-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:32:02+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6b65d2-6219-11ed-b1f4-ba300db04c47 | InvocationID=0b6b6802-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:32:02+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b6b65d2-6219-11ed-b1f4-ba300db04c47 | InvocationID=0b6b6802-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:32:02+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b6b65d2-6219-11ed-b1f4-ba300db04c47 | InvocationID=0b6b6802-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:32:18+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0672a040-6219-11ed-b1f4-ba300db04c47 | InvocationID=0672a23e-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:32:18+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=153482b0-6219-11ed-b1f4-ba300db04c47 | InvocationID=153484b8-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:32:27+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=0b6b65d2-6219-11ed-b1f4-ba300db04c47 | InvocationID=0b6b6802-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:32:27+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a567a5a-6219-11ed-b1f4-ba300db04c47 | InvocationID=1a567cee-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:32:27+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1a567a5a-6219-11ed-b1f4-ba300db04c47 | InvocationID=1a567cee-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:32:27+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a567a5a-6219-11ed-b1f4-ba300db04c47 | InvocationID=1a567cee-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:32:43+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=153482b0-6219-11ed-b1f4-ba300db04c47 | InvocationID=153484b8-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:32:43+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=23f67bfa-6219-11ed-b1f4-ba300db04c47 | InvocationID=23f67e66-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:32:52+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=1a567a5a-6219-11ed-b1f4-ba300db04c47 | InvocationID=1a567cee-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:32:52+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29424b34-6219-11ed-b1f4-ba300db04c47 | InvocationID=29424d78-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:32:52+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=29424b34-6219-11ed-b1f4-ba300db04c47 | InvocationID=29424d78-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:32:52+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29424b34-6219-11ed-b1f4-ba300db04c47 | InvocationID=29424d78-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:33:08+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=23f67bfa-6219-11ed-b1f4-ba300db04c47 | InvocationID=23f67e66-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:33:08+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=32b72e00-6219-11ed-b1f4-ba300db04c47 | InvocationID=32b7303a-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:33:17+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=29424b34-6219-11ed-b1f4-ba300db04c47 | InvocationID=29424d78-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:33:17+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=382e1f56-6219-11ed-b1f4-ba300db04c47 | InvocationID=382e214a-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:33:17+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=382e1f56-6219-11ed-b1f4-ba300db04c47 | InvocationID=382e214a-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:33:17+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=382e1f56-6219-11ed-b1f4-ba300db04c47 | InvocationID=382e214a-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:33:33+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=32b72e00-6219-11ed-b1f4-ba300db04c47 | InvocationID=32b7303a-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:33:33+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=417ac4f6-6219-11ed-b1f4-ba300db04c47 | InvocationID=417ac7ee-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:33:42+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=382e1f56-6219-11ed-b1f4-ba300db04c47 | InvocationID=382e214a-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:33:42+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47195e9a-6219-11ed-b1f4-ba300db04c47 | InvocationID=471960b6-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:33:42+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=47195e9a-6219-11ed-b1f4-ba300db04c47 | InvocationID=471960b6-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:33:42+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47195e9a-6219-11ed-b1f4-ba300db04c47 | InvocationID=471960b6-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:33:57+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=417ac4f6-6219-11ed-b1f4-ba300db04c47 | InvocationID=417ac7ee-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:33:57+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=503f093e-6219-11ed-b1f4-ba300db04c47 | InvocationID=503f0b00-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:34:07+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=47195e9a-6219-11ed-b1f4-ba300db04c47 | InvocationID=471960b6-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:34:07+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56047994-6219-11ed-b1f4-ba300db04c47 | InvocationID=56047c14-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:34:07+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=56047994-6219-11ed-b1f4-ba300db04c47 | InvocationID=56047c14-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:34:07+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56047994-6219-11ed-b1f4-ba300db04c47 | InvocationID=56047c14-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:34:22+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=503f093e-6219-11ed-b1f4-ba300db04c47 | InvocationID=503f0b00-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:34:22+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=5f03231a-6219-11ed-b1f4-ba300db04c47 | InvocationID=5f032522-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:34:32+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=56047994-6219-11ed-b1f4-ba300db04c47 | InvocationID=56047c14-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:34:32+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64ef454c-6219-11ed-b1f4-ba300db04c47 | InvocationID=64ef47e0-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:34:32+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=64ef454c-6219-11ed-b1f4-ba300db04c47 | InvocationID=64ef47e0-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:34:32+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64ef454c-6219-11ed-b1f4-ba300db04c47 | InvocationID=64ef47e0-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:34:47+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=5f03231a-6219-11ed-b1f4-ba300db04c47 | InvocationID=5f032522-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:34:47+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6dc393f8-6219-11ed-b1f4-ba300db04c47 | InvocationID=6dc3963c-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:34:57+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=64ef454c-6219-11ed-b1f4-ba300db04c47 | InvocationID=64ef47e0-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:34:57+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73daff88-6219-11ed-b1f4-ba300db04c47 | InvocationID=73db0212-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:34:57+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=73daff88-6219-11ed-b1f4-ba300db04c47 | InvocationID=73db0212-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:34:57+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73daff88-6219-11ed-b1f4-ba300db04c47 | InvocationID=73db0212-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:35:12+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=6dc393f8-6219-11ed-b1f4-ba300db04c47 | InvocationID=6dc3963c-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:35:12+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7c86214e-6219-11ed-b1f4-ba300db04c47 | InvocationID=7c86241e-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:35:22+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=73daff88-6219-11ed-b1f4-ba300db04c47 | InvocationID=73db0212-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:35:22+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82cb22b6-6219-11ed-b1f4-ba300db04c47 | InvocationID=82cb2496-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:35:22+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=82cb22b6-6219-11ed-b1f4-ba300db04c47 | InvocationID=82cb2496-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:35:22+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82cb22b6-6219-11ed-b1f4-ba300db04c47 | InvocationID=82cb2496-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:35:36+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7c86214e-6219-11ed-b1f4-ba300db04c47 | InvocationID=7c86241e-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:35:36+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8b489e5a-6219-11ed-b1f4-ba300db04c47 | InvocationID=8b48a0c6-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:35:47+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=82cb22b6-6219-11ed-b1f4-ba300db04c47 | InvocationID=82cb2496-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:35:47+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91b646c0-6219-11ed-b1f4-ba300db04c47 | InvocationID=91b649ae-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:35:47+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=91b646c0-6219-11ed-b1f4-ba300db04c47 | InvocationID=91b649ae-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:35:47+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91b646c0-6219-11ed-b1f4-ba300db04c47 | InvocationID=91b649ae-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:36:01+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8b489e5a-6219-11ed-b1f4-ba300db04c47 | InvocationID=8b48a0c6-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:36:01+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9a0b4564-6219-11ed-b1f4-ba300db04c47 | InvocationID=9a0b47bc-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:36:12+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=91b646c0-6219-11ed-b1f4-ba300db04c47 | InvocationID=91b649ae-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:36:12+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0a137f8-6219-11ed-b1f4-ba300db04c47 | InvocationID=a0a139ba-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:36:12+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a0a137f8-6219-11ed-b1f4-ba300db04c47 | InvocationID=a0a139ba-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:36:12+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0a137f8-6219-11ed-b1f4-ba300db04c47 | InvocationID=a0a139ba-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:36:26+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9a0b4564-6219-11ed-b1f4-ba300db04c47 | InvocationID=9a0b47bc-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:36:26+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a8ced25a-6219-11ed-b1f4-ba300db04c47 | InvocationID=a8ced836-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:36:37+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=a0a137f8-6219-11ed-b1f4-ba300db04c47 | InvocationID=a0a139ba-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:36:37+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8df8a0-6219-11ed-b1f4-ba300db04c47 | InvocationID=af8dfa6c-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:36:37+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=af8df8a0-6219-11ed-b1f4-ba300db04c47 | InvocationID=af8dfa6c-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:36:37+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af8df8a0-6219-11ed-b1f4-ba300db04c47 | InvocationID=af8dfa6c-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:36:51+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a8ced25a-6219-11ed-b1f4-ba300db04c47 | InvocationID=a8ced836-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:36:51+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b791cf40-6219-11ed-b1f4-ba300db04c47 | InvocationID=b791d17a-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:37:02+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=af8df8a0-6219-11ed-b1f4-ba300db04c47 | InvocationID=af8dfa6c-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:37:02+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be78dbb4-6219-11ed-b1f4-ba300db04c47 | InvocationID=be78ddc6-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:37:02+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=be78dbb4-6219-11ed-b1f4-ba300db04c47 | InvocationID=be78ddc6-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:37:02+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be78dbb4-6219-11ed-b1f4-ba300db04c47 | InvocationID=be78ddc6-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:37:15+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b791cf40-6219-11ed-b1f4-ba300db04c47 | InvocationID=b791d17a-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:37:15+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c6554bf6-6219-11ed-b1f4-ba300db04c47 | InvocationID=c6554ec6-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:37:27+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=be78dbb4-6219-11ed-b1f4-ba300db04c47 | InvocationID=be78ddc6-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:37:27+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd643d3a-6219-11ed-b1f4-ba300db04c47 | InvocationID=cd643ef2-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:37:27+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cd643d3a-6219-11ed-b1f4-ba300db04c47 | InvocationID=cd643ef2-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:37:27+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd643d3a-6219-11ed-b1f4-ba300db04c47 | InvocationID=cd643ef2-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:37:40+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c6554bf6-6219-11ed-b1f4-ba300db04c47 | InvocationID=c6554ec6-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:37:40+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d517790c-6219-11ed-b1f4-ba300db04c47 | InvocationID=d5177b50-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:37:52+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cd643d3a-6219-11ed-b1f4-ba300db04c47 | InvocationID=cd643ef2-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:37:52+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc4ef9e8-6219-11ed-b1f4-ba300db04c47 | InvocationID=dc4efb96-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:37:52+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dc4ef9e8-6219-11ed-b1f4-ba300db04c47 | InvocationID=dc4efb96-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:37:52+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc4ef9e8-6219-11ed-b1f4-ba300db04c47 | InvocationID=dc4efb96-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:38:05+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d517790c-6219-11ed-b1f4-ba300db04c47 | InvocationID=d5177b50-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:38:05+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e3d85df8-6219-11ed-b1f4-ba300db04c47 | InvocationID=e3d860c8-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:38:17+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=dc4ef9e8-6219-11ed-b1f4-ba300db04c47 | InvocationID=dc4efb96-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:38:17+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb39f2c8-6219-11ed-b1f4-ba300db04c47 | InvocationID=eb39f4bc-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:38:17+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=eb39f2c8-6219-11ed-b1f4-ba300db04c47 | InvocationID=eb39f4bc-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:38:17+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb39f2c8-6219-11ed-b1f4-ba300db04c47 | InvocationID=eb39f4bc-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:38:30+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=e3d85df8-6219-11ed-b1f4-ba300db04c47 | InvocationID=e3d860c8-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:38:30+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f29963aa-6219-11ed-b1f4-ba300db04c47 | InvocationID=f29965ee-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:38:42+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=eb39f2c8-6219-11ed-b1f4-ba300db04c47 | InvocationID=eb39f4bc-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:38:42+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa2507b4-6219-11ed-b1f4-ba300db04c47 | InvocationID=fa2509a8-6219-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:38:42+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fa2507b4-6219-11ed-b1f4-ba300db04c47 | InvocationID=fa2509a8-6219-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:38:42+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa2507b4-6219-11ed-b1f4-ba300db04c47 | InvocationID=fa2509a8-6219-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:38:54+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=f29963aa-6219-11ed-b1f4-ba300db04c47 | InvocationID=f29965ee-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:38:54+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=015a9008-621a-11ed-b1f4-ba300db04c47 | InvocationID=015a9206-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:39:07+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=fa2507b4-6219-11ed-b1f4-ba300db04c47 | InvocationID=fa2509a8-6219-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:39:07+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09103da2-621a-11ed-b1f4-ba300db04c47 | InvocationID=0910402c-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:39:07+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=09103da2-621a-11ed-b1f4-ba300db04c47 | InvocationID=0910402c-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:39:07+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09103da2-621a-11ed-b1f4-ba300db04c47 | InvocationID=0910402c-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:39:19+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=015a9008-621a-11ed-b1f4-ba300db04c47 | InvocationID=015a9206-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:39:19+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=101b99a2-621a-11ed-b1f4-ba300db04c47 | InvocationID=101b9c5e-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:39:32+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=09103da2-621a-11ed-b1f4-ba300db04c47 | InvocationID=0910402c-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:39:32+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17fb3fa6-621a-11ed-b1f4-ba300db04c47 | InvocationID=17fb41a4-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:39:32+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=17fb3fa6-621a-11ed-b1f4-ba300db04c47 | InvocationID=17fb41a4-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:39:32+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17fb3fa6-621a-11ed-b1f4-ba300db04c47 | InvocationID=17fb41a4-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:39:44+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=101b99a2-621a-11ed-b1f4-ba300db04c47 | InvocationID=101b9c5e-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:39:44+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=1edc7b78-621a-11ed-b1f4-ba300db04c47 | InvocationID=1edc7dbc-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:39:57+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=17fb3fa6-621a-11ed-b1f4-ba300db04c47 | InvocationID=17fb41a4-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:39:57+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e5eee4-621a-11ed-b1f4-ba300db04c47 | InvocationID=26e5f13c-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:39:57+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=26e5eee4-621a-11ed-b1f4-ba300db04c47 | InvocationID=26e5f13c-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:39:57+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26e5eee4-621a-11ed-b1f4-ba300db04c47 | InvocationID=26e5f13c-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:40:09+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=1edc7b78-621a-11ed-b1f4-ba300db04c47 | InvocationID=1edc7dbc-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:40:09+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=2d9e3a2a-621a-11ed-b1f4-ba300db04c47 | InvocationID=2d9e3c6e-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:40:22+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=26e5eee4-621a-11ed-b1f4-ba300db04c47 | InvocationID=26e5f13c-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:40:22+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d09274-621a-11ed-b1f4-ba300db04c47 | InvocationID=35d09486-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:40:23+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=35d09274-621a-11ed-b1f4-ba300db04c47 | InvocationID=35d09486-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:40:23+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35d09274-621a-11ed-b1f4-ba300db04c47 | InvocationID=35d09486-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:40:34+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=2d9e3a2a-621a-11ed-b1f4-ba300db04c47 | InvocationID=2d9e3c6e-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:40:34+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3c6ac92e-621a-11ed-b1f4-ba300db04c47 | InvocationID=3c6accb2-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:40:48+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=35d09274-621a-11ed-b1f4-ba300db04c47 | InvocationID=35d09486-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:40:48+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44bb6e76-621a-11ed-b1f4-ba300db04c47 | InvocationID=44bb7074-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:40:48+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=44bb6e76-621a-11ed-b1f4-ba300db04c47 | InvocationID=44bb7074-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:40:48+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44bb6e76-621a-11ed-b1f4-ba300db04c47 | InvocationID=44bb7074-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:40:58+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=3c6ac92e-621a-11ed-b1f4-ba300db04c47 | InvocationID=3c6accb2-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:40:58+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=4b2ee6ac-621a-11ed-b1f4-ba300db04c47 | InvocationID=4b2ee896-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:41:13+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=44bb6e76-621a-11ed-b1f4-ba300db04c47 | InvocationID=44bb7074-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:41:13+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a834b4-621a-11ed-b1f4-ba300db04c47 | InvocationID=53a836b2-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:41:13+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=53a834b4-621a-11ed-b1f4-ba300db04c47 | InvocationID=53a836b2-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:41:13+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a834b4-621a-11ed-b1f4-ba300db04c47 | InvocationID=53a836b2-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:41:23+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=4b2ee6ac-621a-11ed-b1f4-ba300db04c47 | InvocationID=4b2ee896-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:41:23+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=59f0c9bc-621a-11ed-b1f4-ba300db04c47 | InvocationID=59f0cb92-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:41:38+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=53a834b4-621a-11ed-b1f4-ba300db04c47 | InvocationID=53a836b2-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:41:38+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6293e32e-621a-11ed-b1f4-ba300db04c47 | InvocationID=6293e9d2-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:41:38+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6293e32e-621a-11ed-b1f4-ba300db04c47 | InvocationID=6293e9d2-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:41:38+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6293e32e-621a-11ed-b1f4-ba300db04c47 | InvocationID=6293e9d2-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:41:48+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=59f0c9bc-621a-11ed-b1f4-ba300db04c47 | InvocationID=59f0cb92-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:41:48+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=68b71d16-621a-11ed-b1f4-ba300db04c47 | InvocationID=68b720ae-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:42:03+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6293e32e-621a-11ed-b1f4-ba300db04c47 | InvocationID=6293e9d2-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:42:03+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717fdee2-621a-11ed-b1f4-ba300db04c47 | InvocationID=717fe19e-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:42:03+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=717fdee2-621a-11ed-b1f4-ba300db04c47 | InvocationID=717fe19e-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:42:03+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=717fdee2-621a-11ed-b1f4-ba300db04c47 | InvocationID=717fe19e-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:42:13+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=68b71d16-621a-11ed-b1f4-ba300db04c47 | InvocationID=68b720ae-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:42:13+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=77782bc4-621a-11ed-b1f4-ba300db04c47 | InvocationID=77782dcc-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:42:28+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=717fdee2-621a-11ed-b1f4-ba300db04c47 | InvocationID=717fe19e-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:42:28+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806b04e0-621a-11ed-b1f4-ba300db04c47 | InvocationID=806b06a2-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:42:28+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=806b04e0-621a-11ed-b1f4-ba300db04c47 | InvocationID=806b06a2-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:42:28+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=806b04e0-621a-11ed-b1f4-ba300db04c47 | InvocationID=806b06a2-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:42:37+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=77782bc4-621a-11ed-b1f4-ba300db04c47 | InvocationID=77782dcc-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:42:37+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=863e2078-621a-11ed-b1f4-ba300db04c47 | InvocationID=863e2212-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:42:53+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=806b04e0-621a-11ed-b1f4-ba300db04c47 | InvocationID=806b06a2-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:42:53+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f56077a-621a-11ed-b1f4-ba300db04c47 | InvocationID=8f560a4a-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:42:53+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8f56077a-621a-11ed-b1f4-ba300db04c47 | InvocationID=8f560a4a-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:42:53+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f56077a-621a-11ed-b1f4-ba300db04c47 | InvocationID=8f560a4a-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:43:02+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=863e2078-621a-11ed-b1f4-ba300db04c47 | InvocationID=863e2212-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:43:02+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=94fef394-621a-11ed-b1f4-ba300db04c47 | InvocationID=94fef5a6-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:43:18+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8f56077a-621a-11ed-b1f4-ba300db04c47 | InvocationID=8f560a4a-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:43:18+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e41f65e-621a-11ed-b1f4-ba300db04c47 | InvocationID=9e41f834-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:43:18+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9e41f65e-621a-11ed-b1f4-ba300db04c47 | InvocationID=9e41f834-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:43:18+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e41f65e-621a-11ed-b1f4-ba300db04c47 | InvocationID=9e41f834-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:43:27+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=94fef394-621a-11ed-b1f4-ba300db04c47 | InvocationID=94fef5a6-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:43:27+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=a3c03ef6-621a-11ed-b1f4-ba300db04c47 | InvocationID=a3c041e4-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:43:43+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9e41f65e-621a-11ed-b1f4-ba300db04c47 | InvocationID=9e41f834-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:43:43+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad2e4280-621a-11ed-b1f4-ba300db04c47 | InvocationID=ad2e4492-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:43:43+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad2e4280-621a-11ed-b1f4-ba300db04c47 | InvocationID=ad2e4492-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:43:43+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad2e4280-621a-11ed-b1f4-ba300db04c47 | InvocationID=ad2e4492-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:43:52+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=a3c03ef6-621a-11ed-b1f4-ba300db04c47 | InvocationID=a3c041e4-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:43:52+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b2825802-621a-11ed-b1f4-ba300db04c47 | InvocationID=b28259ec-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:44:08+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=ad2e4280-621a-11ed-b1f4-ba300db04c47 | InvocationID=ad2e4492-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:44:08+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1956fe-621a-11ed-b1f4-ba300db04c47 | InvocationID=bc19596a-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:44:08+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc1956fe-621a-11ed-b1f4-ba300db04c47 | InvocationID=bc19596a-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:44:08+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc1956fe-621a-11ed-b1f4-ba300db04c47 | InvocationID=bc19596a-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:44:16+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=b2825802-621a-11ed-b1f4-ba300db04c47 | InvocationID=b28259ec-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:44:16+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c143f210-621a-11ed-b1f4-ba300db04c47 | InvocationID=c143f3d2-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:44:33+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=bc1956fe-621a-11ed-b1f4-ba300db04c47 | InvocationID=bc19596a-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:44:33+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb0423f6-621a-11ed-b1f4-ba300db04c47 | InvocationID=cb04266c-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:44:33+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=cb0423f6-621a-11ed-b1f4-ba300db04c47 | InvocationID=cb04266c-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:44:33+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb0423f6-621a-11ed-b1f4-ba300db04c47 | InvocationID=cb04266c-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:44:41+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=c143f210-621a-11ed-b1f4-ba300db04c47 | InvocationID=c143f3d2-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:44:41+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d00567ac-621a-11ed-b1f4-ba300db04c47 | InvocationID=d005696e-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:44:58+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=cb0423f6-621a-11ed-b1f4-ba300db04c47 | InvocationID=cb04266c-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:44:58+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9efda54-621a-11ed-b1f4-ba300db04c47 | InvocationID=d9efdcf2-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:44:58+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9efda54-621a-11ed-b1f4-ba300db04c47 | InvocationID=d9efdcf2-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:44:58+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9efda54-621a-11ed-b1f4-ba300db04c47 | InvocationID=d9efdcf2-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:45:06+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d00567ac-621a-11ed-b1f4-ba300db04c47 | InvocationID=d005696e-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:45:06+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=dec66372-621a-11ed-b1f4-ba300db04c47 | InvocationID=dec66516-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:45:23+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d9efda54-621a-11ed-b1f4-ba300db04c47 | InvocationID=d9efdcf2-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:45:23+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e103bc-621a-11ed-b1f4-ba300db04c47 | InvocationID=e8e1061e-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:45:23+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e8e103bc-621a-11ed-b1f4-ba300db04c47 | InvocationID=e8e1061e-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:45:23+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e103bc-621a-11ed-b1f4-ba300db04c47 | InvocationID=e8e1061e-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:45:31+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=dec66372-621a-11ed-b1f4-ba300db04c47 | InvocationID=dec66516-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:45:31+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ed8d123e-621a-11ed-b1f4-ba300db04c47 | InvocationID=ed8d1450-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:45:48+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e8e103bc-621a-11ed-b1f4-ba300db04c47 | InvocationID=e8e1061e-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:45:48+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7cc908a-621a-11ed-b1f4-ba300db04c47 | InvocationID=f7cc927e-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:45:48+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f7cc908a-621a-11ed-b1f4-ba300db04c47 | InvocationID=f7cc927e-621a-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:45:48+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7cc908a-621a-11ed-b1f4-ba300db04c47 | InvocationID=f7cc927e-621a-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:45:56+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ed8d123e-621a-11ed-b1f4-ba300db04c47 | InvocationID=ed8d1450-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:45:56+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=fc4fa714-621a-11ed-b1f4-ba300db04c47 | InvocationID=fc4fa8e0-621a-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:46:13+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=f7cc908a-621a-11ed-b1f4-ba300db04c47 | InvocationID=f7cc927e-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:46:13+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b85f34-621b-11ed-b1f4-ba300db04c47 | InvocationID=06b86146-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:46:13+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=06b85f34-621b-11ed-b1f4-ba300db04c47 | InvocationID=06b86146-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:46:13+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06b85f34-621b-11ed-b1f4-ba300db04c47 | InvocationID=06b86146-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:46:20+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=fc4fa714-621a-11ed-b1f4-ba300db04c47 | InvocationID=fc4fa8e0-621a-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:46:20+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=0b12c5a6-621b-11ed-b1f4-ba300db04c47 | InvocationID=0b12cbfa-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:46:38+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=06b85f34-621b-11ed-b1f4-ba300db04c47 | InvocationID=06b86146-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:46:38+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a3883e-621b-11ed-b1f4-ba300db04c47 | InvocationID=15a38b36-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:46:38+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=15a3883e-621b-11ed-b1f4-ba300db04c47 | InvocationID=15a38b36-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:46:38+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a3883e-621b-11ed-b1f4-ba300db04c47 | InvocationID=15a38b36-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:46:45+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=0b12c5a6-621b-11ed-b1f4-ba300db04c47 | InvocationID=0b12cbfa-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:46:45+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=19d4a3e8-621b-11ed-b1f4-ba300db04c47 | InvocationID=19d4a5d2-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:47:03+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=15a3883e-621b-11ed-b1f4-ba300db04c47 | InvocationID=15a38b36-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:47:03+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248e9c8a-621b-11ed-b1f4-ba300db04c47 | InvocationID=248ea248-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:47:03+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=248e9c8a-621b-11ed-b1f4-ba300db04c47 | InvocationID=248ea248-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:47:03+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248e9c8a-621b-11ed-b1f4-ba300db04c47 | InvocationID=248ea248-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:47:10+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=19d4a3e8-621b-11ed-b1f4-ba300db04c47 | InvocationID=19d4a5d2-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:47:10+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=289621cc-621b-11ed-b1f4-ba300db04c47 | InvocationID=289623c0-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:47:28+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=248e9c8a-621b-11ed-b1f4-ba300db04c47 | InvocationID=248ea248-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:47:28+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3379f712-621b-11ed-b1f4-ba300db04c47 | InvocationID=3379f906-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:47:28+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=3379f712-621b-11ed-b1f4-ba300db04c47 | InvocationID=3379f906-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:47:28+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3379f712-621b-11ed-b1f4-ba300db04c47 | InvocationID=3379f906-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:47:35+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=289621cc-621b-11ed-b1f4-ba300db04c47 | InvocationID=289623c0-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:47:35+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=37583d80-621b-11ed-b1f4-ba300db04c47 | InvocationID=37583fe2-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:47:53+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=3379f712-621b-11ed-b1f4-ba300db04c47 | InvocationID=3379f906-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:47:53+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42651b08-621b-11ed-b1f4-ba300db04c47 | InvocationID=42651d10-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:47:53+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=42651b08-621b-11ed-b1f4-ba300db04c47 | InvocationID=42651d10-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:47:53+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42651b08-621b-11ed-b1f4-ba300db04c47 | InvocationID=42651d10-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:47:59+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=37583d80-621b-11ed-b1f4-ba300db04c47 | InvocationID=37583fe2-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:47:59+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=461c2dfe-621b-11ed-b1f4-ba300db04c47 | InvocationID=461c2fac-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:48:18+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=42651b08-621b-11ed-b1f4-ba300db04c47 | InvocationID=42651d10-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:48:18+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51500952-621b-11ed-b1f4-ba300db04c47 | InvocationID=51500bfa-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:48:18+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=51500952-621b-11ed-b1f4-ba300db04c47 | InvocationID=51500bfa-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:48:18+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51500952-621b-11ed-b1f4-ba300db04c47 | InvocationID=51500bfa-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:48:24+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=461c2dfe-621b-11ed-b1f4-ba300db04c47 | InvocationID=461c2fac-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:48:24+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=54decab8-621b-11ed-b1f4-ba300db04c47 | InvocationID=54decc70-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:48:43+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=51500952-621b-11ed-b1f4-ba300db04c47 | InvocationID=51500bfa-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:48:43+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=603c086c-621b-11ed-b1f4-ba300db04c47 | InvocationID=603c0a1a-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:48:43+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=603c086c-621b-11ed-b1f4-ba300db04c47 | InvocationID=603c0a1a-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:48:43+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=603c086c-621b-11ed-b1f4-ba300db04c47 | InvocationID=603c0a1a-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:48:49+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=54decab8-621b-11ed-b1f4-ba300db04c47 | InvocationID=54decc70-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:48:49+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=63a0e34c-621b-11ed-b1f4-ba300db04c47 | InvocationID=63a0e540-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:49:08+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=603c086c-621b-11ed-b1f4-ba300db04c47 | InvocationID=603c0a1a-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:49:08+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2732b6-621b-11ed-b1f4-ba300db04c47 | InvocationID=6f2734b4-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:49:08+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=6f2732b6-621b-11ed-b1f4-ba300db04c47 | InvocationID=6f2734b4-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:49:08+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f2732b6-621b-11ed-b1f4-ba300db04c47 | InvocationID=6f2734b4-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:49:14+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=63a0e34c-621b-11ed-b1f4-ba300db04c47 | InvocationID=63a0e540-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:49:14+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7262b39c-621b-11ed-b1f4-ba300db04c47 | InvocationID=7262b554-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:49:33+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=6f2732b6-621b-11ed-b1f4-ba300db04c47 | InvocationID=6f2734b4-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:49:33+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e12166a-621b-11ed-b1f4-ba300db04c47 | InvocationID=7e121868-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:49:33+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=7e12166a-621b-11ed-b1f4-ba300db04c47 | InvocationID=7e121868-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:49:33+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e12166a-621b-11ed-b1f4-ba300db04c47 | InvocationID=7e121868-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:49:38+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=7262b39c-621b-11ed-b1f4-ba300db04c47 | InvocationID=7262b554-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:49:38+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=81239e1e-621b-11ed-b1f4-ba300db04c47 | InvocationID=8123a800-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:49:58+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=7e12166a-621b-11ed-b1f4-ba300db04c47 | InvocationID=7e121868-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:49:58+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cfd1c38-621b-11ed-b1f4-ba300db04c47 | InvocationID=8cfd1e2c-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:49:58+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8cfd1c38-621b-11ed-b1f4-ba300db04c47 | InvocationID=8cfd1e2c-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:49:58+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cfd1c38-621b-11ed-b1f4-ba300db04c47 | InvocationID=8cfd1e2c-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:50:03+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=81239e1e-621b-11ed-b1f4-ba300db04c47 | InvocationID=8123a800-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:50:03+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=8fe57382-621b-11ed-b1f4-ba300db04c47 | InvocationID=8fe575c6-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:50:23+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=8cfd1c38-621b-11ed-b1f4-ba300db04c47 | InvocationID=8cfd1e2c-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:50:23+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be8102c-621b-11ed-b1f4-ba300db04c47 | InvocationID=9be81234-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:50:23+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9be8102c-621b-11ed-b1f4-ba300db04c47 | InvocationID=9be81234-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:50:23+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be8102c-621b-11ed-b1f4-ba300db04c47 | InvocationID=9be81234-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:50:28+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=8fe57382-621b-11ed-b1f4-ba300db04c47 | InvocationID=8fe575c6-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:50:28+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=9ea73d2e-621b-11ed-b1f4-ba300db04c47 | InvocationID=9ea73fc2-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:50:48+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=9be8102c-621b-11ed-b1f4-ba300db04c47 | InvocationID=9be81234-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:50:48+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad3303a-621b-11ed-b1f4-ba300db04c47 | InvocationID=aad33378-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:50:48+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=aad3303a-621b-11ed-b1f4-ba300db04c47 | InvocationID=aad33378-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:50:48+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aad3303a-621b-11ed-b1f4-ba300db04c47 | InvocationID=aad33378-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:50:53+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=9ea73d2e-621b-11ed-b1f4-ba300db04c47 | InvocationID=9ea73fc2-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:50:53+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=ad6c1c08-621b-11ed-b1f4-ba300db04c47 | InvocationID=ad6c1dfc-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:51:13+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=aad3303a-621b-11ed-b1f4-ba300db04c47 | InvocationID=aad33378-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:51:13+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9be841e-621b-11ed-b1f4-ba300db04c47 | InvocationID=b9be86d0-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:51:13+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=b9be841e-621b-11ed-b1f4-ba300db04c47 | InvocationID=b9be86d0-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:51:13+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9be841e-621b-11ed-b1f4-ba300db04c47 | InvocationID=b9be86d0-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:51:17+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=ad6c1c08-621b-11ed-b1f4-ba300db04c47 | InvocationID=ad6c1dfc-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:51:17+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=bc2fd70c-621b-11ed-b1f4-ba300db04c47 | InvocationID=bc2fd98c-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:51:38+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=b9be841e-621b-11ed-b1f4-ba300db04c47 | InvocationID=b9be86d0-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:51:38+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a9de4c-621b-11ed-b1f4-ba300db04c47 | InvocationID=c8a9e05e-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:51:38+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=c8a9de4c-621b-11ed-b1f4-ba300db04c47 | InvocationID=c8a9e05e-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:51:38+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a9de4c-621b-11ed-b1f4-ba300db04c47 | InvocationID=c8a9e05e-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:51:42+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=bc2fd70c-621b-11ed-b1f4-ba300db04c47 | InvocationID=bc2fd98c-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:51:42+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=caf3a9b2-621b-11ed-b1f4-ba300db04c47 | InvocationID=caf3acaa-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:52:03+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=c8a9de4c-621b-11ed-b1f4-ba300db04c47 | InvocationID=c8a9e05e-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:52:03+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d794d24a-621b-11ed-b1f4-ba300db04c47 | InvocationID=d794d6f0-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:52:03+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d794d24a-621b-11ed-b1f4-ba300db04c47 | InvocationID=d794d6f0-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:52:03+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d794d24a-621b-11ed-b1f4-ba300db04c47 | InvocationID=d794d6f0-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:52:07+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=caf3a9b2-621b-11ed-b1f4-ba300db04c47 | InvocationID=caf3acaa-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:52:07+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=d9b5ff68-621b-11ed-b1f4-ba300db04c47 | InvocationID=d9b6013e-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:52:28+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=d794d24a-621b-11ed-b1f4-ba300db04c47 | InvocationID=d794d6f0-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:52:28+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6804280-621b-11ed-b1f4-ba300db04c47 | InvocationID=e680451e-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:52:28+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e6804280-621b-11ed-b1f4-ba300db04c47 | InvocationID=e680451e-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:52:28+0000 | policy_event_thread | 140379866635040 | ERROR | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6804280-621b-11ed-b1f4-ba300db04c47 | InvocationID=e680451e-621b-11ed-b1f4-ba300db04c47 | Error trying to poll policy response topic on MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/policy_response_handler.py", line 59, in poll_policy_topic
    response_data = AppConfig.get_instance(). \
  File "/opt/app/pmsh/bin/mod/__init__.py", line 50, in wrapper
    return func(*args, **kwargs)
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
2022-11-11T23:52:32+0000 | aai_event_thread | 140379865574176 | INFO | aai_event_handler | execute | ServiceName=dcae-pmsh | RequestID=d9b5ff68-621b-11ed-b1f4-ba300db04c47 | InvocationID=d9b6013e-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF AAI events.
2022-11-11T23:52:32+0000 | aai_event_thread | 140379865574176 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=e87ba80e-621b-11ed-b1f4-ba300db04c47 | InvocationID=e87ba9a8-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/AAI-EVENT
2022-11-11T23:52:53+0000 | policy_event_thread | 140379866635040 | INFO | policy_response_handler | poll_policy_topic | ServiceName=dcae-pmsh | RequestID=e6804280-621b-11ed-b1f4-ba300db04c47 | InvocationID=e680451e-621b-11ed-b1f4-ba300db04c47 | Polling MR for XNF activation/deactivation policy response events.
2022-11-11T23:52:53+0000 | policy_event_thread | 140379866635040 | INFO | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56d5102-621b-11ed-b1f4-ba300db04c47 | InvocationID=f56d536e-621b-11ed-b1f4-ba300db04c47 | Fetching messages from MR topic: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT
2022-11-11T23:52:53+0000 | policy_event_thread | 140379866635040 | ERROR | pmsh_config | get_from_topic | ServiceName=dcae-pmsh | RequestID=f56d5102-621b-11ed-b1f4-ba300db04c47 | InvocationID=f56d536e-621b-11ed-b1f4-ba300db04c47 | Failed to fetch message from MR: 404 Client Error: Not Found for url: http://message-router:3904/events/unauthenticated.PMSH_CL_INPUT/dcae_pmsh_cg/dcae_pmsh_policy_cl_input?timeout=5000
Traceback (most recent call last):
  File "/opt/app/pmsh/bin/mod/pmsh_config.py", line 143, in get_from_topic
    response.raise_for_status()
  File "/opt/lib/python3.9/site-packages/requests/models.py", line 940, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http://message-router:3904/events/